﻿/*
	Site developed by Karoline Dassie
	
	Color information
	- Black: #000
	- Yellow: #fad037
	- Dark Gray: #494d4c
*/

/* RESET
------------------------------------------------*/

/**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%;
}

/* BASE STYLES
------------------------------------------------*/

body {
	font-family: 'Poppins', sans-serif;
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
	background: #494d4c;
	font-size: 13px;
	font-weight: normal;
	/* 	line-height: 2em; */
}

.container.cf {
	background: white;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

/* clear floats */
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.clear {
	clear: both;
}

/*image replacement*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-style: solid;
	height: 0;
	color: #494d4c;
	margin: 2em auto;
}

img {
	border: 0;
}

.center {
	text-align: center
}

.sitewidth {
	margin: 0 auto;
	padding: 0 60px
}

header .sitewidth {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sitewidth-small {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px
}

.column1 {
	width: 100%;
}

.column2 {
	width: 47%;
	/* *width: 47%; */
	float: left;
	margin-right: 6%;
	box-sizing: border-box;
}

.bottom .column2 {
	width: 47% !important;
	float: left !important;
	margin-right: 3%;
	box-sizing: border-box !important;
}

.column3 {
	width: 33.33333%;
	/* *width: 30%; */
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

.column4 {
	width: 25%;
	/* *width: 25%; */
	float: left;
	box-sizing: border-box;
}

.column5 {
	width: 20%;
	float: left;
	height: 170px;
	display: inline-block;
	margin: 0 0 1em 0;
	box-sizing: border-box;
	text-align: center
}

.column6 {
	width: 16.66666%;
	/* *width: 14%; */
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}

.twothird {
	width: 77%;
	/* *width: 77%; */
	float: left;
	box-sizing: border-box;
}

.onethird {
	width: 23%;
	/* *width: 23%; */
	float: left;
	box-sizing: border-box;
	text-align: right
}

.last {
	padding-right: 0;
	margin-right: 0
}


/* TYPOGRAPHY
------------------------------------------------*/

::-moz-selection {
	background: #494d4c;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #494d4c;
	color: #fff;
	text-shadow: none;
}

strong,
b {
	font-weight: 900;
}

h1 {
	font-size: 32px;
	color: #000 !important;
	font-weight: 900;
}

h2 {
	font-size: 70px;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}

h2 span {
	font-weight: 400
}

h3 {
	font-size: 25px;
	color: #8F8F8F;
	font-weight: 500;
	margin: 20px 0;
}

h4 {
	font-size: 20px;
	color: #494d4c;
	margin: 2em 0 5px 0;
	text-transform: uppercase;
}

h5 {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0;
	color: #777777;
}

.slog {
	background: #fff;
	text-align: center;
	padding-top: 1em;
}

.slog h1 {
	font-size: 25px;
	font-weight: 600
}

/* LINKS
------------------------------------------------*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: inherit;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none !important;
	color: #efeff0;
}

.darkerhover a:hover {
	color: #fad037;
}

.yellowbtn {
	background: #fad037 !important;
	color: #000 !important;
	border: 2px solid #fff !important;
}

a.homebutton {
	width: 99%;
	display: block;
	text-transform: uppercase;
	padding: 15px 0;
	position: relative;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	color: #fff !important;
	cursor: pointer;
	transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease;
	border: 2px solid #494d4c;
	background: #494d4c;
}

a.homebutton:hover {
	opacity: 0.5
}



/* HEADER
------------------------------------------------*/

header {
	padding: 5px 0;
	text-align: center;
	background: #fff;
	margin: 0 auto;
}

.logo img {
	width: 100%;
	max-width: 150px;
	margin: 0;
	display: block;
}

.logo img:hover {
	opacity: 0.5;
	transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

header h1 {
	text-align: right
}

.head-left {
	width: 11%;
	/* *width: 11%; */
	float: left;
	box-sizing: border-box;
}

.head-mid {
	width: 59%;
	/* *width: 59%; */
	float: left;
	box-sizing: border-box;
}

.head-right {
	/* width: 29%; */
	/* *width: 29%; */
	float: right;
	box-sizing: border-box;
}

.head-right img {
	display: inline-block !important
}


/* NAVIGATION
------------------------------------------------*/

/* See menumaker.css */


/* LAYOUT 
------------------------------------------------*/
article {
	background: #fff;
	padding: 4em 0
}

.title {
	border-bottom: #fad037 3px solid;
	margin: 0 auto 10px auto
}

.title h1 {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 40px
}

.left {
	float: left;
}

.right {
	float: right;
}

.slidewrap {
	background: #000;
	padding: 1.5em 1.5em 0 1.5em
}

#border-it {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px #c3c3c3;
	-moz-box-shadow: 0px 0px 5px 0px #c3c3c3;
	box-shadow: 0px 0px 5px 0px #c3c3c3;
}

#mainphoto {
	background: url("../siteart/FRONTAL.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 15% 0 0% 0;
	text-align: center
}

#mainphoto h2 {
	display: block
}

