/*
Theme Name: M3 Design
Theme URI: http://m3design.com.co/
Description: Web M3 Design. Todos los derechos reservados. 
Author: THE DOT STUDIO S.A.S.
Author URI: http://www.thedot-studio.com
Version: 1.0
*/


/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

	/* #Font-Face
	================================================== */
	/* 	This is the proper syntax for an @font-face file
			Just create a "fonts" folder at the root,
			copy your FontName into code below and remove
			comment brackets */

	@font-face {
		    font-family: 'coolvetica';
		    src: url('fonts/coolvetica.eot');
		    src: url('fonts/coolvetica.eot?iefix') format('eot'),
		         url('fonts/coolvetica.woff') format('woff'),
		         url('fonts/coolvetica.ttf') format('truetype'),
		         url('fonts/coolvetica.svg#webfontZam02nTh') format('svg');
		    font-weight: normal;
		    font-style: normal; 
	}

	@font-face {
		    font-family: 'helvetica';
		    src: url('fonts/helvetica.eot');
		    src: url('fonts/helvetica.eot?iefix') format('eot'),
		         url('fonts/helvetica.woff') format('woff'),
		         url('fonts/helvetica.ttf') format('truetype'),
		         url('fonts/helvetica.svg#webfontZam02nTh') format('svg');
		    font-weight: normal;
		    font-style: normal; 
	}
	

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px 'helvetica', Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "helvetica", "Arial", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'helvetica', Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px 'helvetica', Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }




/* GENERAL */
.clearX{width: 100%; margin: 10px 0;}
.columns{min-height: 1px;}
a{text-decoration: none; color: inherit;}
a:hover{text-decoration: none; color: inherit;}
a:visited{color: inherit;}
body{overflow-x: hidden;}
.coolvetica{font-family: 'coolvetica';}

