
@font-face {
  font-family: 'H-Bd';
  src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Bd.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Bd.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'H-Blk';
  src: url('../fonts/HelveticaNeueLTStd-Blk.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Blk.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-Blk.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Blk.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Blk.svg#HelveticaNeueLTStd-Blk') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'H-Hv';
  src: url('../fonts/HelveticaNeueLTStd-Hv.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Hv.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-Hv.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Hv.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Hv.svg#HelveticaNeueLTStd-Hv') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'H-Roman';
  src: url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Roman.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Roman.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	width: 100%;
	font-family: 'H-Roman', helvetica, arial, sans-serif;
}

h1{
	font-size: 0.9em;
	font-family: 'H-Roman', helvetica, arial, sans-serif;
}

h1 strong{
	font-family: 'H-Hv', helvetica, arial, sans-serif;
}

h2{
	font-size: 2.5em;
	line-height: 110%;
	color: white;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	font-family: 'H-Hv', helvetica, arial, sans-serif;
}

h3{
	font-size: 3.750em;
	line-height: 100%;
	margin-top: 0px;
	font-family: 'H-Blk', helvetica, arial, sans-serif;
}

h4{
	font-size: 1.5em;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'H-Hv', helvetica, arial, sans-serif;
}

h5{
	font-size: 1.188em;
	margin-bottom: 1rem;
	font-family: 'H-Hv', helvetica, arial, sans-serif;
}

li{
	font-size: 0.938em;
	line-height: 120%;
	margin: .8em 0;
	color: #414141;
}

p.semi-big{
	color: #77787b;
	font-size: 1.125em;
}

.point h5, .point h3{
	color: #211f1f;
}

.point h3{
	text-transform: uppercase;
}

.point h5{
	line-height: 120%;
}

#white-bar{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05)
}

#white-bar .logo{
	background: white;
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 9999999;
}

#white-bar .relative{
	padding: 17px 0px 12px;
}

#white-bar h1{
	margin-bottom: 0px;
}

.relative{
	position: relative;
}

#hero{
	
}

p.big{
	font-size: 1.25em;
	line-height: 110%;
	color: white;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
}

#quote{
	padding:3em 0 3.6em;
}

#morato{
	position: relative;
}

#pasadena{
	position: relative;
	margin-top: 6em;
}

.hero-morato{
	position: absolute;
	height: 100%;
	background-image: url(../img/pasadena-3.png);
	background-repeat: no-repeat; 
	right: 43%;
	width: 800px;
	background-size: cover;
	background-position: right; 
}

.hero-pasadena{
	position: absolute;
	height: 100%;
	background-image: url(../img/morato.jpg);
	background-repeat: no-repeat; 
	left: 46%;
	width: 1247px;
	background-size: auto 100%; 
}

footer{
	font-size: 0.7em;
	background: #ededee;
	padding: 1em 0;
	margin-top: 8.5em;
}

strong{
	font-family: 'H-Bd', helvetica, arial, sans-serif;
}

#pasadena h3{
	margin-top: 2rem;
}

.contact-wrapper li{
	font-family: 'H-Hv', helvetica, arial, sans-serif;
	position: relative;
	padding-left: 32px;
	margin: .7em 0em;
	line-height: 150%;
	font-size: 0.875em;
}

.contact-wrapper ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

.contact-wrapper li:before{
	position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    background: url(../img/icons.jpg);
    left: 0;
    top: -3px;
}

.contact-wrapper li.hor:before{
	background-position: -28px 0; 
}

.contact-wrapper li.tel:before{
	background-position: -56px 0; 
}

.contact-wrapper li.mail:before{
	background-position: -84px 0; 
}

.services li{
	list-style: none;
	position: relative;
}

.services li:before{
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	left: -20px;
	top: 3px;
	background: #333;
	border-radius: 100%;
}

span.small{
	font-size: 0.68rem;
	font-weight: normal;
	font-family: 'H-Roman', helvetica, arial, sans-serif;
}

hr{
	border-bottom: 1px solid #333333;
	width: 40px;
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

footer img{
	margin-right: 15px;
}

footer p{
	margin-top: 32px;
}

#pasadena{
	width: 100%;
	overflow-x: hidden;
}

.show-more-wrapper{
	text-align: center;
}

.show-more{
	display: none;
	color: #1a6dd8;
	font-size: 1rem;
	text-transform: uppercase;
	padding-right: 25px;
	font-family: 'H-Blk', helvetica, arial, sans-serif;
}

.show-more:after{
		height: 12px;
		width: 2px;
		content: "";
		position: absolute;
		background:#1a6dd8;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform: rotate(45deg);
		right: 5px;
		top: 3px;
	}

	.show-more:before{
		height: 12px;
		width: 2px;
		content: "";
		position: absolute;
		background:#1a6dd8;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform: rotate(-45deg);
		right: 13px;
		top: 3px;
	}

.show-for-small-only{
	display: none;
}

p.big{
	max-width: 85%;
}

footer > .row{
	position: relative;
}

.logo-footer{
	position: absolute;
	left: 0;
}

