body {  margin: 0; }

#wrapper-template { width: 970px; margin: 0 auto; padding: 0; font-family: 'Lato', sans-serif; background: #f0f3f5; font-size: 14px; color: #3d3d3d; }

/* TOP */

.header {
    clear: both;    
}

.header .top {
	height: 100px;
}

.logo {
	margin: 25px 0 0 50px;
	float: left;
}

.social {
	float: right;
	margin: 25px 50px 0 0;
}

.social ul {
	margin: 0;
	list-style: none;
}

.social ul li {
	float: left;
	margin-left: 15px;
}

.top-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url("http://fastmaster.de/ebay/template/img/menu_bg.png");
	z-index: 99;
}

.top-nav ul {
	list-style: none;
}

.top-nav ul.level-1 {
	margin: 0;
	padding: 0 20px;
}

.top-nav ul.level-1 > li {
	float: left;
	position: relative;	
	margin: 0;
}

.top-nav ul.level-1 li a.lvl1 {
	color: #3c3733;
	display: inline-block;
	font-size: 18px;
	height: 65px;
	line-height: 62px;
	text-decoration: none;
	padding: 0 35px 0 15px;
	position: relative;
}

.top-nav ul.level-1 > li a.lvl1:before {
	background: url("http://fastmaster.de/ebay/template/img/arrow_menu.png") no-repeat;
	content: "";
    display: block;
    height: 6px;
    margin-top: -4px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 11px;
}

.top-nav ul.level-1 > li:hover a.lvl1:before {
	background: url("http://fastmaster.de/ebay/template/img/arrow_menu_hover.png") no-repeat;
}

.top-nav ul.level-1 li:hover a.lvl1 {
	background: url("http://fastmaster.de/ebay/template/img/slider_desc_bg.png");
	color: #fff;
}

.top-nav ul.level-2 {
	display: none;
	position: absolute;
	background: url("http://fastmaster.de/ebay/template/img/menu_bg.png");
	top: 65px;
	left: 0;
	width: 100%;
	padding: 0;
	padding: 10px 0;
	line-height: 1.8;
	min-width: 150px;
}

.top-nav ul.level-2 a {
	color: #454545;
	margin-left: 20px;
	text-decoration: none;
}

.top-nav ul.level-2 a:hover {
	color: #ec1a19;
}

/* MAIN */

div.section {
	clear: both;
	position: relative;
}



.produkt-associated a.top-btn {
	color: #f9f9f8;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 24px;
	border-radius: 8px;
	padding: 13px 45px;
	background: #ef3232;
	-webkit-box-shadow: -2px 2px 0 0 #b21717;
	box-shadow: -2px 2px 0 0 #b21717;
	display: inline-block;
	margin-top: 55px;
	transition-duration:1s;
}



h3.vertical {
	color: #404040;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	white-space: nowrap;
	margin-left: 5px;
}

h3.vertical span {
	color: #d41c1c;
	font-size: 30px;
}

.produkt-desc {
	min-height: 200px;
	padding: 10px 50px 30px 70px;
}

.produkt-desc h1 {
	font-size: 24px;
	text-align: center;
	padding: 0 30px 0 50px;
}

.produkt-desc .desc-left {
	float: left;
	width: 49%;
	line-height: 1.6;
}

.produkt-desc .desc-right {
	float: right;
	width: 49%;
	line-height: 1.6;
}

.produkt-desc h3 {
	margin-top: 193px;
}





.produkt-desc-more {
	background: #fff;
	min-height: 200px;
	padding: 10px 50px 30px 70px;
}

.produkt-desc-more h1 {
	font-size: 24px;
	text-align: center;
	padding: 0 30px 0 50px;
}

.produkt-desc-more .desc-left {
	float: left;
	width: 49%;
	line-height: 1.6;
}

.produkt-desc-more .desc-right {
	float: right;
	width: 49%;
	line-height: 1.6;
}

.produkt-desc-more h3 {
	margin-top: 193px;
}



.produkt-gallery {
	background: #fff;
	min-height: 200px;
	padding: 35px;
}

