/*
	Website Developed by Karoline Dassie
	
	Color information
	- RED: #e12020
	- GREY: #6f6f6f
	- WHITE: #fff
	- BLACK: #000
*/

/*==========================================
 
	CSS RESET / NORMALIZE
	
============================================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0}

/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}	

/*==========================================
 
	LAYOUT
	
============================================*/
	
body {
	font-family: 'Kanit', sans-serif;
	-webkit-text-size-adjust: none;
	padding:0;
	margin: 0;
	background:#000;
	font-size:15px;
	font-weight:normal;
	line-height:normal;
}	

.sitewidth{max-width:1250px; margin:0 auto}

.column1 {width:100%;}
.column2 {width:47%; *width: 47%; float:left; margin-right:6%; box-sizing: border-box;}
.column3 {width:31%; *width: 31%; float: left; margin-right:3.4%;  box-sizing: border-box; padding: 0;}
.column4 {width:20%; *width: 20%; float:left;  box-sizing: border-box;}
.column5 {width:20%; float:left; padding-right:1%; box-sizing: border-box;}
.column6 {width:16.66666%; *width: 14%; float:left; padding-right: 20px; box-sizing: border-box; margin: 0 0 20px 0;}

.onethird{width:29%; *width: 29%; float: left; margin-left:1%; box-sizing: border-box; padding: 0;}
.twothird{width:70%; *width: 70%; float: left; box-sizing: border-box; padding: 0;}

.last{padding-right:0; margin-right:0!important;}

/*==========================================
 
	TYPOGRAPHY
	
============================================*/

h1 {
	font-family: 'Kanit', sans-serif;
	font-size:24px;
	color:#e12020!important;
	padding: 0 0 10px 0;
	}


h2 {
	font-size:15px;
	color:#fff;
	font-weight:900;
	font-family: 'Kanit', sans-serif;
	}

h3 {
	font-size:18px;
	text-transform:none;
	color:#fff;
	text-align:center;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	}

h4{
	font-size:33px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Kanit', sans-serif;
	line-height: 1.75;
	text-shadow:0px 2px 3px rgba(0,0,0,1);
	}

 h5{
	font-size:16px;
	color:#6f6f6f;
	font-weight:500;
	font-family: 'Kanit', sans-serif;
	padding: 0 0 5px 0;
	}
 
h6{
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Kanit', sans-serif;
	}	 
	
p{
	font-size:15px;
	font-weight:300;
	line-height:normal;
}

strong,b { font-weight:900;}
.center{text-align:center!important}

