/*
	Website Developed by Karoline Dassie
	
	Color information
	- YELLOW: #ffc212
	- GREY: #f3f3f3
	- 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!IMPORTANT;
	font-size:15px;
	font-weight:normal;
	line-height:normal;
}	

.sitewidth{margin:0 auto; padding:0 50px}
.sitewidth-small{margin:0 auto; max-width:1100px;}

.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:25%; *width: 25%; float:right;  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-size:33px;
	color:#000;
	font-weight:900;
	font-style:italic;
	text-transform:uppercase;
	}


h2 {
	font-size:21px;
	color:#ffc212;
	font-weight:900;
	font-style:italic;
	text-transform:uppercase;
	}
	
	h2 a{color:#fff!important;}
	h2 a:hover{color:#ccc!important;}
	
	
h3 {
	font-size:15px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	}

h4{
	font-size:33px;
	color:#fff;
	text-transform:uppercase;
	line-height: 1.75;
	text-shadow:0px 2px 3px rgba(0,0,0,1);
	}

p{
	font-size:14px;
	font-weight:400;
	line-height:normal;
	font-family: 'Poppins', sans-serif;
	margin:0;
}

strong,b { font-weight:900;}
.center{text-align:center!important}

/*==========================================
 
	CONTENT
	
============================================*/

	article {
		background:#fff;
		padding: 4em 0;
	}
	.grey {	 
		background: #f3f3f3;
		padding: 4em 0;
	}
	.yellow {	 
		background: #ffc212;
		padding: 2em 0;
	}	 
	.title {	 
		background: #ffc212;
		padding: 0;
	}	 
	.title h4{font-size:40px; text-align:center}
	
/*==========================================
 
	SCROLLING INVENTORY
	
============================================*/

	.scrolling-wrap {
		height:90px;
		overflow:hidden;
		background:#fff;
		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;
		background:#fff;
	}
			
		
/*==========================================
 
	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:#ffc212; border:2px solid #ffc212}



/*==========================================
 
	HEADER
	
============================================*/
	
	header {
		text-align:center;
		background:#fff;
		margin:0 auto;
		box-shadow: 0 0 10px #5F5F5F;
		position:relative;
	}
	
	.logo{padding:10px 0; float:left}
	
	.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;}
	
	#top{padding:10px}
	#right-head{float:right; }
	#left-head{float:left; }
	#left-head h2{ display:inline-block}
	
	#menu-wrap{float:right;}
	
	#right-head a, #right-head {color:#fff; font-size:20px}
	#right-head a:hover{color:#ffc212}
	
/*==========================================
 
	NAVIGATION
	
============================================*/

	nav{float:right;}
	#navcontain{margin:0;}
	
	#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;
	}
	
	#cssmenu > ul {
		margin:5em 0 0 0;
		padding:0;
		float:right;
	}
	#cssmenu > ul > li {
		float: left;
	}
	#showhome{display:none}
	
	#cssmenu > ul > li > a {
		padding: 0 15px;
		font-size: 15px;
		text-decoration: none;
		font-weight:500;
		color: #000;
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		text-transform:uppercase;
		font-family: 'Poppins', sans-serif;
		z-index:9999999
	}
	#cssmenu > ul > li:hover > a, #cssmenu > ul > li:focus > a, #cssmenu ul li.active a {
		color: #ffc212;
		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;
		z-index:9999999
	}
	#cssmenu ul ul li {
		border-bottom:1px solid #fff;
		height: 0;
		-webkit-transition: all .25s ease;
		-ms-transition: all .25s ease;
		background: #f3f3f3;
		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: 300px;
		font-size: 13px;
		text-align:left;
		text-decoration: none;
		color: #000;
		font-weight: 300;
		z-index:9999999
	
	}
	#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: #ffc212;
	}
	#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: #ffc212;
	}
	#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
	}
	