.idioma {
	max-width: 380px;
	float: right;
	border: 1px solid #000;
	padding: 5px 0;
	display: block;
	margin: 2.5em 0;
	vertical-align: middle
}

.idioma p {
	display: inline-block;
	font-size: 23px;
	font-weight: 100;
	margin: 0 10px;
	vertical-align: middle
}

.idioma img {
	vertical-align: middle;
	max-width: 35px
}

.videos iframe {
	background: #494d4c;
	padding: 15px 3%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

iframe.stilovid {
	width: 90%;
	height: 200px
}

#categ-wrap {
	margin: 4em 0 0 0;
}

#categ-wrap .twothird {
	text-align: center
}

.midcateg {
	margin: 2em 0;
	display: block
}

iframe.mapa {
	border: 0;
	width: 100%;
	height: 250px
}

/*  SEARCH FORM
------------------------------------------------
	.search{
		position: relative;
		margin: 0 auto;
		width: 65%;
	}
	
	.search input[type="text"] {
	}
	.search input[type="text"] {
		background: transparent;
		padding: 10px 49px 10px 20px;
		border: 0;
		outline: 0;
		width: 90%;
		border: 2px solid #fad037;
		border-radius: 10px;
		font-weight: 700;
		color: #fff;
		font-size: 16px;
		background: transparent;
	}
	.search input[type="submit"] {}
	
	.search .btn-submit {
		padding: 0px 5px;
		background: transparent;
		border: 0;
		outline: 0;
		position: relative;
		right: 30px;
		position: absolute;
		top: 10px;
	}
	
	i.fa.fa-search {
		font-size: 19px;
		color: #fff;
	}
	
	.search textarea:focus,.search input:focus, .search input[type]:focus, .search .uneditable-input:focus {
		border-color: #000;
		outline: 0 none;
	}
	
	i.fa.fa-search:hover {color: #fad037;}
*/

#yellow {
	background: #000;
	padding: 10px 0
}

/* SEARCH 
.categorycontainer {width:100%; margin:0 auto;}
.categorycontainer ul {margin:0 auto; padding:0;}
.categorycontainer ul li {display:inline-block;  padding:0 2px; margin:0; line-height:40px; border:2px solid #ddd; border-radius:5px 5px 0px 0px;background-color:#ddd;color:#000;}
.categorycontainer ul li a {font-family:sans-serif;  padding:0 20px; font-size:16px; font-weight:bold;}
.categorycontainer ul li:hover {background-color:#777; color:#FFFFFF;border-color: #777;}



#search{
	position: relative;
	margin: 0 auto;
	width: 65%;
	line-height:1.3em;
	}
		
#search select{
	float:left;
	width:200px;
	padding:12px 8px;
	box-sizing:border-box;
	background:none;
	color:#fff;
	cursor:pointer;
	border:2px solid #fad037;
	}
	
#search option:focus, #search input[type]:focus, #search .uneditable-input:focus {
	border-color: #000;
	outline: 0 none;
	background:none;
	color:#fff
}

#search select:focus{
	border-color: #fff;
	outline: 0 none;
	background:none;
	color:#000
}
	
.search{display:none;position:relative;float:left;width:calc(100% - 200px)}
.search:before{position:absolute;top:14px;right:15px;font-family:FontAwesome;content:'\f002';color:#ccc}
.search input[type=text]{width:100%;padding:13px;box-sizing:border-box;border:2px solid #fad037;;border-left:none; background:none; color:#fff}
.search input[type=submit]{position:absolute;top:0;right:0;width:42px!important;height:42px;opacity:0;cursor:pointer}
*/