.grey h1 {font-size: 24px;color: #fff !important;text-transform: uppercase;font-family: 'Kanit', sans-serif;padding:0; margin:0;}

/*==========================================
 
	CONTENT
	
============================================*/

	article {padding: 3em 0; background:#fff}
	.borderlogo img {
		width: 100%;
		
		max-width: 200px;
		
	
}

.borderlogo {
	
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	text-align: left;
}
	.redstrip {
		background: #e12020;
		color: #fff;
		text-align: center;
		padding:10px 0px;
	}
	.redstrip h3{display:inline-block; vertical-align: middle; text-align: right; margin:0 10px;}
		 
	.grey {	 
		background-color: #6f6f6f;
		color: #fff;
		text-align: center;
		padding: 3em 0;
		border-bottom:3px solid #000;
	}
		 
	.border {border: thick solid #000;}
		
/*==========================================
 
	BUTTONS
	
============================================*/	
.bgblack{
	background:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bgblack.column4 {width:24.2%!important; margin-right:1%; float:left;  box-sizing: border-box; padding: 0;}
.bgblack.column4 .last { margin-right:0!important}

.button0 {
	background-image:url(../siteart/viewall.jpg);
	opacity:0.7;
	background-repeat:no-repeat;
	padding: 73px 0 73px 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition:background 300ms ease, background 300ms ease, all 300ms ease;
	}
	.button0:hover {
		transition:background 300ms ease, background 300ms ease, all 300ms ease;
		opacity:1;
		}

.button1 {
	background-image:url(../siteart/daycab.jpg);
	opacity:0.7;
	background-repeat:no-repeat;
	padding: 73px 0 73px 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition:background 300ms ease, background 300ms ease, all 300ms ease;
	}
	.button1:hover {
		transition:background 300ms ease, background 300ms ease, all 300ms ease;
		opacity:1;
		}

.button2 {
	background-image:url(../siteart/sleeper.jpg);
	opacity:0.7;
	background-repeat:no-repeat;
	padding: 73px 0 73px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition:background 300ms ease, background 300ms ease, all 300ms ease;
	}
	.button2:hover {
		transition:background 300ms ease, background 300ms ease, all 300ms ease;
		opacity:1;
		}
	
.button3 {
	background-image:url(../siteart/trailer3.jpg);
	opacity:0.7;
	background-repeat:no-repeat;
	padding: 73px 0 73px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition:background 300ms ease, background 300ms ease, all 300ms ease;
	}
	.button3:hover {
		transition:background 300ms ease, background 300ms ease, all 300ms ease;
		opacity:1;
		}


/*==========================================
 
	SCROLLING INVENTORY
	
============================================*/

.scrolling-wrap {
    height:90px;
    overflow:hidden;
	border: 2px #EFEFEF solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px
}
 
.scrolling{
    width:100%;
    height:92px;
	text-align: center;
}



/*==========================================
 
	LINKS
	
============================================*/

a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
	color:inherit; 
	text-decoration:none;
	line-height:  0px;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none!important;
		color: #D0D0D0;
		}

	a.botaosite{ display:block; padding:20px 0; max-width:300px; margin:0 auto; border:2px solid #000; font-weight:500; font-size:20px}
	a.botaosite:hover{ color:#e12020; border:2px solid #e12020}

/*==========================================
 
	HEADER
	
============================================*/

header {
	text-align:center;
	background:url(../siteart/dots.jpg) repeat-x;
	margin:0 auto;
}

.logo{padding:10px 0}

.logo img{
	width:100%;
	max-width:333px;
	margin:0 auto;
	display:block;
}
.logo img:hover{opacity:0.5;transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease;}
#right-head{float:right; padding:10px 15px 0 0; }
	
#right-head	.sociallinks{float:right}

/*==========================================
 
	SOCIAL MEDIA ICONS
	
============================================*/

.sociallinks{
	text-align:right; 
	line-height:0;
	padding:0;
	display:inline-block;
}
.sociallinks p{ 
	display:inline; 
	text-align:center;
	color:#fff; 
	line-height:0;
	margin:0 1.4%;
}
.sociallinks a{ 
	display:inline; 
	text-align:center;
	color:#fff; 
	line-height:0;
	text-decoration:none;
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease;
	}
	.sociallinks a:hover{ 
		text-decoration:none;
		color: #c5cace
	}
.sociallinks i{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:thin solid #fff;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:23px;
	margin-right:5px;
}



	
/*==========================================
 
	NAVIGATION
	
============================================*/
nav{float:left;}

#navcontain {
	background: #000;
	width:100%;
	margin:0;
	font-family: 'Poppins', sans-serif;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu span.fa{
	font-size:32px;
}

.icontab{padding:15.5px 40px!important}
#cssmenu > ul {
	margin: 0 0 0 0;
	padding:0
}
#cssmenu > ul > li {
	float: left;
}
#showhome{display:none}

#cssmenu > ul > li > a {
	padding: 20px 15px;
	font-size: 15px;
	text-decoration: none;
	font-weight:500;
	color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	text-transform:uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li:focus > a, #cssmenu ul li.active a {
	color: #e12020;
	background:#fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {

}
#cssmenu > ul > li:focus, #cssmenu ul li.active:focus, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:focus {
}
#cssmenu > ul > li:first-child:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
}
#cssmenu > ul > li.has-sub:focus > a:before {
	top: 23px;
	height: 0
}
#cssmenu > ul > li.has-sub > a {
}
#cssmenu > ul > li.has-sub > a:after {
	
}
#cssmenu > ul > li.has-sub > a:before {
	
}
#cssmenu > ul > li.has-sub:hover > a:before {

}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	margin:0;
	padding:0
}
#cssmenu ul ul li {
	border-bottom:1px solid #fff;
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #6f6f6f;
	transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto
}
#cssmenu li:hover > ul > li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	padding: 11px 15px;
	width: 235px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;

}
#cssmenu ul ul li:last-child, #cssmenu ul ul li.last-item {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	background: #e12020;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #e12020;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}



/*==========================================
 
	SLIDESHOW
	
============================================*/

.cycle-slideshow img{width:100%;}
	
	