.produkt-gallery h3 {
	margin-top: 115px;
}

.produkt-gallery .gallery-min span > img {
	margin: 0 10px 10px;
	cursor: pointer;
}

/*.produkt-gallery .gallery-big {
	display: none;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 10px #777777;
}*/

.produkt-gallery .gallery-big img {
	display: block;
}

.gallery-big .close {
	background: url("http://fastmaster.de/ebay/template/img/close-btn.png") no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	top: -21px;
	right: -21px;
	cursor: pointer;
}

.produkt-tech {
	min-height: 300px;
	border-top: 30px solid #d41c1c;
	padding: 30px 50px 30px 70px;
}

.produkt-tech h3 {
	margin-top: 235px;
}

.produkt-tech .tech-img {
	float: left;
	width: 44%;
	text-align: center;
}

.produkt-tech .tech-table {
	float: right;
	width: 54%;
}

.produkt-tech .tech-table table {
	text-align: center;
	color: #2f2e2e;
	float: right;
	margin-bottom: 30px;
}

.produkt-tech .tech-table table th {
	font-weight: bold;
	padding: 4px 12px;
}

.produkt-tech .tech-table table td {
	border-top: 1px solid #e0e0e0;
	padding: 4px 12px;
}

.produkt-associated {
	background: #fff;
	min-height: 300px;
	padding: 20px 0 0 45px;
	text-align: center;
}

.produkt-associated h3 {
	margin-top: 258px;
}

.produkt-associated a.product-wrapper {
    display: inline-block;
    margin: 0 20px;
    width: 164px;
}

.produkt-associated a.product-wrapper img {
	border: 4px solid #f0f3f5;
}

.produkt-associated a.product-wrapper span {
	font-size: 14px;
	color: #3d3d3e;
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
	line-height: 1.6;
}

.produkt-other {
	min-height: 250px;
	padding: 20px 0 0 65px;
}

.produkt-other a {
	width: 87px;
	height: 87px;
	background: url("http://fastmaster.de/ebay/template/img/other_bg.jpg") no-repeat;
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	transition-duration:1s;
}

.produkt-other a span {
	color: #ffffff;
	float: right;
	font-size: 24px;
	line-height: 5.7;
	padding-right: 10px;
}

.produkt-other a:hover {
	opacity: 0.6;
	filter:Alpha(opacity=60);
}

.produkt-other h3 {
	margin-top: 215px;
}

/* FOOTER */ 

.footer {
	background: #3c3733;	
}

.footer .newsletter {
	min-height: 200px;
	background: #d41c1c;
}

.footer .newsletter h3 {
	margin-top: 167px;
	color: #fff;
}

.footer .newsletter span {
	color: #424242;
}

.footer .newsletter .desc {
	padding: 20px 20px 50px;
	min-height: 600px;
	text-align: center;
	background: url("http://fastmaster.de/ebay/template/img/newslettter_bg.png") no-repeat scroll center 60px;
}

.footer .newsletter .desc a.phone {
	display: block;
	width: 300px;
	height: 420px;
	margin: 0 auto;
}

.footer .newsletter .desc a.newsletter-btn {
	color: #f9f9f8;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 24px;
	border-radius: 8px;
	padding: 13px 45px;
	background: #ef3232;
	-webkit-box-shadow: -2px 2px 0 0 #b21717;
	box-shadow: -2px 2px 0 0 #b21717;
	display: inline-block;
	margin-top: 55px;
	transition-duration:1s;
}

.footer .newsletter .desc a.newsletter-btn:hover {
	background: #f04242;
}

.footer .newsletter p.head {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin: 0 0 10px;
}

.footer .newsletter p.head.big {
	font-size: 30px;
}

.footer .footer-nav ul {
	margin: 0 10px;
	list-style: none;
	padding: 0;
	text-align: center;
}

.footer .footer-nav ul li {
	margin: 0 20px;
	display: inline-block;
    font-size: 20px;    
    position: relative;
    padding-top: 30px;
}

.footer .footer-nav ul li a {
	color: #fff;
	text-decoration: none;
}

