html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

img { 
    /*image-rendering: optimizeSpeed;             /*                     */
    /*image-rendering: -moz-crisp-edges;*/          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

.workspace {
	max-width: 1200px;
	margin: auto;
}

/*.workpage {
	height:100vh;
}*/
.workpage {
	width: 100%;
	height:100%;
	z-index: 1;
}

.bg_temp {
	background-image: url("../img/background_homepage.jpg");
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/***** LOCATIONS ON AREAS *****/
.firstArea {
    height: 350px;
	width: 100%;
	position: relative;
	top: 35%;
	transform: translateY(-35%);
}
.areaBckImg {
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	opacity: 0.3;
    z-index: 1;
}

.areaFilter {
	background-image: url("../img/background_transparente.png");
    height: 100%;
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
    z-index: 20;
}

.conteudoArea {
    z-index: 3;
	position: relative;
	top: -110%;
}
.imgDestaqueIcon {
	height: 130px;
}
.iframeArea {
	height: 165px;
	width: 100%;
	border: none;
}
.bgCenterImg {
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.containerTextCenter {
	margin-top: -175px;
}
.showTextCenter {
	background-color: #cddb00;
	position: relative;

}
.textSlogan {
	font-family: 'Cabin', sans-serif;
	font-size: 44px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	width: 100%;
}
.textRefer {
	font-family: 'Satisfy', cursive;
	font-size: 30px;
	color: #3a2c24;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	position: absolute;
	bottom: -20px;
	right: 30px;
	z-index: 100;
}
.iframeArea {
	height: 145px;
	width: 100%;
	border: none;
}
.showLogoDest {
	position: absolute;
	right:-80px;
	top: -525px;
	z-index: 100px;
}
@media screen and (max-width: 1366px){
    .bgCenterImg {
		height: 400px;
    }
    .showLogoDest {
		position: absolute;
		right:-70px;
		top: -425px;
		z-index: 100px;
	}
}

@media screen and (max-width: 991px){
	.imgDestaqueIcon {
		height: 90px;
	}
	.iframeArea {
		height: 120px;
		width: 100%;
		border: none;
	}
	.bgCenterImg {
		height: 200px;
	}
	.showLogoDest {
		position: absolute;
		right:-25px;
		top: -225px;
		z-index: 100px;
	}
	.containerTextCenter {
		margin-top: -4px;
	}
	.textSlogan {
		font-size: 38px;
	}
	.conteudoArea {
		z-index: 3;
		position: relative;
		top: -103%;
	}
}

/***** TESTEMUNHOS *****/
.firstAreaTest {
	height: 250px;
	width: 100%;
	position: relative;
	top: 40%;
	transform: translateY(-40%);
}
.conteudoAreaTest {
	z-index: 3;
	position: relative;
	top: -90%;
}
.imgCenterTest {
	border: 3px solid #cddb00;
	border-radius: 50%;
	min-height: 200px;
	min-width: 200px;
}

.infoTestemunho {
	position: absolute;
	top: -8vw;
	width: 100%;
}
.iframeAreaTest {
	height: 145px;
	width: 100%;
	border: none;
}
.textAreaTest{
	margin-left: -200px;
	background-color: #cddb00;
}
.posAreaTest {
	padding-left:180px;
	padding-right: 20px;
}

@media screen and (max-width: 767px){
	.conteudoAreaTest {
		z-index: 3;
		position: relative;
		top: -110%;
	}
	.iframeAreaTest {
		height: 125px;
		width: 100%;
		border: none;
	}
	.imgCenterTest {
		height: 200px;
		width: 200px;
	}
	.textAreaTest{
		margin-left: 0px;
		background-color: #cddb00;
	}
	.posAreaTest {
		padding-left:15px;
		padding-right: 15px;
	}
}

/***** CICLO PRODUTIVO *****/
.cicloArea {
	padding-top: 100px;
}
.cicloFases {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	color: #acacac;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	/*list-style-image: url('../img/line.png');*/
	padding-left: 50px;
}
.active {color: #3a2c24;}
.showTextCiclo {
    /*width: 300px;*/
    width: 40%;
	background-color: #cddb00;
	position: absolute;
	top: 270px;
	right: 50px;

}
.imgCiclo {
	height: 500px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iframeAreaCiclo {
	height: 200px;
	width: 100%;
	border: none;
}
.chMobile {
	display: none;
	/*width: 250px;*/
	width: 90%;
}

@media screen and (max-width: 1366px){
    .imgCiclo {height: 380px;}
    .iframeAreaCiclo {height: 180px;}
    
  
}

@media screen and (max-width: 991px){
	.chResp {display: none;}
	.chMobile {display: block; margin: auto;}
	.imgCiclo {height: 200px;}
	.showTextCiclo {
		top: 175px;
		/*right: 50px;*/
		left: 50%;
		transform: translateX(-50%);
        width: 70%;
	}
	.cicloArea {padding-top: 25px;}
	.iframeAreaCiclo {height: 120px;}
}
@media screen and (max-width: 767px){
	.showTextCiclo {
		top: 175px;
		/*right: 50px;*/
		left: 50%;
		transform: translateX(-50%);
        width: 90%;
	}
}

/***** DISTRIBUIDORES *****/
.distriArea {
	padding-top: 100px;
}
.distri {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	color: #acacac;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	/*list-style-image: url('../img/line.png');*/
	padding-left: 50px;
}
.active {color: #3a2c24;}
.showTextDistri {
	width: 300px;
	background-color: #cddb00;
	position: absolute;
	top: 270px;
	right: 50px;

}
.imgDistri {
	height: 500px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#map {
	width: 100%;
	min-height: 290px;
	max-height: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*.chMobile {
	display: none;
	width: 90%;
}*/

.simbArea {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.tamSimb {
	height: 150px;
}

@media screen and (max-width: 991px){
	.chResp {display: none;}
	/*.chMobile {display: block; margin: auto;}*/
	.imgDistri {height: 300px;}
	.showTextDistri {
		top: 150px;
		/*right: 50px;*/
		left: 50%;
		transform: translateX(-50%);

	}
	.distriArea {padding-top: 25px;}
	#map {
		width: 100%;
		min-height: 180px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.tamSimb {
		height: 50px;
	}
}

/***** CONTACTOS *****/
#mapCont {
	width: 100%;
	min-height: 290px;
	max-height: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.btnSendForm {display: none;}
@media screen and (max-width: 767px){
	#mapCont {
		width: 100%;
		min-height: 180px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

/***** NOTICIAS *****/
.noticiasArea {
	padding-top: 8%;
}

.iframeAreaNoticias {
	height: 420px;
	width: 100%;
	border: none;
}

.showDetailNoticias {
	display: none;
}

.showImgDetailNews {
	min-height: 350px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.textDetailNews {
	background-color: #cddb00;
}
.showDateDetailNews {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3a2c24;
	text-align: right;
	text-transform: uppercase;
	width: 45px;
	position: absolute;
	top: 10px;
	right: 0px;
	background-color: #cddb00;
	padding: 5px 10px 5px 0;
}
.closeDetailNews {
	font-family: 'Cabin', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #ee7623;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 60px;
	cursor: pointer;
}

.iframeTextShowArea {
	height: 200px;
	width: 100%;
	border: none;
}
.showYouTubeLink {
	position: absolute;
	top: 40%;
	left: 40%;
	text-decoration: none;
}
.showYouTubeLink a{
	font-size:84px;
	color: rgba(249,1,19,0.8);	
}

@media screen and (max-width: 767px){
	.noticiasArea {padding-top: 50px;}
	.showImgDetailNews {min-height: 175px;}
	.closeDetailNews {
		font-size: 24px;
		right: 25px;
	}
    .iframeTextShowArea {height: 140px;}
    .showYouTubeLink {
		top: 80px;
		left: 37%;
    }
    .showDateDetailNews {right: 15px;}

}
/***** ADDING/SUB *****/
.noselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.showNumberDetail {
	width: 110px;
	font-family: 'Cabin', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #cddb00;
	text-align: center;
	/*padding-top: 8px;*/
	vertical-align: middle;
}

.teclasUpDetail {
	color: #fff;
	background-color: #cddb00;
	text-align: center;
	cursor: pointer;
	height: 24px; 
	width: 28px;
}
.teclasDownDetail {
	color: #fff;
	background-color: #cddb00;
	text-align: center;
	cursor: pointer;
	height: 24px; 
	width: 28px;
}

/***** SEND INFO *****/
.imgSend {height: 140px;}
.textSendFirst {
	font-family: 'Cabin', sans-serif;
	font-size: 20px;
	color: #3a2c24;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.textSendSec {
	font-family: 'Cabin', sans-serif;
	font-size: 30px;
	color: #cddb00;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

@media screen and (max-width: 767px){
	.imgSend {height: 50px;}
	.textSendFirst {font-size: 13px;}
	.textSendSec {font-size: 20px;}
}

/****** MEETKIWI *******/
.firstAreaMeet {
	height: 350px;
	width: 100%;
	position: relative;
	top: 35%;
	transform: translateY(-35%);
}

.conteudoAreaMeet {
	z-index: 3;
	position: relative;
	top: -110%;
}
.titleMeet {
	font-family: 'Cabin', sans-serif;
	font-size: 32px;
	color: #cddb00;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	top: -20px;
	left: 50%;
	transform: translateX(-49%);
	/*transform: rotate(6deg);*/
}
.simbolMeet {
	width: 425px;
	height: 425px;
	border: 1px solid #cddb00;
	border-radius: 50%;
	position: relative;
}
.iconsMeet{
	position: relative;
}
.meetText{
	vertical-align: middle;
}
.tamIconMeet {
	height: 40px;
	transition: All 0.2s ease;
}
.left {
	/*margin-left:30px;*/
	transition: all 500ms ease-in-out;
}
.meetItens{
	position: absolute;
	width: 200px;
}
.meetItens a {
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
	color: #00c08b;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
}
.meetItens a:hover{
	color: #ee7623;
}

#meetIcon1 {
	bottom: 300px; 
	left: -153px;
	text-align: right;
}
#meetIcon2 {
	bottom: 205px; 
	left: -180px;
	text-align: right;
}
#meetIcon3 {
	bottom: 100px; 
	left: -160px;
	text-align: right;
}
#meetIcon4 {
	bottom: 300px; 
	right: -152px;
	text-align: left;
}
#meetIcon5 {
	bottom: 200px; 
	right: -183px;
	text-align: left;
}
#meetIcon6 {
	bottom: 100px; 
	right: -162px;
	text-align: left;
}

@media screen and (max-width: 767px){
	.firstAreaMeet {
		height: 200px;
		width: 100%;
		position: relative;
		top: 40%;
		transform: translateY(-40%);
	}
	.conteudoAreaMeet {
		z-index: 3;
		position: relative;
		top: -120%;
	}
	.simbolMeet {
		width: 300px;
		height: 300px;
		border: 1px solid #cddb00;
		border-radius: 50%;
	}
	.titleMeet {
		font-size: 22px;
		top: -15px;
	}
	.tamIconMeet {
		height: 30px;
	}

	#meetIcon1 {
		bottom: 215px; 
		left: -160px;
		text-align: right;
	}
	#meetIcon2 {
		bottom: 140px; 
		left: -186px;
		text-align: right;
	}
	#meetIcon3 {
		bottom: 60px; 
		left: -165px;
		text-align: right;
	}
	#meetIcon4 {
		bottom: 215px; 
		right: -162px;
		text-align: left;
	}
	#meetIcon5 {
		bottom: 140px; 
		right: -187px;
		text-align: left;
	}
	#meetIcon6 {
		bottom: 60px; 
		right: -165px;
		text-align: left;
	}
}

