.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}<!-- 404 -->html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video, 
button, input, textarea {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-size: 100%;
font-family: inherit;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} button, input[type="submit"] { 
box-sizing: content-box; 
-moz-box-sizing: content-box; 
cursor: pointer; 
-webkit-appearance: none;
} button, input { border-radius: 0; }
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea { overflow: auto; }
a img { border: 0; }
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }  ::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { 
color: inherit;
opacity: 1; 
}
::-moz-placeholder {
color: inherit;
opacity: 1;
}
:-ms-input-placeholder { color: inherit; }  body {
font: 14px/1.5 "Open Sans", Arial, sans-serif;
text-rendering: optimizeLegibility;
}
p {	margin-bottom: 21px; } h1 { font-size: 24px; } 
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }
h1, h2, h3, h4, h5, h6 {
font-weight: normal; 
font-family: "Roboto Slab", Georgia, serif;
color: #2C59A9;
}
img::selection 	{ background: transparent; }
img::-moz-selection	{ background: transparent; }
body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } a { 
color: #2C59A9;
text-decoration: none;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
a:hover { 
text-decoration: underline;
} code, pre {
padding: 1.857em;
padding-bottom: 0;
border-left: 3px solid #d9d9d9;
border-bottom: 1px solid transparent;
background: #f2f2f2;
}
pre {
display: block;	
word-break: break-all;
word-wrap: break-word;
}
pre code { white-space: pre-wrap; } table {
max-width: 100%;
background-color: transparent;
}
th, td {
background: #fff;
padding: 4px 7px;
border: 1px solid #e1e1e1; 
}
th { background: #f2f2f2; }
tr:nth-child(odd) td { background: #fcfcfc; }
table caption { 
padding: 0 0 7px 0;
width: auto;
font-weight: 600;
} input, textarea {
background: #f9f9f9;
border: 1px solid #d9d9d9;
padding: 7px 14px;
outline: 0;
font-size: 13px;
color: #a6a6a6;
} 	
textarea { 
padding: 7px 14px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
input:focus, textarea:focus { 
border-color: #bbb;
color: #606569;
} .wp-post-image { -moz-transform: translate3d(0, 0, 0); } .wp-post-image:hover { opacity: 0.8; }
.ie .wp-post-image:hover { opacity: 1; } .limit-line { 
overflow: hidden;
white-space: nowrap;
}
.ellipsis { text-overflow: ellipsis; } .ir {
background-color: transparent;
border: 0;
overflow: hidden;
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 100%;
} .visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.main-color { color: #e54e53; }  body { 
background: #fff;
color: #606569;
-webkit-text-size-adjust: 100%; }
.wrap {
width: 1078px;
margin: 0 auto;
padding: 0 25px; text-align: left;
}
.boxed .main-wrap {
background: #fff;
width: 1128px;
margin: 0 auto;
border-top: 0;
border-bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
}
body.boxed { background: #eee; } 
.ie8 .bg-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -999;
} .row {
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: -25px;
margin-left: -25px;
}
.columns { }
.column, .row [class*="col-"] {
padding-left: 25px;
padding-right: 25px;
float: left;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.col-12, .column { width: 100%; }
.col-11 { width: 91.66666666666667%; }
.col-10 { width: 83.33333333333334%; }
.col-9, .column.three-fourth { width: 75%; }
.col-8, .column.two-third { width: 66.66666666666667%; }
.col-7 { width: 58.333333333333336%; }
.col-6, .column.half { width: 50%; }
.col-5 { width: 41.66666666666667%; }
.col-4, .column.one-third { width: 33.333333333333336%; }
.col-3, .column.one-fourth { width: 25%; }
.col-2 { width: 16.666666666666668%; }
.col-1 { width: 8.333333333333334%; }
.column.one-fifth { width: 20%; }
.column.two-fifth { width: 40%; }
.column.three-fifth { width: 60%; }
.column.four-fifth { width: 80%; }
.column.right { text-align: right; }
.column.left { text-align: left; }
.column.center { text-align: center; } .top-bar {
border-bottom: 1px solid #C4C4C4;
}
.top-bar-content {
padding: 10px 0;
color: #999;
overflow: hidden;
}
.top-bar-content > div { display: inline; }
.top-bar-content a { color: inherit; }
.top-bar .menu { 
float: left; 
color: #656565;
overflow: hidden; 
}
.top-bar .menu li { 
float: left; 
padding-left: 14px;
}
.top-bar .menu li:first-child { padding-left: 0; }
.top-bar .menu .sub-menu { display: none; }
.top-bar .search { 
float: left;
margin:10px 0px 0px 0px;
}
.top-bar .search .query { 
width: 130px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out; 
}
.top-bar .search .query:focus { width: 180px; }
.search .query, .searchform input, .searchform #s {
line-height: 24px;
height: 24px;
padding: 1px 8px;
outline: 0;
border: 1px solid #D9D9D9;
font-size: 13px;
background: #FFF;
float: left;
color: #999;
}
.top-bar .search-button {
background: transparent;
margin-left: -28px;	
line-height: 26px;
height: 26px;
width: 20px;
outline: 0;
float: left;
}
.top-bar .search .fa-search {
color: #bababa;	
}
.top-bar .social-icons {
float: right;
} .trending-ticker ul { float: left; }
.trending-ticker li {
display: none; 
color: #656565;
}
.trending-ticker a {
max-width: 450px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
vertical-align: middle;
line-height: 1.3;
padding-right: 10px;
margin-top: -2px;
}
.trending-ticker li:first-child { display: block; }
.trending-ticker .heading { 
float: left; 
color: #606569;
text-transform: uppercase;
margin-right: 50px; 
} .main-head { }
.main-head .title {
float: left;
font-size: 37px;
font-weight: bold;
letter-spacing: -1px;
}
.main-head .title a { 
text-decoration: none;
color: #2C59A9;
}
.logo-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
} .main-head .right {
line-height: 135px;
text-align: right;
}
.main-head header {
min-height: 135px;
line-height: 135px;
overflow: hidden;
}
.main-head .ads-widget {
width: 728px;
max-width: 100%;
margin: 0 auto;
vertical-align: middle;
display: inline-block;
line-height: 1;
text-align: right; 
} .navigation {
border-bottom: 1px solid #C4C4C4;
border-top: 1px solid #C4C4C4;
padding:20px 0px;
color: #000;
text-transform: uppercase;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.navigation.sticky {
position: fixed;
top: 0;
z-index: 101;
width: 1078px;
background-color: rgba(25, 35, 45, 0.9);
}
.admin-bar .navigation.sticky { top: 32px; }
.navigation a { color: #efefef; }
.navigation .mobile, .navigation .mobile-menu { display: none; } 
.navigation .menu { }
.navigation ul { 
list-style: none; 
line-height: 2; 
position: relative;
}
.navigation ul li { 
float: left; 
} .navigation .menu li > a { 
float: left;
padding: 0px 25px;
} .navigation .menu > li > a { 
text-decoration: none;
} .navigation .menu li > a:after {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 0.9;
content: "\f107";
text-shadow: 0px 0px 1px #efefef;
margin-left: 10px;
}
.navigation .menu li li > a:after { display: none; }
.navigation .menu li > a:only-child:after { display: none; }
.navigation .menu > li:first-child > a {
border-left: 0;
box-shadow: none;	
}
.navigation .menu > li:hover {
background: #fff
}
.navigation .menu li a {
transition:none;
}
.navigation .menu > li:hover a {
color:#2C59A9; 
} .menu .user-login { float: right; }
.navigation .menu .user-login a {
float: right;
padding: 0 21px;
}  .navigation .menu > li > ul { 
top: 35px;
border-radius: 0;
border: 0;
}
.navigation .menu ul li.current-menu-item a{ background-color:#E7E7E7;} .navigation .menu > li li a {
float: none;
display: block;
text-decoration: none;
font-size: 13px;
padding: 6px 25px;
text-transform: none; -webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;  }
.navigation .menu ul li {
float: none;
min-width: 220px;
border-top: 0;
padding: 0 0;
position: relative;
}
.navigation .menu > li li:first-child a { 
border-top: 0px;
box-shadow: none;
-webkit-box-shadow: none;
}
.navigation .menu ul {
position: absolute; 
overflow: visible;
visibility: hidden;
display: block; 
opacity: 0;
padding: 0px;
background: #8EA7D3;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
transition: all .2s ease-in;
z-index: 100;
} .navigation .menu ul ul { 
left: 100%;
top: 0;
}
ul#menu-kroeger-gmbh.menu li.menu-item { border-right: 1px solid #C4C4C4;}	
ul#menu-kroeger-gmbh.menu li.menu-item a{  color:#000; line-height:12px; text-transform:none; font-size:13px}	
ul#menu-kroeger-gmbh.menu li.current-menu-item a {color:#666666}
ul#menu-kroeger-gmbh.menu li ul.sub-menu li.menu-item a { line-height:26px;}
.navigation li:hover > ul { visibility: visible; opacity: 1; } .navigation .menu li li:hover, .navigation .menu li li.current-menu-item {
background:#F2F2F2;
}  .navigation li:hover .mega-menu { 
visibility: visible;
opacity: 1;
box-shadow: 4px 5px 11px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 4px 5px 11px rgba(0, 0, 0, 0.10);
-webkit-box-shadow: 4px 5px 11px rgba(0, 0, 0, 0.10);
background-color:#fff;
border:1px solid #E7E7E7; border-top:none; z-index: 1000;
}
ul#menu-kroeger-gmbh.menu li ul.sub-menu { box-shadow: 4px 5px 11px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 4px 5px 11px rgba(0, 0, 0, 0.10);
-webkit-box-shadow: 4px 5px 11px rgba(0, 0, 0, 0.10);
background-color:#fff;
border:1px solid #E7E7E7; border-top:none;}	
ul#menu-kroeger-gmbh.menu li ul.sub-menu li.menu-item { background-color:fff;}
.navigation .mega-menu {
width: 100%;
left: 0;
top: 45px;
margin: 0;
position: absolute; 
overflow: hidden;
visibility: hidden;
display: block; 
opacity: 0;
padding: 35px 0px; -webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in; -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 100;
}
.navigation .mega-menu .sub-menu li, .navigation .menu .mega-menu > li { min-width: 0; } .mega-menu .wp-post-image, .mega-menu a { 
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
} .mega-menu .sub-cats {
padding: 0;
margin-top: -35px;
}
.mega-menu .sub-nav {
padding-right: 50px;
padding-left: 25px;
margin-right: 25px;
background: #EEECEC;
margin-bottom: -600px;
padding-bottom: 600px;
padding-top: 37px;
}
.mega-menu .sub-nav li {
float: none;
display: block;
}
.navigation .mega-menu .sub-nav li a {
text-transform: uppercase;
padding: 5px;
border-top: 0;
border-bottom: 1px solid #fff;
}
.navigation .mega-menu .sub-nav li:hover, .navigation .menu .sub-nav li.current-menu-item  { background-color:transparent; color:#fff;}
.navigation .mega-menu .sub-nav li:hover a, .navigation .menu .sub-nav li.current-menu-item a  { background-color:transparent; color:#fff;}
.mega-menu .extend { padding: 0 25px 0 0 ; }
.mega-menu .heading {
display: block;
border-bottom: 1px solid #2C59A9;
padding: 5px 0;
margin-bottom: 21px;
font-weight: 600;
}
.mega-menu .featured h2 { text-transform: none; 
}
.mega-menu .featured h2 a { color: #efefef; }
.mega-menu .highlights article { margin-bottom: 14px; }
.mega-menu .recent-posts .posts-list {
text-transform: none;
}
.mega-menu .posts-list div:first-child { padding-top: 0; }
.mega-menu .posts-list .post {
overflow: hidden;
padding-top: 21px;
}
.mega-menu .posts-list .post > a { 
float: left;
position: relative; 
}
.mega-menu .posts-list .content { 
border-bottom-color: #2f4154;
margin-left: 75px; 
min-height: 0;
}
.mega-menu .posts-list img { width: 60px; }
.mega-menu .posts-list .content > a { margin-bottom: 10px; } .navigation .mega-menu.links {
padding: 35px 0 42px 0; 
}
.navigation .mega-menu.links > li.current-menu-item {
background: inherit;
}
.navigation .mega-menu.links > li {
float: left;
width: 25%;
border: 0;		
padding: 0 25px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;	
} .navigation .mega-menu.links > li > a {
border: 0;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
border-bottom: 1px solid #C4C4C4;
padding: 5px 0; 
}
.navigation .mega-menu.links > li > a:after { display: none; }
.navigation .mega-menu.links > li ul {
visibility: inherit;
opacity: 1;
position: static;
}
.navigation .mega-menu.links > li li a { 
padding-left: 10px;
border-top: 0;
} .navigation .mega-menu.links > li li a:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 0.9;
content: "\f105";
margin-right: 10px;
}
.navigation .mega-menu.links > li:hover { background: transparent; }
.mega-menu .wp-post-image:hover { opacity: 1; } .touch .menu li:hover ul, .touch .navigation li:hover > ul, .touch .navigation li:hover .mega-menu  {
opacity: 0;
visibility: hidden;
}
.touch .menu li.item-active > ul { visibility: visible; opacity: 1; }
.touch .navigation li.item-active > ul { visibility: visible; opacity: 1; }
.touch .navigation li.item-active .mega-menu,
.touch .navigation li.item-active .mega-menu ul { visibility: visible; opacity: 1; } .breadcrumbs {
background: #f2f2f2;	
padding: 14px 25px;
font-size: 12px;
color: #8d97a1;
line-height: 1;
}
.breadcrumbs a { color: #656565; }
.breadcrumbs .delim {
padding: 0 10px;
font-size: 16px;
color: #8d97a1;
line-height: 0.7;
}
.breadcrumbs .location {
color: #2C59A9;
margin-right: 21px;
text-transform: uppercase;
}  .main-featured {
margin: 28px 0 49px 0; border-right: 0;	
border-left: 0;
}
.main-featured .row { opacity: 0; }
.main-featured .row.appear {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
.main-featured .slides { 
position: relative;
min-height: 200px;
}
.main-featured .slider { opacity: 0; }
.main-featured .wp-post-image { display: block; }
.main-featured .cat {
line-height: 30px;
background: #e54e53;
padding: 0 14px;
margin-left: 20px;
}
.main-featured .slider  h3 { 
position: relative; 
float: left;
}
.main-featured .slider h3 a {
color: #fff;
font-size: 18px;
line-height: 2;
}
.main-featured .slider .caption {
position: absolute;
bottom: 0;
background: #2C59A9;
background: rgba(25, 35, 45, 0.7);
width: 100%;
padding: 14px 20px 17px 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.main-featured .pages {
position: absolute;
max-width: 100%;
width: 100%;
bottom: 0;
padding-top: 10px; z-index: 100;
left: 0;
padding: 10px 25px 0px 25px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: hidden;
}
.main-featured .pages a { 
float: left;
height: 4px;
width: 19.658119658%;
background: #72879c;
margin-left: 0.284900285%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.main-featured .pages:hover a {
height: 8px;
}
.main-featured .pages a:hover {
opacity: 0.6;
}
.main-featured .pages .flex-active {
background: #1C469F;
}
.main-featured .the-date {
color: #d3dbdf;
display: block;
text-transform: uppercase;
font-size: 11px;
} 
.main-featured .blocks { padding-left: 0; }
.main-featured .blocks article {
position: relative;
}
.main-featured .blocks .large {
margin-bottom: 14px;
}
.main-featured .blocks h3 {
position: absolute;
bottom: 0;
background: #2C59A9;
background: rgba(25, 35, 45, 0.7);
width: 100%;
padding: 10px;
font-size: 13px;
line-height: 1.5;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.main-featured .blocks h3 a { color: #fff; }
.main-featured .blocks .small h3 { padding: 20px 10px 5px 10px; }
.main-featured .small { 
float: left;
margin-right: 14px;
}
.main-featured .blocks .small.last { margin-right: 0; }
.main-featured .small img { 
width: 168px;
height: 137px;
} .main-featured .slides .image-link, .main-featured .blocks .image-link {
display: block;
overflow: hidden;
}
.main-featured .slides img, .main-featured .blocks .image-link img {
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.main-featured .blocks article:hover img, .main-featured .slides .flex-active-slide:hover img { -webkit-transform: translate3d(0, 0, 0);
-webkit-perspective: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
opacity: 0.9;
}
.main-featured .large .cat { margin-left: 7px; }
.main-featured .slider .caption, .main-featured .blocks h3 {
text-shadow: 0px 1px 1px #000;
}
.ie8 .main-featured .slider .caption, .ie8 .main-featured .blocks h3 { background-image: url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/ie8-slider-overlay.png); }
.ie8 .main-featured .blocks .small h3 { padding-top: 10px; } .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; z-index: 10; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } .flexslider .slides img { max-width: 100%;  height:auto; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.no-js .slides > li:first-child { display: block; } .flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; } .flex-direction-nav { *height: 0; }
.flex-direction-nav a {
z-index: 10; 
width: 35px; height: 35px; 
margin: -30px 0 0; 
display: block; 
background: #fff; 
position: absolute; 
top: 50%;
cursor: pointer;
font-size: 0;
opacity: 0;
}
.flex-direction-nav a:after {
content: "\f105";
display: block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 35px;
font-size: 30px;
text-align: center;
color: #2C59A9;
}
.flex-direction-nav .flex-prev:after { content: "\f104"; }
.flex-direction-nav a:hover { text-decoration: none; }
.flex-direction-nav .flex-next { right: 44px; }
.flex-direction-nav .flex-prev { left: 44px;}
.flexslider:hover .flex-next { opacity: 0.5;  }
.flexslider:hover .flex-prev { opacity: 0.5; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; } .flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }   .main-pagination {
overflow: hidden;
}
.main-pagination .page-numbers, .main-pagination a {
display: block;
float: left;
color: #676767;
padding: 0 10px;
margin-right: 5px;
background: #ebebeb;
line-height: 25px;
font-size: 13px;
}
.main-pagination .current, .main-pagination a:hover { 
color: #fff;
background: #e54e53; 
text-decoration: none;
}
.gallery-title, .section-head { 
background: #f9f9f9;
border: 1px solid #d9d9d9;
border-left: 0;
border-right: 0;
line-height: 32px;
color: #2C59A9;
font-size: 13px;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 600;
text-transform: uppercase;
padding: 0 14px;
margin-bottom: 28px;
}
.gallery-title, .section-head.prominent { color: #e54e53; } .post-format-icon {
float: right;
margin-top: -37px;
background: rgba(255, 255, 255, 0.4);
width: 25px;
height: 25px;
line-height: 25px;
position: relative;
text-align: center;
}
.post-format-icon i {
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
} .feedburner .heading {
margin-bottom: 14px;	
}
.feedburner label { display: none; }
.feedburner input { 
padding: 8px 12px; 
outline: 0;
}
.feedburner-email { min-width: 200px; }
.feedburner-subscribe { margin-left: 4px; } .social-icons { }
.social-icons li {
float: left;
margin-right: 5px;
height: 20px;
}
.social-icons li:last-child { margin-right: 0; }
.social-icons .icon {
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 12px;
color: #fff;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.social-icons .icon:hover {
text-decoration: none;
border-radius: 50%; 
}
.social-icons .fa-twitter { background: #00abe3; }
.social-icons .fa-pinterest { background: #ca2128; }
.social-icons .fa-facebook { background: #004088; }
.social-icons .fa-linkedin { background: #01669c; }
.social-icons .fa-rss { background: #ff5b22; }
.social-icons .fa-google-plus { background: #d3492c; }
.social-icons .fa-instagram { background: #517fa4; }
.social-icons .fa-youtube { background: #fe3432; }
.social-icons .fa-tumblr { background: #44546b; }
.cat-title {
position: absolute;
top: 0;
line-height: 25px;
background: #e54e53;
display: block;
font-size: 12px;
text-transform: uppercase;
padding: 0 10px;
margin-left: 7px;
color: #fff; display: block;	
z-index: 1;
}
.cat-title a { color: inherit; }
hr, hr.separator {
margin: 41px 0; height: 1px;
background: #d9d9d9;
}
hr.no-line { background: transparent; }
hr.half { margin-top: 0; } .tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
padding: 5px;
font-size: 90%;
opacity: 0;
line-height: 1.5;
filter: alpha(opacity=0);
}
.tooltip.in { opacity: 0.8; filter: alpha(opacity=80); }
.tooltip.bottom { margin-top: -2px; }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-transform: none;
text-decoration: none;
background-color: #000;
border-radius: 4px;
} .widget_search { overflow: hidden; }
.widget_search label > span { display: none; }
.widget_search #searchsubmit { margin-left: 5px; } .widget { font-size: 13px; }
.widget li { 
border-bottom: 1px solid #d9d9d9; 
padding: 7px 0px;
}
.widget li:first-child { padding-top: 0; } .recentcomments  .url { 
color: #e54e53;
font-style: italic; 
} .widget_categories li { 
overflow: hidden;
text-align: right;
font-weight: bold; 
}
.widget_categories li a { 
float: left;
font-weight: normal; 
}
.widget_categories .children {
clear: both;
padding-top: 7px; 
}
.widget_categories .children li {
border-top: 1px solid #d9d9d9;
margin-left: 14px;
}
.widget_categories .children li:first-child {
padding-top: 7px;
margin-left: 0;
padding-left: 14px;		
}
.widget_categories .children li { border-bottom: 0; }
.widget_categories li ul li:last-child { 
border-bottom: 0;
padding-bottom: 0; 
} .ads-widget { text-align: center; }
.ads-widget img {
max-width: 100%;
height: auto;
}
.ads-widget > img, .ads-widget > div, .ads-widget > iframe, .ads-widget > ins {
display: inline-block;
vertical-align: middle;
} .tagcloud a { 
padding: 2px 7px;
border: 1px solid; 
} .posts-list { }
.posts-list img {
float: left;
width: 85px;
height: auto;
}
.posts-list .content { 
margin-left: 103px;
line-height: 1;
min-height: 73px;
border-bottom: 1px solid #d9d9d9;
}
.posts-list li:first-child { 
padding-top: 0;
}
.posts-list li {
overflow: hidden;
padding: 24px 0 0 0;
border-bottom: 0;
}
.posts-list li > a { 
float: left;
position: relative; -moz-transform: translate3d(0, 0, 0);
}
.rate-number {
font-size: 11px;
background: #2C59A9;
position: absolute;
height: 25px;
line-height: 25px;
text-align: center;
min-width: 25px;
font-weight: bold;
color: #efefef;
right: 0;
bottom: 0;
}
.rate-number span {
margin-top: -25px;
display: block;
}
.rate-number .progress {
background: #e54e53;
height: 100%;
width: 0;
margin-top: 0;
}
.posts-list .content > a { 
display: block;
font-size: 13px;
line-height: 1.615;
margin: 8px 0; 
font-family: "Roboto Slab", Georgia, serif;
}
.posts-list .content time {
color: #a6a6a6;
font-size: 11px;
text-transform: uppercase;
}
.posts-list .content .comments {
float: right;
color: #a6a6a6;
font-size: 11px;
white-space: nowrap; 
}
.posts-list .comments a { color: inherit; }
.posts-list .comments a:hover { text-decoration: none; }
.posts-list .content .fa { 
font-size: 13px; 
}
.posts-list .review {
margin-top: 0.25em;
display: block;
} .alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright, a img.alignright{
float: right;
margin: 0px 0px 21px 0;
}
.alignleft, a img.alignleft {
float: left;
margin: 0px 21px 0px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignnone {
margin: 0px 21px 21px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption-text {
font-style: italic;
font-size: 0.923em;
text-align: center;
} .widget_calendar #wp-calendar {
width: 100%;
text-align: center;
}
.widget_calendar caption, .widget_calendar td, .widget_calendar th { text-align: center; } .no-display { opacity: 0; }
.appear {
opacity: 1;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
} .bbp-login-form .fa {
line-height: 35px;
border: 1px solid #d9d9d9;
border-right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #a6a6a6;
font-size: 14px;
background: #eee;
text-align: center;
display: table-cell;
vertical-align: middle;
width: 1%;
padding: 0 12px;
min-width: 40px;
}
.bbp-login-form .input-group {
display: table;
width: 100%;
margin-top: 14px;
}
.bbp-login-form.widget-login .input-group input {
border-left: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: normal;
padding: 9px 14px;
display: table-cell;
}
.bbp-login-form.widget-login .input-group input:focus { border-color: #d9d9d9; }
.bbp-login-form .bbp-submit-wrapper {
float: none;
text-align: left;
overflow: hidden;
margin-top: 21px;
}
.bbp-login-form .bbp-lostpass-link, .register-now .password-msg { 
line-height: 28px;
color: #a6a6a6; 
}
.bbp-register-info { 
margin-top: 21px;
border-top: 1px solid #d9d9d9;
padding-top: 14px;
background: #f9f9f9;
text-align: center;
padding: 10px;
}
.bbp-register-info > a { margin-left: 5px; }
.bbp-submit-wrapper .button { 
float: right;
text-transform: uppercase; 
}
.bbp-logged-in .button { 
text-transform: uppercase;
margin-top: 21px;
}
.bbp-logged-in .content { margin-left: 75px; }
.bbp-logged-in .links { margin-top: 21px; }
.bbp-logged-in .links a { display: block; }
.bbp-logged-in .links .fa { 
color: #a6a6a6;
font-size: 12px;
margin-right: 5px;	
} .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop, .modal-backdrop.fade.in {
opacity: 0.6;
filter: alpha(opacity=60);
}
.modal {
position: fixed;
margin: 0;
top: 50%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #fff;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
outline: none;
opacity: 0;
}
.modal.hide { display: none; }
.modal.fade, .modal-backdrop.fade { opacity: 0; }
.modal.fade.in { opacity: 1; }
.modal-header {
padding: 9px 15px;
background: #f2f2f2;
}
.modal-header .modal-title { 
font: 14px "Open Sans", Arial, sans-serif;
text-transform: uppercase;
border-left: 3px solid #e54e53;
padding-left: 18px;
line-height: 24px;
}
.modal-header .close { 
float: right;
background: transparent;
padding: 0 5px;
font-size: 18px;
font-weight: bold;
}
.modal-body {
position: relative;
overflow-y: auto;
max-height: 400px;
padding: 15px;
font-size: 13px;
}
.login-modal .bbp-register-info {
padding: 21px;
margin: 21px -15px -15px -15px;	
}
.modal-form { margin-bottom: 0; }
.login-modal { 
width: 400px;
margin-left: -200px;
}
.login-modal .lost-pass, .login-modal .register-now { display: none; } .main { 
margin: 42px auto; -webkit-transform: translate3d(0, 0, 0);
min-height:260px;
}
.main > .row { 
overflow: hidden;
position: relative;
}
.no-sidebar .main-content { width: 100%; }
.main-content { position: relative; }  .highlights-box {
margin-bottom: 42px; } .highlights-box.three-col { margin: 0 -15px 42px -15px; }
.highlights-box.three-col .column.one-third { padding: 0 15px; }
.highlights-box.three-col .highlights .meta { margin-top: -20px; }
.highlights-box .column.half:first-child { border-right: 1px solid #d9d9d9; } .highlights { position: relative; }
.highlights .image-link {
min-height: 42px;
display: block; 
}
.highlights .image-link img {
display: block;
width: 100%;
height: auto; 
}
.highlights article { 	position: relative; }
.highlights-box.three-col .post-format-icon { margin-top: -45px; }
.highlights .section-head a { color: inherit; }
.highlights .cat-title.larger { 
line-height: 30px;
padding: 0 14px;
}
.highlights .meta {
position: relative;
margin-top: -12px;
background: #f2f2f2;
line-height: 25px;
font-size: 11px;
color: #a6a6a6;
text-transform: uppercase;
padding-left: 14px;
overflow: hidden;
}
.highlights .meta time { float: left; }
.highlights .meta .comments { 
float: right;
display: inline-block;
margin-right: 14px;
white-space: nowrap;
}
.highlights .comments .fa { font-size: 13px; }
.highlights .comments a { color: inherit; }
.highlights .comments a:hover { text-decoration: none; }
.highlights .meta .rate-number {
float: right;
background: #2C59A9;
position: relative;
height: 25px;
text-align: center;
min-width: 25px;
font-weight: bold;
color: #efefef;
}
.highlights .rate-number span {
margin-top: -25px;
display: block;
}
.highlights .rate-number .progress {
background: #e54e53;
height: 100%;
width: 0;
margin-top: 0;
}
.highlights h2 {
color: #2C59A9;
font-size: 14px;
line-height: 1.3;
padding-left: 14px;
margin: 7px 0; 
}
.highlights h2:before {
content: " ";
display: block;
float: left;
position: absolute;
left: 0;
height: 18px;
border-left: 3px solid #e54e53; 
}
.highlights h2 a { color: #2C59A9; }
.highlights .excerpt {
font-size: 13px;
line-height: 1.615;
margin-top: 14px;
border-bottom: 1px solid #d9d9d9;
color: #949697;
padding-bottom: 14px;
}
.highlights .excerpt p { margin-bottom: 0; }
.block.posts li {
border-top: 1px solid #d9d9d9;
padding: 9px 0; line-height: 1.5;
overflow: hidden;
}
.block.posts li:first-child { border-top: 0; }
.block.posts li:last-child { padding-bottom: 0; }
.block.posts a { 
color: #2C59A9;
font-size: 13px;
font-family: "Roboto Slab", Georgia, serif;
margin-left: 14px;
display: block;
}
.block.posts .fa-angle-right {
color: #e54e53;
font-size: 12px;
float: left;
line-height: 1.625;
}
.highlights .thumb img {
width: 60px;
}
.highlights .thumb .content {
margin-left: 75px;
min-height: 0;	
}
.highlights .thumb li { 
padding-top: 21px;	
}
.highlights article { margin-bottom: 0px; }
.highlights .block.posts { 
border-top: 1px solid #d9d9d9;
margin-top: 12px; 
}
.highlights .posts-list .cat-title {
position: static;
display: inline-block;
margin-left: 0;
font-size: 10px;
padding: 4px;
line-height: 1;
}
.highlights .thumb .content > a { margin-bottom: 10px; } .news-focus { margin-bottom: 42px; }
.news-focus .heading {
background: #f9f9f9;
color: #e54e53;
}
.news-focus .heading > a { color: inherit; }
.news-focus .heading .subcats { 
float: right;
font-weight: normal; 
}
.news-focus .heading li { 
float: left;
font-size: 12px;
margin-left: 14px; 
position: relative;
}
.news-focus .heading .subcats a { color: #949697; }
.news-focus .heading .subcats a.active { color: #e54e53; } .news-focus .heading .active:after, .news-focus .heading .active:before {
bottom: -1px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
}
.news-focus .heading .active:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff;
border-width: 4px;
left: 50%;
margin-left: -4px;
}
.news-focus .heading .active:before {
border-color: rgba(229, 78, 83, 0);
border-bottom-color: #d9d9d9;
border-width: 5px;
left: 50%;
margin-left: -5px;
}
.news-focus .row { 
overflow: hidden;
margin-top: 28px;
display: none; 
}
.news-focus .blocks article { margin-top: 28px; }
.news-focus .blocks article:first-child { margin-top: 0; }
.news-focus .news-0 { display: block; } 
.news-focus .focus { overflow: hidden; }
.news-focus .focus .image-link {
float: left;
margin-right: 14px;
}
.news-focus .meta {
font-size: 11px;
text-transform: uppercase;
color: #a6a6a6;
}
.news-focus .meta .comments { float: right; }
.news-focus .meta .comments a { color: #a6a6a6; }
.news-focus .comments .fa { font-size: 13px; }
.news-focus .focus h2 {
font-size: 14px;
padding: 10px 0; }
.news-focus .focus h2 a { color: #2C59A9; }
.news-focus .excerpt {
color: #949697;
padding-bottom: 0;
border-bottom: 0;
display: block;
}
.news-focus .excerpt p { margin-bottom: 0; }
.news-focus .posts-list { border-left: 1px solid #d9d9d9; }
.news-focus .posts-list li:first-child { padding-top: 0; }
.news-focus .posts li:first-child { padding-top: 0; }
.news-focus .posts li:last-child { padding-bottom: 0; }
h3.gallery-title {
font-family: "Open Sans", Arial, sans-serif;
}
.gallery-block { margin-bottom: 42px; }
.gallery-block .carousel li { margin-right: 30px; }
.gallery-block .carousel .title a {
font-family: "Roboto Slab", serif;
color: #2C59A9;	
padding-top: 4px;
display: block;
}
.gallery-block .carousel .title { margin-bottom: 0; }
.gallery-block .carousel .flex-direction-nav a { top: 70px; } .post-header { margin-bottom: 21px; }
.post-header .featured { margin-bottom: 14px; }
.featured .flex-direction-nav a { right: 21px; }
.featured .flex-direction-nav .flex-prev { left: 21px; }
.no-sidebar .post-header .featured img {
width: 100%;
height: auto;
}
.post-header .post-title {
font-size: 20px;
position: relative;
padding-left: 18px;
margin-right: 35px;
float: left;
}
.post-header .post-title:before {
content: " ";
display: block;
float: left;
position: absolute;
left: 0;
top: 6px; height: 20px;
border-left: 3px solid #e54e53; 
}
.post-header .comments {
float: right;
margin-left: -35px;
color: #a6a6a6;
font-size: 11px;
line-height: 28px;
}
.post-header .comments:hover { text-decoration: none; }
.post-header .comments .fa { font-size: 13px; }
.main-content .post-meta {
padding: 0;
font-size: 11px;
text-transform: uppercase;
padding: 10px 0;
border: 1px solid #d9d9d9;
border-left: 0;
border-right: 0;
margin-bottom: 21px;
overflow: hidden;
}
.post-meta { color: #a6a6a6; }
.post-meta time { text-transform: uppercase; }
.post-meta .cats { float: right; } .post-content, .post-share {
line-height: 1.857;
font-size: 13px;
position: relative;
}
.post-container .post-content { margin-bottom: -1.857em; }
.post-content a { color: #e54e53; }
.post-content a:hover { color: #2C59A9; }
.post-content p, .post-content > ul, .post-content > div, .post-content > dl, .post-content blockquote, .post-content ol { 
margin-bottom: 1.857em; }
.post .post-content > p:first-child { 
font-size: 1.0769em;
color: #3a4149;
} .post-content ul {
list-style-type: square;
margin-left: 42px;
}
.post-content ol {
list-style-type: decimal;
margin-left: 42px;
}
.post-content .fa-ul, .post-content .fa-ul ul { list-style-type: none; }
.post-content .fa-ul .fa {
margin-left: -21px;
width: 2em;
font-size: 0.9em;
color: #979797;
} .post-content blockquote {
padding: 1.857em;
padding-bottom: 0;
border-left: 3px solid #d9d9d9;
border-bottom: 1px solid transparent;
background: #f2f2f2;
}
.post-content .pullquote {
float: right;
font-style: italic;
font-size: 1.1em;
padding-left: 14px;
border-left: 3px solid #d9d9d9;
max-width: 35%;
} .mejs-container .mejs-controls > div:last-of-type {
position: relative;
clear: both;
float: right;
top: -31px;
} .post-content .tiled-gallery { clear: none; }
.post-content img, .post-content .wp-caption {
max-width: 100%;
height: auto;
}
.post-content .gallery-caption {
font-style: italic;
font-size: 0.923em;
} .review-box {
background: #f2f2f2;
border-left: 3px solid #d9d9d9;
padding: 10px 15px 0 15px;
font-size: 13px;
}
.post-content > .review-box { margin-bottom: 28px; }
.review-box .heading {
font-size: 16px;
font-weight: normal;
border-left: 3px solid #e54e53;
margin-left: -18px;
padding-left: 15px;
line-height: 2;
margin-bottom: 20px; }
.review-box .verdict-box {
overflow: hidden;
padding: 28px 0;
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
}
.review-box .overall {
float: left;
background: #e54e53;
color: #fff;
padding: 10px 8px;
min-width: 115px;
text-align: center;
}
.review-box .overall .number {
display: block;
font-size: 65px;
font-weight: 600;
line-height: 1;
}
.review-box .overall .best { display: none; }
.review-box .overall .percent { font-size: 25px; }
.review-box .overall .verdict {
display: block;	
font-size: 14px;
text-transform: uppercase;
margin-top: 10px;
}
.review-box .verdict-box .text { margin-left: 150px; }
.review-box ul {
list-style: none;
margin-left: 0;
padding: 28px 0;
}
.review-box li { margin-bottom: 15px; }
.review-box .label {
text-transform: uppercase;
}
.review-box .criterion {
overflow: hidden;
line-height: 2;
}
.review-box ul .rating {
float: right;
font-weight: 600;
}
.review-box .rating-bar, .review-box .bar {
background: #fff;
height: 21px;
}
.review-box .bar { background: #e54e53; } .post-pagination { float: right; }
.post-pagination > span {
display: block;
float: left;
padding: 0 10px;
margin-right: 5px;
line-height: 25px;
font-size: 13px;	
color: #fff;
background: #e54e53; 
text-decoration: none;
} .post-share {
border-top: 1px solid #d9d9d9;
padding: 28px 0;
margin-top: 28px;
overflow: hidden;
}
.post-share .text { 
font-size: 13px;
display: inline-block;
margin-right: 30px;
text-transform: uppercase;
color: #2C59A9;
}
.share-links { float: right; }
.share-links a {
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 20px;
margin-right: 2px;
background: #2C59A9;
}
.share-links a:hover { text-decoration: none; }
.share-links .fa-facebook { background: #204385; }
.share-links .fa-twitter { background: #2aa9e0; }
.share-links .fa-google-plus { background: #d3492c; }
.share-links .fa-pinterest { background: #ca2128; }
.share-links .fa-linkedin { background: #02669a; }
.share-links .fa-tumblr { background: #44546b; } .author-info {
font-size: 13px;
overflow: hidden;
margin-bottom: 28px; 
}
.author-info .avatar { float: left; }
.author-info [rel="author"] {
text-transform: uppercase;
color: #2C59A9; 	
}
.author-info .social-icons { float: right; }
.author-info .social-icons li { margin-right: 10px; }
.author-info .social-icons li a {
background: #fff;
color: #606569;
font-size: 14px;
}
.author-info .social-icons li a:hover { color: #2C59A9; }
.author-info .description {
margin-left: 135px;
line-height: 1.714;
}
.author-info .bio { 
margin-top: 14px;
margin-bottom: 0; 
} .related-posts, .highlights-box.related-posts {
margin-bottom: 28px; }
.related-posts .section-head { color: #e54e53; }
.related-posts ul { overflow: hidden; }
.related-posts li { float: left; }
.related-posts article { position: relative; }
.related-posts .highlights h2 a { font-size: 13px; }
.related-posts .highlights article { margin-bottom: 0; } .comments .section-head { word-spacing: 4px; } 
.comments-list { margin-bottom: 42px; }
.comments-list .comment { margin-top: 28px; }
.comments-list .comment-meta, .comments-list .comment-content, .comments-list .children {
margin-left: 75px;
}
.comments-list .avatar {  float: left; }
.comments-list .comment-meta {
color: #a6a6a6;	
font-size: 12px;
}
.comment-meta a, .comment-meta .comment-author {
text-transform: uppercase;
color: #606569;
margin: 0 2px 0 0;
display: inline-block;
}
.comment-meta .comment-edit-link { color: #a6a6a6; }
.comments-list .bypostauthor .comment-author a { color: #e54e53; }
.comments-list .comment-content {
font-size: 13px;
line-height: 1.714;
border-bottom: 1px solid #d9d9d9;
position: relative;
padding-bottom: 42px;
margin-top: 14px;
}
.comments-list .comment-content p { margin-bottom: 0; }
.comment-content .reply {
position: absolute;
bottom: -1px;
right: 0;
color: #a6a6a6;
font-size: 12px;
border-bottom: 1px solid #e54e53;
}
.comment-content .reply a {
color: inherit;
padding: 5px 0;
text-transform: uppercase;
display: block;
}
.comment-content .reply a:hover { text-decoration: none; }
.comment-content .reply .fa {
font-size: 13px;
color: #b4b4b4;
margin-left: 5px;
} .comment-nav {
overflow: hidden;
font-size: 13px;
margin: -14px 0 28px 75px; }
.comment-nav .nav-previous { float: left; }
.comment-nav .nav-next { float: right; }
.comment-nav a { color: #606569; } .comment .comment-respond {
margin-left: 75px;
margin-top: -1px; 
}
.comment-respond form { margin-top: 42px; }
.comment-respond .section-head { display: block; }
.comment-respond p { 
margin-bottom: 28px;
font-size: 13px;
}
.comment-respond small {
float: right;
margin-top: -55px;
font-size: 12px;
font-family: "Open Sans", Arial, sans-serif;
margin-right: 12px;
}
.comment-respond small a { color: #a6a6a6; }
.comment-respond .form-submit { overflow: hidden; }
#comment-submit, .submit-button { 
float: right;
background: #2C59A9;
text-transform: uppercase;
font-size: 14px;
color: #fff;
padding: 7px 21px;		
} .page .post-content { margin-left: 0; }
.page .post-header { margin-bottom: 0; }
.page > .row.builder, .page-content > .main-pagination { margin-bottom: 42px; }
.page-content .widget-title {
font-weight: bold;
color: #2C59A9;
margin-bottom: 24px;
font-family: inherit;
line-height: 1.5;
}
.page-content .main-heading { font-weight: 600; }
.page .page-content > div:last-child, .page .page-content > section:last-child { 
margin-bottom: 0;
} .post-content h1, .post-content h2, .post-content h3, 
.post-content h4, .post-content h5, .post-content h6
{ 
font-weight: bold;
color: #2C59A9;
margin-bottom: 24px;
font-family: inherit;
line-height: 1.5;
} .author .section-head { display: none; }
.author .author-info {
border-bottom: 1px solid #d9d9d9;
padding-bottom: 42px;
} .authors-list .posts { 
display: block;
margin-top: 18px;
}
.authors-list .posts a { text-transform: uppercase; } .post-content .wpcf7 { margin-top: 42px; }
.post-content .wpcf7-not-valid-tip {
position: static;
margin-left: 10px;
padding-left: 10px;
border: 0;
font-size: 13px;
border-left: 2px solid #e54e53;	
} .error-page { margin-top: 112px; }
.error-page .text-404 {
font-size: 60px;
color: #e54e53;
line-height: 1;
text-align: left;
padding-left: 0;	
}
.error-page .links, .error-page .fa-ul .fa { margin-left: 0; } .main-heading {
font: 18px "Open Sans", Arial, sans-serif;
text-transform: uppercase;
border-left: 3px solid #2C59A9;
padding-left: 14px;
line-height: 2;
margin-bottom: 28px;
}
.main-heading strong {
font-weight: 600;
margin-left: 14px;
}
.main-heading.prominent { font-weight: 600; } .listing-alt article {
padding: 28px 0;
overflow: hidden;
border-top: 1px solid #d9d9d9;
position: relative;
}
.listing-alt .cat-title {
top: 28px;
z-index: 1;
}
.listing-alt article:first-child .cat-title { top: 0; }
.listing-alt article:first-child {
padding-top: 0;
border-top: 0; 
}
.listing-alt article > a {
position: relative;
float: left;
max-width: 295px;
overflow: hidden;
} .listing-alt .sticky {
background: #f2f2f2;
padding-right: 25px;
}
.listing-alt .sticky:first-child { padding-top: 28px; }
.listing-alt img {
width: auto;
height: auto;
margin-left: -10%; }
.listing-alt article .content { 
margin-left: 325px;
border-bottom: 0; 
line-height: 1.5;
margin-top: -5px; }
.listing-alt .content > a { font-size: 14px; }
.listing-alt .content .excerpt {
margin-top: 14px;
font-size: 13px;
line-height: 1.714;
color: #949697;
}
.listing-alt .content .excerpt p { margin-bottom: 0; }
.listing-alt .content .read-more {
margin-top: 18px;	
}
.listing-alt .content .read-more a {
font: inherit;
display: inline-block;
padding: 2px 7px;
background: #e54e53;
color: #fff;
font-size: 12px;
text-transform: uppercase;
}
.listing-alt + .main-pagination { margin-top: 28px; } .listing { overflow: hidden; }
.listing article { margin-bottom: 28px; }
.listing .sticky { 
background: #f2f2f2;
padding: 15px;
}
.listing > .column:nth-child(odd) { 
clear: both; 
}
.listing .excerpt {
font-size: 13px;
line-height: 1.714;
margin-top: 14px;
border-bottom: 0; 
padding-bottom: 0;
}
.listing + .main-pagination { margin-top: 14px; } .list-timeline {
margin-top: 42px;
border-left: 1px solid #d9d9d9;
}
.list-timeline .month {
margin-left: 25px;
position: relative;
margin-bottom: 42px;
color: #2C59A9;
}
.list-timeline .heading {
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
float: left;	
padding: 0 15px;
line-height: 28px;
border: 1px solid #d9d9d9;
margin-top: -14px;
margin-bottom: 28px;
}
.list-timeline .heading:before {
display: block;
position: absolute;
top: 0px;
left: -25px;
width: 25px;
height: 1px;
background: #d9d9d9;
content: " ";
}
.list-timeline .posts { clear: both; }
.list-timeline .posts article {
font-size: 13px;
line-height: 1.714;
margin-bottom: 7px;
font-family: "Roboto Slab", Georgia, serif;
}
.list-timeline .posts time {
text-transform: uppercase;
padding-right: 42px;
color: #606569;
min-width: 40px;
display: inline-block;
} .main .sidebar {
border-left: 1px solid transparent;
}
.main .sidebar:before {
content: " ";
position: absolute;
border-left: 1px solid #d9d9d9;
height: 100%;
margin-left: -25px;
}
.main .sidebar .widget { margin-bottom: 35px; }
.main .sidebar .widgettitle, .tabbed .tabs-list {
font-family: "Open Sans", Arial, sans-serif;
font-size: 13px;
text-transform: uppercase;
background: #F2F2F2;
color: #2C59A9;
padding: 0 14px;
line-height: 34px;
margin-bottom: 35px;
} .tabbed .tabs-list { 
overflow: hidden;
padding: 0;
}
.tabbed .tabs-list li {
line-height: 1.5;
border-bottom: 0;
padding: 0;
}
.tabbed .tabs-list a { 
color: #606569;
float: left;
display: block;
padding: 0 14px;
border-bottom: 2px solid transparent;
line-height: 32px;
}
.tabbed .tabs-list .active a { 
border-bottom: 2px solid #2C59A9
;
}
.tabbed .tabs-list a:hover { text-decoration: none; }
.tabbed .tabs-data { border-bottom: 0; }
.tabbed .posts-list { display: none; }
.tabbed .posts-list li { }
.tabbed .posts-list.active { display: block; } .sidebar .posts-list li { line-height: 1.5; } .gallery-block .slider .title {
display: none;
}
.gallery-block .slider li {
padding: 0;
border: 0;
}
.gallery-block .flex-direction-nav a { 
width: 25px;
height: 25px; 
margin: -10px 0 0; 
}
.gallery-block .flex-direction-nav a:after {
line-height: 25px;
font-size: 25px; 
}
.gallery-block .flex-direction-nav .flex-next { right: 10px; }
.gallery-block .flex-direction-nav .flex-prev { left: 10px; }  .sc-tabs { 
overflow: hidden;
margin-bottom: -1px; 
}
.post-content .sc-tabs {
list-style-type: none;
margin: 0 0 -1px 0;
clear: both;
}
.sc-tabs a { 
float: left; 
display: block;
padding: 5px 28px;
background: #fcfcfc;
border: 1px solid #d9d9d9;
border-left: 0;
color: #2C59A9;
font-size: 13px;
}
.sc-tabs .active a { 
background: #f2f2f2;
border-bottom: 1px solid #e54e53;
}
.sc-tabs li:first-child a { border-left: 1px solid #d9d9d9; }
.sc-tabs a:hover { text-decoration: none; }
.sc-tabs .active { margin-bottom: -3px; }
.sc-tabs-panes {
border: 1px solid #d9d9d9;
padding: 21px;
}
.post-content .sc-tabs-panes { margin-left: 0; }
.sc-tabs-panes > li { display: none;}
.sc-tabs-panes > li.active { display: block; } .sc-accordion-pane.active, .sc-toggle-content.active { display: block; }
.sc-accordion-title:first-child, .sc-toggle-title:first-child {
border-top: 1px solid #d9d9d9;
}
.sc-accordion-title, .sc-toggle-title { 
border: 1px solid #d9d9d9;
border-top: 0; 
}
.sc-accordion-title a, .sc-toggle-title a { 
display: block;
padding: 10px 21px;
text-decoration: none;
position: relative;
}
.sc-accordion-title a:before, .sc-toggle-title a:before {
content: " ";
width: 20px;
height: 20px;
background: #2C59A9;
display: inline-block;
vertical-align: middle;
margin-right: 21px;
}
.sc-accordion-title a:after, .sc-toggle-title a:after {
content: "\f067";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 1.4em;
left: 21px;
padding-left: 5px;
font-size: 13px;
color: #fff;
z-index: 1;
}
.sc-accordion-title.active a:after {
content: "\f068";
}
.sc-accordion-pane, .sc-toggle-content { 
display: none;
border: 1px solid #d9d9d9;
border-top: 0;
padding: 21px;
} .sc-button, .button {
background: #2C59A9;
padding: 5px 21px;
color: #fff;
display: inline-block;
font: inherit;
}
.button { background: #e54e53; }
a.button:hover { text-decoration: none; }
.button.smaller {
font-size: 12px;
padding: 2px 7px;
text-transform: uppercase;
}
.post-content .sc-button, .post-content .sc-button:hover { color: #fff; }
.sc-button:hover { text-decoration: none; opacity: 0.9; }
.sc-button-small { font-size: 14px; }
.sc-button-medium {	font-size: 16px; }
.sc-button-large { font-size: 18px; }
.sc-button-red { background: #e54e53; }
.sc-button-orange { background: #ff5b22; }
.sc-button-blue { background: #2a3c4c; }
.sc-button-default:hover {
background: #e54e53;
}
.drop-caps { 
float: left;
font-size: 1.9em;
line-height: 1;
background: #e54e53;
border-radius: 50%;
color: #fff;
padding: 6px 10px;
margin-top: 5px;
margin-right: 14px;
}
.drop-caps.square {	border-radius: 0; } .main-footer {
background:#DEE1E2
}
.main-footer .wrap { 
padding: 49px 25px; 
} .main-footer .widget {
color: #606569;
font-size: 13px;
line-height: 1.9;
}
.main-footer .widgettitle {
font: bold 14px/35px "Open Sans", Arial, sans-serif;
color: #000;
border-bottom: 1px solid #C4C4C4;
text-transform: uppercase;
margin-bottom: 28px; }	
.main-footer .feedburner input {
color: #c5c7cb;
border: 0;
font-size: inherit;
}
.main-footer input.feedburner-subscribe { 
background: #2a3c4c;
padding: 8px 14px;
font-weight: 600;
}
.lower-foot {
background: #222222;
color: #fff;
font-size: 13px;
}
.lower-foot a { color: #fff }
.lower-foot .wrap { 
padding: 14px 25px;
overflow: hidden; 
}
.lower-foot .social-icons { float: right; }
.lower-foot .menu { 
float: right;
overflow: hidden; 
}
.lower-foot .textwidget { float: left; }
.lower-foot .menu li { 
float: left; 
padding-left: 0.5em;
} .lower-foot .menu li:before {
content: "\b7"; 
padding-right: 0.5em;
display: inline-block;
}
.lower-foot .menu li:first-child:before { content: ''; } 
.lower-foot .menu .sub-menu { display: none; } .main-footer .widget a { color: #000; } .about-widget .logo-text {
font-size: 22px;
font-weight: 600;
line-height: 1;
margin-bottom: 28px;
} .main-footer .posts-list .content {
border-bottom-color: #C4C4C4;
min-height: 65px; 
margin-left: 95px;
}
.main-footer .posts-list img { width: 75px; }
.main-footer .posts-list time, .main-footer .posts-list .comments a, .main-footer .posts-list .fa {
color: #606569;
}
.main-footer .posts-list .content .comments { color:#606569;} .flickr-widget { overflow: hidden; }
.flickr-widget .flickr_badge_image {
float: left;
margin: 0 12px 14px 0px;
}
.ie8 .flickr-widget .flickr_badge_image { margin-right: 8px; }
.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 0; }
.flickr-widget a { 
overflow: hidden;
display: block;
border-radius: 0px;
max-height: 64px;
max-width: 72px;
}
.flickr-widget a img {
float: left;
max-width: 100%;
height: auto;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.flickr-widget img:hover { opacity: 0.8; }
.ie .flickr-widget img:hover { opacity: 1; } .main-footer .widget_calendar { color: #606569; }
.main-footer .widget_calendar a { color: #2C59A9; } header .title a { text-indent:-9999px; background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/KroegerGmbH_Signet.png) no-repeat top left; display:block; height:99px; width:244px; margin:20px 0px;}
.top-bar-content .trending-ticker { display:none;}
.top-bar-content .shops { float:right;}
.top-bar-content .shops ul li { float:left; margin-left:20px;}
.top-bar-content .shops ul li a { display:block; }
.top-bar-content .shops ul .tapmax { background: url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/shoplogos_spriteV2.png) no-repeat 0px 6px;width: 132px;height: 38px;}
.top-bar-content .shops ul .express { background: url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/shoplogos_spriteV2.png) no-repeat 0px -29px;width: 166px;height: 38px;}
.top-bar-content .shops ul .wallcover { background: url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/shoplogos_spriteV2.png) no-repeat 0px -78px;width:130px;height: 38px;}@media only screen and (min-width: 1129px) {
.main-featured .flexslider .slides > li { min-height: 336px; }
} @media only screen and (max-width: 1128px) {
.wrap, .boxed .main-wrap { 
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
body.boxed { padding: 0 25px 0 25px; }
.trending-ticker a { max-width: 400px; }
.main-head .right { margin-left: 250px; }
.navigation.sticky {
width: 100%;
left: 0;
}
.navigation .menu li > a { padding: 0 20px; }
.tabbed .tabs-list a { padding: 0 3%; }
.post-header img, .post-content img {
max-width: 100%;
height: auto;
}
.post-share .text { display: none; }
.share-links a { margin-bottom: 4px; } .main-featured .blocks .image-link img {
max-width: 100%;
height: auto;
}
.main-featured .blocks .small {
width: 48%;
margin-right: 4%;	
}
.main-footer input.feedburner-subscribe {
margin-top: 5px;
margin-left: 0;
display: block;
}
.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
.flickr-widget .flickr_badge_image:nth-of-type(3n) { margin-right: 0; }
.no-display { opacity: 1; }
} @media only screen and (min-width: 800px) and (max-width: 940px) {
.column, .row [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
.wrap > .row, .row {
margin-left: -15px;
margin-right: -15px; 
} .trending-ticker { font-size: 13px; }
.trending-ticker .heading { margin-right: 25px; }
.trending-ticker a {
max-width: 235px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
vertical-align: middle;
line-height: 1.3;
padding-right: 5px;
margin-top: -2px;
} .navigation .menu > li > a {
font-size: 13px;
padding: 0 13px;
}
.navigation .menu li > a:after { 
margin-left: 5px;
font-size: 13px;
line-height: 1;
} .mega-menu .sub-cats { padding: 0; }
.mega-menu .sub-nav {
padding-left: 15px;
padding-right: 15px;
} 
.mega-menu .extend { padding: 0; }
.mega-menu .recent-posts .post:nth-child(3) { display: none; } .navigation .mega-menu.links > li { padding: 0 15px; }
.navigation .mega-menu, .navigation .mega-menu.links > li > a, .navigation .mega-menu .sub-nav li a { font-size: 13px; }
.navigation .mega-menu.links > li li a:before { display: none; }
.navigation .mega-menu.links > li li a { padding-left: 5px; } .main-featured .blocks .small h3 { padding: 20px 5px 5px 5px; }
.main-featured .blocks.col-4 { padding-left: 4px; }
.tabbed .tabs-list a {
font-size: 12px;
padding: 0 2.5%;	
}
.main .sidebar:before { margin-left: -15px; } .sidebar .posts-list img { width: 65px; }
.sidebar .posts-list .content { margin-left: 80px; }
.listing-alt img { width: 110%; }
.listing-alt article > a { max-width: 200px; }
.listing-alt article .content { margin-left: 220px; }
.main-footer .posts-list img { width: 60px; }
.main-footer .posts-list .content { margin-left: 75px; }
.flickr-widget a {
width: 60px;
height: 52px;
}
} @media only screen and (min-width: 768px) and (max-width: 799px) {
.main-featured .blocks { display: none; }
.main-featured .slider, .main-featured .flexslider .slides img { width: 100%; }
.main-content, .sidebar { width: 100%; } .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { opacity: 0.8; }
.main-footer .col-4 {
width: 100%;
margin-top: 28px;
}
.main-footer .col-4:first-child { margin-top: 0; } .flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
.main-footer input.feedburner-subscribe {
display: inline;
margin-left: 4px;
}
} @media only screen and (max-width: 799px) {  .top-bar .social-icons {
clear: both;
text-align: center;
float: none;
}
.top-bar .search { display: none; }
.top-bar .social-icons li {
float: none;
display: inline-block;
}
.top-bar-content > div { display: block; }
.top-bar .trending-ticker .heading {
float: none;
margin-right: 0;
}
.top-bar .trending-ticker ul { float: none; }
.top-bar .trending-ticker {
text-align: center;
margin-bottom: 14px;
}
.top-bar .trending-ticket li { 
max-width: 100%;
text-overflow: ellipsis;
}
.top-bar .menu { 
float: none;
text-align: center; 
margin-bottom: 7px;
}
.top-bar .menu li {
float: none;
display: inline-block;
padding-left: 14px;
} .main-head .title {
float: none;
text-align: center;
margin-bottom: 28px;
margin-top: 42px;
line-height: 1;
}
.main-head .right { 
float: none;
margin-bottom: 28px;
line-height: 1.5;
text-align: center;
}
.main-head .right > div {
display: inline-block;
max-width: 100%;
}
.main-head .right  { margin-left: 0; }
.main .sidebar { margin-top: 35px; }
.main .sidebar:before { display: none; } .navigation { border-bottom: 0; }
.navigation.sticky {
position: static;
}
.navigation .menu { display: none; }	
.navigation .mobile-menu.active { display: block; }
.navigation ul li {
float: none;
clear: both;
display: block;
}
.navigation .menu ul {
position: static;
display: none;
visibility: visible;
opacity: 1;
}
.navigation .menu > li > a {
font-size: 13px;
margin-bottom: 0;
border-bottom: 0;
}
.navigation .mobile:hover a { text-decoration: none; }
.navigation .mobile { display: block; }
.navigation .mobile .selected {
display: block; 
padding: 0 15px;
line-height: 44px;
margin-bottom: -1px;
overflow: hidden;
}
.navigation .mobile .text  { float: left; }
.navigation .mobile .current {
float: left;
margin-left: 14px; 
font-size: 13px;
max-width: 40%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
vertical-align: bottom;
}
.navigation .mobile .fa {
font-size: 21px;
float: right;
width: 50px;
background: #e54e53;
margin-right: -15px;
text-align: center;
line-height: 43px;
}
.navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
.navigation .menu > .current-menu-parent > a, .navigation .mega-menu.links > li:hover,
.navigation .menu > .current-menu-ancestor > a {
border-bottom: 0;
background: #1e2935; 
}
.navigation .menu li a {
float: none;
display: block;
border-top: 1px solid #1f2c38;
}
.navigation .menu li > a:after { display: none; }
.navigation .menu li > a .chevron {
float: right;
width: 50px;
background: #303A44;
background: rgba(0, 0, 0, 0.075);
margin-right: -25px;
text-align: center;
font-size: 16px;
}
.navigation .menu > li li a { padding-left: 35px; }
.navigation .menu li.active { background: #1e2935; } .navigation .mega-menu { display: none; }
.navigation .mega-menu.links { padding: 0; }
.navigation .mega-menu.links > li { 
float: none;
width: auto;
padding: 0;
}
.navigation .mega-menu.links > li > a {
text-transform: none;
font-weight: normal;
font-size: 13px;
padding: 6px 25px;
border-bottom: 0;
border-top: 1px solid #1f2c38;
}
.navigation .mega-menu.links .chevron {
margin-top: -5px;
padding: 2px 0px;
border-top: 0;
}
.navigation .mega-menu.links > li li a:before { display: none; }
.navigation .mega-menu.links > li li a { padding-left: 45px; }
.navigation .mega-menu.links > li li a:last-child { border-bottom: 0; } .post-share .text { display: inline-block; } .sidebar .gallery-block .slides img { width: 100%; } .flickr-widget .flickr_badge_image:nth-of-type(4n), .flickr-widget .flickr_badge_image:nth-of-type(3n) { margin-right: 12px; }
} @media only screen and (max-width: 767px) { .row .column, .column, .row [class*="col-"] {
width: 100%;
margin-bottom: 28px;
}
.post-content .row .column { margin-bottom: 1.857em; }
.page > .row.builder > .column:only-child { margin-bottom: 0; } .breadcrumbs { 
padding: 14px;
line-height: 1.5;
}
.breadcrumbs .location { display: none; }
.main-featured .slider h3 a { font-size: 16px; }
.main-featured .blocks { display: none; }
.main-featured .slider, .main-featured .flexslider .slides img { width: 100%; } .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { opacity: 0.8; }  .highlights-box.three-col .column.one-third {
margin-bottom: 42px;
}
.highlights-box.three-col .column.one-third:last-child { margin-bottom: 0; }	
.highlights-box.three-col article {
float: left;
width: 50%; 
}
.highlights-box.three-col .posts {
width: 50%;
float: left;
padding-left: 25px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.highlights-box .column.half {
margin-top: 42px;
margin-bottom: 0;
}
.highlights-box .column.half:first-child {
margin-top: 0;
border-right: 0; 
}
.highlights .block.posts { 
border-top: 0;
margin-top: 0;
}
.news-focus .posts, .highlights-box.three-col article { margin-bottom: 0; }
.news-focus .focus .image-link {
float: left;
margin-right: 14px;
width: 25%;
}
.news-focus .focus .image-link img {
width: 100%;
height: auto;
}
.news-focus .excerpt {
border-bottom: 1px solid #d9d9d9;
padding-bottom: 14px;
}
.news-focus > .row { margin-bottom: -28px; }
.news-focus .heading .subcats { display: none; } .post-content { margin-left: 0; } 
.post-content-right { clear: both; }
.post-share { margin-left: 0; }
.share-links { line-height: 33px; }
.author-info .avatar { 
max-width: 75px;
height: auto;
}
.author-info .description { margin-left: 100px; }
.author-info .social-icons { 
float: none;
overflow: hidden;
padding-top: 14px;
} 
.related-posts .highlights-box.three-col .column { margin-bottom: 28px; }
.comments-list .children, .comment .comment-respond { margin-left: 15px; }
.comment-respond input {
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .listing-alt article > a {
max-width: 100%; 
float: none;
}
.listing-alt img {
width: 100%;
margin-left: 0;
float: none;
}
.listing-alt article .content {
margin-left: 0;
margin-top: 0;
} .main-footer .widget:last-child { margin-bottom: 0; }
.main-footer input.feedburner-subscribe { margin-top: 5px; } .flickr-widget { margin-right: -14px; } .lower-foot .widgets > div { 
margin-top: 28px;
text-align: center; 
}
.lower-foot .widgets > div:first-child { margin-top: 0; }
.lower-foot .textwidget { float: none; }
.lower-foot .menu-footer-container {
overflow: hidden;
text-align: center;
clear: both; display: none;
}
.lower-foot .menu { 
float: none;
display: inline-block;
}
.main-footer input.feedburner-subscribe {
display: inline;
margin-left: 4px;
} .flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
.modal {
width: 250px;
margin-left: -125px;
}
} @media only screen and (max-width: 320px) {
body.boxed { padding: 0; }
.main-head .title { font-size: 32px; }
.breadcrumbs { display: none; }
.main-featured .slider .caption {
overflow: hidden;
position: static;
background: #19232d;
}
.main-featured .flex-direction-nav .flex-next, .main-featured .flex-direction-nav .flex-prev { top: 100px; }
.main-featured .pages { display: none; } .highlights-box.three-col article, .highlights-box.three-col .posts {
width: 100%;
float: none;
padding: 0;
}
.highlights-box.three-col .column.one-third { margin-top: 28px;	}
.highlights-box.three-col article { margin-bottom: 28px; }
.gallery-block .carousel .title a { font-size: 12px; } .author-info .social-icons { 
float: none;
padding: 21px 0;
}
.author-info .avatar { 
max-width: 65px;
height: auto;
}
.author-info .description { margin-left: 75px; } .comments-list .comment-meta { margin-left: 20%; }
.comments-list .comment-content {
margin-left: 0;
margin-top: 28px;
}
.comment .comment-respond { margin-left: 0; }
.main-footer input.feedburner-subscribe {
margin-left: 0;
display: block;
}
}
@media (min-device-width: 1824px) { .post-content { font-size: 14px; }
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}@font-face{font-family:'FontAwesome';src:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.0.3);src:url(//www.tapetenhandel.de/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'),url(//www.tapetenhandel.de/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'),url(//www.tapetenhandel.de/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),url(//www.tapetenhandel.de/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}::selection { background: #2C59A9 }
:-moz-selection { background: #2C59A9 }
.top-bar { border-top-color: #2C59A9 }
.trending-ticker .heading, .breadcrumbs .location, .news-focus .heading, .gallery-title, .related-posts .section-head, 
.news-focus .heading .subcats a.active, .post-content a, .comments-list .bypostauthor .comment-author a, .error-page 
.text-404, .main-color, .section-head.prominent, .block.posts .fa-angle-right, a.bbp-author-name { color: #2C59A9 }
.navigation .menu > li:hover > a, .navigation .menu >.current-menu-item > a, .navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-menu-ancestor > a, .tabbed .tabs-list .active a,  
.comment-content .reply, .sc-tabs .active a, .navigation .mega-menu { border-bottom-color: #2C59A9 }
.main-featured .cat, .main-featured .pages .flex-active, .rate-number .progress, .highlights .rate-number .progress, 
.main-pagination .current, .main-pagination a:hover, .cat-title, .sc-button-default:hover, .drop-caps, .review-box .bar,
.review-box .overall, .listing-alt .content .read-more a, .button, .post-pagination > span { background: #2C59A9 }
.post-content .wpcf7-not-valid-tip, .main-heading, .review-box .heading, .post-header .post-title:before, 
.highlights h2:before, div.bbp-template-notice, div.indicator-hint, div.bbp-template-notice.info, .modal-header .modal-title { border-left-color: #2C59A9 }
@media only screen and (max-width: 799px) { .navigation .mobile .fa { background: #2C59A9 } }
.post-content a { color: #2C59A9 }
.cat-1, .cat-title.cat-1 { background: #8ea7d3; }
.navigation .menu .menu-cat-1 .mega-menu { border-bottom-color: #8ea7d3; }
.news-focus .heading.cat-1 .subcats .active, .news-focus .heading.cat-1, .cat-text-1 {  color: #8ea7d3;  }
.navigation .menu > .menu-cat-1:hover > a, .navigation .menu > .menu-cat-1.current-menu-item > a, .navigation .menu > .menu-cat-1.current-menu-parent > a {
border-bottom-color: #8ea7d3;
}
.cat-7, .cat-title.cat-7 { background: #63ad35; }
.navigation .menu .menu-cat-7 .mega-menu { border-bottom-color: #63ad35; }
.news-focus .heading.cat-7 .subcats .active, .news-focus .heading.cat-7, .cat-text-7 {  color: #63ad35;  }
.navigation .menu > .menu-cat-7:hover > a, .navigation .menu > .menu-cat-7.current-menu-item > a, .navigation .menu > .menu-cat-7.current-menu-parent > a {
border-bottom-color: #63ad35;
}
.cat-8, .cat-title.cat-8 { background: #dd9933; }
.navigation .menu .menu-cat-8 .mega-menu { border-bottom-color: #dd9933; }
.news-focus .heading.cat-8 .subcats .active, .news-focus .heading.cat-8, .cat-text-8 {  color: #dd9933;  }
.navigation .menu > .menu-cat-8:hover > a, .navigation .menu > .menu-cat-8.current-menu-item > a, .navigation .menu > .menu-cat-8.current-menu-parent > a {
border-bottom-color: #dd9933;
}
.cat-9, .cat-title.cat-9 { background: #e8e8e8; }
.navigation .menu .menu-cat-9 .mega-menu { border-bottom-color: #e8e8e8; }
.news-focus .heading.cat-9 .subcats .active, .news-focus .heading.cat-9, .cat-text-9 {  color: #e8e8e8;  }
.navigation .menu > .menu-cat-9:hover > a, .navigation .menu > .menu-cat-9.current-menu-item > a, .navigation .menu > .menu-cat-9.current-menu-parent > a {
border-bottom-color: #e8e8e8;
}.BorlabsCookie *{box-sizing:border-box}.BorlabsCookie *::before,.BorlabsCookie *::after{box-sizing:inherit}.BorlabsCookie * div,.BorlabsCookie * span,.BorlabsCookie * h1,.BorlabsCookie * h2,.BorlabsCookie * h3,.BorlabsCookie * h4,.BorlabsCookie * h5,.BorlabsCookie * h6,.BorlabsCookie * p,.BorlabsCookie * a,.BorlabsCookie * em,.BorlabsCookie * img,.BorlabsCookie * small,.BorlabsCookie * strike,.BorlabsCookie * strong,.BorlabsCookie * sub,.BorlabsCookie * sup,.BorlabsCookie * b,.BorlabsCookie * u,.BorlabsCookie * i,.BorlabsCookie * center,.BorlabsCookie * ol,.BorlabsCookie * ul,.BorlabsCookie * li,.BorlabsCookie * fieldset,.BorlabsCookie * form,.BorlabsCookie * label,.BorlabsCookie * legend{margin:0;padding:0;border:0;color:inherit;vertical-align:baseline;font-family:inherit;font-size:inherit;font-style:initial;font-weight:initial;letter-spacing:initial;line-height:initial;text-decoration:initial;text-transform:initial;word-spacing:initial}.borlabs-hide{display:none}.borlabs-position-fix{position:initial !important;transform:unset !important}._brlbs-btn-cookie-preference{display:inline-block;font-family:inherit;font-size:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}.BorlabsCookie ._brlbs-cursor{cursor:pointer}.BorlabsCookie .text-left{text-align:left !important}.BorlabsCookie .text-center{text-align:center !important}.BorlabsCookie .text-right{text-align:right !important}.BorlabsCookie table._brlbs th{text-align:left}.BorlabsCookie table._brlbs td,.BorlabsCookie table._brlbs th{padding:.3rem}.BorlabsCookie ._brlbs-responsive-table{min-height:.01%;overflow:auto}.BorlabsCookie label._brlbs-focused{outline:Highlight;outline-color:-webkit-focus-ring-color;outline-style:solid;outline-width:2px}.BorlabsCookie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.BorlabsCookie .sr-only-focusable:active,.BorlabsCookie .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.BorlabsCookie .container,.BorlabsCookie .container-fluid,.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:540px}}@media(min-width: 768px){.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:720px}}@media(min-width: 992px){.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:960px}}@media(min-width: 1200px){.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:1140px}}.BorlabsCookie .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.BorlabsCookie .no-gutters{margin-right:0;margin-left:0}.BorlabsCookie .no-gutters>.col,.BorlabsCookie .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.BorlabsCookie .col-xl,.BorlabsCookie .col-xl-12,.BorlabsCookie .col-xl-11,.BorlabsCookie .col-xl-10,.BorlabsCookie .col-xl-9,.BorlabsCookie .col-xl-8,.BorlabsCookie .col-xl-7,.BorlabsCookie .col-xl-6,.BorlabsCookie .col-xl-5,.BorlabsCookie .col-xl-4,.BorlabsCookie .col-xl-3,.BorlabsCookie .col-xl-2,.BorlabsCookie .col-xl-1,.BorlabsCookie .col-lg,.BorlabsCookie .col-lg-12,.BorlabsCookie .col-lg-11,.BorlabsCookie .col-lg-10,.BorlabsCookie .col-lg-9,.BorlabsCookie .col-lg-8,.BorlabsCookie .col-lg-7,.BorlabsCookie .col-lg-6,.BorlabsCookie .col-lg-5,.BorlabsCookie .col-lg-4,.BorlabsCookie .col-lg-3,.BorlabsCookie .col-lg-2,.BorlabsCookie .col-lg-1,.BorlabsCookie .col-md,.BorlabsCookie .col-md-12,.BorlabsCookie .col-md-11,.BorlabsCookie .col-md-10,.BorlabsCookie .col-md-9,.BorlabsCookie .col-md-8,.BorlabsCookie .col-md-7,.BorlabsCookie .col-md-6,.BorlabsCookie .col-md-5,.BorlabsCookie .col-md-4,.BorlabsCookie .col-md-3,.BorlabsCookie .col-md-2,.BorlabsCookie .col-md-1,.BorlabsCookie .col-sm,.BorlabsCookie .col-sm-12,.BorlabsCookie .col-sm-11,.BorlabsCookie .col-sm-10,.BorlabsCookie .col-sm-9,.BorlabsCookie .col-sm-8,.BorlabsCookie .col-sm-7,.BorlabsCookie .col-sm-6,.BorlabsCookie .col-sm-5,.BorlabsCookie .col-sm-4,.BorlabsCookie .col-sm-3,.BorlabsCookie .col-sm-2,.BorlabsCookie .col-sm-1,.BorlabsCookie .col,.BorlabsCookie .col-12,.BorlabsCookie .col-11,.BorlabsCookie .col-10,.BorlabsCookie .col-9,.BorlabsCookie .col-8,.BorlabsCookie .col-7,.BorlabsCookie .col-6,.BorlabsCookie .col-5,.BorlabsCookie .col-4,.BorlabsCookie .col-3,.BorlabsCookie .col-2,.BorlabsCookie .col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.BorlabsCookie .col{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-12{flex:0 0 100%;max-width:100%}@media(min-width: 576px){.BorlabsCookie .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-sm-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-sm-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-sm-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.BorlabsCookie .col-md{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-md-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-md-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-md-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.BorlabsCookie .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-lg-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-lg-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-lg-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.BorlabsCookie .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-xl-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-xl-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-xl-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-xl-12{flex:0 0 100%;max-width:100%}}.BorlabsCookie .d-block{display:block !important}.BorlabsCookie .d-flex{display:flex !important}@media(min-width: 576px){.BorlabsCookie .d-sm-block{display:block !important}.BorlabsCookie .d-sm-flex{display:flex !important}}@media(min-width: 768px){.BorlabsCookie .d-md-block{display:block !important}.BorlabsCookie .d-md-flex{display:flex !important}}@media(min-width: 992px){.BorlabsCookie .d-lg-block{display:block !important}.BorlabsCookie .d-lg-flex{display:flex !important}}@media(min-width: 1200px){.BorlabsCookie .d-xl-block{display:block !important}.BorlabsCookie .d-xl-flex{display:flex !important}}.BorlabsCookie .flex-row{flex-direction:row !important}.BorlabsCookie .flex-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-between{justify-content:space-between !important}.BorlabsCookie .align-items-start{align-items:flex-start !important}.BorlabsCookie .align-items-end{align-items:flex-end !important}.BorlabsCookie .align-items-center{align-items:center !important}.BorlabsCookie .align-items-baseline{align-items:baseline !important}.BorlabsCookie .align-items-stretch{align-items:stretch !important}@media(min-width: 576px){.BorlabsCookie .flex-sm-row{flex-direction:row !important}.BorlabsCookie .flex-sm-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-sm-between{justify-content:space-between !important}.BorlabsCookie .align-items-sm-start{align-items:flex-start !important}.BorlabsCookie .align-items-sm-end{align-items:flex-end !important}.BorlabsCookie .align-items-sm-center{align-items:center !important}.BorlabsCookie .align-items-sm-baseline{align-items:baseline !important}.BorlabsCookie .align-items-sm-stretch{align-items:stretch !important}}@media(min-width: 768px){.BorlabsCookie .flex-md-row{flex-direction:row !important}.BorlabsCookie .flex-md-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-md-between{justify-content:space-between !important}.BorlabsCookie .align-items-md-start{align-items:flex-start !important}.BorlabsCookie .align-items-md-end{align-items:flex-end !important}.BorlabsCookie .align-items-md-center{align-items:center !important}.BorlabsCookie .align-items-md-baseline{align-items:baseline !important}.BorlabsCookie .align-items-md-stretch{align-items:stretch !important}}@media(min-width: 992px){.BorlabsCookie .flex-lg-row{flex-direction:row !important}.BorlabsCookie .flex-lg-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-lg-between{justify-content:space-between !important}.BorlabsCookie .align-items-lg-start{align-items:flex-start !important}.BorlabsCookie .align-items-lg-end{align-items:flex-end !important}.BorlabsCookie .align-items-lg-center{align-items:center !important}.BorlabsCookie .align-items-lg-baseline{align-items:baseline !important}.BorlabsCookie .align-items-lg-stretch{align-items:stretch !important}}@media(min-width: 1200px){.BorlabsCookie .flex-xl-row{flex-direction:row !important}.BorlabsCookie .flex-xl-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-xl-between{justify-content:space-between !important}.BorlabsCookie .align-items-xl-start{align-items:flex-start !important}.BorlabsCookie .align-items-xl-end{align-items:flex-end !important}.BorlabsCookie .align-items-xl-center{align-items:center !important}.BorlabsCookie .align-items-xl-baseline{align-items:baseline !important}.BorlabsCookie .align-items-xl-stretch{align-items:stretch !important}}.BorlabsCookie .w-25{width:25% !important}.BorlabsCookie .w-50{width:50% !important}.BorlabsCookie .w-75{width:75% !important}.BorlabsCookie .w-100{width:100% !important}.BorlabsCookie .w-auto{width:auto !important}.BorlabsCookie .h-25{height:25% !important}.BorlabsCookie .h-50{height:50% !important}.BorlabsCookie .h-75{height:75% !important}.BorlabsCookie .h-100{height:100% !important}.BorlabsCookie .h-auto{height:auto !important}.BorlabsCookie .mw-100{max-width:100% !important}.BorlabsCookie .mh-100{max-height:100% !important}.BorlabsCookie .min-vw-100{min-width:100vw !important}.BorlabsCookie .min-vh-100{min-height:100vh !important}.BorlabsCookie .vw-100{width:100vw !important}.BorlabsCookie .vh-100{height:100vh !important}.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.BorlabsCookie ._brlbs-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.BorlabsCookie ._brlbs-animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.BorlabsCookie ._brlbs-animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.BorlabsCookie ._brlbs-animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.BorlabsCookie ._brlbs-animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.BorlabsCookie ._brlbs-animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.BorlabsCookie ._brlbs-animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.BorlabsCookie ._brlbs-animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.BorlabsCookie ._brlbs-animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.BorlabsCookie ._brlbs-animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(print), (prefers-reduced-motion: reduce){.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.BorlabsCookie._brlbs-switch-consent{align-items:center;display:flex;font-size:inherit}.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight{margin-right:2em}.BorlabsCookie ._brlbs-title{display:inline-block;vertical-align:middle;margin-bottom:0}.BorlabsCookie ._brlbs-title::before{content:"|";display:inline-block;margin:0 .25rem 0 0}.BorlabsCookie ._brlbs-checkbox{color:inherit;cursor:pointer;display:block;padding-left:2em;position:relative}.BorlabsCookie ._brlbs-checkbox input{position:absolute;opacity:0 !important;width:auto;z-index:-1}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{border-style:solid;border-width:2px;padding:0 !important;position:absolute;left:0;top:0;height:20px;width:20px;transition:.25s}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:1px;position:absolute;left:5px;top:1px;height:11px;width:6px;transform:rotate(45deg);opacity:0}.BorlabsCookie ._brlbs-btn-switch{position:relative;display:inline-block;margin:0;width:50px;height:26px;vertical-align:middle}.BorlabsCookie ._brlbs-btn-switch input{opacity:0;width:0;height:0}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#2295f3}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{transform:translateX(24px)}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbc0c7;transition:.4s}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.BorlabsCookie ._brlbs-btn-switch-status{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status{right:auto;left:calc(100% + 6px)}.BorlabsCookie ._brlbs-btn-switch-status::before{content:attr(data-inactive);white-space:nowrap}.BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status::before{content:attr(data-active)}#BorlabsCookieBox a{font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;word-spacing:inherit}#BorlabsCookieBox a:focus{outline:Highlight !important;outline-color:-webkit-focus-ring-color !important;outline-style:solid !important;outline-width:2px !important}#BorlabsCookieBox:not(._brlbs-keyboard) a:focus{outline:0 !important}#BorlabsCookieBox ._brlbs-animated{visibility:visible}#BorlabsCookieBox .container{background:inherit;display:block;float:none;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;min-height:auto;position:inherit}#BorlabsCookieBox ._brlbs-bar .container{overflow:auto !important;width:100% !important;max-width:none !important;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}#BorlabsCookieBox ._brlbs-box .container{overflow:auto !important;width:auto !important}#BorlabsCookieBox .container::before{display:initial}#BorlabsCookieBox .container::after{content:" ";display:block;height:2px}#BorlabsCookieBox .container .row{background:inherit;color:inherit;display:flex;min-width:1px;pointer-events:inherit;width:auto;max-width:none}#BorlabsCookieBox .container .row.no-gutters{margin-left:0;margin-right:0}#BorlabsCookieBox .container .row::before,#BorlabsCookieBox .container .row::after{display:initial}#BorlabsCookieBox .bcac-item{margin:.5em 0;padding:.5em}#BorlabsCookieBox .bcac-item ._brlbs-h4{font-size:1.25em;margin:0 0 .25em 0}#BorlabsCookieBox .bcac-item p{font-size:.875em}#BorlabsCookieBox .bcac-item p,#BorlabsCookieBox .bcac-item span{color:inherit}#BorlabsCookieBox>div{display:none}#BorlabsCookieBox>div.show-cookie-box{display:flex}#BorlabsCookieBox>div:not(._brlbs-block-content){position:absolute;width:100%;z-index:999999}#BorlabsCookieBox>div:not(._brlbs-block-content).top-left{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-center{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-right{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-left{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-center{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-right{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-left{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-center{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-right{bottom:0}#BorlabsCookieBox h3,#BorlabsCookieBox ._brlbs-h3{background:inherit;color:inherit;font-family:inherit;font-size:1.625em;line-height:1.125em;word-break:break-all}#BorlabsCookieBox ul{display:flex;flex-flow:wrap;justify-content:center;list-style:none;margin:.9375em 0;padding:0}#BorlabsCookieBox ul li{color:inherit;font-family:inherit;font-size:1em;line-height:1.25em;list-style:none;margin:0 .9375em .375em 0}#BorlabsCookieBox ul li:last-child{margin:0}#BorlabsCookieBox ul li::before{content:"●";margin:0 4px 0 0}#BorlabsCookieBox p{color:inherit;font-family:inherit;font-size:1em;line-height:1.4em;margin:.9375em 0}#BorlabsCookieBox p:last-child{margin:0}#BorlabsCookieBox p ._brlbs-paragraph:last-child{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-center{display:flex;align-items:center;justify-content:center}#BorlabsCookieBox ._brlbs-flex-center p{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-left{display:flex;align-items:center;justify-content:left;margin:0 0 .9375em 0}#BorlabsCookieBox ._brlbs-actions{display:inline}#BorlabsCookieBox ._brlbs-accept{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-block-content{background:rgba(0,0,0,0);left:0;position:fixed;height:100%;top:0;width:100%;z-index:999999}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{transition:background-color 250ms linear}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark{background:rgba(0,0,0,.6)}#BorlabsCookieBox ._brlbs-branding{font-family:inherit;font-size:.75em;margin:0}#BorlabsCookieBox ._brlbs-branding a{text-decoration:none}#BorlabsCookieBox ._brlbs-branding img{display:inline-block;max-height:16px;max-width:16px;vertical-align:middle}#BorlabsCookieBox ._brlbs-btn{display:inline-block;font-family:inherit;font-size:1.25em;padding:.75em 2em;text-decoration:none;transition:background-color 125ms linear}#BorlabsCookieBox ._brlbs-paragraph{display:block;margin-bottom:.6em}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-no-commitment{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-individual-settings{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer{margin-top:.6em}#BorlabsCookieBox .cookie-logo{height:auto;max-width:48px;padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-legal{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-manage{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse a{color:inherit}#BorlabsCookieBox ._brlbs-manage-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-manage-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-manage-btn a:hover{color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-refuse-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn a:hover{color:inherit}#BorlabsCookieBox .top-left{align-items:flex-start;justify-content:flex-start}#BorlabsCookieBox .top-center{align-items:flex-start;justify-content:center}#BorlabsCookieBox .top-right{align-items:flex-start;justify-content:flex-end}#BorlabsCookieBox .middle-left{align-items:center;justify-content:flex-start}#BorlabsCookieBox .middle-center{align-items:center;justify-content:center}#BorlabsCookieBox .middle-right{align-items:center;justify-content:flex-end}#BorlabsCookieBox .bottom-left{align-items:flex-end;justify-content:flex-start}#BorlabsCookieBox .bottom-center{align-items:flex-end;justify-content:center}#BorlabsCookieBox .bottom-right{align-items:flex-end;justify-content:flex-end}#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px 0;max-height:100vh;overflow:auto}#BorlabsCookieBox ._brlbs-bar-wrap{display:block;max-width:100%;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-bar-wrap .cookie-preference ._brlbs-flex-center{justify-content:left}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p{margin:0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p._brlbs-accept{margin:.9375em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions-mobile{display:none}#BorlabsCookieBox ._brlbs-bar ul{justify-content:center;margin:.5em 0}#BorlabsCookieBox ._brlbs-bar ._brlbs-no-padding-right{padding-right:0}#BorlabsCookieBox ._brlbs-bar ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar .cookie-logo{padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-bar ._brlbs-legal{text-align:center}#BorlabsCookieBox ._brlbs-box-wrap{display:block;max-width:550px;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-manage{margin:0}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-refuse{margin:.5em 0 0 0}#BorlabsCookieBox ._brlbs-box ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox .cookie-preference .container.not-visible{height:0}#BorlabsCookieBox .cookie-preference table{margin:1em 0 0 0;width:100%}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{border-bottom:1px solid}#BorlabsCookieBox .cookie-preference table tr:last-child td,#BorlabsCookieBox .cookie-preference table tr:last-child th{border-bottom:0}#BorlabsCookieBox .cookie-preference table th{text-align:left;width:40%}#BorlabsCookieBox .cookie-preference table td{text-align:left}#BorlabsCookieBox .cookie-preference table td,#BorlabsCookieBox .cookie-preference table th{font-size:.875em;padding:.25em .5em}#BorlabsCookieBox .cookie-preference ._brlbs-accept{text-align:left}#BorlabsCookieBox .cookie-preference ._brlbs-btn{font-size:1em;margin:0 0 .9375em 0;padding:.75em 1.5em}#BorlabsCookieBox .cookie-preference ._brlbs-legal{text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-pp-url{overflow:hidden;text-overflow:ellipsis;width:100%;max-width:0}#BorlabsCookieBox .cookie-preference ._brlbs-refuse{margin:0 0 .9375em 0;text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar-advanced ul,#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-between}#BorlabsCookieBox ._brlbs-bar-advanced ul li,#BorlabsCookieBox ._brlbs-box-advanced ul li{line-height:1.375em;margin:0 .9375em .875em 0}#BorlabsCookieBox ._brlbs-bar-advanced ul li::before,#BorlabsCookieBox ._brlbs-box-advanced ul li::before{content:"";margin:0}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:768px}#BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription{padding-top:10px;overflow:visible;max-height:100%}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal{padding-top:10px}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area{padding-top:.475em}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area p:last-child{margin:.475em 0}#BorlabsCookieBox ._brlbs-box-plus ul{display:block}#BorlabsCookieBox ._brlbs-box-plus ul li{line-height:1.375em;padding:.475em .9375em .475em 0}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox{font-weight:600}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description{padding-top:8px}#BorlabsCookieBox ._brlbs-box-plus ul li::before{content:"";margin:0}#CookieBoxTextDescription{overflow:auto;max-height:50vh}#CookiePrefDescription{overflow:auto;max-height:40vh}.BorlabsCookie ._brlbs-content-blocker{line-height:1.5em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption{padding:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label{color:inherit}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input{background:none;border:0;display:inline-block;height:auto;margin:inherit;position:static;vertical-align:middle;width:auto;-webkit-appearance:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input::before{content:""}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small{vertical-align:middle}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default{background:#efefef;margin-bottom:1em;padding:1em;text-align:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default label input{vertical-align:middle;width:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{margin-bottom:1em;position:relative;display:inline-block;overflow:hidden}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail{display:block;max-width:100%}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption{top:50%;left:0;position:absolute;width:100%;text-align:center;transform:translateY(-50%)}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn{display:inline-flex;align-items:center;justify-content:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-black::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23000000%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23000000%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn{display:inline-block;font-family:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}._brlbs-fluid-width-video-wrapper{padding:56.2963% 0 0 0;position:relative;width:100%}._brlbs-fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fusion-video .BorlabsCookie{top:0;left:0;position:absolute}.bricks-video-wrapper .BorlabsCookie,.brxe-video .BorlabsCookie{position:absolute;width:100%;height:100%;top:0}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed,.brxe-video .BorlabsCookie ._brlbs-embed{width:100%}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail,.brxe-video .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail{width:100%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .BorlabsCookie{top:0;left:0;position:absolute}.wpb_video_widget .wpb_video_wrapper .BorlabsCookie{display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.wpb_wrapper .fb_type_standard{height:auto}#BorlabsCookieBoxWidget{position:fixed;transition:all 500ms ease;opacity:1;line-height:0;z-index:999998;padding:20px}#BorlabsCookieBoxWidget:hover{opacity:.8}#BorlabsCookieBoxWidget svg{width:48px;height:48px;filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.2))}#BorlabsCookieBoxWidget.bottom-left{left:0;bottom:0}#BorlabsCookieBoxWidget.bottom-right{bottom:0;right:0}@media(max-width: 424px){#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-separator::before{content:"";display:block;margin:0}}@media(min-width: 576px){#BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo{margin:.5em 0 0 16.6666666667%}}@media(max-width: 767px){#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{max-height:85vh}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:550px}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p{margin:0 0 .5em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions{display:none}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p._brlbs-actions-mobile{display:block;margin:.9375em 0;text-align:center}#BorlabsCookieBox ._brlbs-bar .align-items-center{align-items:flex-start !important}#BorlabsCookieBox .cookie-preference ._brlbs-accept,#BorlabsCookieBox .cookie-preference ._brlbs-refuse{text-align:center}#BorlabsCookieBoxWidget._brlbs-hide-mobile{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBoxWidget svg{width:32px;height:32px}}
._brlbs-animated {
--animate-duration: 1s;
--animate-delay: 1s;
}
@keyframes _brlbs-fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
#BorlabsCookieBox ._brlbs-fadeInDown {
animation-name: _brlbs-fadeInDown;
}
@keyframes _brlbs-flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
#BorlabsCookieBox ._brlbs-flipOutX {
animation-duration: 0.75s;
animation-name: _brlbs-flipOutX;
backface-visibility: visible !important;
}
#BorlabsCookieBox * { font-family: inherit; }#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul { justify-content: space-around; }#BorlabsCookieBox ._brlbs-bar, #BorlabsCookieBox ._brlbs-box { background: #fff; border-radius: 4px; color: #555; font-size: 14px; }#BorlabsCookieBox a { color: #28a745; }#BorlabsCookieBox a:hover { color: #30c553; }#BorlabsCookieBox ._brlbs-btn { background: #28a745; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn:hover { background: #30c553; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-refuse-btn a, #BorlabsCookieBox a._brlbs-refuse-btn { background: #f7f7f7; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-refuse-btn a:hover, #BorlabsCookieBox a._brlbs-refuse-btn:hover { background: #e6e6e6; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-manage-btn a { background: #000; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-manage-btn a:hover { background: #262626; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #28a745; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #30c553; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #28a745; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #30c553; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-legal { color: #aaa; }#BorlabsCookieBox ._brlbs-legal a { color: inherit; }#BorlabsCookieBox ._brlbs-legal a:hover { color: #aaa; }#BorlabsCookieBox ._brlbs-branding { color: #000; }#BorlabsCookieBox ._brlbs-branding a { color: inherit; }#BorlabsCookieBox ._brlbs-branding a:hover { color: inherit; }#BorlabsCookieBox ._brlbs-manage a { color: #28a745; }#BorlabsCookieBox ._brlbs-manage a:hover { color: #30c553; }#BorlabsCookieBox ._brlbs-refuse { color: #888; }#BorlabsCookieBox ._brlbs-refuse a:hover { color: #888; }#BorlabsCookieBox ul li::before { color: #28a745; }#BorlabsCookieBox .cookie-box ._brlbs-btn { width: 100%; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { background-color: #bdc1c8; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider { background-color: #28a745; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { background-color: #fff; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider:before { background-color: #fff; }.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator { background-color: #fff; border-color: #a72828; border-radius: 4px; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator { background-color: #28a745; border-color: #28a745; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator::after { border-color: #fff; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator { background-color: #e6e6e6; border-color: #e6e6e6; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after { border-color: #999; }#BorlabsCookieBox .bcac-item { background-color: #f7f7f7; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table tr td, #BorlabsCookieBox .cookie-preference table tr th { background-color: #fff; border-color: #eee; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { border-radius: 34px; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { border-radius: 50%; }.BorlabsCookie ._brlbs-content-blocker { font-family: inherit; font-size: 14px; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption { background: hsla(0, 0%, 0%, 0.8); color: #fff; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a { color: #28a745; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover { color: #30c553; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn { background: #28a745; border-radius: 4px; color: #fff; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover { background: #30c553; color: #fff; }#BorlabsCookieBoxWidget svg {color: #0063e3;}a._brlbs-btn-cookie-preference { background: #28a745 !important; border-radius: 4px !important; color: #fff !important; }a._brlbs-btn-cookie-preference:hover { background: #30c553 !important; color: #fff !important; }