*{margin:0;padding:0;}
ul{margin:0;padding:0;}
body{margin:15px 0 0 0;background:none;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: left;
    position: relative;
    height: 100%;}
a img{border:none;}
a {color:inherit;text-decoration:none;}
a:hover{text-decoration:none;color:inherit}
p{font-weight:normal !important;}

@font-face {
font-family: m100;
src: url("../font/MuseoSans-100.otf") format("opentype");
}
@font-face {
font-family: m500;
src: url("../font/MuseoSans-500.otf") format("opentype");
}
@font-face {
font-family: myriad;
src: url("../font/Myriad-bold.otf") format("opentype");
}
@font-face {
font-family: openSans;
src: url("../font/OpenSans.ttf") format("truetype");
}
@font-face {
font-family: FontAwesome;
src: url("../font/fontawesome.ttf") format("truetype");
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#wrapper{
	width:1100px;
	margin:0 auto;
	background:none;
}

#header{
	position:relative;
	background:none;
}

.fixedHeader{
	position: fixed;
	top: -100px;
	left: 0px;    
	background: #fff;
    box-shadow: rgba(0,0,0,.2) 0 0 3px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 3px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 3px;
    width: 100%;
    z-index: 10000;
}
.fixedHeader-wrapper{
	width: 1100px;
    margin: 0 auto;
}
.fixedHeader-logo{
	float: left;
}
.fixedHeader-menu{
	position: relative;
	float: right;

}
.fixedHeader-menu ul{
	position: relative;
    z-index: 49;
    margin: 0;
    padding: 0;
    list-style: none;
}
.fixedHeader-menu ul li{
	position: relative;
    z-index: 45;
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
    min-width: 10px;
    line-height: 62px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.fixedHeader-menu ul li:hover{
	color: #ec2028;
}
@media screen and (max-width: 1100px) {
.fixedHeader-wrapper {
    width: calc(100% - 40px);
    margin: 0 auto;
}
}
@media screen and (max-width: 650px) {
.fixedHeader-menu{    
	display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sprites.png) -340px 0 no-repeat;
    cursor: pointer;
    margin-top: 10px;
}

.fixedHeader-menu ul {
    position: fixed;
    left: 0px;
    top: -315px;
    background-color: rgba(0,0,0,0.9);
    color: white;
    width: 100vw;
    z-index: 49;
    margin: 0;
    padding: 0;
    list-style: none;
}
.fixedHeader-menu ul li {
    position: relative;
    width: 100%;
    z-index: 45;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    min-width: 10px;
    line-height: 62px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #943A3F;
}

}
ul#mininav {
	font: normal  12px arial,helvetic,sans-serif;
	color:#777777;
	list-style:none;
	position:absolute;
	bottom:0;
	right:0;
	width:190px;
}

ul#mininav li {
	
	float:left;
	margin:0 15px 0 0;
	padding:0 15px 0 0;
	border-right:1px #777777 solid;
}

ul#mininav li.end{
	margin:0;
	border-right:none;
	padding:0;
}

/*--SIDEBAR--------------------------------------------------------------------------------------------------------SIDEBAR----------*/

#sidebar{
	float:left;
	width:233px;
	height:100%;
	margin:0 0px 0 0;
	background:none;
}

#sidebar #mobil_logo{
	
	margin:40px 0 50px 0px;
}

#index #sidebar #mobil_logo{
    margin: 20px 16px 30px 16px;
}


#sidebar .quote{
	margin:0 0 17px 0;
}

#sidebar .safetydata{
	margin:0 0 10px 0;
}

#sidebar .productdata{
	margin:0 0 17px 0;
}

#sidebar h4{
	background:url('../images/quicklinks.png') no-repeat;
	font: bold 13px arial,helvetic,sans-serif;
	padding:7px 0 0 32px;
	height:21px;
}

#sidebar .quicklinks ul{
	margin:7px 0 20px 32px;
	list-style:none;
	font: normal 13px arial,helvetic,sans-serif;
	color:#ea1b34;
}