/***** TOP MENU *****/
.topMenu {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	position: fixed;
	background-color: transparent;
	z-index: 600;
}

.logoKiwi {
	height: 50px;
}

.iconMobile{
	display: none;
}
.iconMobile a{
	color: #cddb00;
	text-decoration: none;
}
.iconMobile a:hover {color: #cddb00;}

/**** MENU MOBILE *****/
.bottomMenuMobile {display: none;}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 500;
	top: 50px;
	right: 0px;
	background-color: #fff;
	overflow-x: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	transition: 0.5s;
}
.indicatorMobile {
	color: #acacac;
}
.mobileMenu {
	height: 100%;
	width: 100%
}
.mobileMenu ul {
    list-style-type: none;
    display: block;
    height:100%;
}
.mobileMenu ul li{
    display: block;
    height:calc(100% / 8);
}
.mobileMenu ul li a{
	display: block;
    text-decoration: none;
    cursor: pointer;
}
.mobileMenu ul li a:hover > .itemName{
    color: #ee7623; 
}

/*.mobileMenu ul li a:hover > .indicatorMobile{
    color: #ee7623; 
}*/

@media screen and (max-width: 991px){
	.scrollSignal{display: none;}
	.bottomMenu{display: none;}
	.bottomMenuMobile {
		display: block;
		width: 100%;
		height: 32px;
		position: fixed;
		bottom: 0;
		background-color: #3a2c24;
		z-index: 100;
	}

	.topMenu {
		margin-top: 0px;
		background-color: #3a2c24;
	}
	.logoKiwi {height: 30px;}
	.mediaIcons{display: none;}
	.apkLogo{display: none;}

	.iconMobile{
		display: block;
	}
}

