@charset "utf-8";

/*////////////////////////////////////
    FONTS
////////////////////////////////////*/
/*/
@import url("Gotham-Book.css");
@import url("Gotham-Medium.css");
@import url("Gotham-Black.css");
/**/
@import url("Tungsten-Semibold.css");
@import url("DINNextW01-CondensedReg.css");

.cta-preorder a {
	    font-size: 30px;
}

.slide_content .scrolldown p {
	    font-size: 16px;
}

.sticky-nav ul li a {
	    font-size: 18px;
}

.sticky-nav ul li a span {
	    line-height: 15px;
}


.c_tab ul.tabHeads          {
	height: 100px;
}
.c_tab ul.tabHeads li a     {
	line-height: 50px;
}

@media only screen and (min-width:768px) and (max-width:1280px)
{
    .c_tab ul.tabHeads li       {
		height: 100px;
	}

}