#sidebar .quicklinks ul li{
	margin:1px 0 0 0;
}

#sidebar .quicklinks a{
	color:#ea1b34;	
	}

#sidebar .quicklinks span.arrows{
	color:#656565;
}

#sidebar h5{
	padding:5px 0;
	margin:0 0 0px 0;
	text-transform:uppercase;
	letter-spacing:5px;
	font: bold 11px arial,helvetic,sans-serif;
}

#sidebar .news .newsitem{
	margin:0 0 20px 0;
	padding:15px 20px 0px 32px;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	background:#ffffff;
}

#sidebar .news .newsitemlast{
	margin:0 0 20px 0;
	padding:0px 20px 30px 32px;
		
}

#sidebar .news .newsitem p{
	padding:0 0 25px 0;
	font: normal 13px arial,helvetic,sans-serif;
	color:#656565;
	line-height:16px;
	border-bottom:1px solid #d2deec;
}

#sidebar .news .newsitemlast p{
	font: normal 13px arial,helvetic,sans-serif;
	color:#656565;
	line-height:16px;
}


#sidebar span.readmore{
	font: normal 13px arial,helvetic,sans-serif;
	color:#ea1b34;
}

#sidebar .news{
	width:233px;
	padding:0px 0 0 0;
	background:url('../images/newsbg.png') no-repeat center bottom;
}

#sidebar .news a{
	font: normal 13px arial,helvetic,sans-serif;
	color:#ea1b34;
}

/*--CONTAINERS------------------------------------------------------------------------------------------CONTAINERS------------------*/

#containerhome {
	margin:55px 0 60px 0;
}
#containerAbout {
	margin-top : 10px;
}

#container {
	background:#ffffff;
	margin:80px 0 60px 0;
}

/*--MAIN CONTENT--------------------------------------------------------------------------------------MAIN CONTENT----------------------*/

#main_content .productlogo{
	float:right;
	margin:0 0 50px 30px;
}

#main_content .techimage{
	float:left;
	margin:0 20px 0px 0px;
}


#economy #main_content .productlogo{
	float:right;
	margin:0 0 30px 30px;
}

#main_content .vidplaceholder{
	float:left;
	margin:0 30px 30px 0px;
}

#main_content .search{
	float:right;
	margin:0 0 30px 30px;
}

#main_content{
	float:right;
	width:817px;
	background:none;
	margin:20px 0 0 0;
}

#which #main_content{
	width:615px;
	float:right;
	background:none;
	margin:20px 0 0 0;
}

#main_content a{
	color:#ea1b34;
}

#main_content h1{
	font: bold 15px arial,helvetic,sans-serif;
	color:#ea1b34;
	margin:0 0 2px 0;
}

#main_content h2{
	font: bold 15px arial,helvetic,sans-serif;
	color:#ea1b34;
	margin:0 0 2px 0;
}

#esso2mobil h2{
	font: bold 15px arial,helvetic,sans-serif;
	margin:0 0 10px 0;
	color:#ea1b34 !important;
}

#main_content h2.headline{
	color:#ffffff;
	background:#ea1b34;
	padding:2px 5px;
	display:block;
	margin:0 0 10px 0;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#main_content h2.headline span{
	font-weight:normal;
	float:right;
	color:#ffffff;
}

#main_content .news{
		margin:0 0 40px 0;
}

#main_content .news p{
	Width:400px;
	margin:0 0 10px 185px;
}

#main_content .news img{
	float:left;
	margin:0px 0 0 0;
	padding:7px;
	border:1px solid #d8d8d8;
}


#main_content h3{
	font: bold 13px arial,helvetic,sans-serif;
	color:#464646;
}

#main_content p{
	font: bold 15px m500;
	color:#464646;
	margin:0 0 15px 0;
	line-height:16px;
}

p.bread{
	font: normal 13px arial,helvetic,sans-serif;
	color:#464646;
	margin:0;
	padding:0;
}