/* REGISTER FORM
------------------------------------------------*/

#comment-input {
	margin: 1em auto;
}

#comment-input input {
	margin-bottom: 1em
}

#author.input-name,
#lastname.input-name {
	border: 1px solid #d2d2d2;
	width: 30%;
	font-size: 14px;
	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: 30%;
	font-size: 14px;
	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: 97%;
	height: 100px;
	font-size: 14px;
	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%;
	font-family: 'Poppins', sans-serif;
}

#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;
	color: #fad037;
	width: 90%;
	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: #fad037;
	color: #000;
	outline: none;
}

/* FRAMELESS INVENTORY
------------------------------------------------*/

.hosted-content h1 {
	color: #000 !important;
	font-weight: 900
}

.hosted-content h2 {
	color: #000;
	text-shadow: none !important
}

.hosted-content h3 {
	color: #494d4c !important;
	font-size: 22px !important
}

.hosted-content h5 {
	color: #000 !important
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
	color: #000;
	line-height: normal !important
}

.hosted-content .options li {
	padding: 0 1% !important;
}

.hosted-content .options li a {
	min-height: 33px !important
}

body .full .has-quote-forms #listing-top-information,
body .full .has-quote-forms #listing-bottom-information {
	width: 100% !important
}

body .full .has-quote-forms .quote-forms {
	width: 100% !important
}

.hosted-content .listings-wrapper .flex>div,
.hosted-content .listings-detail-wrapper .flex>div {
	width: 50% !important;
	float: left !important
}

.hosted-content .fa {
	margin: 0 !important
}

.hosted-content .m-bottom-15 {
	text-transform: inherit;
	color: #C40003 !important
}

.hosted-content a.calculator {
	display: none !important
}

.hosted-content .listing-list-wrapper a.print {
	display: none !important
}

.hosted-content .p-tb-10 {
	padding: 0 !important
}

.hosted-content .listings-wrapper .currency-box {
	text-align: left !important
}

.hosted-content .column5 {
	margin: 0 !important
}

.hosted-content .left {
	text-align: left !important
}

/* INVENTORY PAGE - CATEGORIES
------------------------------------------------*/
.inv-left {
	float: left;
	width: 16%
}

.inv-right {
	float: right;
	width: 84%
}


a.botao {
	width: 99%;
	display: block;
	padding: 5px 0;
	position: relative;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	color: #000 !important;
	cursor: pointer;
	margin: 0 auto 2px auto;
	transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease;
	border: 2px solid #ccc;
	background: #ccc;
}

a.botao:hover {
	opacity: 0.5;
}

/* FOOTER
------------------------------------------------*/
#foot {
	background: #fad037;
	padding: 2em 0;
}

footer {
	width: 100%;
	text-align: center;
	color: #494d4c;
}

.bottom {
	background: #000;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	padding: 2em 0;
	text-align: right
}

.bottom .last {
	text-align: left;
}

.bottom img {
	display: inline-block;
	max-width: 30px;
	margin: 10px 10px 0 0
}

.bottom p {
	color: #c7c7c7;
}

.bottom a {
	font-size: 13px;
	line-height: 24px;
	color: #c7c7c7;
	text-decoration: none;
	transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease;
}

.bottom a:hover {
	color: #fff;
}

.font-big a {
	font-size: 20px !important;
}


a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: 900;
	color: #9f9f9f;
}

a.footerlink:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
}

.footertext {
	font-size: 10px;
	color: #494d4c;
}

.smallfootertext {
	font-size: 10px;
	color: #494d4c;
}

.divfooter {
	text-align: center;
	color: #494d4c;
	font-size: 10px;
	line-height: 18px;
	max-width: 800px;
	width: 90%;
	margin: 0 auto
}

.forcecenter .divfooter {
	text-align: center !important;
	float: none !important;
	margin: 0 auto !important
}



/* RESPONSIVE
------------------------------------------------*/
@media screen and (max-width: 1595px) {
	.idioma {
		max-width: 200px
	}

	.idioma p {
		font-size: 16px
	}
}

@media screen and (max-width: 1480px) {
	.slider-wrapper {
		margin: 0% 1% 0 0% !important;
	}
}

