/*@import url("../fonts/fonts.css");*/
*{margin:0 auto; padding:0; outline:none; list-style:none;}
body{background:#FFF; font-size:12px;font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
svg {width: 180px; /*margin-top: 29px;*/}
/*svg path {fill: #090 !important;}*/
p{font-size:15px; font-family: 'Proxima-Nova', sans-serif; font-weight:400;line-height:21px}
h1, h2, h3, h4, h5, h6{margin:0px;font-family: 'Proxima-Nova', sans-serif;font-weight: 300;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 { font-size: 24px}
h4  {font-size: 20px}
h5{font-size: 18px}
h6{font-size:15px;}
a {color:rgb(188, 18, 31)}
a:hover{color:#F72222}
a:hover, a:focus {color: rgb(188, 18, 31);}
.none{display:none;}
.clear{clear:both}
.left{float:left}
.right{float:right}
input[type="text"]:focus{box-shadow:none;}
ul{margin:0px;}
blockquote {
    font-family: "proxima-nova-condensed";
    font-size: 36px;
    line-height: 2rem;
    color: #A8A8A8;
    border-left: 2px solid #CFCFCF;
    font-weight: 500;
}

/*=========== HELPER CLASSES =======*/
.pad {padding-top: 60px; padding-bottom: 60px;}
.mb20 {margin-bottom: 20px;}
.mt20 {margin-top: 20px;}
.mr20 {margin-right: 20px;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mb60 {margin-bottom: 60px;}
.mt60 {margin-top: 60px;}

/*========== 	 HEADER	 ==========*/
.home-re{width:100%; float:left;position:relative;}

.row {width: 100%;max-width: 950px;padding: 0 0px;}
header{width:100%; float:left; padding:0px;position:relative;z-index:99;background:url(../img/header-bg.jpg) no-repeat;background-size:cover;}
.home-re header{background:none;}

.top-bar .name {
	height:inherit;padding:31px 0;
	font-family: "Proxima-Nova";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 16px;
    padding: 10px;
    text-transform: uppercase;
    margin-left: 0.9375rem;
}
ul.title-area li.name a img {margin-top: 7px;}
.utility_navigation{width:100%; float:left;height:auto;background:#383f48;}
.utility_menu{width:auto; float:right;margin-right:-0px;}
.utility_menu ul{width:auto; float:right; margin:7px 0;}
.utility_menu ul li{float:left;padding:0px 20px 0px 14px;line-height:15px;border-left:2px solid #fff;}
.utility_menu ul li:first-child{border-left:none}
.utility_menu ul li a{font-size:15px; color:#fff; float:left;padding:0px;line-height:18px;text-transform:capitalize;font-family: 'Proxima-Nova', sans-serif; font-weight:300;}
.utility_menu ul li a em{ font-size:17px;margin:0 10px}
.utility_menu ul li:hover a, .utility_menu ul li.selected a{color:#C0CACF;}
.utility_menu ul li:last-child{padding-right:0px}
.hotline{width:auto; float:right;margin:7px 20px 7px 0}
.hotline span{font-size:15px; color:#fff; float:left;padding:0px;line-height:18px;text-transform:uppercase;font-family: 'Proxima-Nova', sans-serif; font-weight:00;}
.hotline span img{margin-right:8px;vertical-align:0}

.primary_navigation{width:100%; float:left;height:auto;}
nav.top-bar{background:none;width:auto; line-height:inherit;}
.top-bar-section ul{width:auto;margin:47px 0;float:right;}
.top-bar-section ul li{background:none;padding:15px 0px;position:relative !important;}
.top-bar-section ul li a{font-size:15px; color:#fff;background:none;text-transform:none; padding: 0px 17px !important;font-family: 'Proxima-Nova', sans-serif; font-weight:400;/*border-left:2px solid #fff;*/}
.top-bar-section ul li:last-child a{padding-right:0px !important}
.top-bar-section ul li:first-child a{border-left:0px !important}
.top-bar .top-bar-section li:not(.has-form) a:not(.button){background:none;padding:8px 30px;line-height:18px;}
.top-bar-section .has-dropdown > a{padding:3px 0 }
.top-bar-section .has-dropdown > a:after{display:none;}
.top-bar-section .has-dropdown > a{padding:3px 0 ;}
.top-bar-section .has-dropdown ul li> a{padding:3px 0 ;border-left:none;}
.top-bar .top-bar-section ul li:hover a, .top-bar .top-bar-section ul li.selected a{color:#BC121F; }
.top-bar .top-bar-section ul li:hover ul li a, .top-bar .top-bar-section ul li.selected  ul li a{color:#6d7a83; border-bottom:0;}
.top-bar .top-bar-section ul li:hover, .top-bar .top-bar-section ul li.selected {}

.top-bar-section ul li ul li a{text-transform:none;}
.top-bar .top-bar-section ul li ul li:hover, .top-bar .top-bar-section ul li ul li.selected {padding-bottom:8px;}
.top-bar-section ul li ul.dropdown{position:absolute; display:none;min-width:100%;background:rgba(35, 35, 35, 0.35);top:48px;/*padding:5px 0;*//*border-top:5px solid #BC121F;*/margin:0px}
.top-bar-section ul li ul li {width:100%; float:left;padding:8px 10px;margin:0px ;border:none;border-bottom:1px solid rgba( 207, 207, 207, 0.8);}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){background:none;color:#fff}
.top-bar-section ul li ul li:first-child{border-bottom:0px}
.top-bar-section ul li:hover ul{display:block;}
.top-bar-section ul li ul li:hover, .top-bar-section ul li ul li.selected{background:rgba(35, 35, 35, 0.7); transition-duration:0.3s;}
.top-bar-section ul li ul li:hover a, .top-bar-section ul li ul li.selected a{color:#fff !important;}
.top-bar-section ul li ul li:last-child{border: medium none;}
.top-bar-section ul li ul li:nth-child(5n){border: medium none;}
.top-bar-section ul li:last-child{border: medium none}
/* =========== SECTION PAGE TITLE ========== */
section.page-title h1 {
    color: #fff;
}
/* =========== SECTION MAIN ========== */
section.main {padding-top: 45px;padding-bottom: 45px;}
section.main.bbg {padding-top:0px;}

/*========== NAV INNER PAGES=============*/
/*Styles für Inner Pages Navbar*/
.uber .utility_navigation {
	display: none;
}
.uber .top-bar-section ul {
	color: #333;
	width:auto;
	margin-bottom: 31px;
	margin-top: 32px;
	float:right;
}
.uber .primary_navigation {
    width: 100%;
    float: left;
    height: 80px;
    /*background-color: #fff;*/
    border-bottom: 1px solid #cacaca;
}

.uber .top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button), .uber .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: none repeat scroll 0% 0% transparent;
    color: #888;
}
.uber .top-bar-section ul li a{font-size:15px; color:#888;background:none;text-transform:none; padding: 0px 17px !important;font-family: 'Proxima-Nova', sans-serif; font-weight:400;/*border-left:2px solid #fff;*/}
.uber .top-bar-section ul li ul li:hover, .top-bar-section ul li ul li.selected {
    background: none repeat scroll 0% 0% rgba(35, 35, 35, 0.7);
    transition-duration: 0.3s;
}
.uber .top-bar-section ul li ul li:hover a, .top-bar-section ul li ul li.selected a{color:#888 !important;}
.uber .top-bar-section ul li ul.dropdown {
    position: absolute;
    display: none;
    min-width: 100%;
    background: none repeat scroll 0% 0% #FFF;
    top: 48px;
    margin: 0px;
	border-top: 1px solid #ed1c24;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid rgba(18, 18, 19, 0.15);
    border-right: 1px solid rgba(18, 18, 19, 0.15);
    border-bottom: 1px solid rgba(18, 18, 19, 0.15);
}
.uber .top-bar-section ul li ul li:hover, .top-bar-section ul li ul li.selected{background:#fafafa; transition-duration:none;}
/*========== SIDE NAV & PANEL =============*/
.panel {
	background: #FAFAFA;
	border-color: rgba(230, 230, 230, 0.3);
	color: #888;
}
.side-nav li {
    margin-bottom: 0px;
    font-size: 15px;
    font-family: "Proxima-Nova",sans-serif;
    font-weight: 400;
	/*border-bottom: 1px solid #C0CACF;*/
}
.side-nav li a:not(.button) {
    color: #888;
    display: block;
    margin: 0px;
    padding: 0.4375rem 0.875rem;
}
.side-nav li a:hover:not(.button), .side-nav li a:focus:not(.button) {
    color: #BC121F;
    background: #F3F3F3;
	transition-duration: 0.3s;
}
.logo-small {
    width: 120px;
    height: auto;
	margin-top: 4px;
}
.nav-box {border: 1px solid rgba(230, 230, 230, 0.3); padding:15px; background:#fafafa;}
ul.side-nav { padding-bottom:0; padding-top:0;} 

/*========== HOVER MENU ===========*/
media="all"
header .universal-nav li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
/*========== EXPANDED MENU INNER PAGE =========*/
body.uber .primary_navigation {
    width: 100%;
    float: left;
   /* height: auto; */ /* wm. 12.06.2015 19:50 */
    height: 80px;
}

@media only screen and (max-width: 939px) {

    body.uber .primary_navigation {
        /* height: auto; */ /* wm. 12.06.2015 19:50 */
        height: auto;
    }

}

body.uber nav.top-bar {
    background: transparent none repeat scroll 0% 0%;
    width: auto;
    line-height: inherit;
}
body.uber ul.title-area li.name a img {width:120px; margin-top:0px;}
/*========== 	HOME SLIDER	 ==========*/

.slider{width:100%; float:left;/* position:absolute;top:32px*/;margin-top:-142px}
.slider ul{width:100%; float:left;height:auto;margin:0px 0 0px 0;position:relative;}
.slider ul li img{width:100%; float:left;max-width:100%; display:block;min-height:180px;/*max-height:935px*/}
.orbit-caption {width:100%;color: white;text-align: center;  position: absolute;top: 37%;background: none;left: 0%;padding: 0;margin:0 auto}
.orbit-caption .row {width:100%;text-align: center;  margin:0 auto;display:inline-block}
.orbit-caption h1{font-size:48.78px;color:#ffffff; font-weight:700;background:none;display:inline-block;/*margin-bottom:35px;line-height:70px; border:1px solid #fff;padding:2px 45px 7px;*/}
.orbit-caption p{font-size:32.52px;color:#ffffff;font-family: 'Proxima-Nova', sans-serif;  font-weight:300;background:none;padding:0 10px;display:block;margin-bottom:20px}
.slider ul li .orbit-caption a{font-size:23.52px;padding:15px 40px;margin-top:20px;text-transform:capitalize;}
.slider .slick-prev, .slider .slick-next{width:63px; height:63px;opacity:0.75;top:55%;background:url(../img/main-arrow.png) no-repeat center;}
.slider .slick-prev {position:absolute;top:55%;left:0;z-index:999;background-position:0px 0px;border:none;}
.slider .slick-next {position:absolute;top:55%;right:0;z-index:999;background-position:-77px 0px;border:none;}
.slider .slick-prev:hover, .slider .slick-prev:focus, .slider .slick-next:hover, .slider .slick-next:focus {opacity:3;background:url(../img/main-arrow.png) no-repeat center;}
.slider .slick-prev:hover, .slider .slick-prev:focus{background-position:0px 0px;}
.slider .slick-next:hover, .slider .slick-next:focus{background-position:-77px 0px;}
.slider ul li .orbit-caption h1 a.ghost {
	color: #FFF;
    font-size: 48.78px;
    padding: 15px 5px;
    margin-top: 20px;
    text-transform: uppercase;
}
.orbit-caption h2 {
    color: #fff;
    font-style: italic;
    font-weight: 300;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.4;
    text-transform: normal;
    text-align: center;
}
a.button.secondary.radius.slide-btn {
    background: rgb(188, 18, 31) none repeat scroll 0% 0%;
    border: medium none;
    color: rgb(255, 255, 255);
}
a.button.secondary.radius.slide-btn:hover {
    background: none repeat 0% 0% #F72222;
    border: none;
    color: #FFF;
    opacity: 0.9;
}
/*=========== PORTFOLIO SLIDER ==========*/

.pslider{width:100%; float:left;/* position:absolute;top:32px*/;margin-top:0px}
.pslider ul{width:100%; float:left;height:auto;margin:0px 0 0px 0;position:relative;}
.pslider ul li img{width:100%; float:left;max-width:100%; display:block;min-height:180px;max-height:935px}
.orbit-caption {width:100%;color: white;text-align: center;  position: absolute;top: 37%;background: none;left: 0%;padding: 0;margin:0 auto}
.orbit-caption .row {width:100%;text-align: center;  margin:0 auto;display:inline-block}
.orbit-caption h1{font-size:48.78px;color:#ffffff; font-weight:700;background:none;display:inline-block;/*margin-bottom:35px;line-height:70px; border:1px solid #fff;padding:8px 18px;*/}
.orbit-caption p{font-size:32.52px;color:#ffffff;font-family: 'Proxima-Nova', sans-serif;  font-weight:300;background:none;padding:0 10px;display:block;margin-bottom:20px}
.pslider ul li .orbit-caption a{font-size:23.52px;padding:15px 40px;margin-top:20px;text-transform:capitalize;}
.pslider .slick-prev, .pslider .slick-next{width:63px; height:63px;opacity:0.75;top:55%;background:url(../img/main-arrow.png) no-repeat center;}
.pslider .slick-prev {position:absolute;top:55%;left:0;z-index:999;border:none;background-position:0px 0px;}
.pslider .slick-next {position:absolute;top:55%;right:0;z-index:999;border:none;background-position:-77px 0px;}
.pslider .slick-prev:hover, .pslider .slick-prev:focus, .pslider .slick-next:hover, .pslider .slick-next:focus {opacity:3;background:url(../img/main-arrow.png) no-repeat center;}
.pslider .slick-prev:hover, .pslider .slick-prev:focus{background-position:0px 0px;}
.pslider .slick-next:hover, .pslider .slick-next:focus{background-position:-77px 0px;}
.layer {background: rgba(0,0,0,0.1);padding-top:1rem;padding-bottom:0.5rem;}

/* ============== SERVICES SLIDER SECTION =================== */
section.services {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    clear: both;
}
.services-col p {
    line-height: 1.75rem;
    margin-bottom: 0px;
}

/*==========	 BUTTON		==========*/
.button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited .button, button, input[type="submit"], a#catshopbuy:link, a#catshopbuy:visited {background:none; font-family:'Proxima-Nova', sans-serif;}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: rgba(255, 255, 255, 0);
}
/*
button, .button { text-decoration: none; text-transform:uppercase; min-width:150px; padding:15px 12px; font-size: 13px;background: #bc121f; color: #FFF; border-radius:5px ;margin:0px;font-family: 'Proxima-Nova', serif; font-weight:700}
button:hover, button:focus, .button:hover, .button:focus { background:rgba(188, 18, 31, 0.80); color:#fff;}

button.secondary, .button.secondary {background: #91b124;  color:#fff; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color:#fff;background:#abc943}

button.btnboder, .button.btnboder {background:transparent; border:3px solid #fff; color:#fff; padding:15px 10px; }
button.btnboder:hover, button.btnboder:focus, .button.btnboder:hover, .button.btnboder:focus { color:#BC121F;background:rgba(255, 255, 255, 0.8);border:3px solid #BC121F;}

.button.large{padding:14px 10px; font-size:18px}
.button.large.secondary{padding:14px 10px; font-size:18px}
*/

/*========== 	 ABOUT CONTENT  / TESTIMONIALS 	 ==========*/
section#about-content h1, section#about-content h2, section#about-content h3 {
    color: #222;
    font-weight: 300;
    font-size: 42px;
    text-transform: none;
    letter-spacing: normal;
	margin-bottom: 2rem;
}
section.about-content{
	text-align:center;
	border-top: 1px solid rgba(230, 230, 230, 0.3);
	border-bottom: 1px solid rgba(230, 230, 230, 0.3);}

.about-content{width:100%; float:left;height:auto;padding:60px 0px 80px 0px;background:#fafafa;}
/*.about-content h1{color:#181818;text-align:center;margin-bottom:15px; font-weight:700;}*/
.about-slider{width:100%; float:left;margin:15px 0 0 0 }
.profesional{width:20%; float:left}
.profesional figure{width:70px; height:70px; float:left;border-radius:50%;margin:0px;}
.profesional figure img{border-radius:50%}
.about-team{width:80%; float:left;position:relative;padding:10px 30px 0px 40px}
.about-team img.quote{position:absolute;top:10px;left:0px}
.about-team p{font-size:14px;color:#898989; font-family: 'Proxima-Nova', sans-serif; font-weight:400}
.about-team p.star{display:block;margin-bottom:12px;}
.about-team p.star img{display:inline-block;}
.about-team span{font-size:16px;color:#181818; font-family: 'Proxima-Nova', sans-serif; font-weight:400;display:block}

.parallax {
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.testimonial-row {padding-top: 2rem;}
/*ul.testimonials-slider .fullname {visibility:hidden;}

/*========== 	 FOOTER	 ==========*/

footer{width:100%; float:left;;padding-top: 40px;padding-bottom: 40px;;background:#202020 /*url(../img/footer-bg.png)*/ no-repeat top right;padding: 50px 0 60px;}
.footer-top {width:100%; float:left;padding:55px 0;}
footer .tow_column{padding:0px !important ;}
footer h3{ color:#fff;text-align:left;padding-bottom:20px; text-transform:none;font-family: 'Proxima-Nova', sans-serif;font-weight:300;}
footer h3 em{margin-right:8px}
footer h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 3rem;
}
footer h2 {color: #fff;}
footer a {color:rgb(207, 207, 207);}
footer a:hover {color:#fff;}
.footer_menu{width:100%; float:left;height:auto;}
.footer_menu ul{width:100%; float:left;height:auto;margin:18px 0 0 0}
.footer_menu ul li{width:100%; float:left;padding:3px 0; color:#fff}
.footer_menu ul li:before{content:url(../img/arrow-left.png);color:#fff;margin:0 10px 0 3px}
.footer_menu ul li a{font-size:13px; color:#fff; font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
.footer_menu ul li:hover a, .footer_menu ul li.selected  a{ color:#BC121F}

.footer-links{margin-top:10px; width:100%; float:left;height:auto;}
.footer-links li, .footer-links ul li{line-height: 24px;}
.footer-links li a{font-size:14px; color:#fff; font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
.footer-links li:hover a, .footer_menu ul li.selected  a{ color:rgb(207, 207, 207)}

.footer-links ul li a{font-size:14px; color:#fff; font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
.footer-links ul li:hover a, .footer_menu ul li.selected  a{ color:#BC121F}

#subfooter{background-color: #000;color: #777;padding-top: 10px;padding-bottom: 10px;clear: both;}
#subfooter i {color: red;}


footer form {width: 285px;float: left;height: auto;margin: 30px 0 20px;background: #fff;border-radius: 5px;position:relative}
footer form input[type="text"] {width: 100%;font-size: 14px;font-family: 'Proxima-Nova', sans-serif; font-weight:400;border-radius: 5px; color: #6c6c6c;padding: 14px 55px 14px 10px;height: auto;border: none;margin:0;display: inline-block;line-height:22px}
footer form input[type="submit"] {position:absolute;top:0px;right:0px;min-width:inherit;padding:0px; width: 50px;font-size: 22px;color: #fff;border: none;cursor: pointer;background:#bc121f;height: 50px;border-radius: 0 5px 5px 0;padding: 0px;line-height:22px;font-family: 'Proxima-Nova', sans-serif;}
footer form input[type="text"]:focus{box-shadow:none;}
footer form input[type="submit"]:hover{background:rgba(188, 18, 31, 0.80); color:#fff;}
footer .vcard {
    border: medium none;
    color: rgb(230, 230, 230);
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
footer .vcard .fa {
    margin-right: 5px;
}
.social-menu ul{width:auto; float:left;margin:0px}
.social-menu ul li{width:34px ; height:34px;border-radius:50%;margin:0px 5px 0 5px; float:left;border:none;background:#fff}
.social-menu ul li a{display:block;text-align:center}
.social-menu ul li a em{color:#303030;display:block;text-align:center;}

.social-menu ul li a em.fa-facebook{font-size:16px; padding:10px 0 }
.social-menu ul li a em.fa-twitter{font-size:18px; padding:9px 0 }
.social-menu ul li a em.fa-google-plus{font-size:16px; padding:11px 0 }

.social-menu ul li:hover{background:#afafaf}
.social-menu ul li:hover a em.fa-facebook{color:#3b5998;}
.social-menu ul li:hover a em.fa-twitter{color:#00aced}
.social-menu ul li:hover a em.fa-google-plus{color:#DD4B39}

.social-icons a {
    font-size: 28px;
    margin: 0 15px 15px 0;
}

.footer-bottom{width:100%; float:left;padding:15px 0px;background:rgba(27, 27, 27, 0.7)}
.footer-bottom p{font-size:14px;float:left; color:#fff;  font-family: 'Proxima-Nova', sans-serif;font-weight:400;margin:10px 0;}
footer p, footer div.copy {
    color: #d6d6d6;
    font-size: 14px;
    line-height: 24px;
}
.copy a {margin-right: 15px;}

/*========== 	 INNER PAGE	 ==========*/
.side-panel {
    margin: 3rem auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "proxima-nova-condensed",sans-serif;
    font-size: 1.125rem;
    color: #737373;
    background: #FAFAFA none repeat scroll 0% 0%;
    text-transform: uppercase;
    padding: 15px;
}
.side-panel h4 {
    width: 100%;
    height: auto;
    float: left;
    background: #CFCFCF none repeat scroll 0% 0%;
    color: #FFF;
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 14px 0px 14px 25px;
    font-family: "Proxima-Nova",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.side-panel ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 30px;
    background: transparent none repeat scroll 0% 0%;
}
.side-panel ul li {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.side-panel ul li a {
    width: 100%;
    height: auto;
    float: left;
    color: #737373;
    font-size: 16px;
    padding: 5px;
    font-family: "Proxima-Nova-Condensed",sans-serif;
    font-weight: 400;
    transition: all 0.3s ease-in-out 0s;
}
.main-content{width:100%; float:left;padding:0px 0 35px 0;background:#fff;margin-top:5rem;}
.breadcrumbs_content{width:100%; float:left;padding:19px 0;}
ul.breadcrumbs{border:none;background:none;width:100%; float:left;margin:0px; }
ul.breadcrumbs li{margin:0px; }
.breadcrumbs > *:before {content: ">>";color: #232323;margin: 0 0.75rem;top: 0px;font-size:16px}
ul.breadcrumbs li a{font-size:13px;color:#232323;text-transform:uppercase; font-family: 'Proxima-Nova', sans-serif;font-weight:700;font-style:italic;line-height:21px}

.page_title{width:100%; float:left;padding:4px 0;border-top:1px dashed #919191;border-bottom:1px dashed #919191;}
.page_title h1{color:#2b2b2b; font-weight:700;text-align:center;display:block; border-top:1px dashed #919191;padding:20px 0}
section.page-title {
    background: rgb(32, 32, 32) none repeat scroll 0px 0px;
    padding: 30px 0px;
	clear:both;
}
.pro-category{margin:-30px 0 35px 0}
.pro-category span{font-size:15px ;color:#bc121f; font-family: 'Proxima-Nova', sans-serif;font-weight:700;font-style:italic;line-height:35px;margin-left:25px}
.cat_dropdown{width:auto;min-width:242px; position:relative;float:right}

.cat_dropdown h3 a{font-size:13px;color:#888888;display:block; font-family: 'Proxima-Nova', sans-serif;font-weight:700;font-style:italic;text-transform:uppercase; background:#fff url(../img/select-arrow.png) no-repeat 100% 50%;padding:7.5px 10px;border: 1px solid #c2c1c1;}
.cat_dropdown h3 a:hover{text-decoration:none;}
.cat_dropdown ul{width:100%; float:left; background:#e7e7e7;   border: 1px solid #c2c1c1; padding:10px 5px;display:none;position:absolute; z-index:999;}
.cat_dropdown ul li {width:100%; float:left;padding:5px 10px}
.cat_dropdown ul li a {display:block; font-size:13px;color:#888888;display:block; font-family: 'Proxima-Nova', sans-serif;font-weight:700;font-style:italic;}
.cat_dropdown ul li:hover {background:#0000FF}
.cat_dropdown ul li:hover a {color:#fff;text-decoration:none;}

hr {border:solid rgba(0, 0, 0, 0.1);border-width: 1px 0 0;clear: both;margin: 1.25rem 0 1.1875rem;height: 0;}

.inner-content{width:100%; float:left;padding:75px 0px}
select {-moz-appearance: none;background-color: #fff;background-image:url(../img/select-arrow.png);background-position: 100% center;border-style: solid;border-width: 1px;border-color: #C2C1C1;padding: 6px 10px;font-size: 14px;font-family: 'Proxima-Nova', sans-serif;font-weight:400;color:#888;line-height: normal;border-radius: 0;height: inherit;margin:0px;}

/*==========	TABS		==========*/
.tabs_panel{width:100%; float:left;}
.tabs dd > a, .tabs li.tab-name{font-size:11px;color:#232323;font-family: 'Proxima-Nova', sans-serif;font-weight:700;text-transform:uppercase;padding:10px 11px;border:none;}
.tabs dd > a, .tabs .tab-title{border:1px solid #bebebe}
.tabs dd > a, .tabs .tab-title > a{font-size:11px;color:#fff;font-family: 'Proxima-Nova', sans-serif;font-weight:400;text-transform:uppercase;padding:10px 10px;background:#b30404;}
.tabs-content{width:100%; float:left ;margin-top:-2px;}
.tabs dd > a:hover, .tabs .tab-title > a:hover{background:#b30404;color:#fff}
.tabs-content > .content{background:#fff;border:1px solid #bebebe;width:100%; float:left !important;padding:20px 10px;min-height:580px}
.tabs dd.active a, .tabs .tab-title.active{border-bottom:0px}
.tabs dd.active a:hover, .tabs .tab-title.active a:hover{border-bottom:0px;background:#fff;color:#232323}

/*==========	PAGINATION		==========*/

.pagination_navigation {width: 100%;float: left;margin: 0 auto;text-align: left;padding: 15px 0px;}
.pagination_navigation ul {width: auto;display: inline-block;margin: 0px;border-radius:0px;}
.pagination_navigation ul li{height:inherit;margin:0 4.5px; border-radius:0px;border:2px solid #bc121f;background:#fff;}
.pagination_navigation ul li a{width:35px ;height:35px;text-align:center;line-height:35px; padding:0px 0px ;font-size:15px;color:#bc121f; font-family: 'Proxima-Nova', sans-serif;font-weight:700;border-radius:0px}
.pagination_navigation ul li.unavailable a{padding:3px 11px; color:#5e5e5e;}
.pagination_navigation ul li.current a, .pagination_navigation ul li.current:hover a, .pagination_navigation ul li:hover  a{background:#bc121f;color:#fff}{background:#bc121f;color:#fff}{background:#bc121f;color:#fff}
.text_align_center{text-align:center}

/*==========     	CONTACT US		==========*/

.contact-from{width:100%;float:left;padding:40px 0}
.contact-from h1{color:#c40202; font-weight:700;margin-bottom:20px}
.contact-from p{font-size:15px; color:#414141;font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
.contact-details p{  font-size:26.68px; color:#3a3939;font-family: 'Proxima-Nova', sans-serif;font-weight:600;margin-bottom:20px;line-height:35px;}
.contact-details p a{  font-size:26.68px; color:#3a3939;font-family: 'Proxima-Nova', sans-serif;font-weight:600;}
.contact-details p a:hover{color:#C40202;}
.contact-details p em{font-size: 29px;color: #C40202;margin-right: 15px;padding:8px 0 10px 0;float:left;}

.contact-from form{width:100%; height:auto; float:left; padding:0px;}
 form label{font-size:14px ;color:#3a3939;font-family: 'Proxima-Nova', sans-serif;font-weight:400; display:block;padding-left:5px;line-height:22px; margin:0px;}
 form input[type="text"], form input[type="email"], form input[type="password"]{width:100%; height:auto; display:block;border:1px solid #a5a5a5;font-family: 'Proxima-Nova', sans-serif;font-weight:400; font-size:14px; padding:8px; margin:6px 0 12px 0;background:#fff;line-height:19px;}
 textarea{width:100%; height:75px; float:left; border:1px solid #a5a5a5;background:#fff;  font-family: 'Proxima-Nova', sans-serif;font-weight:400;  font-size:14px; padding:10px 15px;margin:6px 0 12px 0;}
 input[type="submit"]{width:auto;font-size:16.64px;color:#fff;background: rgba(188,18,31,1);border:none;border-radius:3px; font-family: 'Proxima-Nova', sans-serif;font-weight:700;padding:6px 15px;min-width:135px}
 .wishlist-link{font-size:14px;color:#fff;background:#c40202;border:none;border-radius:3px; font-family: 'Proxima-Nova', sans-serif;font-weight:700;padding:6px 15px;}
  .wishlist-link a{font-size:12px;color:#fff;font-family: 'Proxima-Nova', sans-serif;font-weight:700;padding:0px;}
 .wishlist-link:hover{background:rgba(188, 18, 31, 0.80); color:#fff;cursor:pointer;}
 input[type="submit"]:hover{background:rgba(188, 18, 31, 0.80); color:#fff;cursor:pointer;}
 
 .map{width:100%; float:left;background:#fff;margin-bottom:30px;box-shadow:0px 0px 15px #7c7c7c; margin-top:50px;}
 .map iframe{width:100%;height:430px ;float:left;padding:14px}
.mt0 {margin-top: 0px;}
table.webform {border:none;}
 /*==========     	ABOUT US		==========*/



.social-icon{width:auto;height:auto;text-align:center;margin:15px 0}
.social-icon ul{width:auto;display:block ;height:auto;margin:0 auto;}
.social-icon ul li{width:auto;display:inline-block;padding:0px 0;margin:0 10px}
.social-icon ul li a{font-size:18px; color:#fff; }
.social-icon ul li a em{font-size:22px;color:#ff0000;line-height:28px }
.social-icon ul li a em.fa-facebook{font-size:20px;}

.social-icon ul li:hover a em.fa-facebook{color:#00aced}
.social-icon ul li:hover a em.fa-twitter{color:#3b5998}
.social-icon ul li:hover a em.fa-instagram{color:#517fa4}
.social-icon ul li:hover a em.fa-envelope{color:#000000}


.team-content figure{
	width: 100%;
    height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.ch-info {
	position: absolute;
	background: rgba(18, 8, 8, 0.4);
	width: 100%;
    height: 100%;
	border-radius: 50%;
	left: 0%;
    top: 0%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}


.team-content figure:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.team-content figure:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	border:3px solid #fff;
	cursor:pointer;
}
.team-item-large:hover a img {opacity: 0.8; transition-duration:0.3s;}
.team-details h6 {font-style: italic;}
.subtitle {font-style: italic;}
figure {margin:0px !important;}
/*=========== GLOSSAR // FAQ ============*/
.answer {margin-top: 20px;}

/*--------------------------------  FEATURES PAGE  ---------------------------------------*/
.interior_content{width:100% ;float:left; background:#fff;padding:70px 0}
.features_right_panel{width:32%; float:right; background:transparent;}
.features_content_area{width:65%; float:left; background:transparent; margin-right:3%}
.features_content_area p{font-size:15.55px;color:#2c2c2c;font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
.feature-menu{width: 100%;height: auto;float: left;margin-top: 20px;}
.feature-menu p {width: 100%;height: auto;float: left;background:#232323;color: #fff;margin: 0px;font-size: 13px;text-transform:uppercase; padding: 14px 0px 14px 25px;font-family: 'Proxima-Nova', sans-serif;font-weight:700;letter-spacing:1px;}
.feature-menu ul {width: 100%;height: auto;float: left;margin: 0px;background:transparent;border-bottom:1px solid #e4e4e4;}
.feature-menu ul li {width: 100%;height: auto;float: left;border-bottom:1px solid #e4e4e4;position: relative;}
.feature-menu ul li a {width: 100%;height: auto;float: left;color: #2c2c2c;font-size: 13px;padding: 15px 20px 15px 25px;font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
.feature-menu ul li:hover a{color:#ff0000;}

.features_content_area h1{ color:#2c2c2c; font-weight:400; margin: 10px 0 30px 0;text-transform:uppercase;}

/*--------------------------------  EVENT PAGE  ---------------------------------------*/
.all-event{width:100%; float:left; margin-bottom:20px;border-bottom:1px solid #f5f5ed;}

.event-list {width: 100%;margin: 10px 0px 0px; float:left}
.event-items {width: 100%;height: auto;float: left;background:transparent; margin-bottom:30px ;}
.event-items .event-item-content{width:100%;height:auto;float:right;padding:19px 21px;border:1px solid #f6f6f0;margin-top:10px;background:#f6f6f0;}
.event-items h5{font-size:17.37px; color:#bc121f;font-family: 'Proxima-Nova', sans-serif;;font-weight:500;margin-bottom:8px;}
.event-items h5 a{font-size:17.37px; color:#bc121f;font-family: 'Proxima-Nova', sans-serif;;font-weight:500;}
.event-items h5 a:hover{color:#2b2b2b;}
.event-items p.date-com{font-size:14px; color:#2f383d;margin-bottom:15px;display:block; font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
.event-items p.date-com span{font-size:13px; color:#2c2c2c;font-family: 'Proxima-Nova', sans-serif;font-weight:300; margin-right:5px}
.event-items p.date-com a{font-size:13px; color:#2c2c2c;font-family: 'Proxima-Nova', sans-serif;font-weight:300; margin-left:5px}
.event-items p.date-com a:hover{color:#ff0000}
.event-item-content p{font-size:14px; color:#2c2c2c;font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
.event-item-content a{margin-top:10px;font-family: 'Proxima-Nova', sans-serif;font-weight:700;border-radius:0px;padding:15px 20px}
/*--------------------------------  NEWS PAGE  ---------------------------------------*/
.feature-news{width:100%; float:left; margin-bottom:20px;border-bottom:1px solid #f5f5ed;}
.news-list {width: 100%;margin: 10px 0px 0px; float:left}
.news-items {width: 100%;height: auto;float: left; margin-bottom:25px}
.news-items h5 {color:#2b2b2b;font-family: 'Proxima-Nova', sans-serif;font-weight:500;display:inline-block}
.news-items h5 a{font-size:17.73px; color:#bc121f;font-family: 'Proxima-Nova', sans-serif;font-weight:500;margin-bottom:15px;display:inline-block}
.news-items h5 a:hover{color:#2B2B2B;}
.news-items span{font-size:15px; color:#b1b1a7;margin-left:15px;display:inline-block;font-family: 'Proxima-Nova', sans-serif;font-weight:500;font-style:italic}
.news-items p{font-size:14px; color:#2c2c2c; font-family: 'Proxima-Nova', sans-serif;font-weight:300;line-height:24px}
/*--------------------------------  FAQS ---------------------------------------*/
.feature-faqs{width:100%; float:left;border-bottom:1px solid #f5f5ed;padding-bottom:40px}
.accordion .accordion-navigation.active > a, .accordion dd.active > a{background:#bc121f}
.accordion .accordion-navigation > a, .accordion dd > a{background:#bc121f ;color:#fff;margin-bottom:1px}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover{background:#bc121f}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active{border:1px solid #eaeaea;border-top:0px;padding:15px 22px 0px 22px;background:#f6f6f0}
/*--------------------------------  FORUM  ---------------------------------------*/
.feature-forum{width:100%; height:auto; float:left; margin:30px 0;padding-bottom:40px; border-bottom:1px solid #f5f5ed; }
 .feature-forum .forum-name{width:40%; height:auto; float:left; padding:6px 0;}
 .feature-forum ul li .forum-name{ height:auto; float:left;  }
 .feature-forum .forum-topic{width:13%; height:auto; float:left; padding:6px 0 6px 12px;}
 .feature-forum .forum-post{width:13%; height:auto; float:left; padding:6px 0 6px 12px;}
 .feature-forum .forum-reply{width:34%; height:auto; float:left;padding:5px 0 5px 12px;}
 
 .feature-forum ul{width:100%; height:auto; float:left; margin:0px;}
 .feature-forum ul li{width:100%; height:auto; float:left; margin:0px;  padding:0px 15px; border-bottom:1px solid #eeeeee; }
 .feature-forum ul li a{color:#bc121f; font-size:13px;font-family: 'Proxima-Nova', sans-serif;font-weight:400;}
 .feature-forum ul li p{font-size:13px;font-family: 'Proxima-Nova', sans-serif;font-weight:400; padding-top:0px ;line-height: 15px; color:#2f383d;padding-left: 12px;}
  .feature-forum ul li .forum-topic, .feature-forum ul li .forum-post,.feature-forum ul li .forum-reply{padding:11px 0;}
 .feature-forum .forum-title{width:100%; height:auto; float:left; background:#bc121f; color:#ffffff; padding:0px 15px;  border:1px solid #dfdfdf; border-bottom:none;}
 
 .feature-forum p{margin:0px; color:#ffffff; font-size:14px;font-family: 'Proxima-Nova', sans-serif;font-weight:400; }
 
 
 .feature-forum .forum-but{width:100%; height:auto; float:left; padding:0px 0px 22px 0px;}
 .feature-forum .forum-but a.button{min-width:183px ; margin-left:15px}
 .feature-forum .forum-but p a{ font-size:14px;color:#bc121f;font-family: 'Proxima-Nova', sans-serif;font-weight:400;text-decoration:underline;padding-bottom:2px }
 .feature-forum .forum-but p{width:auto; height:auto; float:left; display:inline-block; font-family: 'Proxima-Nova', sans-serif;font-weight:400;  margin:14px 0px 0px 0px; font-size:15px; color:#9aa7af;} 

/*--------------------------------  MEDIA  ---------------------------------------*/
.feature-media {width: 100%;height: auto;float: left;padding-bottom:40px; border-bottom:1px solid #eeeeee; }
p.literature-container {font-size:16px; margin: 10px 0px; color:#686868;padding:0px; font-family: 'Proxima-Nova', sans-serif;font-weight:400; }
p.literature-container span.icon{margin: 0 5px 0 0;padding:0px}
p.literature-container span.name {margin: 0 3px 0 0;}
p.literature-container span.name a{text-decoration:underline;color:#bc121f; font-family: 'Proxima-Nova', sans-serif;font-weight:400; }

/*--------------------------------  GALLERY  ---------------------------------------*/
.feature-gallery{width:100%; float:left ;height:auto; padding:20px 0; border-bottom:1px solid #eeeeee;}
.feature-gallery ul {width: 100%;height: auto;float: left;margin: 0px;}
.feature-gallery ul li {width: 23.765%;height: auto;float: left;margin: 0px 1.5% 10px 0px;}
.feature-gallery ul li img {width: 100%;}
.feature-gallery ul li:nth-child(4n+4) {margin-right:0px}

/*--------------------------------  BLOG  ---------------------------------------*/

.feature-blog{width: 100%;float:left;padding:20px 0;margin-bottom:35px; border-bottom:1px solid #eeeeee;}
.blog-list {width: 100%;float:left;padding:0px ;border:none;background:none;}
.blog-items {width: 100%;height: auto;float: left;border-bottom:2px solid #f9f9f5; margin-bottom:30px ;border-radius:2px ;padding:0 12px 25px 0;}
.blog-items h5{font-size:16.02px; color:#2b2b2b; font-family: 'Proxima-Nova', sans-serif;font-weight:600; margin-bottom:10px;}
.blog-items h5 a{font-size:16.02px; color:#bc121f; font-family: 'Proxima-Nova', sans-serif;font-weight:600; margin-bottom:10px;}
.blog-items h5 a:hover{color:#000;}
.blog-items span{font-size:12px; color:#2c2c2c;margin-bottom:15px;display:block; font-family: 'Proxima-Nova', sans-serif;font-weight:400; }
.blog-items p{font-size:14px; color:#2c2c2c;margin-bottom:5px; font-family: 'Proxima-Nova', sans-serif;font-weight:400; }
.blog-items p a{font-size:13px;color:#bc121f;padding:0x; font-family: 'Proxima-Nova', sans-serif;font-weight:600; }
.blog-items p a:before {content:'|';margin:0 5px}
.blog-items p a:first-child:before {content:'';margin:0px}
.blog-items:last-child{border-bottom:none;margin-bottom:0px}

.post-body img {margin-bottom: 1rem;}
.bbg {background:url(../img/small-cross-grid.png) repeat fixed;}
.blog-post {
    margin: 3rem auto 2rem;
    position: relative;
    padding: 1.4rem 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgba(0, 0, 0, 0.1);
	    padding-left: 1rem;
    padding-right: 1rem;
}
.blog-post .post-body {
    margin: 0 0 36px;
    font-size: 15px;
    font-family: 'Proxima-Nova', sans-serif;
    font-weight: 400;
    line-height: 21px;
}


/*------------------------ UBER PAGE ----------------------*/
section.about-middle .columns {float:right;}
section.about-top {clear: both;}
/* ===================== CTA ============================ */
section.cta {
    padding: 60px 0px 20px;
    background: rgba(207,207,207,1.0) none repeat scroll 0% 0%;
    text-align: center;
    clear: both;
}
section#cta h2 {
    color: rgb(34, 34, 34);
    font-weight: 300;
    font-size: 42px;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0.25rem;
}
section.cta .button.secondary {
    border-color: rgb(32, 32, 32);
    color: rgb(0, 0, 0);
    margin-bottom: 3rem;
    /*background: rgb(32, 32, 32) none repeat scroll 0% 0%;*/
    border: 2px solid rgb(32, 32, 32);
	border-radius: 2px;
	 background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*================ PORTFOLIO INDEX =======================*/
/*work*/
section.work {
	/*text-align: center;*/
	padding: 45px 0 0;
	overflow: hidden;
	clear: both;
}
section.work-detail {
	padding: 40px 0;
}
.work-detail ul.categories {
	margin: 0;
}
.work-detail h1 {
	font-size: 32px;
}
.work-detail .button {
	margin: 10px 0;
}
button.tiny, .button.tiny {
	color: #000;
    background: #E3E3E3 none repeat scroll 0% 0%;
}
a button.tiny:hover, a.button.tiny:hover {
	color: #BC121F;
    background: #CFCFCF;
    transition: 0.3s;
}
.work-detail h2 {
	font-family:'Proxima-Nova', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	font-style: italic;
}
.work-detail ul.categories li {
	display: inline-block;
	list-style: none;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 12px;
	background: #F6F6F0;
}
#filters ul, #filters ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#filters ul li {
	display: inline-block;
	margin-right: 0px;/*15px;*/
	margin-bottom: /*45px!important;*/
}
#filters ul li button {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* border: 1px solid #888; */
	padding: 10px 17px;
	color: #888;
	font-weight: 500;
}
#filters ul li button.is-checked, #filters ul li button:hover, #filters ul li button:focus {
	border-color:rgb(237, 28, 36);
	color: #222;
}
#filters ul li:last-child {
	margin-right: 0;
}
.work-item {
	float: left;
	/*height: 440px;*/
	overflow: hidden;
	position: relative;
}
.work-item img {
	width: 100%;
	position: relative;
	/*height: 360px;*/
}
.work-item-hover a {
	/*background: url("images/crosshair.png") no-repeat scroll center center rgba(20, 20, 20, 0.65);*/
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
	left: 0;
	transition-duration: 0.5s;
	height: 100%;
	
}
.work-item:hover > .work-item-hover a {
	top: 0;
	transition-duration: 0.5s;
}
.work-item-details {
	padding: 20px 0 20px 3px;
    text-align: center;
	position: relative;
	z-index: 2;
}
.work-item:hover > .work-item-details h5, .work-item:hover > .work-item-details h6 {
	color: #BC121F;
}
.work-item h5 {
	margin-bottom: 0;
}
.work-item h6 {
	font-family: 'Proxima-Nova', sans-serif;
	margin: 0;
	font-size: 15px;
	font-style: italic;
}
section.thumbs a {
	width: 108px;
	overflow: hidden;
	margin: 15px 10px 15px 0;
	display: inline-block;
}
section.thumbs a:last-child {
	margin-right: 0;
}
section.thumbs a >img {
}
section.thumbs a.active > img {
	opacity: 0.5;
}
work-item:hover {opacity:0.5;}
#filters ul li button {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(237, 28, 36, 0.0);
    padding-top: 10px; padding-right: 8px; padding-left: 8px; padding-bottom: 10px;
    color: #888;
    font-weight: 500;
    margin-bottom: 0px;
}

.work-item:hover img {opacity: 0.8; transition: all 0.3s ease-in-out;}
/*#filters ul li:hover {border-bottom: 2px solid rgb(237, 28, 36);}*/


/*=================== SERVICES & AKTUELLES TEMPLATE BETA ======================*/
/*a h3 {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 10000;
    
    color: white;
    text-transform: uppercase;
    font-family:'Proxima-Nova-Condensed';
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2rem;
}*/
.service-details {margin-top: 20px;}
.service-detail-item:hover {opacity: 0.8; 
    transition-duration: -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;}	
.announcement-details img {padding: 20px;}

/*================ FAQ GLOSSAR ================*/
.faq-question a {
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 1px;
    padding: 8px;
    border: 1px solid rgba(230, 230, 230, 0.3);
    background: #CFCFCF url("../img/accordian-plus-arrow.png") no-repeat scroll right 17px center;
    color: #FFF;
}
a:hover, a:focus {
    color: #BC121F;
}
.faq-question a.active {
    background: #BC121F url("../img/accordian-minus-arrow.png") no-repeat scroll right 17px center;
    color: #FFF;
}	
/*==========================================================
====================     Responsive     ====================
==========================================================*/

@media (max-width: 1167px) {
.wp-block a{font-size:18px;	padding:25px 18px;max-width:275px}
.wp-block .wp-block-btn{top:65px}
footer form{width:100%;}
}
@media (max-width: 1023px) {

}
@media (min-width: 992px) {
    .title-area .name img{width:180px}
    /*ul.title-area li.name a img {margin-top: 29px;} */
    /*svg {width:180px; margin-top:29px;} */
    
}	
@media  (max-width: 991px) {
.row{padding:0 15px}
.row .row{padding:0 0}
.top-bar-section .has-dropdown > a, .top-bar-section ul li a{font-size:14px; padding:0 10px !important; }
.testimonial-row {
    padding-top: 2rem !important;
}
    .testimonial-row:last-child {margin-bottom: 2rem !important;}
/*.title-area .name img{width:150px}*/

/*ul.title-area li.name a img {
    margin-top: 14px;
} */
/*svg {margin-top:14px;}  */  
.top-bar-section ul{margin:26.5px 38px;}
.slider{margin-top:-101px}
.page_title h1, .breadcrumbs_content{padding:10px 0;}
.interior_content{padding:30px 0;}
#poplet .toolbar-wrap span{font-size:24px}
.button-class ul li{width:50%}

.slick-dots{position: absolute;
    bottom: -45px;
    display: none !important;
    width: 100%;
    padding: 0px;
    list-style: outside none none;
    text-align: center;}

h1{font-size:32px}
h2{font-size:28px}
h3{font-size:21px}
}
@media (max-width: 939px) {
    .top-bar .title-area {
    margin: 0px;
    position: relative;
    margin-top: 30px;
}
    ul.title-area li.name a img {width:100px; margin-top: 0px; margin-left: -5px;}
    svg {width:100px; margin-top:4px; margin-left:-5px;}
    /*svg path {fill: #FFF !important;}*/
    
}
@media (max-width: 941px) {
/*.top-bar .title-area {position: relative;margin-top: 30px;}*/
.wp-block .wp-block-btn{top:21%}
.orbit-caption h1, .eta h1{font-size:34px;line-height:44px;padding:8px 18px;}
.orbit-caption h1 a.ghost {font-size:34px;line-height:44px;padding:8px 18px;}
.orbit-caption p{font-size:22px;padding:0px;}
.slider ul li .orbit-caption a{font-size:16px;padding:10px 25px;}
.slider ul li .orbit-caption h1 a.ghost {
	color: #FFF;
    font-size: 36px;
    padding: 15px 0px;
    margin-top: 20px;
    text-transform: uppercase;
}
.add-cart .productSubmitInput{width:100%;display:block;text-align:center;}
.view{width:100%;display:block;text-align:center;margin-top:0px}
.product_block_description, .inner-content{padding:30px 0}
.product-details{padding:0px}
.specification{padding:15px 0}
.feature-forum .forum-but p{width:100%;margin-bottom:15px;}
.productItem .product-block h4 a, .productItemLast .product-block h4 a{min-height:46px;margin-bottom:0px}
}

@media (max-width: 699px) {
    
	.owner-info{padding-left:12px;}
	.owner-info h2 a{font-size:22px; line-height:24px;}
	.product-details .select-color .columns{width:100%}
	.product-details .select-length .columns{width:100%}
	.specification ul li.col-14{width:13%;text-align:center}
     .specification ul li.col-22{width:24%;}
    form input[type="text"], form input[type="email"], form input[type="password"]{width:100%!important;}
}
@media (max-width: 640px) {
    .vita {margin-top: 45px;}
    .social-icons {margin-bottom: 1rem;}
    footer h4 {margin-bottom: 1rem;}    
.footer-links li {padding-bottom: 12px;} 
.vcard li {padding-bottom:12px;}
footer ul li {padding-bottom: 12px;}
.copy a {padding-bottom: 12px;}
.top-bar-section .has-dropdown > a, .top-bar-section ul li a{text-transform:uppercase}
.top-bar .name{padding:5px 0}
.home-re header, header{background:#202020}
.top-bar{height:85px;}
.top-bar.expanded .title-area{background:rgba(0, 0, 0, 0)}
.top-bar-section ul{margin:10px 0;width:100%; float:left}
.top-bar-section ul li{padding:9px 0}
.top-bar-section ul li a{border-left:0px;}
.top-bar-section .has-dropdown.moved{position:static !important}
.top-bar-section ul li ul.dropdown{top:0px;padding:5px 0;border:0px;background:none;}
.top-bar-section ul li ul.dropdown li{border:0px}
.top-bar-section ul li ul.dropdown li a{color:#fff !important;}
.top-bar-section ul li.has-dropdown.not-click{background: url(../img/sub-menu-arrow.png) no-repeat 99% 6px;}
section.about-top {margin-top: 40px;}
.view{ width:auto; display:inline-block;text-align: center;margin-top:0px;}
.add-cart .productSubmitInput { width:auto; display:inline-block;text-align: center;margin-top: 0px;}
.add-cart{padding:7.5px 42px 7.5px 10px; margin-top: 0px;}
.slider{margin-top:0px}
.orbit-caption{top:15%}
.beta>.columns{margin-bottom:0px}
.product-block figure img{width:100%;}
.gamma, .eta, .about-content, .Surf-contentm .contact-from{padding:30px 0;}
.gear-accessorie{padding:75px 0 30px 0}
.product .columns{margin:15px 0}
section#about-content h1 {font-size: 24px;}
section.work-detail {
    padding: 40px 0px;
}
a h3 {font-size: 24px;
    line-height: 1.2rem;}    
    section.work-detail .mt20, section.work-detail .mt60 {margin-top:0px;}    
.team_member h1{margin:0px}
.map iframe{height:250px}

.specification ul li.col-14{width:25%;text-align:center}
.specification ul li.col-22{width:50%;}
.toolbar-wrap span{font-size:24px;}
.pro-category{margin:30px 0 20px}

}


@media (max-width: 567px){
.orbit-caption h1, .eta h1{font-size:24px;line-height:34px;padding:5px 10px}	
.orbit-caption h2 {display:none;}
.slider ul li .orbit-caption h1 a.ghost {
	font-size: 24px;
	line-height: 34px;
	padding: 5px 10px;
}
.slider .slick-prev, .slider .slick-next{display:none !important;}
.Surf-content .surf-box{width:94%; margin:0 35; padding:10px}

table.forum .icon{width:25px;margin-top:5px;}
table.forum td{padding:9px 5px !important}
table.forum .icon img{width:100%}
table.forum .forum{margin:0 0 0 30px;}
table.forum .forum h3 {font-size:14px;line-height:20px}
table.forum td.lastpost{width:20px !important ;}
table.forum td.posts{width:20px !important;}
table.forum td.topics{width:20px !important;}
table.forum td.name{width:40% !important ;}
}
@media (max-width: 479px){
.utility_menu ul li{padding:0 4px;}
.utility_menu ul li a{font-size:12px;}
.utility_menu ul li a em{font-size:13px;margin:0 4px}
.orbit-caption p, .pro-category span{display:none;}
.orbit-caption h1, .eta h1{margin-bottom:10px}
.orbit-caption h1 a.ghost{margin-bottom:10px;}
.eta a.button{margin:10px 0 20px}
.wp-block a {font-size: 16px;padding: 14px 10px;max-width: 210px;}
.product .columns{width:100%;}

.catalogueList .catalogueItem .columns, .catalogueList .catalogueItemLast .columns{width:100%; float:left;}
.productList .productItem .columns, .productList .productItemLast .columns{width:100%; float:left;}
.productItem .product-block h4 a, .productItemLast .product-block h4 a{min-height:inherit;}
.productfeaturelist .productItem .columns, .productfeaturelist .productItemLast .columns{width:100%; float:left;}
    
    
.profesional{width:100%; float:none;display:inline-block;margin:0 auto;}
.profesional figure{display:inline-block;float:none;}
.about-team img.quote{width:20px;}
.about-team{width:100%;padding:10px 0 0 30px}
.about-team p{font-size:12px;margin-bottom:12px;}
footer .tow_column .column{width:100%;margin-bottom:25px}
footer h3{padding-bottom:10px}
.contact-from .column{width:100%;}
.contact-details p{font-size:22px;}
.contact-details p em{font-size:24px}
.feature-store ul li{width:100%; margin:0px 0 20px 0}
.feature-forum .forum-name{width:30%;}
.feature-forum .forum-topic, .feature-forum .forum-post{width:18%;}
.feature-forum .forum-title{padding:0 5px}
.feature-forum ul li p{padding-left:0px ;text-align:center;}
.feature-forum .forum-but a.button{min-width:inherit}
.feature-forum .forum-but a.button.secondary{margin-left:0px;float:left !important;}
.button-class ul li{width:100%;}
.paypal, .footer-bottom p{width:100%; text-align:center;}
.paypal ul{float:none; margin:0 auto; display:inline-block;}
h1{font-size:24px}
h2{font-size:20px}
h3{font-size:19px}
h4{font-size:18px}
h5{font-size:17px}
h6{font-size:16px}
}

@media (max-width: 939px) {
    a h3.zeta {
    font-size: 1.4rem;
    line-height: 1.6rem;
}
}

@media (max-width: 939px) {
.top-bar-section .has-dropdown > a, .top-bar-section ul li a{text-transform:none}
.top-bar .name{padding:5px 0}
.home-re header, header{background:#202020}
.top-bar{height:85px;}
.top-bar.expanded .title-area{background:rgba(0, 0, 0, 0)}
.top-bar-section ul{margin:10px 0;width:100%; float:left}
.top-bar-section ul li{padding:9px 0}
.top-bar-section ul li a{border-left:0px;}
.top-bar-section .has-dropdown.moved{position:static !important}
.top-bar-section ul li ul.dropdown{top:0px;padding:5px 0;border:0px;background:none;}
.top-bar-section ul li ul.dropdown li{border:0px}
.top-bar-section ul li ul.dropdown li a{color:#fff !important;}
.top-bar-section ul li.has-dropdown.not-click{background: url(../img/sub-menu-arrow.png) no-repeat 99% 6px;}
.top-bar-section .has-dropdown > a {font-size:18px;}
.top-bar-section ul li a {font-size:18px; font-weight: 300;}
    .top-bar .top-bar-section li:not(.has-form) a:not(.button) {line-height: 30px; font-weight: 300;}
    .uber .top-bar-section ul li ul li:hover, .top-bar-section ul li ul li.selected {
    background: none repeat scroll 0% 0% rgba(250, 250, 250, 0.08);
}
    section.page-title {background: #CFCFCF;}
}


/*@media (min-width:940px) and (max-width:941px){
body.uber ul.title-area li.name a img {
    width: 120px;
    margin-top: -4px; }
}*/
@media (min-width: 641px) {
    
	
	/*------------------- UBER ---------------*/


.about-top {
    height: 540px;
    background-color: #000;
    background-image: url("../img/large/bueroprofil-bg-1.jpg"), none;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
    background-position: center center, 0% 0%;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover;
	clear: both;
}
.about-top .columns {min-height: 540px;}
.about-middle {
    height: 550px;
    background: url("../img/large/modulor-architekten-lindau-bodensee-bg.jpg") no-repeat fixed 0% 0% / cover transparent;
         -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    
    width: 100%;    
    clear: both;
}
.about-middle .columns {min-height: 550px;}
.about-bottom {
    /*height: 680px; */
    /*background: url("/_assets/img/slider/2.jpg") no-repeat scroll 0% 0% / cover transparent; */
    /*padding-top: 25.75rem; */
    clear: both;
}
.light {
	background: #fff;
	padding: 3rem;
}
}

@media (min-width: 940px) {
    svg {
    width: 180px;
   margin-top: 10px;
}
    ul.title-area li.name a img {
    margin-top: -19px;
   width: 180px;
	}
    body.uber ul.title-area li.name a svg  {
    fill: #000 !important;
    width: 120px;
   margin-top: 29px;
}
    /*.top-bar .title-area {position: relative;margin-top: 30px;}*/
    body.uber ul.title-area li.name a img {width:120px; margin-top:0px;}
    .top-bar .name {margin-left: 0;}
    

}
@media (min-width: 992px) {
    svg {margin-top: 0px;}
    body.uber ul.title-area li.name a svg {
    fill: #000 !important;
    width: 120px;
    margin-top: 0px;
}
    .top-bar .title-area {position: relative;margin-top: 30px;}
    ul.title-area li.name a img {
    margin-top: 2px;
}


/*============ END RESPONSIVE =============*/

#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fefefe;
height: 100%;
z-index: 9999;
overflow: hidden;
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image:url(../img/ajax-loader.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
z-index: 9999;
} 
	



table tr.even, table tr.alt, table tr:nth-of-type(even){ background:none}
.faq-question h4 a {
color: #FFF;
margin: 0px;
}
.faq-question a {
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 1px;
    padding: 8px;
    border: 1px solid rgba(230, 230, 230, 0.3);
    background: url('../img/accordian-plus-arrow.png') no-repeat scroll right 17px center #CFCFCF;
    color: #FAFAFA;
}
.faq-question a.active {
background: #BC121F  url(../img/accordian-minus-arrow.png) right 17px center no-repeat;
color: #FFF;
}
.answer a {
background: none;
box-shadow: none;
border: none;
font-size: 14px;
padding-left: 0px;
color: #0085cc !important;
}
.blog-image img{ width:100%;}
.side-panel h4 {
width: 100%;
height: auto;
float: left;
background: #CFCFCF;
color: #fff;
margin: 0px;
font-size: 13px;
text-transform: uppercase;
padding: 14px 0px 14px 25px;
font-family: 'Proxima-Nova', sans-serif;
font-weight: 700;
letter-spacing: 1px;}
.side-panel ul {
width: 100%;
height: auto;
float: left;
margin: 0px;
background: transparent;
/*border-bottom: 1px solid #e4e4e4;*/
margin-bottom: 30px;
}
.side-panel ul li {
width: 100%;
height: auto;
float: left;
border-bottom: 1px solid #e4e4e4;
position: relative;
margin-bottom:0px;
padding-bottom:0px;
}
.side-panel ul li a {
width: 100%;
height: auto;
float: left;
color: rgb(115, 115, 115);
font-size: 16px;
padding:5px 5px;
font-family: 'Proxima-Nova-Condensed', sans-serif;
font-weight: 400;
transition: all 0.3s ease-in-out;
}
.side-panel {
    margin: 3rem auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "proxima-nova-condensed",sans-serif;
    font-size: 1.125rem;
    color: rgb(115, 115, 115);
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
    text-transform: uppercase;
    padding: 15px;
}
.side-panel .BlogRecentPost ul li {text-transform: none;}
#photogalleryTable img {
width: 100%;
height: auto;
float: left;
position: relative;
border: 1px solid #c2c2c2;
padding: 3px;
border-radius: 3px;
margin-bottom: 8px;
}
#photogalleryTable .medium-6 {
height: auto;

margin: 0px 0px 20px 0px;
}

.contact-from input[type="submit"]{ margin-top: 20px;}
.side-panel ul li a:hover,.side-panel ul li.active a{ color:#DA1625;}
#catshopbuy{ width: auto;
font-size: 16.64px;
color: #fff;
background: #c40202;
border: none;
border-radius: 3px;
font-family: 'Proxima-Nova', serif;
font-weight: 700;
padding: 6px 15px;
min-width: 135px;}
.shippingCountryDiv{ margin-bottom:15px;}
input#DiscountCode, input#GiftVoucher{ height:auto !important; width:150px !important}
#cart-footer input[type="submit"]{ padding: 10px 15px; !important}
.comment-form label{ clear:both}
.stars img{ width:auto !important; height:auto !important}
#webapp_map_23802{width:100% !important;}


/*=================== WORK =====================*/
section#work h1, section#work h2, section#work h3 {
    color: #222;
    font-weight: 200;
    font-size: 42px;
    text-transform: none;
    letter-spacing: normal;
	margin-bottom: 1.25rem;
}
.image-full img {margin-bottom:1.25rem;}
.image-side img {margin-bottom:1.25rem;}

/*============== SLICK =====================*/
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0px;
    list-style: outside none none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #5A5A5A;
	border-radius: 50%;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev {
    left: -25px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: medium none;
    background: transparent none repeat scroll 0% 0%;
}
.slick-next {
    right: -25px;
}
.slick-prev, .slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: medium none;
    outline: medium none;
    background: transparent none repeat scroll 0% 0%;
}


div.row.medium-12.columns.mb60.mt60:empty {visibility:hidden;}
div.row.medium-12.columns.mb60:empty {visibility:hidden;}    
    
tr, td {background: #fff !important;}