/*==========================================
 
	ADV SEARCH
	
============================================*/

.detailed-form {
	position: relative;
	color: #000;
	box-sizing: border-box;
	text-align: center;
	float:right;
}
.detailed-row{
	margin:  0;
	font-size: 13px;
}
.detailed-search input {
	width: 200px;
	padding: 5px 3px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}
.detailed-search input:focus {outline:none;}

.detailed-search input[type="submit"] {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight:400;
	padding:5px 0;
	line-height:normal;
	background: #e12020;
	width: 100px;
	color: #fff;
	display: inline-block;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
}
.detailed-search input[type="submit"]:hover {
	background: #fff;
	color: #8f979d;
	outline:none;
}
.search-divide{ width: 20%; height: 1px; background: #ccc; margin: 25px auto;}


/*==========================================

	CONTACT PAGE FORM
	
============================================*/

#comment-input {margin:1% AUTO; }
	
#author.input-name, #lastname.input-name{
    border: 1px solid #d2d2d2;
    width: 30%;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 1%;
    float: left;
    margin-right: 1%;
	}
	#author.input-name, #lastname.input-name{
		outline-color:#25c1f0;
	}

#email.input-email {
    border: 1px solid #d2d2d2;
    width: 31.2%;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 1%;
    float: left;
	}
	#email.input-email:focus{
		outline-color:#25c1f0;
	}

#inquiry.textarea-comment {
    border: 1px solid #d2d2d2;
    width: 98%;
    height:180px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 1%;	
	}
	#inquiry.textarea-comment {
		outline-color:#25c1f0;
	}

#comment-submit {
    text-align: center;
	width:235px;
	margin:0 auto;
}


#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	box-sizing: border-box;
}


#form textarea {
	width: 100%;
	padding: 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 70px;
	box-sizing: border-box;
}

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
}