@media screen and (max-width: 1300px) {
	.idioma {
		max-width: 180px
	}

	.logo img {
		margin: 0;
		max-width: 250px
	}

	header h1 {
		font-size: 22px
	}



}

@media screen and (max-width: 1240px) {
	a.homebutton {
		font-size: 19px
	}

}


/* iPads (portrait and landscape) ----------- */

@media screen and (max-width: 1025px) {
	h2 {
		font-size: 50px
	}

	header .sitewidth {
		display: flex;
		/* flex-direction: column; */
		flex-wrap: wrap;
		align-items: center;
	}

	header .sitewidth * {}

	.slider-wrapper {
		width: 100% !important;
	}

	.sitewidth {
		padding: 0 30px
	}

	.bottom .sitewidth {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	article {
		padding: 2em 0
	}

	.twothird {
		width: 100%;
		/* *width: 100%; */
		float: none;
		text-align: center;
		margin-bottom: 2em;
		padding-right: 0;
	}

	.onethird {
		width: 100%;
		/* *width: 100%; */
		float: none;
		text-align: center
	}

	iframe.stilovid {
		height: 300px;
		width: 94%
	}

	a.homebutton {
		font-size: 18px;
		padding: 10px 0
	}



	.slide-wrap {
		/* display: none; */
		order: 3;
		width: 100%;
	}

	.head-mid {
		/* display: none; */
	}

	.head-left {
		width: 50%;
		/* *width: 50%; */
		order: 1;
	}

	.head-right {
		width: 50%;
		/* *width: 50%; */
		order: 2;
	}

	#comment-input input {
		float: none !important;
		width: 98% !important
	}

	.column5 {
		width: 33%;
		height: 160px
	}

	.inv-left {
		float: left;
		width: 20%
	}

	.inv-right {
		float: right;
		width: 80%
	}

	a.botao {
		font-size: 13px
	}



	.categorycontainer ul li a {
		padding: 0px;
		font-size: 14px;
		width: 100%;
		display: inline-block;
	}
}

@media screen and (max-width: 900px) {

	.column2 {
		width: 100%;
		/* *width: 100%; */
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.bottom {
		text-align: center;
	}

	.bottom .last {
		text-align: center;
	}

	.last {
		margin-top: 1em
	}

	.divfooter {
		float: none;
		text-align: center;
	}

	.column3 {
		width: 100%;
		/* *width: 100%; */
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		margin: 10px auto;
	}

	.inv-left,
	.inv-right {
		width: 100%;
		/* *width: 100%; */
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	#search {
		width: 90%
	}




}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px) {
	h2 {
		font-size: 40px
	}

	.twothird {
		width: 100%;
		/* *width: 100%; */
		float: none;
		text-align: center;
		margin-bottom: 2em;
		padding-right: 0;
	}

	.onethird {
		width: 100%;
		/* *width: 100%; */
		float: none;
		text-align: center
	}


	.column5 {
		width: 50%;
	}

	#search select {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 10px 0;
		border: 2px solid #fad037
	}

	#search option:focus,
	#search input[type]:focus,
	#search .uneditable-input:focus {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 10px 0;
		border: 2px solid #fad037 !important;
		border-top: none !important
	}

	.search {
		width: 100%;
		max-width: 100%;
	}

	.head-left {
		width: 100%;
		/* *width: 100%; */
		float: none
	}

	.head-right {
		width: 100%;
		/* *width: 100%; */
		float: none
	}

	.logo img {
		margin: 0 auto
	}

	.idioma {
		text-align: center;
		padding: 0;
		margin: 10px auto;
		float: none
	}

	header h1 {
		text-align: center;
	}


	.categorycontainer {
		width: 50%;
	}

	.categorycontainer ul li {
		display: block;
		border-radius: 0px;
		line-height: 30px;
	}
}


/* Galaxy (portrait and landscape) ----------- */

@media screen and (max-width:640px) {
	h2 {
		font-size: 30px
	}

	#categ-wrap {
		margin: 0
	}
}


/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 480px) {
	.column5 {
		width: 100%;
		margin: 1em auto;
		float: none;
		border: 1px solid #ccc;
		height: auto
	}
}

@media screen and (max-width: 320px) {}

.flip-y-axis {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}