.map{
	
	padding:7px;
	border:1px solid #d8d8d8;
}

#contact .map{
	float:right;
	padding:7px;
	border:1px solid #d8d8d8;
}

#elite_logo{
	float:right;
	margin:0 0 0 20px;
}

.callout{
float:left;
margin:0 15px 0 0;
}

.calloutcon img{
	
}

.calloutcon{
margin:15px 0 0 0;
height:166px;
background:none;
}

.diagram{
margin:5px 25px 15px 0px;
float:left;
}

#ra-game{
	margin:-30px 230px 0; 0;
	background:none;
	border:none;
	width:660px;
}

#main_content .footertext {
	margin:60px 0  0 0;
}

#main_content .footertext p{
	font-size:10px;
	line-height:13px;
	color:#777777;
}

#esso_footer{
	font-size:10px;
	line-height:13px;
	color:#777777;
}

#esso_footer img{
float:right;
margin: 0 0 0 30px;
}

#esso_footer p{
padding: 0 0 0 0;
margin: 0 0 15px 0;
}

/*--BRANDS --------------------------------------------------------------------------------------------BRANDS----------------------*/

.brand{
	border-top:1px solid #b9b9b9;
	padding:15px 0 0 0;
	margin:0 0 45px 0;
}

.brand img{
	float:left;
}

.brand .text{
	margin:0 0 0 230px;
}

h4.brandheader{
	display:block;
	font: bold 15px arial,helvetic,sans-serif; 	
	color:#ffffff;
	background:#ea1b34;
	padding:4px 0 4px 15px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#brands{
	background:#ffffff;
}

/*--WALLPAPER-------------------------------------------------------------------------------------------WALLPAPER----------------*/
.wallpaper{
	float:left;
	border-top:1px solid #b9b9b9;
	padding:5px 0 0 0;
	margin:30px 4px 0 0;
	width:199px;
}

#main_content .wallpaper p{
	margin:0 0 7px 0;
	padding:0;
}

/*--VIDS-----------------------------------------------------------------------------------------------------VIDS----------------*/

.vid{
	float:left;
	border-top:1px solid #b9b9b9;
	padding:5px 0 0 0;
	margin:30px 59px 0 0;
	width:107px;
}

.vidlast{
	float:left;
	border-top:1px solid #b9b9b9;
	padding:5px 0 0 0;
	margin:30px 0 0 0;
	width:107px;
}

#main_content .vid p, #main_content .vidlast p{
	margin:0 0 7px 0;
	padding:0;
}

#main_content .vid img, #main_content .vidlast img{
	margin:0 0 10px 0;
}

.videocontainer {margin-top:30px; margin-bottom:15px;}
	.videocontainer:before,
	.videocontainer:after {
	    content: " "; /* 1 */
		display: table; /* 2 */
	}

	.videocontainer:after {
    	clear: both;
	}


/*--PACKS-----------------------------------------------------------------------------------------------------PACKS----------------*/

.pack{
	margin:0 0 0 0;
	height:125px;
	padding:15px 0 0 0;
}

.pack img{
	float:left;
	margin:0 25px 0 0;
}

.pack span.quote{
	font: bold 13px arial,helvetic,sans-serif;
	color:#ea1b34;
}

#callouts #benefits{
	margin:82px 0 0 0 ;
}

#callouts #benefits h2{
	margin:30px 0 2px 0 ;
}

#esso2mobil #banner{
	margin:0 0 20px 0;
	width:615px;
	height:274px;
	cursor:pointer;
	display:block;
}

#index #banner a{
	width:615px;
	display:block;
}

.hero{
	margin:15px 0 20px 0;
}

.hero-motorsports{
	margin:30px 0 15px 0;
}

#col{
	width:580px;
	float:left;
}

#which #col{
	width:270px;
	float:left;
	background:none;
}

#whichpvl #col{
	width:280px;
}
 #callouts{    
 	margin-top: 40px;
}

 #whichpvl #callouts{
	width:300px;
	
}