/***** ICON BARS *****/
.containerBars {
	display: inline-block;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background-color: #cddb00;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
} 
.change .bar2 {opacity: 0;} 
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -4px);
	transform: rotate(45deg) translate(-6px, -4px);
}

/***** SCROLLING *****/
section {
	float: left;
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
}
.horizon-prev, .horizon-next {
	position: fixed;
	top: 50%;
	margin-top: -24px;
	z-index: 9999;
} 
.horizon-prev { left: 20px; }
.horizon-next { right: 20px; }

/***** TEXT *****/
.text{
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	color: #3a2c24;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.typeC {font-family: 'Cabin', sans-serif;}
.typeS {font-family: 'Satisfy', cursive;}

.colorBrown {color: #3a2c24;}
.colorYellow {color: #cddb00;}
.colorGreen {color: #00c08b;}
.colorOrange {color: #ee7623;}
.colorGrey {color: #acacac;}
.colorWhite {color: #fff;}

.textBold {font-weight: bold;}
.textNormal {font-weight: normal;}

.textCenter {text-align: center;}
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textJustify {text-align: justify;}

.textUp {text-transform: uppercase;}
.textDown {text-transform: lowercase;}

.line15 {line-height: 1.5em;}
.line2 {line-height: 2em;}

.tam8 {font-size: 8px;}
.tam10 {font-size: 10px;}
.tam11 {font-size: 11px;}
.tam12 {font-size: 12px;}
.tam13 {font-size: 13px;}
.tam14 {font-size: 14px;}
.tam16 {font-size: 16px;}
.tam20 {font-size: 20px;}
.tam24 {font-size: 24px;}
.tam30 {font-size: 30px;}
.tam34 {font-size: 34px;}
.tam40 {font-size: 40px;}
.tam50 {font-size: 50px;}
.tam56 {font-size: 56px;}
.tam60 {font-size: 60px;}

.textStart {
	font-family: 'Cabin', sans-serif;
	font-size: 80px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.textStartBottom {
	font-family: 'Satisfy', cursive;
	font-size: 50px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

@media screen and (max-width: 767px){
	.textStart {font-size: 50px;}
	.textStartBottom {font-size: 30px;}
}

/***** MENU LANG *****/
.menuLang{
	display: inline-block;
	position: relative;
	cursor: pointer;
	border: none;
}
 
.menuLang-menu{
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 30px;
	overflow: auto;
	/*border: 1px solid #96694c;*/
	/*box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);*/
	z-index: 5000;
	text-align: left;
	right: 15px;
	border-radius: 0px;
}

.menuLang-menu button {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #cddb00;
	padding: 6px 6px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	/*border-bottom: 1px solid #96694c;*/
}

/*.menuLang-menu button:last-child {
	border-bottom: none;
}*/

/*.menuLang-menu a:hover {
	background-color: #96694c;
	color: #fff;
}*/

/***** BOTTOM MENU *****/
.indicator {
	width: 10px;
	height: 10px;
	background: #cddb00;
	border-radius: 50%;
	top: -32px;
	position: absolute;
	left: calc(50% - 5px);
}
.bottomMenu {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	background-color: #3a2c24;
	border-top: 2px solid #cddb00;
	z-index: 100;
}

.fullMenu {
	vertical-align: middle;
}
.fullMenu ul {
	list-style-type: none;
	padding-top: 12px;
}

.fullMenu li {
	display: inline;
	padding-right: 1.6%;
	padding-left: 1.6%;
    position: relative;
    cursor: pointer;
}

.fullMenu li a{
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
	color: #acacac;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 8px 10px 8px 10px;
}

.fullMenu li a:hover{
	color: #ee7623;
	text-decoration: none;
}

.fullMenu li a:hover > .indicator{
	background: #ee7623;
}

/*.indicator:hover{
	background: #ee7623;
}*/


/**** START VIDEO ****/
.videoBack {
    position:absolute;
    /*width:100%;
    height:100%;*/
    right: 0;
    top:0;
    display:block;
    z-index:1;
    overflow:hidden;
    min-height: 100%;
    width: 100%;
}

/*.videoBack > video {
    min-width: 100%;
    min-height:100%;
}*/

/***** MOUSE ICON *****/
.scrollSignal {
	position: fixed;
	bottom: 140px;
	left: 50%;
	z-index: 100;
}
.scroll-downs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 32px;
	height: 55px;
}
.mousey {
	width: 3px;
	padding: 10px 12px;
	height: 26px;
	border: 2px solid;
	border-color: #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}
.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #cddb00;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
}

.scrollSignalMobile {display: none;}

@media screen and (max-width: 767px){
	.scrollSignalMobile {
		display: block;
		position: absolute;
		bottom: 60px;
		margin: auto;
        left: 45%;
        z-index:1000;
	}
}

/***** BOOTSTRAP OVERRIDE *****/
.btnAltLang {
	color: #cddb00;
	font-size: 13px;
  	font-style: normal;
	font-weight: bold;
	box-shadow:none;
	background-color: #3a2c24;
	border-radius: 0px;
	border: 1px solid #cddb00;
	height: 30px;
	width: 100%;
	padding: 0;
	margin-top: -1px;
	cursor: pointer;
}

.btnAltLang:first-child {
	margin-top: 0px;
}
.btnAltLang:hover{
	color: #3a2c24;
	background-color: #cddb00;
	box-shadow:none;
}

.btnAltLang.focus,
.btnAltLang:focus{
  color:#cddb00;
  background-color: #3a2c24;
  box-shadow:none;
}
.btnAltLang:not(:disabled):not(.disabled).active,
.btnAltLang:not(:disabled):not(.disabled):active,
.show>.btnAltLang.dropdown-toggle, .btnIcon{
  color:#cddb00;
  background-color:#3a2c24;
  box-shadow:none;
}

.btnAltLang:not(:disabled):not(.disabled).active:focus,
.btnAltLang:not(:disabled):not(.disabled):active:focus,
.show>.btnAltLang.dropdown-toggle:focus{
  box-shadow:none;
}

.selectWrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #bbb;*/
	border: 1px solid rgba(58,44,36,0.3);
	border-radius: 2px;
	/*background:transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%2300AEA9%22%2F%3E%3C%2Fsvg%3E') right 13px center no-repeat;*/
    background:transparent url('../img/arrow_down.png') right 13px center no-repeat;
}
  
.selectWrapper select {
	padding: 12px 40px 5px 5px;
	/*line-height: 28px;*/
	width: 100%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
	color: #3a2c24;
	font-style: normal;
	font-weight: bold;
    text-align: left;
}

option{
	font-family: verdana, Arial;
	font-size: 12px;
	color: #000;
}

input[aria-describedby="contactInput"]::-webkit-input-placeholder {
	font-family: 'Cabin', sans-serif;
	color: #3a2c24 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="contactInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: 'Cabin', sans-serif;
	color: #3a2c24 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="contactInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Cabin', sans-serif;
	color: #3a2c24 !important;
	font-size: 12px;
	text-align: left;
}
input[aria-describedby="contactInput"]:-ms-input-placeholder {  
	font-family: 'Cabin', sans-serif;
	color: #3a2c24 !important;
	font-size: 12px;
	text-align: left;
}

input[aria-describedby="contactInput"], 
input[aria-describedby="contactInput"]:focus {
	font-family: 'Cabin', sans-serif; 
	color: #3a2c24;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: 1px solid rgba(205,219,0,1);
	border-radius: 0px;
}
.mensInput {
	border: 1px solid rgba(205,219,0,1);
	border-radius: 0px;
}
.form-control:focus,.form-control:active {
	outline: none !important;
	box-shadow: none;
	border: 1px solid rgba(205,219,0,1);
	border-radius: 0px;
}
textarea[aria-describedby="contactInput"]::-webkit-input-placeholder {
	font-family: 'Cabin', sans-serif;
	color: #3a2c24 !important;
	font-size: 12px;
	text-align: left;
}
textarea[aria-describedby="contactInput"]:-moz-placeholder { /* Firefox 18- */
	font-family: 'Cabin', sans-serif;
	color: #3a2c24 !important;
	font-size: 12px;
	text-align: left;
}
textarea[aria-describedby="contactInput"]::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Cabin', sans-serif;
	color: #3a2c24 !important;
	font-size: 12px;
	text-align: left;
}
textarea[aria-describedby="contactInput"]:-ms-input-placeholder {  
	font-family: 'Cabin', sans-serif;
	color: #3a2c24 !important;
	font-size: 12px;
	text-align: left;
}

textarea[aria-describedby="contactInput"], 
textarea[aria-describedby="contactInput"]:focus {
	font-family: 'Cabin', sans-serif; 
	color: #3a2c24;
	background-color: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	outline: 0 none;
	margin-bottom: 0;
	padding-bottom: 5px;
	border: 1px solid rgba(205,219,0,1);
	border-radius: 0px;
	height: 160px;
}

.btnSend {
	background-color: #ee7623;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;  
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.btnSend:hover {
	font-weight: bold;
}

@media screen and (max-width: 991px){
	textarea[aria-describedby="contactInput"], 
	textarea[aria-describedby="contactInput"]:focus {
		font-family: 'Cabin', sans-serif; 
		color: #3a2c24;
		background-color: transparent;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
		outline: 0 none;
		margin-bottom: 0;
		padding-bottom: 5px;
		border: 1px solid rgba(205,219,0,1);
		border-radius: 0px;
		height: 100px;
	}
}

@media screen and (max-width: 767px){
	textarea[aria-describedby="contactInput"], 
	textarea[aria-describedby="contactInput"]:focus {
		font-family: 'Cabin', sans-serif; 
		color: #3a2c24;
		background-color: transparent;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
		outline: 0 none;
		margin-bottom: 0;
		padding-bottom: 5px;
		border: 1px solid rgba(205,219,0,1);
		border-radius: 0px;
		height: 60px;
	}
}

/***** PRE-LOADER *****/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/icon_load.gif) center no-repeat #fff;
}