.CaptchaAnswerPanel input {
	width: 200px !important;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 1%;
	margin:10px auto;
	}
	.CaptchaAnswerPanel input:focus{outline-color:#25c1f0;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
	color:#8f979d
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#8f979d;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

.contactbtn{
	margin:10px auto 0 auto;
	text-align:center;
}

.contactbtn input[type="submit"] {
    font-size: 15px;
	font-weight:900;
	padding:8px 0;
    line-height:normal;
    background: #000;
    width: 220px;
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
    border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
}
.contactbtn input[type="submit"]:hover {
	background: #6f6f6f;
	color: #fff;
	outline:none;
}

.info-box{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.05);
	box-shadow: 0px 1px 1px rgba(0,0,0,.05);
	border:1px solid #c5cace;
	margin:1em auto 0 auto;
	padding:2%;
		
}
/*==========================================
 
	FACETED INVENTORY
	
============================================*/		
.faceted-search-content .selected-facets-container .selected-facet {
    background: #e12020 !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {
    background: #e12020 !important ; color: #fff!important; 
}
.list-content .list-main-section .list-container .fin-calc{
    line-height: 18px !important;
}
.list-content .listing-portion-title {
color: black !important;
}
.list-content .list-title .list-listings-count {
    font-weight: 500 !important;
    color: black !important;
}
.detail-content .detail-main-body .main-detail-data .offer-btn {
    background: #e12020 !important ;
}
.detail-content .dealer-info .field-value {
    vertical-align: middle !important;
}
.detail-content .dealer-info .dealer-company-header {
    line-height: 25px !important;
}
.detail-content .dealer-info h3 {
    color: #000 !important;
    text-align: left !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    border-color: #e12020 !important ;
    color: #e12020 !important ;
}
.detail-content .detail-additional-data .data-row .data-label {
    background: #003139 !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price {color: #000 !important;}

.detail-content .search-results {color:#e12020 !important ; }

.list-content .list-listing-mobile .view-listing-details-link {background: #e12020 !important; line-height: 14px !important;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {border-color:#e12020 !important; color: #e12020 !important;  }
.list-content .list-listing-mobile .price-container .price{color: #000 !important;}
.detail-content-mobile .dealer-info .address-and-contact .address{line-height: 20px !important;}
.detail-content-mobile .dealer-info .dealer-title-link h3 {color: #000 !important;
    text-align: left !important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{background: #e12020 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background: #e12020 !important; border-color: transparent !important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {background: #e12020 !important; border-color: transparent !important;}
.detail-content-mobile .detail-additional-data .data-row .data-label{background: #003139 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn{background: #e12020 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price, h2#dialog-label,a.sort-option:hover, h2.dealer-contact__heading {color: #000 !important;}

.list-content a.list-listing-title-link, #inv a {line-height: 1.4!important;}
/*==========================================
 
	FRAMELESS INVENTORY
	
============================================*/

.hosted-content h3{font-size:20px!important; font-weight:900!important}
.hosted-content .listings-wrapper .listings-list .listing-banner {background:#000!important; }
.hosted-content .m-tb-20{margin:0 auto!important}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{font-size:20px!important; font-weight:100!important}
.listings-wrapper .listing-boxed .listing-boxed-details h2{color:#000!important}
.hosted-content .fixed-column6{width:100%!important}
.hosted-content .listings-detail-wrapper .listing-details a.email-seller{line-height:normal!important}

/*==========================================
 
	FOOTER
	
============================================*/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:13px; color: #999999;}
a.footerlink:hover {text-decoration:none;font-size:13px; }
.footertext{font-size:13px; color:#999999;}
.smallfootertext{font-size:10px; color:#999999;}

.divfooter {width:90%; max-width:760px; text-align:center; margin:0 auto; line-height: 12px; padding: 2em 0 ;color:#999999;} 

.bottom {background:#D1D1D1 url(../siteart/footer-image.jpg) center center; text-align:center; padding: 1em 0;}
.bottom .sociallinks a:hover{color:#000!important}
.bottom .sociallinks{ padding-top:1em}




/*==========================================
 
   RESPONSIVE
   
============================================*/

@media screen and (max-width:1150px) {
	#pad{padding:1.5em}
}



@media screen and (max-width:1200px) {
	#cssmenu > ul > li > a {padding: 20px 6px; font-size:14px}
}

@media screen and (max-width:1086px) {
	.column4 {width:100%; margin:5px auto;}
}

@media screen and (max-width:1025px) {
	#navcontain {display:none;}
	.redstrip{padding:5px 0;}
	.input-email#email{width:30%}
}

@media screen and (max-width:948px) {
	h1 {padding-left: 20px;}
	
	
	.column3 {width:100%; margin:20px auto}

	
	.button0{padding:50px 0 50px 50px;background-position:center;}
	.button1{padding:50px 0 50px 50px;background-position:center;}
	.button2{padding:50px 0 50px 50px;background-position:center;}
	.button3{padding:50px 0 50px 50px;background-position:center;}
	.borderlogo { width: 100%; text-align: center;}
	.redstrip h3 {
		width: 100%;
		text-align: center;
	}
	
}

@media screen and (max-width:910px) {
	h1, h2{font-size:20px; margin-bottom:8px}
	h3{line-height:1.2em; margin:0 ;font-size:16px;}
	.redstrip h3{display:block;margin:0 }
	article{padding:1.5em 0}
	.detailed-form {padding: 1%; }
	.lista li{margin-left:7%}
}

@media screen and (max-width:800px) {
	.onethird, .twothird{width:90%; float:none; padding-right:0; margin:0 auto}
	#email.input-email {
		width: 98%;
		padding: 8px 1%;
		float: none;
	}
	#author.input-name, #lastname.input-name {
		width: 98%;
		padding: 8px 1%;
		float: none;
		margin:0 auto 1% auto;	
	}
	.button0{padding:20px 0 20px 10px;background-position:center;}
	.button1{padding:20px 0 20px 10px;background-position:center;}
	.button2{padding:20px 0 20px 10px;background-position:center;}
	.button3{padding:20px 0 20px 10px;background-position:center;}
	
}

@media screen and (max-width:650px) {
	h3{font-size:15px;}
	.logo img{max-width:250px}
	.table-bordered td{border:1px solid #c5cace;  width:98%; padding: 1%; display:block}
	h2 {font-size: 18px; padding: 0px; text-align: left;}
	h4 {font-size: 20px; text-align: left;}
}

@media screen and (max-width:500px) {
	.lista li{margin-left:10%}
	.smalllogo{display:none}
	a.botaosite{ width:90%;}
	h2 {font-size: 16px;}
	h4 {font-size: 18px;}

	
	
}

@media screen and (max-width:480px) {
	.left{float:none;}
	.right{float:none;}
	 h4 {font-size: 16px;
	}
	
	
	
}

