body {
	font-family: 'Roboto', sans-serif;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
input, textarea {
	background: #f3f3f3;
	border: 0;
	width: 100%;
	font-size: 14px;
	padding: 15px 20px;
	border: 1px solid transparent;
	border-radius: 3px;
	resize: none;
	font-family: 'Roboto', sans-serif;
}
textarea {
	min-height: 253px;
}
input:focus, textarea:focus {
	background: #ffffff;
	border: 1px solid #a3a3a3;
}

[class^="icon-"], [class*="icon-"] {
	background-image: url(../img/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 13px;
	vertical-align: text-top;
	width: 9px;
}
.inner__container {
	width: 100%;
	max-width: 1170px;
	min-width: 320px;
	margin: 0 auto;
}
.global__navigation {
	position: fixed;
	right: 50px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 999;
}
.global__navigation__list li {
	width: 10px;
	height: 10px;
	background: #b9b9b9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 17px;
	cursor: pointer;
}
.global__navigation__list .active {
	width: 5px;
	height: 5px;
	margin: 0 auto 17px;
}
.header__section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 35px 0 0 0;
	text-align: center;
	height: 100%;
	background: url('../img/b.png') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.header__list {
	display: inline-block;
	
}
.header__list li {
	font-size: 15px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.header__list li a {
	color: #b9b9b9;
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-ms-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

.header__list li a:hover, .header__list li.active a {
	font-weight: 500;
	color: #fff;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-ms-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

.icon-facbook {
	background-position: -10px -13px;
	width: 9px;
	height: 13px;
}
.icon-twitter {
	background-position: -31px -15px;
	width: 15px;
	height: 13px;
}
.icon-linken {
	background-position: -59px -14px;
	width: 15px;
	height: 13px;
}
.icon-youtube {
	background-position: -87px -15px;
	width: 18px;
	height: 12px;
}
.social__links__list {
	display: inline-block;
}
.social__links__list li {
	display: inline-block;
	margin: 0 6px;
}
.social__links__list li a:hover .icon-facbook {
	background-position: -10px -33px;
}
.social__links__list li a:hover .icon-twitter {
	background-position: -31px -35px;
}
.social__links__list li a:hover .icon-linken {
	background-position: -59px -34px;
}
.social__links__list li a:hover .icon-youtube {
	background-position: -87px -35px;
}
.t__btn {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border: 2px solid #8db630;
	padding: 7px 25px 7px 17px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 0 0 30px 0;
	text-align: center;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.t__btn:hover {
	background: #8db630;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.top__header .t__btn {
	margin-left: 14px;
}
.menu-icon {
	position: fixed;
	left: 15px;
	top: 20px;
	z-index: 2;
	height: 50px;
	width: 50px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 15px 11px;
	display: none;
}
.menu-icon span {
	height: 3px;
	background: #fff;
	width: 30px;
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header__content__wrap {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 720px;
}
.header__content__wrap .logo {
	display: inline-block;
	vertical-align: top;
}
.header__content__wrap .logo img {
	width: 100%;
}
.header__content__wrap .header__content {
	width: 342px;
	text-align: left;
	display: inline-block;
	font-style: italic;
	padding-left: 10px;
}
.header__content__wrap .header__content h1 {
	font-size: 49px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 15px;
}
.header__content__wrap .header__content h1 span {
	display: block;
}
.header__content__wrap .header__content h1 .line__2 {
	font-size: 45px;
}
.header__content__wrap .header__content h1 .line__3 {
	font-size: 37px;
}
.header__content__wrap .t__btn {
	font-size: 17px;
}
.icon-down__arrow {
	background-position: -151px -14px;
	width: 18px;
	height: 43px;
}
.header__section .icon-down__arrow {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -9px;
	-webkit-animation: topdown 2s infinite; /* Safari 4.0 - 8.0 */
	animation: topdown 2s infinite;
	-webkit-animation-timing-function: cubic-bezier(0.25,0.25,0.75,0.75);
	animation-timing-function: cubic-bezier(0.25,0.25,0.75,0.75);
}

@-webkit-keyframes topdown {
0 {bottom: 50px;}
50%{bottom: 28px;}
100% {bottom: 50px;}
}

@keyframes topdown {
0 {bottom: 50px;}
50%{bottom: 28px;}
100% {bottom: 50px;}
}
.we__make__section {
	background: #fff;
	height: 100vh;
	padding: 11vh 0 5vh 0;
}
.we-make-heading h2 {
	font-size: 65px;
	color: #292522;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 5vh;
}
.we-make-heading p {
	font-size: 14px;
	color: #504a45;
	font-weight: 400;
	line-height: 1.4;
	float: left;
	width: 70%;
	padding: 16px 2.4% 16px 1%;
}

.clients__section {
	background: #ffffff;
	text-align: center;
	height: 100vh;
	padding: 10.5vh 0 7vh;
}
.clients__section h2 {
	line-height: 1;
	font-size: 65px;
	color: #292522;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4vh;
}
.clients__section h3 {
	line-height: 1;
	font-size: 37px;
	color: #292522;
	font-weight: 300;
	text-transform: uppercase;
}
.clients__section p {
	color: #504a45;
	font-size: 14px;
	margin-bottom: 5vh;
}
.clients__section p span {
	display: block;
}
.client__list {
	background: #f3f3f3;
	padding: 8vh 4vw 4vh;
}
.client__list li {
	display: inline-block;
	width: 32%;
	padding: 0 0 3vh;
	cursor: pointer;
	vertical-align: middle;
}

.effect__section {
	background: #fff;
	height: 100vh;
}
.effect__top {
	padding: 80px 0 20px;
}
.effect__top__left {
	color: #292522;
	text-transform: uppercase;
	width: 240px;
	float: left;
}
.effect__top__left span {
	font-size: 37px;
	display: block;
	line-height: 1;
	font-weight: 300;
}
.effect__top__left strong {
	font-size: 65px;
	line-height: 1;
	display: block;
}
.effect__top p {
	font-size: 25px;
	color: #504a45;
	float: left;
	font-weight: 300;
	font-style: italic;
	line-height: 1.1;
	margin-top: 38px;
}
.effect__top p span {
	display: block;
}
.effect__wrap {
	height: calc(100vh - 182px);
	height: -webkit-calc(100vh - 182px);
	position: relative;
}
.effect__left {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}
.effect__right {
	float: right;
	width: 50%;
	height: 100%;
	position: relative;
}
.effect__img {
	background: url('../img/alexander.jpg') no-repeat;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:center center;
	
}
.effect__img2 {
	background: url('../img/eduardo.jpg') no-repeat;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:top center;
}
.eluz_siso {
	background: url('../img/eluz.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:top center;
}

.jose_img {
	background: url('../img/jose.JPG') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:center center;
}
.effect__img.effect__img2 {
	background: url('../img/eduardo.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:top center;
}
.effect__img.effect__img3 {
	background: url('../img/eluz.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:top center;
}
.effect__img.effect__img4 {
	background: url('../img/jose.JPG') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	
}
.effect__content {
	background: #2e659e;
	height: 100%;
	padding: 20vh 6vw;
	position: absolute;
	left: 0;
	top: 0;

}
.effect__content h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.1;
	font-weight: 700;
	   margin-bottom: 15px;
}
.effect__content h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
	  margin-bottom: 10px;
}
.effect__content .title__color {
	color: #8fc31c;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 25px;
	display: inline-block;
}
.effect__content p {
	color: #dbd8d6;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
	line-height: 1.2;
}
.effect__content .t__btn {
	font-size: 16px;
}

.map__section {
	height: 100vh;
	background: #fff;
	text-align: center;
	padding: 5vh 0 7vh 0;
	position: relative;
}
.map__section h2 {
	font-size: 65px;
	color: #292522;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 15px;
}

.map__section p {
	color: #504a45;
	font-size: 14px;
}
.map__section p span {
	display: block;
}
.map__wrap {
	padding: 5vh 0 0 0;
}
.map__left {
	float: left;
	width: 49%; 
}
.map__left #map-view {
	height: 478px;
}
.map__left img {
	display: block;
	width: 100%;
	height: 100%;
}
.map__right {
	float: right;
	width: 51%;
	padding-left: 2%;
	position: relative;
}
.map__right .t__btn {
	font-size: 20px;
	background: #8eb83f;
	cursor: pointer;
	padding: 10px;
	display: block;
	width: 100%;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.form__row {
	  padding-bottom: 25px;
	  position: relative;
}
.form__row:last-child {
	margin-bottom: 0;
}
.form__row label.error
{
	position: absolute;
	color:#e54a4a;
	 bottom: 2px;
	left:0;
	font-size: 13px;	
	font-weight: 700;
	
}
.map__section .outer-txt {
	position: absolute;
	right: 50px;
	bottom: 85px;
	font-size: 14px;
	color: #898989;
	width: 59px;
	text-align: left;
	cursor: pointer;
}
.footer__section {
	border-top: 6px solid #8eb83f;
	background: url('../img/footer-bg.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 74px 0 0 0;
}
.footer__top {
	padding-bottom: 30px;
	border-bottom: 1px solid #808080;
}
.footer__bottom {
	padding: 35px 0;
}
.footer__logo {
	float: left;
	width: 13%;
	display: inline-block;
	padding-right: 1%;
	margin-right: 85px;
}
.footer__logo img {
	width: 100%;
}
.footer__content {
	float: left;
	width: 22.8%;
}
.footer__top h5 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.1;
	font-weight: 400;
}
.footer__top .info__link {
	color: #aaaaaa;
	font-size: 14px;
	text-decoration: none;
	margin-right: 7px;
}
.footer__content p {
	color: #9c9c9c;
	font-size: 14px;
}
.footer__info {
	width: 20%;
	float: left;
	padding: 0;
}
.footer__info address
{
	font-style: normal;
}
address {
	color: hsl(0, 0%, 67%);
}

.footer__right {
	float: right;
	width: 14.6%;
}
.footer__right .social__links__list {
	text-align: center;
	display: block;
}
.icon-email {
	background-position: -40px -57px;
	width: 17px;
	height: 12px;
	vertical-align: middle;
	margin-right: 2px;
}
.icon-telephone {
	background-position: -10px -53px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.footer__bottom .header__list {
	overflow: hidden;
	margin-left: -10px;
}
.footer__bottom .header__list li {
	font-size: 13px;
}
.footer__bottom .header__list li a {
	color: #f5f5f5;
}
.footer__bottom .header__list li a:hover {
	font-weight: 400;
}
.footer-right-img {
	margin: 0 0 12px;
}
.footer-right-img img {
	width: 100%;
}
.reversed-txt {
	float: right;
	color: #9d9d9d;
	font-size: 12px;
}
.mobile__services, .mobile-effect-section, .mobile__we__make_wrap {
	display: none;
}
.we-make-svg-wrap {

}
.we-make-svg {
	/*background: url('../img/we-make.svg') no-repeat;
	 height: 507px;

	 width: 6442px;*/

}
.we-make-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 21px;
}
.we-make-step {
	 width: 350px;
	top: 150px;
	position: absolute;
}
.we-make-step.steps-one {
	left: 13.2%;
	top: 200px;
}
.we-make-step.steps-two {

	 left: 38.3%;
	top:180px;
}
.we-make-step.steps-three {

	 left: 63.1%;
}
.we-make-step.steps-four {

	 left: 88.3%;
	top: 170px;
}

.we-make-step p {
	font-size: 18px;
	color: #504a45;
	font-weight: 400;
	line-height: 1.4;
}
.m__we__make_slide {

}
.m__we__make_slider .m__we__make__img {
	margin: 0;
	width: 250px;
	float: left;
}
.m__we__make__content {
	float: right;
	width: calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
}
.m__we_make__heading {

	width: 80px;
	margin: 0;
}

.m__we__make_slider .m__steps__no {

	width: 80px;
	margin: 0 0 0 auto;
}
.m__step-2 .m__we_make__heading {
	width: 280px;
}
.m__step-3 .m__we_make__heading {
	width: 200px;
}
.m__step-4 .m__we_make__heading {
	width: 100px;
}
/*.mCSB_scrollTools
 {
 opacity:0 !important;
 }*/
.MarkerPopUp {
	font-size: 14px;
	font-weight: 500;
}
.icon-lincoln
{
	background-position: -376px -126px;
	width: 197px;
	height: 68px;
}
.icon-grupo
{
	background-position: -376px -226px;
	width: 197px;
	height: 36px;
}

.icon-ford
{
		background-position: -376px -284px;
	width: 197px;
	height: 47px;
}
.icon-canon
{
	background-position: -376px -366px;
	width: 197px;
	height: 47px;
}

.icon-linio
{
		background-position: -376px -442px;
	width: 156px;
	height: 60px;
}
.icon-yamaha
{
		background-position: -376px -532px;
	width: 197px;
	height: 45px;
}

.icon-intercar
{
	background-position:  -373px -855px;
	width: 200px;
	height: 21px;
	
}
.icon-group-logo
{
	
	background-position:  -373px -709px;
	width: 300px;
	height: 95px;
}
.icon-fti
{
	background-position: -373px -616px;
	width: 200px;
	height: 40px;
}
.icon-lincoln:hover
{
	background-position: -18px -126px;

}
.icon-grupo:hover
{
	background-position: -18px -226px;
	
}

.icon-ford:hover
{
		background-position: -18px -284px;
	
}
.icon-canon:hover
{
	background-position: -18px -366px;
	
}

.icon-linio:hover
{
		background-position: -18px -442px;
	
}
.icon-yamaha:hover
{
		background-position: -18px -532px;
	
}

.icon-intercar:hover
{
		background-position: -22px -855px;
	
}
.icon-group-logo:hover
{
			background-position:  -22px -709px;
	
}
.icon-fti:hover
{
	background-position:  -22px -616px;
	width: 200px;
	height: 40px;
}

.map__right .message .success
{
	position: absolute;
	left:0;
	width:100%;
	color:#349719;
	top: -25px;
}
.map__right .message .error
{
	color:#e54a4a;
}


/*=================================================================3)Loader-Styling==========================================================*/
#loading{
	background-color: #8db630;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	margin-top: 0px;
	top: 0px;
}
html{
	overflow-x: hidden;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;	

}
.object{
    -moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;	
	}

#object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
	}
							
#object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
	}
		
#object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
	}
#object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
	
	}	

@-webkit-keyframes animate {
 

50% {
	-ms-transform: rotate(180deg); 
   	-webkit-transform: rotate(180deg); 
    transform: rotate(180deg); 
  }
	  
100% {
	-ms-transform: rotate(0deg); 
   	-webkit-transform: rotate(0deg); 
    transform: rotate(0deg); 
  }	  

}

@keyframes animate {

50% {
	-ms-transform: rotate(180deg); 
   	-webkit-transform: rotate(180deg); 
    transform: rotate(180deg); 
  }
	  
100% {
	-ms-transform: rotate(0deg); 
   	-webkit-transform: rotate(0deg); 
    transform: rotate(0deg); 
  }	  

  
}