footer p{
	margin-bottom: 2.5em;
}
.bg-slide1{
background-image: url(../img/banner-mini-cooper.jpg);
}
.bg-slide2{
background-image: url(../img/banner-motorrad.jpg);
}
.bg-slide3{
background-image: url(../img/banner-bmw.jpg);
}
.bg-slide4{
background-image: url(../img/hero-pic.jpg);
}

.bg-slide{
    height: 520px !important; 
    background-size: 100%;
    background-repeat: no-repeat;
}
#hero .bg-slide .row{
padding-top: 7%;
}
/*#hero .bg-slide2 .row{
padding-top: 5%;
}*/

.cta-uno, .cta-dos{
	width: 265px;
	height: 45px;
	color: #fff;
    background: #1c69d3;
	box-shadow: 5px;
	padding: 10px;
	text-align: center;
	float: left;
	display: block;
	margin-right: 15px;
	font-size:16px;
	line-height: 30px;
	cursor: pointer;
    white-space: nowrap;
}
.cta-uno:hover, .cta-dos:hover{
	color: #1c69d3;
    border: #1c69d3 solid 1px;
    background:none;

}


@media screen and (max-width: 1023px){
    
	#white-bar .logo{
		right: 20px;
	}

	.hero-morato{
		right: 44%;
	}

	.hero-pasadena{
		left: 45%;
	}

	#hero{
		padding: 0;
	}

	p.big{
		max-width: 100%;
	}

	.logo-footer{
		left: 20px;
	}

	footer p{
		margin: 1.5em 0 0em;
	}

	footer p.rights{
		margin: 1em 0 1.5em;
	}
	.bg-slide {
    height: 400px !important;
    background-size: cover;
    background-position: center;

}

}

@media screen and (min-width: 640px) and (max-width: 800px){
	.hero-pasadena{
		background-position: left;
		
	}

	.hero-morato{
		background-position: -100%;
	}
}

@media screen and (max-width: 800px){
	.hero-pasadena{
		left: 50%;
	}

	.hero-morato{
		right: 50%;
	}

	h3{
		font-size: 3rem;
	}

	#hero{
		background-position: right;
		padding:0;
	}

	.logo-footer{
		position: absolute;
		left: 20px;
	}

	footer p{
		margin: 1.5em 0 0em;
	}

	footer p.rights{
		margin: 1em 0 1.5em;
	}
	
    #hero .bg-slide .row {
    padding-top: 5%;
    }
    .bg-slide4 {
    background-position-y: 0px;
}

}

@media screen and (max-width: 639px){
    
    .text-wrapper {
    background: #f4f4f4;
    position: relative;
    top: 105px;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
    .bg-slide{   
    background-size: 100%;
    height: 350px !important;
    background-position-y: 0px;
    background-position-x: 0px;
    }
  

	.slick-prev, .slick-next {
		display:none !important;
	}



	.show-more-wrapper{
		padding-top: 1.5rem;
	}

	.hero-pasadena{
		background-position: left;
	}

	#hero{
		/*background: url(../img/hero-small.jpg);
		padding: 0;
		height: 273px;
		background-position: right; */

	}

	.logo-footer{
		position: relative;
		left: 0;
	}

	h1{
		padding-left: 10px;
	}

	.hero-morato, .hero-pasadena{
		position: relative;
	    width: 100%;
	    height: 260px;
	    left: 0;
	}

	.text-wrapper {
    background: #f4f4f4;
    position: relative;
    top: 108px;
    padding-top: 1em;
    padding-bottom: 4em;
}




	h2{
		font-size: 1.25em;
		line-height: 130%;
		text-shadow: none;
		color: #211f1f;
	}

	p.big{
		text-shadow: none;
		color: #211f1f;
		font-size: 0.93rem;
		line-height: 130%;
	}

	#quote{
		margin-top: 0px;
	}

	#quote{
		padding: 1.5em 0 1em;
	}

	h4{
		font-size: 1.25em;
		line-height: 130%;
		margin-bottom: .5em;
	}

	p.semi-big{
		font-size: 1rem;
	}

	h3{
		margin-top: 2rem;
		font-size: 1.875em;
	}

	#pasadena{
		margin-top: 2rem;
	}

	footer{
		text-align: center;
		margin-top: 2rem;
		font-size: 0.81rem;
	}

	footer p{
		display: block;
		font-size: 0.68rem;
	}

	footer img{
		display: block;
		margin: 1rem auto;
	}

	.hide-small{
		display: none;
	}

	.show-more{
		display: inline-block;
		position: relative;
	}

	.show-for-small-only{
		display: block;
	}

}

@media screen and (min-width: 1400px){
	.hero-pasadena{
		left: 48%;
	}

	.hero-morato{
		right: 48%;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1399px){
	.hero-pasadena{
		background-position: left;
	}

	.hero-morato{
		background-position: -100%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1100px){
    .bg-slide4{
    background-position-y:0px;
    }
	.hero-morato{
		background-position: -100%;
	}

	.hero-pasadena{
		background-position: left;

	}
	.bg-slide {
    height: 420px !important;
}
}

