﻿﻿@-webkit-keyframes wrench {
0%{-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}
8%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}
10%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}
18%,20%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}
28%,30%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}
38%,40%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}
48%,50%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}
58%,60%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}
68%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}
75%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes wrench {
0%{-webkit-transform:rotate(-6deg);-ms-transform:rotate(-6deg);transform:rotate(-6deg)}
8%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}
10%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}
18%,20%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}
28%,30%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}
38%,40%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}
48%,50%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}
58%,60%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}
68%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}
75%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.faa-wrench.animated, .faa-wrench.animated-hover:hover {-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}
.faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}
@-webkit-keyframes wrenchs {
0%{-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}
20%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}
40%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}
60%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}
80%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes wrenchs {
0%{-webkit-transform:rotate(-6deg);-ms-transform:rotate(-6deg);transform:rotate(-6deg)}
20%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}
40%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}
60%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}
80%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.faa-wrenchs.animated, .faa-wrenchs.animated-hover:hover {-webkit-animation:wrenchs 2.5s ease infinite;animation:wrenchs 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}
.faa-wrenchs.animated-hover.faa-slow:hover, .faa-wrenchs.animated.faa-slow {-webkit-animation:wrenchs 3.7s ease infinite;animation:wrenchs 3.7s ease infinite}
@-webkit-keyframes ring {
0%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}
2%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}
4%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}
6%{-webkit-transform:rotate(9deg);transform:rotate(9deg)}
8%{-webkit-transform:rotate(-11deg);transform:rotate(-11deg)}
10%{-webkit-transform:rotate(11deg);transform:rotate(11deg)}
12%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}
14%{-webkit-transform:rotate(9deg);transform:rotate(9deg)}
16%{-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}
18%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}
20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes ring {
0%{-webkit-transform:rotate(-7deg);-ms-transform:rotate(-7deg);transform:rotate(-7deg)}
2%{-webkit-transform:rotate(7deg);-ms-transform:rotate(7deg);transform:rotate(7deg)}
4%{-webkit-transform:rotate(-9deg);-ms-transform:rotate(-9deg);transform:rotate(-9deg)}
6%{-webkit-transform:rotate(9deg);-ms-transform:rotate(9deg);transform:rotate(9deg)}
8%{-webkit-transform:rotate(-11deg);-ms-transform:rotate(-11deg);transform:rotate(-11deg)}
10%{-webkit-transform:rotate(11deg);-ms-transform:rotate(11deg);transform:rotate(11deg)}
12%{-webkit-transform:rotate(-9deg);-ms-transform:rotate(-9deg);transform:rotate(-9deg)}
14%{-webkit-transform:rotate(9deg);-ms-transform:rotate(9deg);transform:rotate(9deg)}
16%{-webkit-transform:rotate(-6deg);-ms-transform:rotate(-6deg);transform:rotate(-6deg)}
18%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}
20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.faa-ring.animated, .faa-ring.animated-hover:hover {-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}
.faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}
@-webkit-keyframes vertical {
0%{-webkit-transform:translate(0,-1px);transform:translate(0,-1px)}
4%{-webkit-transform:translate(0,1px);transform:translate(0,1px)}
8%{-webkit-transform:translate(0,-1px);transform:translate(0,-1px)}
12%{-webkit-transform:translate(0,1px);transform:translate(0,1px)}
16%{-webkit-transform:translate(0,-1px);transform:translate(0,-1px)}
20%{-webkit-transform:translate(0,1px);transform:translate(0,1px)}
22%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes vertical {
0%{-webkit-transform:translate(0,-1px);-ms-transform:translate(0,-1px);transform:translate(0,-1px)}
4%{-webkit-transform:translate(0,1px);-ms-transform:translate(0,1px);transform:translate(0,1px)}
8%{-webkit-transform:translate(0,-1px);-ms-transform:translate(0,-1px);transform:translate(0,-1px)}
12%{-webkit-transform:translate(0,1px);-ms-transform:translate(0,1px);transform:translate(0,1px)}
16%{-webkit-transform:translate(0,-1px);-ms-transform:translate(0,-1px);transform:translate(0,-1px)}
20%{-webkit-transform:translate(0,1px);-ms-transform:translate(0,1px);transform:translate(0,1px)}
22%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
}
.faa-vertical.animated, .faa-vertical.animated-hover:hover {-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}
.faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {-webkit-animation:vertical 3s ease infinite;animation:vertical 3s ease infinite}
@-webkit-keyframes horizontal {
0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}
12%{-webkit-transform:translate(0,0);transform:translate(0,0)}
18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}
24%{-webkit-transform:translate(0,0);transform:translate(0,0)}
30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}
36%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
@keyframes horizontal {
0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
6%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}
12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
18%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}
24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
30%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}
36%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
}
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover {-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}
.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow {-webkit-animation:horizontal 4s ease infinite;animation:horizontal 4s ease infinite}
@-webkit-keyframes flash {
0%,100%,50%{opacity:1}
25%,75%{opacity:0}
}
@keyframes flash {
0%,100%,50%{opacity:1}
25%,75%{opacity:0}
}
.faa-flash.animated, .faa-flash.animated-hover:hover {-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}
.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow {-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}
@-webkit-keyframes bounce {
0%,10%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}
40%,60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
}
@keyframes bounce {
0%,10%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
40%,60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}
}
.faa-bounce.animated, .faa-bounce.animated-hover:hover {-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}
.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow {-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}
@-webkit-keyframes spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes spin {
0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}
}
.faa-spin.animated, .faa-spin.animated-hover:hover {-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}
.faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}
@-webkit-keyframes float {
0%{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes float {
0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}
100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}
.faa-float.animated, .faa-float.animated-hover:hover {-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}
.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow {-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}
@-webkit-keyframes pulse {
0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
50%{-webkit-transform:scale(0.8);transform:scale(0.8)}
100%{-webkit-transform:scale(1.1);transform:scale(1.1)}
}
@keyframes pulse {
0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}
100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
}
.faa-pulse.animated, .faa-pulse.animated-hover:hover {-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}
.faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}
.faa-shake.animated, .faa-shake.animated-hover:hover {-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}
.faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}
@-webkit-keyframes tada {
0%{-webkit-transform:scale(1);transform:scale(1)}
10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}
30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}
40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}
80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}
}
@keyframes tada {
0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
10%,20%{-webkit-transform:scale(.9) rotate(-8deg);-ms-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}
30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);-ms-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}
40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);-ms-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}
80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}
}

