/** Responsive **/

@media only screen and (max-width: 600px) {
    .div3 {
		float: left !important;
		width: 100% !important;
		text-align: center !important;
		padding: 10px 0 !important;
	}
	.div2 {
		float: left;
		width: 100% !important;
	}
	.div1 {
		max-width: 100%;
		float: left;
		display: table;
		height: auto !important;
		background-size: cover !important;
		min-width: 100% !important;
		padding: 0 !important;
	}
	#content {
		min-width: 100% !important;
		float: left;
		width: 100% !important;
		padding: 0px !important;
	}
	.box {
		width: 100% !important;
		float:left;
	}
	#menu {
		min-width: 100% !important;
		display: table;
		background: none;
		background-color: #000;
		height: auto !important;
	}
	.left.sf-js-enabled > li {
		float: left;
		width: 50%;
	}
	#menu {
		min-width: 100% !important;
		display: table;
		background: none;
		background-color: #000;
		height: auto !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.right.sf-js-enabled {
		float: left !important;
		width: 100% !important;
		text-align: center !important;
	}
	#menu > ul li {
		float: left;
		list-style: none;
		width: 50%;
	}
	#message-content{
		max-width: 100% !important;
		width: 100% !important;
		float: left;
		
		
	}
	#message-content .success {
		max-width: 100% !important;
		width: 100% !important;
		float: left;
		padding: 10px 0 !important;
		text-align: center;
	}
	.customLinks {
		padding: 0;
	}
	.customLinks li {
		display: inline-block;
		margin-right: 0px;
		width: 27%;
		float: left;
		margin: 10px 10px;
	}
	.customLinks > li > a {
		display: table;
		margin: 0 auto;
	}
	.buttons > a {
		display: inline-block;
		margin: 5px;
	}
	.div2 img {
		display: table;
		margin: 0 auto;
	}
	.breadcrumb {
		float: left;
		width: 100%;
		padding: 12px 0;
		text-align: center;
		margin: 10px 0 0 0;
	}
	.content {
		float: left;
		width: 100%;
	}
}