#which #callouts{
	width:300px;
	float:right;
	background:none;
}



#log{
	width:369px;
	margin:30px auto;
}

/*--LISTS-------------------------------------------------------------------------------------------------------LISTS-------*/

ul.bullets{
	font: normal 13px arial,helvetic,sans-serif;
	color:#464646;
	margin:0 0 13px 35px;
	list-style:none;
	background:none;
}

#which ul.bullets a{
	color:#ea1b34;
	list-style:none;
	background:none;
}



#which ul.bullets a:hover{
	text-decoration:underline;
}

#brand a:hover{
	text-decoration:underline;
}

ul.bullets li{
	background:url('../images/bullet.png') no-repeat 0 4px;
	margin:0 0 0px 0;
	padding:0 0 2px 18px;
	display:block;
}

/*.listbold{
	margin:0 0 0px 0;
	padding:0 0 2px 18px;
	display:block;
	font-weight:bold; 
}
*/

#esso2mobil ul.bullets li{
	background:url('../images/bullet.png') no-repeat 0 4px;
	margin:0 0 0px 235px;
	padding:0 0 2px 18px;
	display:block;
}


ul#toptabs{
	background:none;
	position:absolute;
	list-style:none;
	top:-15px;
	right:0px;
	width:178px;
	margin:0;
	padding:0;
}

ul#toptabs li#fuels a{
	background:url('../images/fuels.png') no-repeat;
	width:35px;
	float:left;
	font: bold 15px arial,helvetic,sans-serif;
	color:#ffffff;
	padding:8px 20px 9px 20px;
	margin:0 0px 0 0;
}

ul#toptabs li#lubricants a{
	background:url('../images/lubricants.png') no-repeat;
	width:75px;
	float:left;
	font: bold 15px arial,helvetic,sans-serif;
	color:#ffffff;
	padding:8px 13px 9px 13px;
	margin:0 0px 0 0;
}

ul#toptabs li#fuels a:hover {
	background:url('../images/fuelsover.png') no-repeat;
}

ul#toptabs li#lubricants a:hover {
	background:url('../images/lubricantsover.png') no-repeat;
}

ol.numbered{
	font: normal 13px arial,helvetic,sans-serif;
	color:#464646;
	margin:0 0 13px 35px;
	background:none;
	list-style:nu;
}

#workshop ol.numbered li{
	padding:0 0 0 18px;
	color:#ea1b34;
	font-weight:bold;
	margin-bottom:15px;
}

ol.numbered li{
	padding:0 0 0 18px;
	color:#ea1b34;
	font-weight:bold;
}

#workshop ol.numbered li p{
	font: normal 13px arial,helvetic,sans-serif;
	color:#464646;
	margin:0;
	padding:0;
}

ol.numbered li p{
	font: normal 13px arial,helvetic,sans-serif;
	color:#464646;
	margin:0;
	padding:0;
}

#callouts img{
	margin:0 0 17px 0;
}

#callouts h4{
	font: bold 15px arial,helvetic,sans-serif;
	color:#ea1b34;
	margin:0 0 10px 0;
	background:url('../images/elite.gif') repeat-x bottom #ffffff;
	padding:6px 0 6px 10px;
	border:1px solid #c4c5c7;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#callouts #elite p{
	font: normal 11px arial,helvetic,sans-serif;
	line-height:14px;
}

#callouts #elite img{
	float:right;
	margin:0 0 5px 5px;
}


/*--FOOTER-------------------------------------------------------------------------------------------------------FOOTER-------*/
#footer{
	clear:both;
	border-top:1px solid #b9b9b9;
	padding:0 auto;
}

#footer img{
	float:left;
	margin:25px 0 0 -445px;
}

ul#footernav {
	width:600px;	
	padding:20px 0 0 0;
	font: normal 12px arial,helvetic,sans-serif;
	color:#777777;
	list-style:none;
	background:none;
	
}