/*==========================================
 
	CATEGORIAS
	
============================================*/
	ul.categories {
		margin:10px auto 3em auto;
		padding:0
	}
	
	.categories li{
		list-style: none;
		display: inline-block;
		color: #FFF;
		font-size: 14px;
		font-weight: 600;
		background-color: #ffc212;
		padding: 8px 26px;
		border-radius: 8px;
		margin: 2px 2px 2px 0;
		text-transform: uppercase;
		-webkit-transition: all linear 0.1s;
		-moz-transition: all linear 0.1s;
		-o-transition: all linerar 0.1s;
		transition: all linear 0.1s;
		font-family: arial;
		font-kerning: unset;
	}
	.categories li:hover{background-color:#000; color:#fff}



/*==========================================
 
	ZOOM CONTAINER
	
============================================*/
	
	.image-zoom-container {
		list-style: none;
	}
	.zoom-container {
		position: relative;
		overflow: hidden;
		display: inline-block;
		width:29%;
		margin:0 2% ;
		vertical-align: top;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		float:left;
		*width:29%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.zoom-container img {
		display: block;
		width: 100%;
		height: auto;
		-webkit-transition: all .5s ease; /* Safari and Chrome */
		-moz-transition: all .5s ease; /* Firefox */
		-ms-transition: all .5s ease; /* IE 9 */
		-o-transition: all .5s ease; /* Opera */
		transition: all .5s ease;
	}
	.zoom-container .zoom-caption {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		background: rgba(0, 0, 0, 0.45);
		-webkit-transition: all .5s ease; /* Safari and Chrome */
		-moz-transition: all .5s ease; /* Firefox */
		-ms-transition: all .5s ease; /* IE 9 */
		-o-transition: all .5s ease; /* Opera */
		transition: all .5s ease;
	}
	.zoom-container .zoom-caption h3 {
		display: block;
		margin: 16% 0 0 0;
	}
	.zoom-container .zoom-caption h3, .zoom-container .zoom-caption h4{ padding-left:20px}
	
	.zoom-container:hover img {
		background:rgba(0, 0, 0, 0.45);
		/* you can choose to remove background color by using background:none*/
		-webkit-transform:scale(1.25); /* Safari and Chrome */
		-moz-transform:scale(1.25); /* Firefox */
		-ms-transform:scale(1.25); /* IE 9 */
		-o-transform:scale(1.25); /* Opera */
		 transform:scale(1.25);
	}
	.zoom-container:hover .zoom-caption {
		background:rgba(0, 0, 0, 0);
		/* you can choose to remove background color by using background:none*/
	}

/*==========================================
 
	SLIDESHOW
	
============================================*/

.cycle-slideshow img{width:100%;display:block}
	
	


/*==========================================

	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: #ffc212;
	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%;
		
}
/*==========================================
 
	CONTACT PAGE
	
============================================*/
iframe.google-maps {
    position: relative;
    width: 100%;
	height:200px;
}


/*==========================================
 
	ADV SEARCH
	
============================================*/

.detailed-form {
	position: relative;
	color: #000;
	box-sizing: border-box;
	text-align: center;
	float:right;
	margin-left:20px
}
.detailed-row{
	margin:  0;
	font-size: 13px;
}
.detailed-search input {
	color:#000;
	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: #ffc212;
	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;}

/*==========================================
 
	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}
.listings-wrapper .listing-boxed .listing-boxed-details h2 a{COLOR:#000!important}


.faceted-search-content .selected-facets-container .selected-facet{
	background-color: #ffc212!important;
	color: #fff !important;
}

.list-content .listing-portion-title{
	color: #000 !important;
}

.list-content .list-title .list-listings-count{
	color: #ffc212 !important;
	
}
.list-content .list-top-section .listing-option-bar .list-listings-count{
	color: #ffc212 !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link{
	background-color: #ffc212!important;
	color: #fff !important;
	
}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .buy-now-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
	background-color: #ffc212!important;
	color: #fff !important;
}
.list-container-flexrow .buy-now-link, .list-container-flexrow .contact-options a, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
	background: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
	background-color: #ffc212!important;
	color: #fff !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn{
	border-color:#ffc212!important;
	color:#ffc212!important;
}

.faceted-search-content .faceted-section-box .faceted-search{
	background-color: #ffc212!important;
	color: #fff !important;
}
.detail-content .search-results{
	color:#ffc212!important;
}

.paging-container .page-navs .list-page-nav{
	background-color: #ffc212!important;
	color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{
	color:#ffc212!important;
}


.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn{
	background-color: #ffc212!important;
	color: #fff !important;
}
.detail-content .detail-additional-data .data-row .data-label{
	background-color: #ffc212!important;
	color: #fff !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price{
	color:#ffc212!important;
}
.rent-title, .lease-title, .fractional-title{
	color:#ffc212!important;
}

.rent-title-details, .lease-title-details, .fractional-title-details{
	color:#ffc212!important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .contact-btn, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat, .list-content .list-main-section .list-container .list-listing .listing-top-right .facebook-messenger, .list-content .list-main-section .list-container .list-listing .listing-top-right .whatsapp, .list-content .list-main-section .list-container .list-listing .listing-top-right .text{
	color:#ffc212!important;
	background: #fff !important;
}

.info{
	color: #000 !important;
}
.fin-calc {line-height: normal !important;}

.list-container-flexrow .price-container .price{color: #000 !important;}
.detail-content .dealer-info .field-value{margin-top: 15px !important;}

.contact-options a, .fin-calc-mobile > a{background-color: #ffc212!important;line-height: normal !important;}
.detail-content-mobile .dealer-info .address-and-contact .address .field-value{line-height: normal !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn{background-color: #ffc212!important;}
.detail-content-mobile .detail-additional-data .data-row .data-label{background-color: #ffc212!important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price, .detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price{
	color: #000 !important;}

.mobile-breadcrumb{background-color: #000 !important;}
#cssmenu .button{display:none!important;}
/*==========================================
 
	FOOTER
	
============================================*/

.bottom {
	background:#000; 
	padding: 2em 0; 
	text-align:right; 
	font-family: 'Poppins', sans-serif;
	}


.divfooter {
	width:100%; 
	text-align:right;
	max-width:750px; 
	float:right; 
	margin:0 auto; 
	line-height: 22px; 
	color:#ababab;
	} 

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:10px; color: #ababab;}
a.footerlink:hover {text-decoration:none;font-size:10px; }
.footertext{font-size:10px; color:#ababab;}
.smallfootertext{font-size:10px; color:#ababab;}



/*==========================================
 
   RESPONSIVE
   
============================================*/


@media screen and (max-width:1300px) {
	#cssmenu > ul > li > a {padding: 0 6px; font-size:14px}
	.logo img{max-width:280px}
	.zoom-container {
		width:31%;
		margin:0 1% ;
		float:left;
		*width:31%;
	}
	article{padding:2em 0}
	.grey{padding:2em 0}
}

@media screen and (max-width:1060px) {
	#menu-wrap {display:none;}
	#menu-button{margin-top:2em}
	
	.input-email#email{width:30%}
	
	.sitewidth{padding:0 20px }
	h1,h4{font-size:24px}
}

@media screen and (max-width:910px) {
	
	.detailed-form {padding: 1%; }
	
	#top{padding:0}
	.detailed-form{float:none;}
	#left-head{float:none; text-align:center}
	#right-head{float:none; text-align:center}
}

@media screen and (max-width:800px) {
	.onethird, .twothird{width:100%; 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;	
	}
}

@media screen and (max-width:650px) {
	.zoom-container{width:100%; margin:0.5em auto;}
	.yellow{padding:1em 0;}
	
	.logo{width:100%; float:none}
	#menu-button{margin:0 auto;  float:none!important; border-top:1px solid #ccc}
	#menu-wrap{margin:0 auto; float:none;}
	
	.categories li{display:block}
	.table-bordered td{border:1px solid #c5cace;  width:98%; padding: 1%; display:block}
	
	.bottom { text-align:center; }
	
	.divfooter {float:none; text-align:center; }
}

@media screen and (max-width:500px) {
	
}

@media screen and (max-width:480px) {
	
	
}


@media screen and (max-width:380px) {
	h1,h2,h4{font-size:20px}
	.detailed-form{display:none}
}
