/* CSS Document */


@media screen and (max-width: 1060px) {
	#mainBox > div .content{
		padding: 0 20px;
	}
	
	div#header .content{
		padding: 20px;
		overflow: visible;
	}
	#logo a {
		width: 220px;
	}
	#mainBox table{
		border: 1px solid #ceba80;
	}
	#mainBox table td{
		width: 100%;
		display: block;
		box-sizing: border-box;
		background: #323653;
		padding: 10px;
	}
	
	#menu{
		width: 38px;
		text-align: left;
		position: relative;
	}
	#btnMenu{
		display: inline-block;
	}
	#menu ul{
		display: none;
		position: absolute;
    	width: 244px;
		background: #333;
		top: 52px;
    	left: 0;
		border: 1px solid #ceba80;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
	}
	#menu li{
		width: 100%;
	}
	#menu li:nth-child(even){
		background: #8FADC5;
	}
	#menu li a{
		margin: 0;
		padding: 5px;
		width: 100%;
    	box-sizing: border-box;
		text-indent: 10px;
	}
	
	#account{
		padding-left: 20px;
	}
	
	#about div.img{
		margin-top: 60px;
	}
	#about div.img:before{
		content: none;
	}
	#about div.img div{
		
	}
	#testimonials ul{
		max-height: 315px;
	}
	#support img {
		max-width: 196px;
	}
	#mainBox #footer{
		padding-bottom: 50px;
	}
	#sendInfo{
		#ffffff;
	}
	form button{
		background: #8FADC5;
	}
}

@media screen and (max-width: 780px) {
	form label,
	form label#message{
		width: 98%;
	}
	form button{
		width: auto;
		margin: 4% auto;
		display: block;
	}
	#intro li{
		line-height: 52px;
	}
	#testimonials li{
		width: 48.9%;
		flex: 48.9%;
	}
	#testimonials li:nth-child(3n+1){
		margin: 1.5% 0 0 1.5%;
	}
	#testimonials li:nth-child(odd){
		margin-left: 0;
	}
}

@media screen and (max-width: 600px) {
	#intro li{
		font-size: 42px;
	}
	#testimonials li{
		width: 100%;
		flex: 100%;
		margin: 1.5% 0 0;
	}
	#testimonials li:nth-child(3n+1){
		margin: 1.5% 0 0;
	}
	#testimonials li:nth-child(odd){
		margin: 1.5% 0 0;
	}
	#footer .content div p{
		display: block;
	}
}

@media screen and (max-width: 520px) {
	#header div#account{
		display: none;
	}
	#menu ul{
		left: -206px;
	}
	#menu li.mobile{
		display: inline-block;
	}
	#intro li {
		font-size: 40px;
	}
}

@media screen and (max-width: 480px) {
	#intro li {
		font-size: 34px;
		line-height: 48px;
	}
}

@media screen and (max-width: 420px) {
	#intro li {
		font-size: 26px;
		line-height: 38px;
	}
	#intro a.register{
		font-size: 24px;
	}
	
	h3{
		font-size: 42px;
		line-height: 48px;
	}
	
	#mainBox div.withBg{
		padding-bottom: 0px;
	}
	#mainBox div.withBg:before{
		/*height: 550px;*/
	}
	
	#about div.img{
		margin-bottom: 50px;
	}
	#brands div.img img{
		max-width: 80%;
		margin: auto;
	}
	#footer div#paymentLogos img{
		display: block;
    	margin: auto;
		padding: 10px;
	}
	#footer div#icons i{
    	margin: 10px 5px;
	}
}