.footer .footer-nav .tip {
	display: none;
	position: absolute;
	bottom: 60px;
	left: -10px;
	font-size: 13px;
	color: #3c3733;
	background: #e4e8ea; 
	width: 280px;
	padding: 25px;
	border-radius: 15px;
	line-height: 2;
	font-weight: 300;
    font-family: Arial;
}

.footer .footer-nav .tip:before {
	width: 0;
	height: 0;
	position: absolute;
	left: 20px;
	bottom: -30px;
    content: "";
	border-style: solid;
	border-width: 30px 17px 0 17px;
	border-color: #e4e8ea transparent transparent transparent;
}

.footer .footer-nav .tip a.tip-btn {
	color: #f9f9f8;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 16px;
	border-radius: 8px;
	padding: 0 15px;
	height: 30px;
	line-height: 28px;
	background: #ef3232;
	font-weight: normal;
	-webkit-box-shadow: -2px 2px 0 0 #cca3a3;
	box-shadow: -2px 2px 0 0 #cca3a3;
	display: inline-block;
	margin-top: 20px;
	transition-duration:1s;
}

.footer .footer-nav .tip a.tip-btn:hover {
	background: #f04242;
}

.footer .copyright {
	text-align: center;
	padding: 60px 10px 10px;
	clear: both;
}

/* NO SCRIPT VERSION */
.footer .footer-nav ul li:hover div.tip {
	display: block;
}

.top-nav ul.level-1 > li:hover ul.level-2 {
	display: block;
}

.gallery-min {
	position: relative;
	text-align: center;
}

.gallery-min span {
	display: inline-block;
}

.gallery-min span.photo-min-1:hover div.photo-big-1, .gallery-min span.photo-min-2:hover div.photo-big-2, .gallery-min span.photo-min-3:hover div.photo-big-3, .gallery-min span.photo-min-4:hover div.photo-big-4, .gallery-min span.photo-min-5:hover div.photo-big-5, .gallery-min span.photo-min-6:hover div.photo-big-6, .gallery-min span.photo-min-7:hover div.photo-big-7, .gallery-min span.photo-min-8:hover div.photo-big-8, .gallery-min span.photo-min-9:hover div.photo-big-9, .gallery-min span.photo-min-10:hover div.photo-big-10, .gallery-min span.photo-min-11:hover div.photo-big-11  , .gallery-min span.photo-min-12:hover div.photo-big-12 , .gallery-min span.photo-min-13:hover div.photo-big-13     , .gallery-min span.photo-min-14:hover div.photo-big-14 , .gallery-min span.photo-min-15:hover div.photo-big-15 , .gallery-min span.photo-min-16:hover div.photo-big-16 , .gallery-min span.photo-min-17:hover div.photo-big-17 , .gallery-min span.photo-min-18:hover div.photo-big-18 , .gallery-min span.photo-min-19:hover div.photo-big-19 , .gallery-min span.photo-min-20:hover div.photo-big-20, .gallery-min span.photo-min-21:hover div.photo-big-21, .gallery-min span.photo-min-22:hover div.photo-big-22, .gallery-min span.photo-min-23:hover div.photo-big-23, .gallery-min span.photo-min-24:hover div.photo-big-24, .gallery-min span.photo-min-25:hover div.photo-big-25, .gallery-min span.photo-min-26:hover div.photo-big-26, .gallery-min span.photo-min-27:hover div.photo-big-27, .gallery-min span.photo-min-28:hover div.photo-big-28, .gallery-min span.photo-min-29:hover div.photo-big-29, .gallery-min span.photo-min-30:hover div.photo-big-30, .gallery-min span.photo-min-31:hover div.photo-big-31, .gallery-min span.photo-min-32:hover div.photo-big-32, .gallery-min span.photo-min-33:hover div.photo-big-33, .gallery-min span.photo-min-34:hover div.photo-big-34, .gallery-min span.photo-min-35:hover div.photo-big-35, .gallery-min span.photo-min-36:hover div.photo-big-36 , .gallery-min span.photo-min-37:hover div.photo-big-37, .gallery-min span.photo-min-38:hover div.photo-big-38,  .gallery-min span.photo-min-39:hover div.photo-big-39, .gallery-min span.photo-min-40:hover div.photo-big-40, .gallery-min span.photo-min-41:hover div.photo-big-41, .gallery-min span.photo-min-42:hover div.photo-big-42, .gallery-min span.photo-min-43:hover div.photo-big-43, .gallery-min span.photo-min-44:hover div.photo-big-44, .gallery-min span.photo-min-45:hover div.photo-big-45, .gallery-min span.photo-min-46:hover div.photo-big-46, .gallery-min span.photo-min-47:hover div.photo-big-47{
	display: block;
}