input[type=text], input[type=email], input[type=password]{padding:5px 4px; width:95%; font-family:times; color:#333; font-size:12px; font-weight:bold; border-radius:0!important;
	background:#EFEFEF;
}
textarea{padding:5px 4px; width:95%; height:auto; font-family:times; color:#333; font-size:12px; font-weight:bold; border-radius:0!important; background:#EFEFEF; resize:none;}
select{width:100%; font-family:times; color:#333; font-size:12px; font-weight:bold; border-radius:0!important; height:27px; -webkit-appearance:none; -moz-appearance:none; appearance:none;
	background:#EFEFEF url('images/icnArrow.png')right top no-repeat; 
}
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover{background:#E2E2E2;}
select:hover{background:#E2E2E2 url('images/icnArrow.png')right top no-repeat;}

header .menu ul li, a, .owl-buttons .owl-prev, .owl-buttons .owl-next, .btnRespMenu, .respMenu li, .services .boxes .four.columns .bgBox, .close, input, select, textarea,
.preFooter ul.five.columns li
{-ms-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in;-webkit-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; transition: all 200ms ease-in;}

header{background: rgba(26,26,26,0.8); position: fixed; width: 100%; height: 106px; top: 0; left: 0; z-index:2;}
header .menu{height: 106px;}
header .menu img{float: left; display: block; margin: 20px 0;}
header .menu ul{float: left; display: block; height: 106px; color: #fff; font-size: 15px; list-style: none;}
header .menu ul li{float:left; font-weight:bold; width:110px; padding:44px 0; text-align:center; cursor:pointer; background:url('images/menuHover.png')center -10px no-repeat;}
header .menu ul li:hover{background:rgba(26,26,26,0.1) url('images/menuHover.png')center bottom no-repeat; color: #ccc;}
.menuSelected{background: url('images/menuHover.png')center bottom no-repeat!important; pointer-events:none; color: #ccc;}

.btnRespMenu{display:none; width:22px; height:22px; background:url('images/btnRespMenu.png')center center no-repeat; cursor:pointer; float:right; padding:4px; margin:35px 20px; outline:1px solid #fff;}
.btnRespMenu:hover{outline:1px solid #C4C3C3;}

.respMenu{width: 100%; height: auto; position: absolute; background: rgba(26,26,26,0.9); top: 106px; left:100%; z-index: 1;}
.respMenu li{font-family: 'coolvetica'; font-size: 18px; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.2); padding:14px; margin: 0;}
.respMenu li:hover{color: #43A1C1; background: rgba(255,255,255,0.1);}
.respMenu ul{margin: 0; padding: 0;}
.respMenu .menuSelected{color: #43A1C1; background: rgba(255,255,255,0.1)!important;}

/* sliderHome*/
.sliderHome{width:100%; height:780px; position: absolute; top: 0; left: 0; z-index:-1;}
.sliderHome .item{height:780px; background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.sliderHome .item span{display:inline-block; margin:234px 0 0 0;}
.sliderHome .item span h1, .sliderHome .item span h2, .sliderHome .item span h3, .sliderHome .item span h4, .sliderHome .item span h5, .sliderHome .item span h6, .sliderHome .item span strong{color: #fff;}
.txtCaptShadow{text-shadow:2px 2px 8px #333;}
.sliderHome .item span h1{font-size: 110px; font-weight: bold; line-height: 75px;}
.sliderHome .item span h2{font-size: 90px; line-height: 80px;}
.sliderHome .item span h3{font-size: 80px; width: 525px; line-height: 73px;}
.sliderHome .item span h4{font-size: 60px; line-height: 50px;}

.sliderHome .item span a{display: block; float: right; width: 230px; height: 24px; box-shadow:1px 1px 8px #333; margin: 20px 0 0 20px; font-weight: bold; font-size: 28px; padding: 5px 5px 5px 0; text-align: right;}
.sliderHome .item span a:hover{background-position: -5px 0; color: inherit; padding: 5px 10px 5px 0;}
.sliderHome .item span .more{color: #C71B4F; font-size: 100px; font-weight: bold; margin: -40px 0 41px 0;}

.linkCaptGreen{background:#C1CA28 url('images/icnMoreBlue.png')0 0 no-repeat; color: #253473!important;}
.linkCaptMagenta{background:#C71B4F url('images/icnMoreGreen.png')0 0 no-repeat; color: #fff!important;}
.linkCaptWine{background:#420028 url('images/icnMoreOrange.png')0 0 no-repeat; color: #fff!important;}

.sliderHome .owl-buttons{position:absolute; top:43%; z-index:0; width:100%;}
.sliderHome .owl-buttons .owl-prev{width:80px; height:80px; color:transparent!important; font-size:0!important;  float:left; background:transparent url('images/btnSliderPrev.png')0 0 no-repeat!important;}
.sliderHome .owl-buttons .owl-next{width:80px; height:80px; color:transparent!important; font-size:0!important;  float:right; background:transparent url('images/btnSliderNext.png')0 0 no-repeat!important;}
.sliderHome .owl-pagination{float:right; margin:-40px 20px;}
.sliderHome .owl-theme .owl-controls .owl-page span{background:#fff;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{opacity: 0.9!important; background-color: rgb(255, 255, 255);}

.arrowSection{width:1285px; height:152px; background:url('images/arrowSection.png')0 0 no-repeat; position:relative; z-index:1; margin: -162px 0;}

/* services */
.services{margin-top:725px; /*outline:1px dotted gray;*/}
.services .title{}
.services .title p{font-family:'coolvetica'; color:#1A1A1A; font-size:44px;}
.services .boxes{ }
.services .boxes .four.columns .bgBox{height:204px; width:94.2%; position:relative; margin:6px auto;  
	cursor: pointer;
	/*	
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	*/
}
.services .boxes .sixteen.columns{display:none;}
.services .boxes .sixteen.columns .close{width:46px; height:46px; position:absolute; right:0; z-index:1; margin:-24px 50px; cursor:pointer;}

.services .boxes .sixteen.columns .close.s0{background:url('images/closeServDtail1.png')0 0 no-repeat;}
.services .boxes .sixteen.columns .close.s1{background:url('images/closeServDtail2.png')0 0 no-repeat;}
.services .boxes .sixteen.columns .close.s2{background:url('images/closeServDtail3.png')0 0 no-repeat;}
.services .boxes .sixteen.columns .close.s3{background:url('images/closeServDtail4.png')0 0 no-repeat;}
.services .boxes .sixteen.columns .close.s4{background:url('images/closeServDtail5.png')0 0 no-repeat;}
.services .boxes .sixteen.columns .close.s5{background:url('images/closeServDtail6.png')0 0 no-repeat;}
.services .boxes .sixteen.columns .close.s6{background:url('images/closeServDtail7.png')0 0 no-repeat;}
.services .boxes .sixteen.columns .close.s7{background:url('images/closeServDtail8.png')0 0 no-repeat;}
.services .boxes .sixteen.columns .close.s8{background:url('images/closeServDtail9.png')0 0 no-repeat;}


.services .boxes .sixteen.columns .close:hover{background:url('images/closeServDtailH.png')0 0 no-repeat;}
.services .owl-detailServices .item{height: 500px; width: 87%; margin: auto;}
.services .boxes .four.columns .bgBox:hover{background-color:#E8E8E8!important;}
.services .boxes .four.columns .bgBox span{display:inline-block; font-family:'coolvetica'; font-size:23px; width:100%; padding:0; margin:-15px 0; text-align: center;}
.services .boxes .four.columns .bgBox img{position: absolute; display: block; bottom: -22px; left: 41%;}
.services .boxes .four.columns .corner{width: 61px; height: 61px; background:url('images/cornerBox.png')0 -1px no-repeat; position: relative; float: right; z-index: 1;}
.services .boxes .four.columns{height:216px; margin-bottom:70px; background: #ccc; /*background:url('images/bgBox.png')0 0 no-repeat;*/ background-size: 100% 100%;}
.services .boxes .four.columns .spanGray{color:#999!important;}

.services .owl-detailServices .item p{background-color:rgba(0,0,0,0.6); color:#fff; font-size:12px; font-family:'helvetica'; padding:10px; position: absolute; bottom:-20px; width:84.9%; line-height:15px;}
.services .owl-detailServices .item p b{font-size:17px; font-weight:bold; font-family:'helvetica';}

.services .owl-detailServices .title{color:#fff; font-size:23px; font-family:'coolvetica'; background-size:100% 100%!important; width:35%; padding:20px;}
.services .owl-detailServices .title.s0{background:url('images/bgTitleServDtail1.png')0 0 no-repeat;}
.services .owl-detailServices .title.s1{background:url('images/bgTitleServDtail2.png')0 0 no-repeat; }
.services .owl-detailServices .title.s2{background:url('images/bgTitleServDtail3.png')0 0 no-repeat; }
.services .owl-detailServices .title.s3{background:url('images/bgTitleServDtail4.png')0 0 no-repeat; }
.services .owl-detailServices .title.s4{background:url('images/bgTitleServDtail5.png')0 0 no-repeat; }
.services .owl-detailServices .title.s5{background:url('images/bgTitleServDtail6.png')0 0 no-repeat; }
.services .owl-detailServices .title.s6{background:url('images/bgTitleServDtail7.png')0 0 no-repeat; }
.services .owl-detailServices .title.s7{background:url('images/bgTitleServDtail8.png')0 0 no-repeat; }
.services .owl-detailServices .title.s8{background:url('images/bgTitleServDtail9.png')0 0 no-repeat; }

.owl-detailServices .owl-controls{top:-270px; position:relative;}
.owl-detailServices .owl-buttons .owl-prev{width:32px; height:32px; color:transparent!important; font-size:0!important;  float:left; background:transparent url('images/btnSliderPrev.png')0 0 no-repeat!important;
	background-size: 68%!important; left: 70px;   position: relative; 
}
.owl-detailServices .owl-buttons .owl-next{width:32px; height:32px; color:transparent!important; font-size:0!important;  float:right; background:transparent url('images/btnSliderNext.png')0 0 no-repeat!important;
	background-size: 68%!important; right: 55px;   position: relative;
}
.owl-detailServices .item{height:780px; background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

.fontColorBlue{color:#1B1464;}
.fontColorDarkGreen{color:#324005;}
.fontColorMagenta{color:#8B0037;}
.fontColorOrange{color:#813D04;}


/* about us */
.about{}
.about p{font-family:'coolvetica'; color:#fff; font-size:55px; padding:10px 20px 24px 20px; background:url('images/bgTitleAbout.png')0 0 no-repeat; line-height:55px;}
.about span{font-size:13px; color:#333; line-height:18px; display:block; width:90%; margin:auto; width:82%; margin:auto; font-weight:bold;}
.about .eight.columns img{width: 90%; height: auto; display: block; margin:auto;}
.about .cornerWhite{width:61px; height:61px; background:url('images/cornerBoxWhite.png')0 -1px no-repeat; position:absolute; right:30px; z-index:1;}

/* contact us */
.contact{}
.contact .sixteen.columns p{font-family:'coolvetica'; font-size:55px; color:#333;}
.contact ul.sixteen.columns{}
.contact ul.sixteen.columns li img{display: block; float: left; margin:-5px 10px 0 0;}
.contact ul.sixteen.columns li{float: left; display: block; padding:5px 30px 5px 0; color:#666; font-size: 15px;}
.contact label{font-size:15px; font-weight:bold; color:#fff;}
.contact .form{background:url('images/arrowWhiteLeft.png')92.6% 25px no-repeat;}
.contact .eight.columns:first-child{padding:24px 0;}
.contact .eight.columns h1{font-family:'coolvetica'; font-size:43px; color:#4D4D4D; margin:40px 0 20px 0px;}
.contact .eight.columns textarea{color:#333; font-size:13px; display:block; line-height:13px; background:#fff; padding: 20px; height:100px; font-family:'helvetica'; width:90%;}
.contact .eight.columns input[type=submit]{width:200px; height:73px; background:url('images/btnSendContact.png')0 0 no-repeat; float:right; border:0;
	position: relative; top: 15px; outline:0px;
}
.contact .eight.columns input[type=submit]:hover{opacity:0.8;}
.bgContact{width:100%; height:843px; background:url('images/bgContact.jpg')0 0 no-repeat; position:absolute; top:2138px; z-index:-1;}

.errorMsg{text-align: right; color: #9E1947; font-weight: bold; top: 22px; position: relative; display: none;}
.successMsg{text-align: right; color: #C4CB5A; font-weight: bold; top: 22px; position: relative; display: none;}


/* customers */
.bgCustomers{width:100%; height:635px; background:url('images/bgCustomers.png')0 0 no-repeat; position:absolute; top:2800px; z-index:-1;}
.customers{font-size:76px; font-family:'coolvetica'; color: #fff; text-align:center; top:290px;} 
.sliderCustomers .item{height: 210px; background-repeat:no-repeat!important;}
.sliderCustomers .owl-carousel .owl-wrapper-outer{width:95%;}
.sliderCustomers .item .line{width: 250px; height: 205px; margin:auto; border-bottom:3px solid #ccc;}
.sliderCustomers .owl-buttons .owl-prev{width:32px; height:32px; color:transparent!important; font-size:0!important; background:transparent url('images/btnSliderGreenPrev.png')0 0 no-repeat!important;
	background-size: 66%!important;
}
.sliderCustomers .owl-buttons .owl-next{width:32px; height:32px; color:transparent!important; font-size:0!important; background:transparent url('images/btnSliderGreenNext.png')0 0 no-repeat!important;
	background-size: 66%!important;
}

.sliderCustomers .owl-buttons .owl-prev:hover{background:transparent url('images/btnSliderPrev.png')0 0 no-repeat!important;background-size: 66%!important; opacity:0.7;}
.sliderCustomers .owl-buttons .owl-next:hover{background:transparent url('images/btnSliderNext.png')0 0 no-repeat!important;background-size: 66%!important; opacity:0.7;}

/* preFooter */
.preFooter{background:#fff; height:324px;}
.preFooterCus{height:340px;}
.preFooter .eleven.columns img{display: block; margin: 40px 0;}
.preFooter .eleven.columns div{width:70%; height: 225px; border-right: 1px solid #4D4D4D; float: right; margin: 45px 0;}
.preFooter ul.five.columns{list-style:none; margin-top:122px;}
.preFooter ul.five.columns li{float:left; display: block; padding: 0 15px;}
.preFooter ul.five.columns li:hover{opacity:0.8;}



/* footer */
/*FOOTER*/
footer{width: 100%; height:23px; background:#1A1A1A; position:fixed; left: 0; bottom: 0; z-index: 11;}
footer .copy {float: left;}
footer .copy p{color: #fff; font-size: 9px; margin: 3px 0;}
/*[THEDOT]*/
.theDotCopy{position: absolute; margin-right: 1%; height: auto; }
.theDot { width:95px; height:23px; float: right; padding-left:0px; background: transparent; overflow:hidden; cursor:pointer; opacity:1; position:relative; margin-top:3px; margin-right: 8px;
}
.theDotDesign{ width:65px; height:20px; margin-top:0px; margin-left:25px; }
.theDotByThe{ width:65px; height:20px; margin-top:-21px; margin-left:0; opacity:0; filter:alpha(opacity=0);}


/* landing */
*, ::after, ::before{box-sizing: border-box;}
.landing header, .landing footer{position:unset;}
.landing .container-full{width:100%; display:block;}
.landing .col-md-1 {-ms-flex: 0 0 8.333%; flex: 0 0 8.333%; max-width: 8.333%;}
.landing .col-md-6 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.landing .col-md-4 {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
.landing .row{display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-right: -15px; margin-left: -15px;}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.landing .form-control{font-family:'helvetica';}
.landing .form-control{display: block; width: 100%; height: calc(1.5em + .75rem + 2px); padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #8B921F; background-color: #fff; background-clip: padding-box; border: 1px solid #8B921F; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.landing textarea.form-control{height:auto; overflow:auto;resize:vertical;}

.landing .first_image{height: auto; display: block; background-repeat: no-repeat!important; background-position: left top!important; background-size: contain!important;}
.landing .form-control{outline: 0; border: 0; border-bottom: 1px solid #8B921F; border-radius: 0; background: #fff;}
.landing .contact{margin: 0 0 120px 0;}
.landing label{color:#333; font-size:11px;}
.landing .button-primary{color: #FFF; background-color: #8B921F; border-color: #8B921F; padding:15px 30px;}


@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.landing h4{padding:0 20px;}
	.landing form{padding:0 20px;}
	.landing .first_image{height:700px; background-size:cover!important; background-position:center!important;}
	.landing .col-md-1 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width:100%;}
	.landing .col-md-6 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	.landing .col-md-4 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.landing h4{padding:0 20px;}
	.landing form{padding:0 20px;}
	.landing .first_image{height:400px; background-size:cover!important; background-position:center!important;}
	.landing .col-md-1 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width:100%;}
	.landing .col-md-6 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	.landing .col-md-4 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

@media only screen and (max-width: 479px) {
	.landing h4{padding:0 20px;}
	.landing form{padding:0 20px;}
	.landing .first_image{height:280px; background-size:cover!important; background-position:center!important;}
	.landing .col-md-1 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width:100%;}
	.landing .col-md-6 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	.landing .col-md-4 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