.faa-tada.animated, .faa-tada.animated-hover:hover {-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}
.faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}

@-webkit-keyframes tadas {
0%{-webkit-transform:scale(1);transform:scale(1)}
20%{-webkit-transform:scale(1.1) rotate(-4deg);transform:scale(1.1) rotate(-4deg);opacity:.8}
60%{-webkit-transform:scale(1.2) rotate(4deg);transform:scale(1.2) rotate(4deg);opacity:.6}
80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:.4}
}
@keyframes tadas {
0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
20%{-webkit-transform:scale(1.1) rotate(-4deg);-ms-transform:scale(1.1) rotate(-4deg);transform:scale(1.1) rotate(-4deg);opacity:.8}
60%{-webkit-transform:scale(1.2) rotate(4deg);-ms-transform:scale(1.2) rotate(4deg);transform:scale(1.2) rotate(4deg);opacity:.6}
80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:.4}
}

.faa-tadas.animated, .faa-tadas.animated-hover:hover {-webkit-animation:tadas 2s linear infinite;animation:tadas 2s linear infinite}
.faa-tadas.animated-hover.faa-slow:hover, .faa-tadas.animated.faa-slow {-webkit-animation:tadas 3s linear infinite;animation:tadas 3s linear infinite}
@-webkit-keyframes passing {
0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}
50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}
100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}
}
@keyframes passing {
0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}
50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}
100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}
}
.faa-passing.animated, .faa-passing.animated-hover:hover {-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}
.faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}
@-webkit-keyframes burst {
0%{opacity:.6}
50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}
100%{opacity:0}
}
@keyframes burst {
0%{opacity:.6}
50%{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);opacity:0}
100%{opacity:0}
}
.faa-burst.animated, .faa-burst.animated-hover:hover {-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}
.faa-burst.animated-hover.faa-slow:hover {-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}

@-webkit-keyframes bursts {
0%{opacity:.8}
50%{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:.3}
100%{opacity:.2}
}
@keyframes bursts {
0%{opacity:.8}
50%{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);opacity:.3}
100%{opacity:.2}
}
.faa-bursts.animated, .faa-bursts.animated-hover:hover {-webkit-animation:bursts 2s infinite linear;animation:bursts 2s infinite linear}
.faa-bursts.animated-hover.faa-slow:hover {-webkit-animation:bursts 3s infinite linear;animation:bursts 3s infinite linear}

@-webkit-keyframes burstslide {
0%{opacity:1}
50%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.9;-webkit-box-shadow:0 0 3px 1px #fff;-moz-box-shadow:0 0 3px 1px #fff;box-shadow:0 0 3px 1px #fff}
100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.8;-webkit-box-shadow:0 0 5px 2px #fff;-moz-box-shadow:0 0 5px 2px #fff;box-shadow:0 0 5px 2px #fff}
}
@keyframes burstslide {
0%{opacity:1}
50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.9;-webkit-box-shadow:0 0 3px 1px #fff;-moz-box-shadow:0 0 3px 1px #fff;box-shadow:0 0 3px 1px #fff}
100%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);opacity:.8;-webkit-box-shadow:0 0 5px 2px #fff;-moz-box-shadow:0 0 5px 2px #fff;box-shadow:0 0 5px 2px #fff}
}
.faa-burstslide.animated img, .faa-burstslide.animated-hover:hover img {-webkit-animation:burstslide 4s infinite linear;animation:burstslide 4s infinite linear}