.produkt-gallery .gallery-big {
	bottom: 100%;
	box-shadow: 0 0 10px #777777;
	display: none;
	left: 350px;
	position: absolute;
	z-index: 99;
}
.produkt-gallery .gallery-big2 {
	bottom: 100%;
	box-shadow: 0 0 10px #777777;
	display: none;
	left: 350px;
	position: absolute;
	z-index: 299;
}

.footer .footer-nav ul li:last-child div.tip {
    left: auto;
    right: 0;
}

.footer .footer-nav ul li:last-child div.tip:before {
    left: auto;
    right: 20px;
}

/* SLIDER */
#banner-fade {
	clear: both;
	position: relative;
}
ul.bjqs { position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:block; }
li.bjqs-slide { position:absolute; display:none; }
li.bjqs-slide .slider-desc { font-size: 24px; color: white; text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; height: 84px; line-height: 84px; background: url("http://fastmaster.de/ebay/template/img/slider_desc_bg.png"); }
ul.bjqs-controls { display: none; list-style:none;margin:0;padding:0;z-index:9999; }
ul.bjqs-controls.v-centered li a { position:absolute; }
ul.bjqs-controls.v-centered li.bjqs-next a { 
	background: url("http://fastmaster.de/ebay/template/img/arrow_right.png") no-repeat scroll center center #fff;
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 0 2px #aeaeae;
	height: 25px;
	right: -23px;
	text-indent: -9999px;
	width: 23px; 
    display: none;
}
ul.bjqs-controls.v-centered li.bjqs-prev a { 
	background: url("http://fastmaster.de/ebay/template/img/arrow_left.png") no-repeat scroll center center #fff;
	border-radius: 5px 0 0 5px;
	box-shadow: -1px 0 2px #aeaeae;
	height: 25px;
	left: -23px;
	text-indent: -9999px;
	width: 23px; 
    display: none;
}
ol.bjqs-markers { display:block; list-style: none; padding: 0; margin: 0; position: absolute; bottom: 100px; left: auto !important; right: 20px; }
ol.bjqs-markers.h-centered { text-align: center; }
ol.bjqs-markers li { display:inline; }
ol.bjqs-markers li a { display:inline-block; text-indent: -9999px; background: url("http://fastmaster.de/ebay/template/img/slider_controls.png") no-repeat left top; width: 17px; height: 17px; margin-left: 8px;}
ol.bjqs-markers li a:hover { background: url("http://fastmaster.de/ebay/template/img/slider_controls.png") no-repeat right top; }
ol.bjqs-markers li.active-marker a { background: url("http://fastmaster.de/ebay/template/img/slider_controls.png") no-repeat right top; }
p.bjqs-caption { display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0; }

ul.bjqs img {
    width: 100%;
}