ul#footernav li {
	float:left;
	margin:0 15px 0 0;
	padding:0 15px 0 0;
	border-right:1px #777777 solid;
}
	
ul#footernav li.end{
	margin:0;
	border-right:none;
	padding:0;
}

/*--TECH TALK ACCORDIAN-------------------------------------------------------------------------------------------------------TECH TALK ACCORDIAN-------*/


/*accordion {margin:20px 0;width: 350px;	height:120px;}*/
.accordion-tech h3 {background:  url('../images/right.png') no-repeat 0 7px ;padding: 7px 15px;	margin: 0;font: bold 12px Arial, Helvetica, sans-serif;border-bottom: none;cursor: pointer;}
.accordion-tech h3:hover {}
.accordion-tech h3.active {background:url('../images/down.png') no-repeat 0 7px;}
.accordion-tech p {padding-left:0px;margin: 0;}
.accordion-tech p#one {height:580px;}
.accordion-tech p#two {height:575px;}
.accordion-tech p#three {height:590px;}
.accordion-tech p#four {height:625px;}
.accordion-tech p#five {height:590px;}
.accordion-tech p#sixth {height:560px;}
.accordion-tech p#seven {height:750px;}



/*--FAQ ACCORDIAN-------------------------------------------------------------------------------------------------------FAQ ACCORDIAN-------*/


/*accordion {margin:20px 0;width: 350px;	height:120px;}*/
.accordion h3 {background:  url('../images/right.png') no-repeat 0 7px ;padding: 7px 15px;	margin: 0;font: bold 12px Arial, Helvetica, sans-serif;border-bottom: none;cursor: pointer;}
.accordion h3:hover {}
.accordion h3.active {background:url('../images/down.png') no-repeat 0 7px;}
.accordion p {padding-left:20px;margin: 0;}
.accordion p#one {height:110px;}
.accordion p#two {height:50px;}
.accordion p#three {height:60px;}
.accordion p#four {height:50px;}
.accordion p#five {height:55px;}
.accordion p#sixth {height:165px;}
.accordion p#seven {height:100px;}
.accordion p#eight {height:100px;}
.accordion p#nine {height:50px;}
.accordion p#ten {height:200px;}