* {margin:0;padding:0;border:0 none;outline:none;resize:none}
table{border-collapse:collapse;border-spacing:0}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
abbr,acronym{border:0;font-variant:normal}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{*font-size:100%}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
th{font-weight:bold;text-align:center}
caption{margin-bottom:.5em;text-align:center}
sup{vertical-align:super;font-size:smaller}sub{vertical-align:sub}
p,fieldset,table,pre{margin-bottom:1em}
button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px}
body {background:#f7f7f7;font-family:Arial,Helvetica;font-size:16px;line-height:24px;font-weight:400}
a, a:link {text-decoration:none;color:#444}
ul, ul li {list-style:none outside none}
figure {position:relative}
h1, h2, h3, h4, h5 {font-weight:400}
.wFull {width:100%;clear:both}

body {padding-top:90px;background:#fff;font-family:'nimbus_sans_novus_d_otlight'}
h2 {font-size:35px;line-height:80px;height:80px;text-align:center;margin-bottom:4px;clear:both}
.wdt {width:1240px;margin:0 auto;position:relative}
.header {height:90px;background:#222;position:fixed;top:0;left:0;right:0;width:100%;z-index:22}
.header.sc {height:48px}
.lang {position:absolute;top:55px;left:150px}
.header.sc .lang {top:14px; left:95px}
.lang a {float:left;height:24px;width:30px;color:#e3d76b;text-align:center;font-size:17px;margin-left:4px;line-height:26px}
.lang a.active {background:#414141}
.site-logo {position:absolute;top:11px; left:2px}
.header.sc .site-logo {width:auto;height:38px;top:5px;}
.soc-bar {position:absolute;top:44px;right:20px}
.header.sc .soc-bar {top:5px}
.soc-bar a {float:left;width:38px;height:38px;margin-left:10px}
.soc-bar a.hfb {background-image:url(/images/fb.png)}
.soc-bar a.hin {background-image:url(/images/ins.png)}
.soc-bar a.htw {background-image:url(/images/tw.png)}
.slider {height:380px;margin-bottom:6px}
.bottomCount {height:435px}
.bottomSlider {height:93px;background:#fff}
.bottomSubs {height:220px;background:#000}
.slider {position:relative;clear:both;height:300px;width:100%;background:#222}
.slider h1 {position:absolute;top:290px;text-align:center;left:50%;right:0;z-index:21;color:#fff;width:600px;margin-left:-300px}
#carousel {background:#000}
#carousel .cc {text-align:center;background:#000;float:left;position:relative}
#carousel .cc img {border:none;opacity:.7;background:#fff}
#carousel .cc a {display:block}
#carousel .cc.hover a img {position:absolute;z-index:99}
.menu {text-align:center;height:45px; }
.menu .wdt {display:inline-block;width:auto;border-bottom:2px solid #fff; margin-top: 20px}
.sc .menu .wdt{margin-top: 0px; border-bottom: 0px;}
.menu li {float:left;padding:0 20px}
.menu li a {font-family:'nimbus_sans_novus_d_otlight';display:block;height:45px;line-height:51px;color:#fff}
.menu li a:hover {opacity:0.8}
.markalar:after {content:" ";display:table;clear:both}
.markalar {padding:0 50px;width:1032px;margin:0 auto;position:relative}
.markalar li {width:244px;height:;float:left;margin:0 7px}
.markalar li .mdiv.sel {border-bottom:9px solid #d5bf56}
.takvim, .like, .link {width:35px;height:35px;float:left;background:url(/images/takvim.png) no-repeat 50% 50%;margin:45px 0 0 65px}
.takvim:hover {background:url(/images/takvimh.png) no-repeat 50% 50%}
.like {background-image:url(/images/kalp.png);margin-left:8px}
.like:hover {background:url(/images/kalph.png) no-repeat 50% 50%}
.link {background-image:url(/images/link.png);margin-left:5px}
.link:hover {background:url(/images/linkh.png) no-repeat 50% 50%}
.markalar .next, .markalar .prev {width:35px;height:49px;background:url(/images/markaok.png) 50% 11px no-repeat;position:absolute;top:180px;left:0;z-index:24}
.markalar .next {left:auto;right:0;background-position:50% -37px}
.secret-info {display:none;padding:30px 30px 24px;border:3px solid #d5bf56;position: relative}
.secret-info.show {display:block;position:relative}
.marka-det-slider a {float:left;margin-right:20px; margin-bottom: 15px;}
.scimg {margin:-20px 15px 0 -16px}
.secret-info h3 {font-size:30px;font-family:'nimbus_sans_novus_d_otlight';padding-top:85px;line-height:1.1}
.secret-info h4 {font-size:22px;font-family:'nimbus_sans_novus_d_otlight'; font-weight: 600}
.secret-info p {clear:both;display:block;font-size:17px;font-family:'nimbus_sans_novus_d_otlight'}
#.secret-info p {clear:both;display:block;font-size:17px;font-family:'nimbus_sans_novus_d_otlight'; text-align: justify;}
.secret-info .close-secret {width:32px;height:32px;position:absolute;top:10px;right:10px;background:url(/images/dbc.png) no-repeat}
.b2px {height:0;border-bottom:2px solid #000;clear:both;width:100%;padding-top:30px;margin-bottom:10px}
.etkinlik {margin-bottom:30px}
.ediv {width:990px;margin:0 auto}
.markalar .ec {width:244px;float:left;background:#f7f4f0;padding-bottom:29px;position:relative;margin:0 6px 40px 6px;display:none}
.markalar .ec h5{text-align: center; font-weight: 600; margin-bottom: 5px;}
.markalar .ec > img {width: 244px}
.brandLogo{text-align: center;}

.brandLogo a {width:120px;height:120px;display:inline-block;margin:0 20px}
.brandLogo a.balik-noktasih {background:url(/images/logo/logol/balik-noktasil.png) no-repeat 0 0}
.brandLogo a.by-balikcih {background:url(/images/logo/logol/bybalikcil.png) no-repeat 0 0}
.brandLogo a.byfishh {background:url(/images/logo/logol/byfishl.png) no-repeat 0 0}
.brandLogo a.chantinh {background:url(/images/logo/logol/chantinl.png) no-repeat 0 0}
.brandLogo a.paysage-restauranth {background:url(/images/logo/logol/paysagel.png) no-repeat 0 0}
.brandLogo a.gunayrestauranth {background:url(/images/logo/logol/gunayrestaurantl.png) no-repeat 0 0}
.brandLogo a.memnunih {background:url(/images/logo/logol/memnunil.png) no-repeat 0 0}
.brandLogo a.mycabareth {background:url(/images/logo/logol/mycabaretl.png) no-repeat 0 0}
.brandLogo a.nannah {background:url(/images/logo/logol/nannal.png) no-repeat 0 0}
.brandLogo a.nossa-costah {background:url(/images/logo/logol/nossa-costal.png) no-repeat 0 0}
.brandLogo a.nossacafebrasserieh {background:url(/images/logo/logol/nossacafebrasseriel.png) no-repeat 0 0}
.brandLogo a.sahneistanbulh {background:url(/images/logo/logol/sahneistanbull.png) no-repeat 0 0}
.brandLogo a.saitefendih {background:url(/images/logo/logol/saitefendil.png) no-repeat 0 0}
.brandLogo a.vassibah {background:url(/images/logo/logol/vassibal.png) no-repeat 0 0}
.brandLogo a.vivonh {background:url(/images/logo/logol/vivonl.png) no-repeat 0 0}
.brandLogo a.yenikoy-iskeleh {background:url(/images/logo/logol/yenikoy-iskelel.png) no-repeat 0 0}
.brandLogo a.kalamispaysageh {background:url(/images/logo/logol/kalamispaysagel.png) no-repeat 0 0}
.brandLogo a.greenblueh {background:url(/images/logo/logol/greenbluel.png) no-repeat 0 0}
.brandLogo a.synosseh {background:url(/images/logo/logol/synossel.png) no-repeat 0 0}
.brandLogo a.onikonh {background:url(/images/logo/logol/onikonl.png) no-repeat 0 0}
.brandLogo a:hover {background-position:0 100%}

.ec {width:186px;float:left;background:#ddd;padding-bottom:29px;position:relative;margin:0 6px 40px 6px;display:none}
.ec:nth-child(1), .ec:nth-child(2), .ec:nth-child(3), .ec:nth-child(4), .ec:nth-child(5) {display:block}
.ec > img {width:186px;height:136px;margin-bottom:3px}
.ec h3 {font-size:16px;line-height:1.2;overflow:hidden;padding:0 5px;text-align:center; font-weight: 600; min-height: 60px; max-height: 60px; overflow: hidden}
.ec h4 {font-size:17px;line-height:1.1;overflow:hidden;padding:0 10px;text-align:center;margin-bottom:2px}
.ec .elogo {width:82px;height:82px;margin:0 auto}
.ec .elogo img {width:100%;height:auto}
.ebar {width:102px;height:40px;position:absolute;bottom:-20px;left:50%;margin-left:-51px;border-radius:3px;background:#bbb}
.ebar .takvim, .ebar .like, .ebar .link {margin:8px 0 0 13px;width:25px;height:25px;background-size:100%}
.ebar .like {margin:11px 0 0 4px;width:22px;height:18px}
.ebar .link {margin:9px 0 0 4px;width:22px;height:21px}
.dctop {position:relative;overflow:hidden;height:412px}
.dclogo {position:absolute;bottom:0px;right:-6px;width:100px;height:100px}
.dcname {height:52px;background:#000;color:#fff;line-height:53px;font-size:35px;font-family:'nimbus_sans_novus_d_otlight';text-align:center;font-weight:700}
.dcdate {line-height:70px;text-align:center;font-size:22px;font-family:'nimbus_sans_novus_d_otlight'}
#moret {display:block;margin:0 auto;height:33px;width:276px;line-height:35px;font-family:'nimbus_sans_novus_d_otlight';font-size:18px;text-align:center;border:1px solid #b5b5b5;background:-webkit-linear-gradient(#cacaca, #bbb);background:-o-linear-gradient(#cacaca, #bbb);background:-moz-linear-gradient(#cacaca, #bbb);background:linear-gradient(#cacaca, #bbb)}
#more-item {display:block;margin:0 auto;height:33px;width:276px;line-height:35px;font-family:'nimbus_sans_novus_d_otlight';font-size:18px;text-align:center;border:1px solid #b5b5b5;background:-webkit-linear-gradient(#cacaca, #bbb);background:-o-linear-gradient(#cacaca, #bbb);background:-moz-linear-gradient(#cacaca, #bbb);background:linear-gradient(#cacaca, #bbb)}
#more-item-announcement {display:block;margin:0 auto;height:33px;width:276px;line-height:35px;font-family:'nimbus_sans_novus_d_otlight';font-size:18px;text-align:center;border:1px solid #b5b5b5;background:-webkit-linear-gradient(#cacaca, #bbb);background:-o-linear-gradient(#cacaca, #bbb);background:-moz-linear-gradient(#cacaca, #bbb);background:linear-gradient(#cacaca, #bbb)}
.kurumsal {text-align:center;background:url(/images/kurumsalBg.jpg) no-repeat 50% 0;padding-bottom:30px;margin-bottom:10px}
.kurumsal h2 {color:#fff;font-weight:700}
.kurumsal .k3 {}
.kurumsal .k3 .k {width:400px;border-bottom:9px solid transparent;height:175px;line-height:195px;border-left:6px solid transparent;border-right:6px solid transparent;color:#fff;vertical-align:middle;color:#fff;font-size:24px;text-align:center;background-repeat:no-repeat;background-size:cover;float:left}
.kurumsal .k3 .k.sel {border-bottom:9px solid #d5bf56}
.kurumsal .secret-info  {background:#fff}
.secret-info.duyuru {}
.secret-info.duyuru ul, .secret-info.basin ul {padding:0 5%; margin-bottom:15px;}
.secret-info.duyuru ul li, .secret-info.basin ul li {width:14.6%;margin:0 1% 10px;float:left;font-size:18px;line-height:1}
.secret-info.duyuru ul li img, .secret-info.basin ul li img {display:block;margin:0 auto 6px}
.secret-info.duyuru ul li p, .secret-info.basin ul li p {padding-top:5px;font-size:16px;line-height:18px}
.secret-info.duyuru ul li .img, .secret-info.basin ul li .img {border-top:1px solid #000; padding-top:5px;}
.secret-info.duyuru ul li a, .secret-info.basin ul li a {display:block;padding-top:10px;font-size:14px;color:#0055c9}
.secret-info.duyuru ul li .more, .secret-info.basin ul li .more {display:none}
.mimg {float:left;margin:10px 15px 5px 0}
.newMore {padding:15px;width:100%;height:503px;overflow:scroll;box-sizing:border-box}
.secret-info h5 {font-size:40px;text-decoration:underline;line-height:50px;padding-bottom:20px}
.fra {width:990px;margin:0 auto 40px;padding-top:15px}
.fra .tabs:after {content:" ";display:table;clear:both}
.fra .tabs {margin-bottom:11px}
.fra .tabs li {width:32%;border-right:1px solid #000;float:left;box-sizing:border-box;height:39px}
.fra .tabs li:nth-child(2) {width:36%}
.fra .tabs li:last-child {border-right:0}
.fra .tabs li a {display:block;text-align:center;font-size:32px;line-height:36px;height:34px;padding:3px 0 6px;border-left:8px solid #fff;border-right:8px solid #fff}
.fra .tabs li a.sel {font-weight:700;border-bottom:9px solid #d5bf56}
.fra h4 {font-size:23px;text-align:center;margin-top:-20px}
.fra .secret-info {padding-top:40px}
.fraform {padding-top:20px}
.fraform .fb {width:294px;margin-right:20px;float:left}
.fraform .fb:last-child {margin-right:0}
input, textarea, .fraform a, .selcover {height:38px;border:1px solid #000;background:#f7f7f7;width:100%;margin-bottom:8px;display:block;box-sizing:border-box;font-family:'nimbus_sans_novus_d_otlight';font-size:17px;padding:0 10px}
.selcover {position:relative;background:#f7f7f7 url(/images/sear.png) no-repeat 268px 14px}
.selcover select {opacity:0;position:absolute;top:0;left:2px;right:2px;width:100%;height:40px;z-index:2}
.selcover span {height:38px;width:100%;text-indent:10px;position:absolute;top:0;left:0;line-height:38px}
.selcover label {padding-top:38px;color:red;height:36px;float:left;clear:both}
.fraform a {text-align:center;background:#dbdbdb;line-height:38px;font-weight:700}
.submit {text-align:center;background:#dbdbdb;line-height:38px;font-weight:700}
textarea {padding:10px;height:120px}
textarea.big {height:200px}
.hap {background:url(/images/socialBarBg.png) no-repeat ; background-size:100% 100%; height:370px;overflow:hidden}
.hap .wdt {height:430px;position:relative}
.hap .tm1, .hap .tm2 {position:absolute;top:0;left:0;font-family:Arial, Helvetica;font-size:48px;color:#fff;font-weight:700;line-height:52px;height:52px}
.hap .tm2 {top:124px;left:144px;font-size:32px;height:36px;line-height:36px}
.hap .t1 {font-size:90px;font-family:'arialic_hollowregular', Arial, Helvetica;color:#fff;position:absolute;top:37px;left:36px;line-height:96px;height:96px}
.hap .hap1 {cursor:pointer;position:absolute;bottom:85px;left:375px;width:74px;height:74px}
.hap .hap2 {cursor:pointer;position:absolute;top:96px;right:374px;width:74px;height:74px}
.hap .hap3 {cursor:pointer;position:absolute; top: 142px;left: 272px; width:74px;height:74px}
.hap .hap4 {cursor:pointer;position:absolute;bottom: 145px;left: 677px;width:74px;height:74px}
.hap .hap5 {cursor:pointer;position:absolute;top:80px;right:610px;width:45px;height:45px}
.hap .hap6 {cursor:pointer;position:absolute;top:80px;left:473px;width:46px;height:46px}
.hap .hap7 {cursor:pointer;position:absolute;top:163px;left:515px;width:74px;height:74px}
.hap .hap8 {cursor:pointer;position:absolute;top:148px;right:565px;width:47px;height:47px}
.hap .hap9 {cursor:pointer;position:absolute;top:200px;left:440px;width:100px;height:100px}
.markaalt {height:80px;background:#fff;padding:6px 0 7px}
.markaalt .wdt {width:1000px;position:relative}
.markaalt .wdt .markasdiv li a {width:80px;height:80px;display:block;margin:0 20px}
.markaalt .wdt .markasdiv li a.balik-noktasih {background:url(/images/logo/balik-noktasih.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.by-balikcih {background:url(/images/logo/bybalikcih.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.byfishh {background:url(/images/logo/byfishh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.chantinh {background:url(/images/logo/chantinh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.paysage-restauranth {background:url(/images/logo/paysageh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.gunayrestauranth {background:url(/images/logo/gunayrestauranth.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.memnunih {background:url(/images/logo/memnunih.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.mycabareth {background:url(/images/logo/mycabareth.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.nannah {background:url(/images/logo/nannah.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.nossa-costah {background:url(/images/logo/nossa-costah.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.nossacafebrasserieh {background:url(/images/logo/nossacafebrasserieh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.sahneistanbulh {background:url(/images/logo/sahneistanbulh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.saitefendih {background:url(/images/logo/saitefendih.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.vassibah {background:url(/images/logo/vassibah.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.vivonh {background:url(/images/logo/vivonh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.yenikoy-iskeleh {background:url(/images/logo/yenikoy-iskeleh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.kalamispaysageh {background:url(/images/logo/kalamispaysageh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.greenblueh {background:url(/images/logo/greenblueh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.synosseh {background:url(/images/logo/synosseh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a.onikonh {background:url(/images/logo/onikonh.png) no-repeat 0 0}
.markaalt .wdt .markasdiv li a:hover {background-position:0 100%}
.markaalt li {width:120px;float:left}
.markaalt li img {display:block;margin:0 20px}
.markaalt #mkp, .markaalt #mkn {width:21px;height:37px;position:absolute;left:-30px;top:20px;background:url(/images/markaok.png) no-repeat 0 0}
.markaalt #mkn {left:auto;right:-30px;background-position:0 100%}
.subs {background:#000;text-align:center;font-size:25px;color:#fff;padding:32px 0 21px;line-height:1.2}
.subs span {border:2px solid #464646;height:44px;display:inline-block;margin-top:30px}
.subs input {width:377px;height:44px;text-align:center;border:0 none;background:none;margin:0;padding:0;display:inline-block;color:#fff}
.subs .check{margin:20px 0}
.subs input[type="checkbox"] {width: 20px; height: 15px; margin-right: 10px; }
.subs button {width:128px;height:44px;background:#88764d;line-height:44px;font-size:20px;text-align:center;display:inline-block;color:#fff}
.footer {padding-bottom:50px;background:#eaeaea}
.footer .wdt {display:table;width:100%}
.footer ul {display:table-row}
.footer li {width:16.6%;float:none;border-right:1px solid #000;display:table-cell;text-align:center;padding:30px 0 20px}
.footer li h5 {font-size:22px;margin-bottom:15px;font-weight:700}
.footer li p {font-size:18px;margin-bottom:3px}
.footer li:last-child {border-right:0 none}
.darkbg {position:fixed;z-index:24;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.7);overflow:hidden;display:none}
.darkcontent {box-shadow:0 4px 6px #000;position:fixed;z-index:25;width:540px;height:480px;margin:-270px 0 0 -270px;left:50%;top:50%;border:3px solid #e3d76a;border-radius:1px;background:#fff;display:none}
.dcc {position:absolute;width:32px;height:32px;background:url(/images/dbc.png) no-repeat;top:-16px;right:-16px;cursor:pointer}
.dclog {position:absolute;top:-5px;left:-5px;width:110px;height:110px}
.mmenu {display:none}
.hm {display:none}

@media screen and (max-width:1040px){
	.wdt, .markalar {width:auto} .markalar {position:relative}
	.ec {margin-left:5px;margin-right:5px}
	.kurumsal .k3 .k {width:31%;display:inline-block;border-left:10px solid transparent;border-right:10px solid transparent}
	.hap .hap2 {left:370px}
	.fra {width:auto;margin:0 auto 40px;padding-top:15px}
	.fra .tabs:after {content:" ";display:table;clear:both}
	.fra .tabs {margin-bottom:11px}
	.fra .tabs li {height:46px;width:auto;display:block;float:none;border:0 none;box-sizing:border-box}
	.fra .tabs li:nth-child(2) {width:auto}
	.fra .tabs li a {display:block;text-align:center;font-size:32px;line-height:45px;height:44px;padding:0;border-left:8px solid #fff;border-right:8px solid #fff}
	.fra .tabs li a.sel {font-weight:700;border-bottom:2px solid transparent}
	.fra h4 {font-size:23px;text-align:center;margin-top:-20px}
	.fra .secret-info {padding-top:40px}
	.fraform {padding-top:20px}
	.fraform .fb {width:294px;margin-right:20px;float:left}
	.fraform .fb:last-child {margin-right:0}
	.fraform .fb {margin:0 10px}
	.markaalt .wdt {width:90%;margin:0 auto}
	.darkcontent {position:fixed;top:100px;margin-top:0}
	.footer li {width:16.5%}
	.footer li h5 {font-size:18px}
	.footer li p {font-size:16px}
}
@media screen and (max-width:959px){
	body {padding-top:40px;overflow-x:hidden}
	.lang {display:none}
	.site-logo, .header.sc .site-logo {float:left;position:static;height:33px;margin:2px 0 0 12px}
	.header {height:40px}
	.header.sc {height:40px}
	.slider h1 {width:auto;left:auto;margin-left:0}
	.soc-bar, .header.sc .soc-bar {position:absolute;top:7px;right:84px;width:110px}
	.soc-bar a {width:24px;height:24px;margin:0 10px 0 0;background-size:100%}
	.soc-bar a:last-child {margin:0}
	.menu {display:none}
	.hm {position:absolute;top:0;right:11px;width:44px;height:40px;background:url(/images/hmbt.png) no-repeat;display:block}
	h2 {height:50px;line-height:50px;font-size:28px}
	.markalar {padding:0 10px}
	.markalar .next, .markalar .prev {top:155px}
	.ediv {text-align:center}
	.ec {display:none;width:48%;margin:0 1% 30px}
	.ec:nth-child(5) {display:none}
	.ec:nth-child(1), .ec:nth-child(2), .ec:nth-child(3), .ec:nth-child(4) {display:inline-block}
	.ec img {width:100%;height:auto}
	.darkcontent {width:98%;left:0;margin-left:0;top:10px;min-height:300px;height:auto}
	.darkcontent .dctop {height:auto;line-height:0}
	.darkcontent .dcimg {width:100%}
	.darkcontent .dclog {width:50px;height:50px;bottom:0;right:0}
	.dcc {top:2px;right:2px}
	.dcname {font-size:28px;height:40px;line-height:40px}
	.dcdate {font-size:18px;line-height:24px;height:auto;padding-top:10px;padding-bottom:10px}
	.kurumsal .k3 .k {width:auto;height:120px;float:none;line-height:120px;display:block}
	.fra {width:auto}
	.secret-info {padding:10px}
	.secret-info h3 {padding:0}
	.marka-det-slider a {display:inline-block;float:none;margin:0 auto 6px}
	.scimg {float:none;display:block;margin:0 auto 20px}
	.secret-info.duyuru ul, .secret-info.basin ul {padding:0}
	.secret-info.duyuru ul li, .secret-info.basin ul li {width:48%}
	.secret-info h5 {font-size:22px;margin-bottom:9px;display:block}
	.fraform .fb {margin:0 auto 5px;display:block;float:none}
	.fraform .fb:last-child {margin-right:auto}
	.hap {display:none}
	.markaalt .wdt {width:76%}
	.subs {font-size:16px;height:auto}
	.subs input {width:200px}
	.subs a {width:90px;font-size:14px}
	.footer {padding-top:20px}
	.footer ul {padding-left:9px;display:block}
	.footer li {width:45%;margin:0 0 20px;display:inline-block;border-left:1px solid #000;border-right:1px solid #000;padding:0 4px}
	.mmenu {width:60%;right:-60%;background:#222;position:fixed;top:40px;display:block;z-index:23}
	.mmenu ul {padding:10px 0}
	.mmenu ul li {padding:4px 10px;line-height:26px;font-size:18px;color:#fff;border-top:1px solid #fefefe}
	.mmenu ul li:last-child {border-bottom:1px solid #fefefe}
	.mmenu ul li a {color:#fefefe}
	
	.brandsText{float:none !important; width:100% !important;   }	
	.brandsImage{display:none !important;}
	
	.bgBannerBody {display:none !important;  }
	
}
.clearfix:after {content:"\00A0";display:block;clear:both;visibility:hidden;line-height:0;height:0;width:0;font-size:0px} .clearfix{display:inline-block} html[xmlns] .clearfix {display:block} * html .clearfix {height:1%} .clearfix {display:block}



#loading {
	display:none;
	position:fixed;
	background-color:#000;
	background: url('/images/popupBack.png') repeat;
	opacity: 0.8;
	height: 2300px;
	width: 100%; 
	top:0px;
	left:0px;
	overflow:auto;
	z-index:99999;
	text-align:center;
	padding-top:200px;
	cursor: pointer;
	filter:alpha(opacity=80);
}


.crs{cursor: pointer;}

label.error {color:red;display:block;margin-top:-9px;margin-bottom:5px}

.etkinlikBtn {position: absolute; right: 15px; top: 390px;}
.markalar .ec .ebar {width: 58px !important; margin-left: -28px !important}
.uyelikCheck{margin-right: 5px;}
.aNormal a{background:none !important; display:inline !important; height:auto  !important; line-height:15px  !important; border:none !important; font-weight:normal !important; }

.popupBody{position: fixed; z-index:101; top:0px;left:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.50);}
.popupBody .sozlesClose {position: absolute; right:0px; top:0px; height:25px; width:25px; line-height:25px; text-align:center; background:#ccc; color:white;}


.sozlesme{position:relative; margin:0 auto; top:12%; max-height:480px; overflow-y:auto; z-index:10;  max-width: 700px; background:#fff; border:1px solid #ccc; padding: 15px; font-weight:normal }
.sozlesme h3{font-weight:bold; font-size:26px; margin-bottom:10px;}

.brandsText{float:left; width:60%; margin-right:5px;  }
.brandsImage{float:right; width:38%;}

.brandsImage img{width:368px; height:auto;}

.bgBannerBody{position: fixed; z-index:101; top:0px;left:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.50);}
.bgBannerBody .bannerClose {position: absolute; right:0px; top:0px; height:40px; width:40px; line-height:40px; text-align:center; font-weight:bold; background:#ccc; color:white;}


.bgBannerBody .bannerContent{position:relative; margin:0 auto; text-align:center; top:12%; max-height:480px; overflow-y:auto; z-index:10;  max-width: 700px; background:#fff; border:1px solid #ccc; padding: 15px; font-weight:normal }
.bgBannerBody .bannerContent img{max-width:100%; max-height:100%;}=======
.brandsImage img{width:368px; height:auto;}



.bgBannerBody{position: fixed; z-index:101; top:0px;left:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.50);}
.bgBannerBody .bannerClose {position: absolute; right:0px; top:0px; height:40px; width:40px; line-height:40px; text-align:center; font-weight:bold; background:#ccc; color:white;}


.bgBannerBody .bannerContent{position:relative; margin:0 auto; text-align:center; top:12%; max-height:480px; overflow-y:auto; z-index:10;  max-width: 700px; background:#fff; border:1px solid #ccc; padding: 15px; font-weight:normal }
.bgBannerBody .bannerContent img{max-width:100%; max-height:100%;}>>>>>>> .r370

/*
     FILE ARCHIVED ON 03:29:54 Dec 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:26:44 May 16, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 170.607 (3)
  captures_list: 196.938
  exclusion.robots: 0.204
  RedisCDXSource: 0.781
  PetaboxLoader3.datanode: 431.612 (5)
  esindex: 0.014
  CDXLines.iter: 20.781 (3)
  exclusion.robots.policy: 0.19
  load_resource: 428.034 (2)
  PetaboxLoader3.resolve: 68.921 (2)
*/