@media only screen and (max-width: 979px) {
	#wrapper-template { width: 749px; }
	.produkt-tech .tech-img { width: 100%; }
	.produkt-tech .tech-table { float: none; width: 100%; }
	.produkt-tech .tech-table table { float: none; width: 100%; }
	.top-nav ul.level-2 { z-index: 2; background: #fff; text-align: left; }
	.top-nav ul.level-1 > li { display: inline-block; float: none; }
	.top-nav ul.level-1 { text-align: center; }
}

@media only screen and (max-width: 757px) {
	#wrapper-template { width: 100% }
	.header .top { padding: 20px 0 10px; text-align: center; }
	.logo { float: none; margin: 0; }
	.social { float: none; margin: 0; }
	.social ul { text-align: center; padding: 0; }
	.social ul li { display: inline-block; float: none; margin: 0 5px; }
	.produkt-desc h1 { padding: 0; }
	.produkt-desc .desc-left, .produkt-desc .desc-right { float: none; width: 100%; }
	.top-nav { position: static; }
	.produkt-gallery, .produkt-desc, .produkt-tech, .produkt-associated, .footer .newsletter .desc { padding: 10px; }
	.top-nav ul.level-1 { padding: 0 }
	.footer .footer-nav .tip { width: 100%; }
	.gallery-min span.photo-min-1:hover div.photo-big-1, .gallery-min span.photo-min-2:hover div.photo-big-2, .gallery-min span.photo-min-3:hover div.photo-big-3, .gallery-min span.photo-min-4:hover div.photo-big-4, .gallery-min span.photo-min-5:hover div.photo-big-5, .gallery-min span.photo-min-6:hover div.photo-big-6, .gallery-min span.photo-min-7:hover div.photo-big-7, .gallery-min span.photo-min-8:hover div.photo-big-8, .gallery-min span.photo-min-9:hover div.photo-big-9, .gallery-min span.photo-min-10:hover div.photo-big-10, .gallery-min span.photo-min-11:hover div.photo-big-11, .gallery-min span.photo-min-12:hover div.photo-big-12, .gallery-min span.photo-min-13:hover div.photo-big-13, .gallery-min span.photo-min-14:hover div.photo-big-14, .gallery-min span.photo-min-15:hover div.photo-big-15, .gallery-min span.photo-min-16:hover div.photo-big-16, .gallery-min span.photo-min-17:hover div.photo-big-17, .gallery-min span.photo-min-18:hover div.photo-big-18, .gallery-min span.photo-min-19:hover div.photo-big-19, .gallery-min span.photo-min-20:hover div.photo-big-20, .gallery-min span.photo-min-21:hover div.photo-big-21, .gallery-min span.photo-min-22:hover div.photo-big-22, .gallery-min span.photo-min-23:hover div.photo-big-23, .gallery-min span.photo-min-24:hover div.photo-big-24, .gallery-min span.photo-min-25:hover div.photo-big-25, .gallery-min span.photo-min-26:hover div.photo-big-26, .gallery-min span.photo-min-27:hover div.photo-big-27, .gallery-min span.photo-min-28:hover div.photo-big-28, .gallery-min span.photo-min-29:hover div.photo-big-29, .gallery-min span.photo-min-30:hover div.photo-big-30, .gallery-min span.photo-min-31:hover div.photo-big-31, .gallery-min span.photo-min-32:hover div.photo-big-32, .gallery-min span.photo-min-33:hover div.photo-big-33, .gallery-min span.photo-min-34:hover div.photo-big-34, .gallery-min span.photo-min-35:hover div.photo-big-35, .gallery-min span.photo-min-36:hover div.photo-big-36 { display: none; }
	.top-nav ul.level-1 > li { display: block; }
	.top-nav ul.level-1 li a.lvl1 { display: block; height: 35px; text-align: left; line-height: 35px; padding: 0 35px 0 20px; }
	.top-nav ul.level-2 { position: static; }
	.top-nav ul.level-2 a { display: block; padding: 5px 0; width: 100%; }
	.footer .footer-nav ul li:hover div.tip { display: none; }
	h3.vertical { 
		margin-left: 0 !important;
		margin-top: 0 !important;
		padding-top: 10px !important;
		position: static !important;
		text-align: center;
		transform: none !important;
	}
}

@media only screen and (min-width: 1300px) {
	#wrapper-template { width: 1300px; }
	.top-nav ul.level-1 > li { margin: 0 15px; }
	.top-nav ul.level-1 li a.lvl1 { padding: 0 35px 0 20px; }
	.footer .footer-nav ul { margin: 0 20px; }
	.footer .footer-nav ul li { margin: 0 40px; }
	.footer .copyright { padding: 110px 10px 10px; }
}