/*================================================================================================================================
*/
h4 strong{
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'm500';
    font-weight: 400;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
    font-weight: 600;
}
div h1, div h2, div h3, div h4, div h5, div h6 {
    margin-top: 20px;
}
h2 {
    font-size: 40px;
    line-height: 60px;
}
h3 {
    font-size: 32px;
    line-height: 48px;
}
h4 {
    font-size: 22px;
    line-height: 34px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
}
img {
    width: auto;
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
ul.list-nostyle {
    list-style: none!important;
    margin-left: 0!important;
}
ul li:first-child, ul li:first-child {
    margin-top: 0;
}
ul li, ul li {
    line-height: 20px;
    margin-top: 10px;
}
ul.list-nostyle li>.fa {
    margin-right: 10px;
}

.fa-4x {
    font-size: 4em;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconbox .fa {
    color: #ec2028;
}
.wrapper {
    width: 1100px;
    margin: 0 auto;
}
.section-title {
    text-align: center;
    margin-top: -10px;
    padding-top: 50px;
    margin-bottom: 100px;
}
.section-title h2 {
    text-transform: uppercase;
    letter-spacing: -.05em;
    font-weight: 900;
}
.section-title .seperator {
    padding: 16px 0;
}
.seperator {
    width: 100%;
    height: 4px;
    line-height: 0;
    padding: 8px 0;
}
.spacer.spacer-medium {
    height: 60px;
}
.seperator.size-small span {
    width: 100px;
}
.seperator.height-small span {
    height: 1px;
}
.seperator.size-full span {
    width: 100%;
}
.seperator.size-30 span {
    width: 30%;
}
.seperator span {
    height: 2px;
    background: #000;
    display: inline-block;
    width: 100px;
    opacity: .15;
    filter: alpha(opacity=15);
    -ms-filter: "alpha(Opacity=15)";
}
.text-light a.sr-buttonicon {
    border-color: #fff;
    color: #fff;
}
.text-light a.sr-buttonicon:hover {
    background: #fff;
    color: #262626;
}

a.sr-button {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 22px!important;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a.sr-button:hover {
    background-color: #fff;
    color: #1a1a1a;
    transform: scale(1.07);
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
}a.sr-buttonicon {
    font-size: 22px!important;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
    border: 2px solid #262626;
    color: #262626;
    height: 40px!important;
    line-height: 40px!important;
    vertical-align: middle;
    width: 40px;
    padding: 10px;
}
a.sr-buttonicon:hover {
    background: #262626;
    color: #fff;
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
a.sr-buttonicon.small-iconbutton{width:34px;height:35px!important;line-height:34px!important;padding:0}

.subtitle {
    margin-top: 5px;
    font-weight: 300;
    letter-spacing: .04em;
}
.column-section {
    margin-top: 60px;
}
.last-col {
    margin-right: 0!important;
}
.one-half {
    width: 530px;
}
.one-third {
    width: 340px;
}
.column {
	font-family: 'openSans';
    float: left;
    margin-right: 40px;
    min-height: 1px;
}
.horizontalsection .horizontalinner{padding:100px 0}

.align-center {
    text-align: center;
}
.text-light {
    color: #fff;
}
#video_background {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}
video {
    object-fit: contain;
}
img, object, video {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
p {
    margin-top: 20px;
}
.last-col {
    margin-right: 0!important;
}
.iconbox{margin-top:40px}.column .iconbox:first-child{margin-top:0}.iconbox .fa{color:#ec2028}.iconbox-content{float:right;width:290px}.one-half .iconbox-content{width:480px}.one-third .iconbox-content{width:290px}.one-fourth .iconbox-content{width:195px}

.containerAbout{
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: left;
    position: relative;
    background: #fafafa;
    min-width: 1100px;
}
#parallax1{
    height: 344px;
}
#parallax3{
    height: 280px;
}
#parallax2{
    height: 100vh;
}
.parallaxParent {
    overflow: hidden;
    margin-top: 50px;
}
.parallaxParent > div {
	height: 200%;
	position: relative;
	top: -65%;
}
.parallaxParent > h3{
	position: absolute;
    z-index: 1;
    color: white;
    text-align: center;
    width: 1100px;
    margin-left: calc(50% - 550px);
    line-height: 35px;
    margin-top: 113px;
    font-family: m100;
    font-size: 29px;
}

.vm-left{
	float:left;
	width:700px;
}
.vm-right{
	float:right;
	width:350px;
}
.vm-title{
	font-family: 'myriad';
    margin-top: 60px;
    font-size: 186px;
    line-height: 153px;
    font-weight: bolder;
    color: #565656;
    margin-bottom: 50px;
}
.vm-subtitle {
    font-family: 'myriad';
    font-size: 20px;
    color: red;
    margin-top: 20px;
    margin-bottom: 30px;
}

.vm-subtitle-values {
    font-size: 14px;
    color: #565656;
    text-shadow: 0px 0px #565656;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.vm-text{
}

.liSuper{
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 20px;
}

li span {
    position: relative;
    left: 20px;
}

.p2-title{
    font-family: 'myriad';
    position: absolute;
    z-index: 1;
    margin-top: 60px;
    margin-left: 10px;
    font-size: 130px;
    line-height: 120px;
    width: 500px;
    font-weight: bolder;
    color: white;
    margin-bottom: 50px;
}
.p2-subTitle{
    position: absolute;
    z-index: 1;
    margin-top: 335px;
    right: 25px;
    font-size: 15px;
    line-height: 18px;
    width: 440px;
    color: white;
    background-color: rgba(0,0,0,0.3);
}

.one-half input[type=email], .one-half input[type=password], .one-half input[type=text], .one-half textarea {
    width: 520px;
    max-width: 97%;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    background: #fff;
    border: 1px solid #d9d9d9;
    line-height: 18px;
    color: #999;
    padding: 10px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3x;
    transition: all 200ms linear;    
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    width: 1100px;
    height: 150px;
    max-width: 97%;
    padding: 11px 4px 8px;
    line-height: 22px;
}
form .form-submit {
	position: relative;
    margin-top: 30px;
}
@media only screen and (max-width:1200px){#page-content{min-width:940px}.wrapper{width:940px}.main-content{width:640px}aside{width:240px}.blog-content{width:550px}.one-half{width:450px}.one-third{width:286px}.two-third{width:612px}.one-fourth{width:205px}.two-fourth{width:450px}.three-fourth{width:695px}.one-fifth{width:156px}.two-fifth{width:356px}.three-fifth{width:554px}.four-fifth{width:752px}.main-content .one-half{width:300px}.main-content .one-third{width:186px}.main-content .two-third{width:412px}.main-content .one-fourth{width:130px}.main-content .two-fourth{width:300px}.main-content .three-fourth{width:470px}.main-content .one-fifth{width:98px}.main-content .two-fifth{width:236px}.main-content .three-fifth{width:334px}.main-content .four-fifth{width:472px}.one-half .iconbox-content{width:400px}.one-third .iconbox-content{width:236px}.one-fourth .iconbox-content{width:155px}}@media only screen and (max-width:1023px){h1{font-size:80px;line-height:100px}h2{font-size:36px;line-height:54px}h3{font-size:28px;line-height:42px}h4{font-size:20px;line-height:30px}h5{font-size:18px;line-height:26px}h6{font-size:16px;line-height:22px}#page-content{min-width:740px}.wrapper{width:740px}.main-content{width:100%;float:none}aside{width:100%;float:none;margin-top:100px}header #logo{padding:10px 0;height:40px;max-width:350px}nav#main-nav>ul>li>a:first-child{line-height:40px;padding:10px 0}nav#menu-controls>ul>li{height:40px;padding:10px 0}nav#main-nav>ul>li>.sub-menu{top:60px}nav#main-nav{display:none}.open-responsive-nav{display:block}#portfolio-single aside{margin-top:0}.blog-content{width:650px}.one-half{width:350px}.one-third{width:220px}.two-third{width:480px}.one-fourth{width:155px}.two-fourth{width:350px}.three-fourth{width:545px}.one-fifth{width:116px}.two-fifth{width:272px}.three-fifth{width:428px}.four-fifth{width:584px}.one-half .iconbox-content{width:300px}.one-third .iconbox-content{width:170px}.one-fourth .iconbox-content{width:105px}}@media only screen and (max-width:760px){h1{font-size:64px;line-height:74px}h2{font-size:32px;line-height:44px}h3{font-size:26px;line-height:36px}h4{font-size:20px;line-height:28px}h5{font-size:18px;line-height:26px}h6{font-size:16px;line-height:22px}#page-content{min-width:300px}.wrapper{width:300px}.main-content{width:100%;float:none}aside{width:100%;float:none;margin-top:60px;padding-top:60px;border-top:1px solid #d9d9d9}#portfolio-single aside{border:0;padding-top:0}.blog-date{width:50px}.blog-date .date-day{font-size:40px;line-height:30px}.blog-date .date-month{font-size:10px;letter-spacing:.03em}.blog-content{width:240px;float:right}.column{margin:60px 0 0}div .column:first-child{margin:0}.four-fifth,.one-fifth,.one-fourth,.one-half,.one-third,.three-fifth,.three-fourth,.two-fifth,.two-fourth,.two-third{width:100%}.one-fourth .iconbox-content,.one-half .iconbox-content,.one-third .iconbox-content{width:250px}.section-title{margin-top:-7px;margin-bottom:60px}.section-inner{padding-top:60px}.horizontalsection .horizontalinner{padding:60px 0}#portfolio-single{padding-top:60px}.ajax-section #portfolio-single{padding-bottom:60px}#portfolio-single .portfolio-media{margin-top:40px}#portfolio-single .portfolio-content{margin-top:0;padding-top:40px}.ajax-section{padding-bottom:60px}#ajax-loader .loader-icon{top:20px!important}.close-project{bottom:70px}.spacer.spacer-mini{height:15px}.spacer.spacer-small{height:30px}.spacer.spacer-medium{height:45px}.spacer.spacer-big{height:60px}}



/* ------------------------------------
		TabTab
	----------------------------------*/
.tabs {
    margin: 0 auto;
    max-width: 1250px;
    visibility: visible!important;
    opacity: 1!important;
}
.tabs__menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
}
.tabs__menu-item {
    width: 33%;
    display: inline-block;
    text-align: center;
    background-color: #6B5858;
    color: #fff;
    border-radius: 1px;
    vertical-align: bottom;
    -webkit-transition: .2s all cubic-bezier(.215,.61,.355,1);
    transition: .2s all cubic-bezier(.215,.61,.355,1);
    position: relative;
}
.tabs__menu-item.active {
    position: relative;
    z-index: 20;
    background-color: #B33232;
    box-shadow: 0 1px 22px rgba(0,0,0,.67);
    -webkit-transform: scaleY(1.2) translateY(-5px);
    -ms-transform: scaleY(1.2) translateY(-5px);
    transform: scaleY(1.2) translateY(-5px);
}
.tabs__menu-item a {
    display: block;
    font-size: 25px;
    padding: 25px 0;
    font-weight: 300;
    text-decoration: none;
}
.tabs__menu-item.active a {
    color: #fff;
    -webkit-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    transform: scaleY(.8);
}
@media only screen and (max-width:760px){	
.tabs__menu-item a {
    display: block;
    font-size: 15px;
    padding: 25px 0;
    font-weight: 300;
    text-decoration: none;
}

.seperator.size-30 span {
width : 50%;
}
}



/*TEST BLUR
*/
.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

#depreload {
	top:0;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-color: #000;
    position: fixed;
    text-align: center;
    z-index: 99;
}

#depreload .circle {
	width: 50vh;
	height: 50vh;
	/*border: 1px solid rgba(255,255,255,.5);
	border-radius: 50%;
	box-shadow: 0 0 1px 0px rgb(255,255,255); */
	margin: 0 auto;
	margin-top: 13vh;
	position: relative;
}

#depreload .line {
    width: calc(50vh + 24px);
    height: calc(50vh + 30px);
    margin: -20px;
    margin-top: -13px;
    opacity: 0;
}

#depreload .perc {
	color: #fff;
	font-size: 3.3em;
	text-transform: uppercase;
	margin-top: 40px;
	font-family: 'm100';
	font-weight: 300;
	letter-spacing: 1px;
}

#depreload .loading {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 110px;
	font-family: 'm100';
	font-weight: 600;
	letter-spacing: 1px;
}

#depreload .perc, #depreload .loading {
	position: absolute;
	width: 100%;
}

#depreload .logo {
	    position: relative;
    float: left;
    margin-left: 5%;
    margin-top: calc(-25vh - 15px - 5%);
    width: 90%;
    opacity: 0;
}


.btn-getPDF{
	position: relative;
    width: 50%;
    margin: 0 auto;
    background-color: rgba(255,50,50,1);
    color: #FFF;
    border: 1px solid #000;
    cursor: pointer;

    font-family: 'm500';
    font-weight: 900;
    font-size: 2.5em;
    line-height: normal;
    text-align: center;
}
.btn-getPDF:hover{
    box-shadow: 0 1px 22px rgba(0,0,0,.67);
}

@media only screen and (max-width: 1023px){.btn-getPDF{font-size: 2em;}}
@media only screen and (max-width: 768px){.btn-getPDF{	font-size: 1.5em;}}
