.social-list a::before { display: none; }

.col-container .col-content .related-posts .post-list {
    padding: 0 0 15px 0;
}

/**
 * UNIS
 */
@media only screen and (max-width: 1024px) {
    .display-for-mobile {
        display: block;
    }
    
    .hide-for-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .display-for-mobile {
        display: none;
    }
    
    .hide-for-mobile {
        display: block;
    }
}

.single-brand .singular-content .singular-title {
    margin-bottom: 10px;
}

.single-brand .singular-content .category-content {
    padding-top: 0;
}

.category-content {
    padding-top: 20px;
}

@media only screen and (max-width: 570px) {
    .post-list .post-item .col-container { position: relative; }
    
    .post-list .post-item .col-container .col-content { padding-top: 130px !important; }
    
    .post-list .post-item .col-container .col-image { position: absolute; left: 0; padding-left: 0 !important}
    
    
}

/**
 * Beursagenda
 */
.entry-content .img {
    height: 130px;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}

.post-item img {
    width: 100%;
}

/**
 * USPs
 */
.single-categories .featured-container { display: none; }

.template-product .featured-container { display: none; }

@media only screen and (max-width: 64em) {
    .usps.desktop { display: none; }
}

@media only screen and (min-width: 64.01em) {
    .usps.mobile { display: none; }
}

.usps .usp table {
    width: 100%;
    table-layout: auto;
}

.usps .usp .cell-icon {
    box-sizing: border-box;
}

.usps .usp .cell-text {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}

.usps {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

.usp { display: inline-block; }

.usp .usp-graphic { width: 80px; }

.usp h3 {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    /*height: 70px;*/
    font-family: "lato", sans-serif;
    font-weight: 300;
    
}

@media only screen and (max-width: 767px) {
    .usp { width: 100%; }
}

@media only screen and (min-width: 768px) {
    .usp { width: 50%; }
}

@media only screen and (min-width: 1024px) {
    .usp { width: 25%; }
}

/*
** Base layouts
*/
html, body {
    min-height: 100%;
    background-color: #37444a;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -moz-osx-font-smoothing: grayscale;}

/*
** General layout
 */

.show-mobile {display: none;}

.hide-mobile {display: block;}

.header-container { margin: 0; padding: 0; background-color: #efefef; z-index: 20; position: relative; }

.main-container { margin: 0; padding: 0; background-color: #fff; }

.overflow-y-scroll {overflow-y: scroll;}

.hide-mobile {display: block;}

.show-mobile {display: none;}

.pull-right {float: right;}

.pull-left {float: left;}

.display-block {display: block;}

.plm {padding-left: 15px;}

.prm {padding-right: 15px;}

.ptm {padding-top: 15px;}

.pbm {padding-bottom: 15px;}

.pvm {padding-top: 15px; padding-bottom: 15px;}

.pll {padding-left: 30px;}

.prl {padding-right: 30px;}

.ptl {padding-top: 30px;}

.pbl {padding-bottom: 30px;}

.text-center {text-align: center;}

.selectable {cursor: pointer;}

/*
** Header
*/
.header { margin: 0; padding: 0; text-transform: uppercase;
}

.header .logo { margin-top: 15px; margin-left: 4px; position: relative; z-index: 5; display: inline-block; vertical-align: top;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header .logo img { width: 95px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* .header .logo:after{ margin: 33px 0 0 30px; } */
.header .logo:after {
    /*margin: 54px 0 0 30px; */
    margin: 27px 0 0 30px;
}

.header .main-menu-container { margin-top: -20px; }

.header > .two-columns { display: table; margin: 0 auto; padding: 0; width: 100%; max-width: 1180px; }

.header > .two-columns > .column { display: table-cell; margin: 0; padding: 0; vertical-align: top; }

.header .col-right.column { padding-left: 0; padding-right: 0; }

.top-container {
    margin: 0 0 25px; padding: 0; height: 43px; line-height: 43px; background-color: #efefef; text-align: right;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    
}

.top-container:after {
    content: ""; display: block; margin: 0; padding: 0; width: 50%; height: 43px; background-color: #e3e3e1; position: absolute; top: 0; right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.top-container .inner { margin: 0; padding: 0; background-color: #efefef; position: relative; z-index: 5; }

.top-container .login-container { display: inline-block; margin: 0; padding: 0 25px; vertical-align: top; background-color: #e3e3e1; }

.top-container .language-container { display: inline-block; margin: 0; padding: 0 25px; max-height: 43px; vertical-align: top; background-color: #d6d6d4; border-left: 1px solid #e2e2e0; color: #3d4c53;}

.top-container .language-container .language-picker { padding-left: 25px; border-left: 1px solid #e2e2e0; cursor: pointer; }

.top-container .language-container .language-picker .language-list {display: none; background-color: #e3e3e1; font-size: 12px;}

.top-container .language-container .language-picker .language-list li {width: 33.33333%; float: left;}

.top-container .language-container .language-picker .language-list li a {color: #3d4c53;}

.top-container .language-container .language-picker .language-list li a:hover {background-color: #fff; color: #019ee3;}

.top-container .language-container .language-picker .language-list:after {clear: both; display: block; content: '';}

.top-container .language-container .language-picker:hover .language-list {display: block;}

.top-container .language-container .language-list.icons { padding-right: 25px; margin-top: -1px; overflow: auto;}

.top-container .language-container .language-list.icons li {float: left; margin-right: 15px;}

.top-container .language-container .language-list.icons li:last-child {margin-right: 0;}

/*
** Fixed header
*/
.body-container.fixed { padding-top: 150px; }

.body-container.fixed .header-container { margin: 0; padding: 0; position: fixed; top: 0; left: 0; right: 0; z-index: 900; }

.body-container.fixed .header-container .top-container { margin-top: -60px; display: table-column;}

.body-container.fixed .header-container .top-container:after {top: -43px;}

.body-container.fixed .header-container > .header > .two-columns { height: 97px; }

.body-container.fixed .header-container > .header > .two-columns > .col-right { padding-bottom: 20px; }

.body-container.fixed .header-container > .header .navigation-container { margin-top: 35px; }

.body-container.fixed .header .logo {margin-left: 4px;}

.body-container.fixed .header .logo img { width: 65px; height: auto;}

/* .body-container.fixed .logo:after { max-width: 60px; max-height: 21px; margin-left: 10px; margin-top: 20px; position: absolute;} */
.body-container.fixed .logo:after { max-width: 188px; max-height: 18px; margin-left: 10px; margin-top: 20px; position: absolute;}

/*
** Header second
*/
.navigation-container { margin: 0; padding: 0; text-align: right; }

.navigation-container .column { display: inline-block; margin: 0; padding: 0; vertical-align: middle; }

.navigation-container .col-phone { padding: 0 0 0 20px; position: relative; font-size: 16px; }

.navigation-container .col-phone:before { content: ""; display: block; margin: -10px 0 0; padding: 0; width: 2px; height: 20px; background-color: #dedede; position: absolute; top: 50%; left: -1px; }

/*
** Top menu
*/
.top-menu { margin: 0; padding: 0; }

.top-menu .menu-item { float: left; margin: 0; padding: 0 20px; position: relative; }

.top-menu .menu-item a { font-family: 'lato'; text-transform: uppercase; color: #4f626b;}

.top-menu .menu-item:before { content: ""; display: block; margin: -10px 0 0; padding: 0; width: 2px; height: 20px; background-color: #dedede; position: absolute; top: 50%; left: -1px; }

.top-menu .menu-item:first-child:before { display: none; }

.top-menu .menu-item a:hover {text-decoration: none; color: #019ee3;}

.top-menu .current-menu-item a,
.top-menu .current-post-ancestor a { color: #019ee3; }


/*
** Main menu
*/

.main-menu-container { margin: 0; padding: 0; background-color: #019ee3; }

.main-menu-container .col-menu { float: left; padding-left: 10px; width: calc(100% - 240px); }

.main-menu-container .col-search { float: right; padding-top: 10px; padding-bottom: 10px; }

.main-menu {
    margin: 0;
    padding: 0;
    border-left: 1px solid #1593ca;
    /*border-right: 1px solid #20ade9; */
    font-family: "futura-lt", "lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #b0dff3;
    
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.main-menu .menu-item {
    display: block;
    margin: 0;
    padding: 0;
    max-height: 60px;
    border-right: 1px solid #0e82b5;
    border-left: 1px solid #27ace7;
    position: relative;
    
    
}

.main-menu .menu-item a {
    display: table;
    margin: 0;
    padding: 0 30px;
    min-height: 60px;
    color: inherit;
    text-decoration: none;
    /*display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;*/
    text-align: center;
    /*line-height: 60px;*/
}

.main-menu .menu-item a span { display: table-cell; margin: 0; padding: 0; vertical-align: middle; height: 60px; }

.main-menu .menu-item.current-menu-item, .main-menu .menu-item.current-post-ancestor {color: #fff; background-color: #028fcc;}

.main-menu .menu-item .fa {
    font-size: 1.5em;
    padding-top: 21px;
    box-sizing: border-box;
    display: block;
}

.main-menu .menu-item .fa > span { display: none; }

.main-menu .menu-item:hover { background-color: #038fcc; }

.main-menu .menu-item:hover a { color: #fff; }

.main-menu .menu-item-has-children > a {
    position: relative;
    padding: 0 40px 0 25px;
}

.main-menu .menu-item-has-children > a:after {
    position: absolute;
    right: 20px;
    top: 25px;
    content: "\f078";
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.68em;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-menu .menu-item-has-children:hover > .sub-menu { display: block; }

.main-menu .sub-menu { display: none; margin: 0; padding: 0; width: 240px; background-color: inherit; position: absolute; top: 60px; left: 1px; z-index: 10; }

.main-menu .sub-menu .menu-item { max-height: inherit; float: none; border: 0; border-bottom: 1px solid #137fae; position: static; }

.main-menu .sub-menu .menu-item a { line-height: inherit; color: inherit; padding: 10px 25px; min-height: inherit; text-align: left; }

.main-menu .sub-menu .menu-item a span { height: auto; }

.main-menu .sub-menu .menu-item:hover { background-color: #019ee3; }

.main-menu .sub-menu .menu-item:hover a { color: #fff; }

/*
** Shortcode menu
*/
.inline-menu { display: inline-block; margin: 0; padding: 0; }

.inline-menu .menu-item { display: inline-block; margin: 0; padding: 0; width: 50%; /*white-space: nowrap;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inline-menu .menu-item a { display: inline-block; margin: 0; padding: 0; color: #009fe4; text-decoration: none; vertical-align: middle; }

.inline-menu .menu-item a:hover { text-decoration: underline; }

.inline-menu .menu-item a:after { content: "\203a"; display: inline-block; margin: 0 0 0 10px; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 1.5em; text-rendering: auto; vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
** Featured
*/
.featured-container .image-container { margin: 0; padding: 0; position: relative; }

.featured-container .image-container .image { margin: 0; padding: 0 0 7.15%; background-position: center; background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featured-container .image-container.video .image { margin: 0; padding: 0 0 20.75%; }

.featured-container .image-container .youtube { display: block; margin: -65px 0 0 -150px; padding: 40px 0 40px 115px; width: 300px; height: 131px; background: url(../images/video-button.png) no-repeat center top; font-size: 15px; color: #fff; text-align: center; text-decoration: none; line-height: normal; position: absolute; left: 50%; top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featured-container .image-container .youtube:hover {
    background-position: center -131px;
}

.featured-container .image-container .youtube > span { display: block; margin: 0; padding: 6px 0 0; font-size: 21px; font-weight: 600; text-transform: uppercase; }

.featured-container .block-container { margin: 0 auto; padding: 0; max-width: 1180px; position: relative; z-index: 5; }

.featured-container .block-container .block { position: absolute; bottom: -59px; text-align: center; }

.featured-container .block-container .block.align-left { left: 0; }

.featured-container .block-container .block.align-right { right: 0; }

.featured-container .block { width: 378px; }

.featured-container .block .entry-header + div { border-top: 0; }

.featured-container .block .entry-header + div > .std { border-top: 1px solid #1da8e5; }

.featured-container .block .entry-content { padding: 0; max-height: 0; overflow: hidden;
    -webkit-transition: max-height 0.6s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -ms-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

.featured-container .block:hover .entry-content { max-height: 170px;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.featured-container .block .entry-content > .std { margin: 0; padding: 18px 30px; }

.featured-container .block .entry-footer {cursor: pointer; padding: 0;}

.featured-container .block .entry-footer:hover {background: #028ec9;}

.featured-container .block .entry-footer a.readmore {display: block; width: 100%; line-height: 60px; text-align: center;}

.featured-container .block .entry-footer a.readmore:hover {text-decoration: none;}

.featured-container .block .entry-footer a.readmore:after {line-height: 57px;}

/*
** Layouts
*/
.col-content ul li ul {list-style: none;}

.col-content.colum ul {padding-bottom: 15px;}

.singular-container { margin: 0; padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.singular-container > .col-content,
.singular-container > .col-left,
.singular-container > .col-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.singular-container .two-columns-left { margin: 0; padding: 0; }

.singular-container .two-columns-left > .column { margin: 0; padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.singular-container .two-columns-left > .col-left { margin: 0 auto; padding: 89px 45px 0 0; width: 301px; float: left; }

.singular-container .two-columns-left > .col-content { margin: 0; padding: 0; width: 578px; float: left; padding-top: 40px;}

/*
** Templates
*/
.page-template-template-home .singular { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

.page-template-template-home .singular-container { padding: 110px 0 40px; min-height: 465px; background: url(../images/bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*.page-template-template-home .singular-content { max-width: 580px; }*/
.page-template-template-home .singular-content .readmore { color: inherit; font-weight: 500; }

.page-template-template-home .content-primary:before { display: none; }

.page-template-template-contact .bottom-widgets { height: 570px; position: relative; display: none;}

.page-template-template-contact .bottom-widgets:after {content: ''; clear: both; display: block;}

.page-template-template-contact .bottom-widgets .widget-map { position: absolute; left: 0; top: 0; width: 100%; }

.page-template-template-home .page-categories { padding-top: 25px; padding-bottom: 25px; }

/*
** Languages
*/
.language-container .language-list,
.language-container .language-picker { display: inline-block; vertical-align: middle; }

.language-container .language-picker { position: relative; }

.language-container .language-picker .label { display: inline-block; margin: 0; padding: 0; font-size: 12px; }

.language-container .language-picker .label:after { content: "\f078"; display: inline-block; margin: 0 0 0 20px; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 0.78em; text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.language-container .language-picker .group { position: absolute; text-align: left; width: 119%; left: 0;}

.language-container .language-picker .group li a {padding: 0 15px; border-bottom: 1px solid #c9c9c7; }

.language-container .language-item.list-item a img { width: 16px; height: auto; display: block; display: none; }

.two-columns-right > .col-content { margin: 0; padding: 0; width: 879px; float: left; }

.two-columns-right > .col-right { margin: 0; padding: 60px 0 0 45px; width: 301px; float: right; }

.three-columns > .col-content { margin: 0; padding: 0; width: 578px; float: left; }

.three-columns > .col-left { margin: 0; padding: 60px 45px 0 0; width: 301px; float: left; }

.three-columns > .col-right { margin: 0; padding: 60px 0 0 45px; width: 301px; float: right; }

/*
** Login
*/
.login-container a { margin: 0; padding: 0; color: #019ee3; }

.login-container a:hover { color: #4f626b; }

.login-container a:before { content: ""; display: inline-block; margin: 0 10px 0 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-container a.login:before { content: "\f023" }

.login-container a.logout:before { content: "\f13e" }

.phone { margin: 0; padding: 0; color: #019ee3; }

.phone:before { content: "\f095"; display: inline-block; margin: 0 10px 0 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
** Search
*/
.search-form { margin: 0; width: 220px; max-height: 40px; position: relative; background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form .search-input-container { margin: 0 30px 0 0; padding: 0 0 0 15px; line-height: 40px; }

.search-form .search-input { margin: 0; padding: 0; width: 100%; background: transparent; border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form .search-submit { margin: 0; padding: 0 0 0 1px; width: 30px; height: 100%; position: absolute; right: 0; top: 0; border: 0; background: transparent; text-align: left; color: #019ee3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form .search-submit:after { content: "\f002"; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 18px; text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-form .search-submit span { display: none; }

.search-form .search-submit:hover {color: #3e4d54;}

.search-form-center .search-form {margin: 0 auto;}

/*
** Logo
 */
.logo { display: inline-block; margin: 0; padding: 0; text-decoration: none; }

.logo:after {
    position: absolute;
    left: 100%;
    top: 0;
    content: "";
    display: inline-block;
    padding: 0;
    width: 188px;
    height: 18px;
    background: url(../images/slogan.png) no-repeat;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 20px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    
}

.logo.old-slogan:after {
    background-image: url(../images/slogan-old.png);
    height: 35px;
    margin: 37px 0 0 30px;
}

.logo:hover { text-decoration: none; }

@media screen and (min-width: 1024px) and (max-width: 1130px) {
    .logo:after { width: 100px; }
}

@media screen and (max-width: 560px) {
    .logo:after {
        width: 130px;
        margin-top: 75px !important;
    }
}

/*
** Breadcrumbs
 */
.breadcrumbs { margin: 0; padding: 1px 0 4px; /*background-color: #efefef;*/ text-transform: uppercase; font-size: 12px; }

.breadcrumbs .breadcrumb-trail { margin: 0 auto; padding: 0; max-width: 1180px; }

.breadcrumbs .breadcrumb-trail a,
.breadcrumbs .breadcrumb-trail span { display: inline-block; vertical-align: baseline; color: #a5b0b5; font-size: 11px; }

.breadcrumbs .breadcrumb-trail a:hover {color: #019ee3;}

.breadcrumbs .breadcrumb-trail .sep { display: inline-block; vertical-align: baseline; font-size: 1.35em; line-height: 50px; padding: 0 5px; }


/*
** Singular content
*/
.singular { margin: 0; padding: 25px 0; }

.singular .singular-content { margin: 0 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.singular .singular-content > h1,
.singular .singular-title { margin-bottom: 34px; font-family: "lato", sans-serif; font-weight: 300; }

.singular .singular-image { margin: 0 20px 25px;}

.singular .singular-image img {width: 100%; height: auto;}

.singular .singular-meta { margin: 0 0 10px; }

.singular .singular-footer .share-this-container { margin-bottom: 20px; }

.singular .related-posts { margin-top: 20px; padding-top: 20px; border-top: 1px solid #efefef; }

.col-container .col-content ul {padding: 0 0 15px 30px;}

.col-container .col-content .share-this-list { padding-bottom: 0; padding-left: 0; }

/*
** Forms
*/
.singular-content .gform_wrapper { margin: 35px 0 0; padding: 25px 0 0; border-top: 1px solid #efefef; }

.singular-content .gform_wrapper .gform_body,
.singular-content .gform_wrapper .gform_footer { margin-right: 65px; }

.styleselect { display: block; margin: 0; padding: 0; width: 100%; background: #fff; border: 1px solid #efefef; line-height: normal; color: #000;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(233, 233, 233, 1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(233, 233, 233, 1);
    box-shadow: inset 0px 1px 0px 0px rgba(233, 233, 233, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.styleselect select {
    width: 100%;
    padding: 5px 15px;
    background: white;
    border: 0;
    position: relative;
    z-index: 10;
    color: #000;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.styleselect:after {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    pointer-events: none;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

.styleselect select option { background-color: #fff; color: #333; }

/*
** Search input
*/
.search-input-container { margin: 0; padding: 10px 15px; width: 100%; background: #fff; line-height: normal; color: #000; position: relative; border: 1px solid #efefef;
    /*-webkit-box-shadow: inset 0px 1px 0px 0px rgba(233, 233, 233, 0.5);*/
    /*-moz-box-shadow: inset 0px 1px 0px 0px rgba(233, 233, 233, 0.5);*/
    box-shadow: inset 0px 1px 0px 0px rgba(233, 233, 233, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-input-container input[type="text"]:-ms-input-placeholder {line-height: 0;}

.search-input-container input[type="text"],
.search-input-container input[type="password"] { margin: 0; padding: 0; background-color: transparent; border: 0; width: 100%; padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-input-container button { margin: 0; padding: 0 0 0 1px; width: 30px; height: 100%; position: absolute; right: 0; top: 0; border: 0; background: transparent; text-align: left; color: #019ee3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-input-container button:after { content: "\f002"; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 18px; text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.search-input-container button span { display: none }

/*
** Sidebars
 */
.content-primary { margin: 0; padding: 50px 0 5px; }

.content-primary .widget { display: inline-block; margin: 0 0 30px; padding: 0 10px; width: 33.33336%; max-width: calc(100% / 3); position: relative; vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-primary .widget::nth-child(1n+3) { padding-right: 20px; }

.content-primary .widget::nth-child(3n+3) { padding-left: 20px; }

.content-secondary { margin: 0; padding: 0; }

.content-secondary:before { content: ""; display: block; height: 1px; background-color: #efefef; position: absolute; left: 0; right: 0; }

.bottom-widgets { margin: 0; padding: 0; height: 230px; background-position: center; background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom-widgets .widget:last-child { margin-bottom: 0; }

.bottom-widgets .widget-certificates { margin-top: 60px; margin-bottom: 60px; }

.footer-widgets { display: table; margin: 0; padding: 0; width: 100%; }

.footer-widgets .widget {display: inline-block; margin: 0; padding: 55px 40px 55px 43px; width: 33.33336%; max-width: calc(100% / 3); position: relative; vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-widgets .widget:after { content: ""; display: block; margin: 0; padding: 0; width: 1px; height: 100%; position: absolute; left: 2px; top: 0px; z-index: 4; background-color: #37444a; }

.footer-widgets .widget:before { content: ""; display: block; margin: 0; padding: 0; width: 2px; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 5; background-color: #48565d; }

.footer-widgets .widget:first-child { padding-left: 0; }

.footer-widgets .widget:first-child:after,
.footer-widgets .widget:first-child:before { display: none; }

.footer-widgets .widget:last-child { padding-right: 0; }

/**
 * Widgets
 */
.widget { margin: 0 0 30px; padding: 0; }

.widget .widget-title { text-transform: uppercase; font-weight: 900; font-size: 18px; }

.widget.dark { background-color: #3e4d54; color: #fff; }

.widget.dark .widget-title { margin-bottom: 0; color: inherit; font-size: 18px; line-height: 1.15em; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); }

.widget.dark .widget-header,
.widget.dark .widget-content,
.widget.dark .widget-footer { margin: 0; padding: 0 30px; }

.widget.dark .widget-header,
.widget.dark .widget-footer { text-align: center; }

.widget.dark .widget-header + div,
.widget.dark .widget-header + footer,
.widget.dark .widget-content + div,
.widget.dark .widget-content + footer { border-top: 1px solid #5d686c; }

.widget.dark .widget-header .widget-title { display: inline-block; padding-top: 25px; padding-bottom: 25px; border-bottom: 3px solid #fff; }

.widget.dark .widget-content { padding-top: 18px; padding-bottom: 18px; }

.widget.dark .widget-footer { padding-top: 18px; padding-bottom: 18px; }

.widget.dark h1,
.widget.dark h2,
.widget.dark h3,
.widget.dark h4,
.widget.dark h5,
.widget.dark h6 { color: inherit; }

.widget.dark a { color: inherit; }

.widget.dark .checked-list li:before { color: #176c95; }

.widget.blue { background-color: #019ee3; color: #fff; }

.widget.blue .widget-title { margin-bottom: 0; color: inherit; font-size: 18px; line-height: 1.15em; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); }

.widget.blue .widget-header,
.widget.blue .widget-content { margin: 0; padding: 0 30px; }

.widget.blue .widget-header,
.widget.blue .widget-footer { text-align: center; }

.widget.blue .widget-header + div,
.widget.blue .widget-header + footer,
.widget.blue .widget-content + div,
.widget.blue .widget-content + footer { border-top: 1px solid #1da8e5; }

.widget.blue .widget-header .widget-title { display: inline-block; padding-top: 25px; padding-bottom: 25px; border-bottom: 3px solid #fff; }

.widget.blue .widget-content { padding-top: 18px; padding-bottom: 18px; }

.widget.blue .widget-footer a { padding-top: 18px; padding-bottom: 18px; text-align: center; display: block; }

.widget.blue .widget-footer a:hover {text-decoration: none; background: #028ec9;}

.widget.blue h1,
.widget.blue h2,
.widget.blue h3,
.widget.blue h4,
.widget.blue h5,
.widget.blue h6 { color: inherit; }

.widget.blue a { color: inherit; }

.widget.blue .checked-list li:before { color: #176c95; }

.widget.white {border: 1px solid #efefee;}

.widget.white .widget-title {color: #019ee3; text-align: center; margin: 0; padding: 25px 0; border-bottom: 1px solid #efefee; font-size: 14px;}

.widget.white .widget-content {padding: 30px; font-family: "lato"; font-size: 14px; line-height: 28px;}

.widget.white .widget-content a:after {line-height: 24px;}

.widget-map { margin: 0; padding: 0;}

.widget-form .button { width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget-featured-block .widget-header { margin: 0 0 20px; padding: 0; }

.widget-featured-block .widget-header .widget-title { margin: 0; padding: 0; font-family: "lato", sans-serif; font-weight: 300; font-size: 18px; }

.widget-featured-block .widget-image { margin: 0 0 20px; padding: 0; }

.widget-featured-block .widget-image .image { display: block; margin: 0; padding: 0 0 61.02%; background-repeat: no-repeat; background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.widget-categories { margin: 0 auto 20px; padding: 35px 0px; }

.widget-categories .widget-inside { margin: 0; padding: 0 1px; position: relative; }

.widget-categories .widget-inside:after { content: ""; display: block; margin: -66px 0 0; padding: 0; height: 132px; width: 1px; background-color: #e0e0e0; position: absolute; left: 0; top: 50%; }

.widget-categories .widget-inside:before { content: ""; display: block; margin: -66px 0 0; padding: 0; height: 132px; width: 1px; background-color: #e0e0e0; position: absolute; right: 0; top: 50%; }

.widget-categories .widget-inside .bx-prev { position: absolute; margin-top: -25px; left: -50px; top: 50%; }

.widget-categories .widget-inside .bx-next { position: absolute; margin-top: -25px; right: -50px; top: 50%; }

.widget-categories .bx-controls .bx-prev,
.widget-categories .bx-controls .bx-next { width: 50px; height: 48px; line-height: 50px;}

.widget-categories .bx-controls .bx-next:before,
.widget-categories .bx-controls .bx-prev:before { font-size: 0.9em; }

.widget-contact-person .image { margin: 0 0 10px; padding: 0; }

.widget-contact-person .title { margin-bottom: 0px !important; padding-right: 0 !important; font-size: 16px; font-weight: 500; }

.widget-contact-person .job { display: block; margin: 0 0 10px; padding: 0; font-style: italic; }

.widget-contact-person .phone { display: block; font-size: 15px; color: inherit; font-weight: 600; }

.widget-contact-person .phone:before { color: #176c95 }

.widget-social .title-container .col-title { margin-right: 110px; }

.widget-social .title-container .col-title h3 { margin-bottom: 0; }

.widget-social .title-container .col-social { margin: -15px 0 0; padding: 0; max-width: 110px; height: 30px; position: absolute; right: 0; top: 50%; }

.widget-social .title-container .col-social .social-list .list-item a { font-size: 30px; }

.widget-social .title-container .col-social .social-list .list-item a:hover {color: #019ee3;}

.widget-clients { margin-bottom: 40px; }

.widget-directions .widget-footer { margin: 0; background-color: #019ee3; color: #fff; text-align: center; }

.widget-directions a { color: inherit; padding: 18px 0; display: block;}

.widget-directions a:hover {text-decoration: none; background-color: #028ec9;}

.widget-certificates { display: inline-block; }

.widget-certificates .widget-title { margin: 0; padding: 0; color: #019ee3; font-size: 16px; font-weight: 600; }

.widget-certificates .widget-inside { margin: 0; padding: 0; background-color: #fff; }

.widget-certificates .column { display: inline-block; margin: 0; padding: 0; vertical-align: middle; }

.widget-certificates .col-left { padding: 20px 25px; }

.widget-certificates .certificate-list .list-item { border-left: 1px solid #efefef; }

/*
** Map
*/
#map { margin: 0; padding: 0; min-height: 570px; }

#map .control-wrapper { width: 100%; height: 0px; position: absolute; left: 0; top: 0; }

#map .center-container { position: relative; }

#map .center-container .office-control { position: absolute; left: 0; top: 30px; }

#directions-map { margin: 0; padding: 0; min-height: 260px; }

/*
** Marker
*/
.marker { margin: 0; padding: 15px; max-width: 260px; }

.marker .entry-title { color: #019ee3; }

/*
** Map control
*/
.office-control { height: 51px; margin: 0; padding: 0; width: 370px; overflow: hidden; box-shadow: 0 2px 2px 0px rgba(27, 38, 40, 0.2);
    -webkit-box-shadow: 0 2px 2px 0px rgba(27, 38, 40, 0.2);
    -moz-box-shadow: 0 2px 2px 0px rgba(27, 38, 40, 0.2);
    -o-box-shadow: 0 2px 2px 0px rgba(27, 38, 40, 0.2);
    -webkit-transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    
}

.office-control .control-header { margin: 0; padding: 16px 30px; background-color: #fff; line-height: normal; color: #019ee3; cursor: pointer; position: relative; z-index: 5;}

.office-control .control-header .title { display: block; margin: 0; padding: 0; font-size: 14px; font-weight: 600; color: inherit; text-transform: uppercase; }

.office-control .control-header .title:after { content: "\f078"; display: inline-block; margin: 3px 0 0; padding: 0; float: right; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.office-control .control-content { margin: 0; padding: 0; background-color: #efefef; font-size: 13px; color: #0c0c0c;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
    transition: all 600ms cubic-bezier(0, 1, 0.5, 1);
}

.office-control .office-list { height: 249px; overflow-y: scroll; }

.office-control .office-list .list-item { padding: 14px 30px 13px; border-bottom: 1px solid #fbfbfb; border-top: 1px solid #d5d5d3; cursor: pointer; word-break: break-word; }

.office-control .office-list .list-item:last-child { border-bottom: 0; }

/*
** Open control
*/
.office-control.open { height: 300px; }

.office-control.open .control-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    
}

.office-control.open .control-header .title:after { content: "\f077"; }

/*
** Shortcodes
 */
.contact-shortcode { color: #727677; }

.contact-shortcode .title { font-family: "lato", sans-serif; font-size: 16px; text-decoration: none; line-height: normal; margin: 0 0 0.69em; color: #111; font-weight: 300;}

.contact-shortcode .item { margin: 0 0 20px; padding: 0; line-height: 20px;}

/*
** Lists
*/
.display-list { margin: 0; padding: 0; list-style-type: none; }

.category-list .list-item { text-align: center; }

.category-list .list-item a { color: #fff; text-decoration: none; }

.category-list .list-item .entry-image { display: block; margin: 0 0 -16px; padding: 1px; width: 178px; height: 178px; text-align: center; position: relative; }

.category-list .list-item .entry-image > img { margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.category-list .list-item .entry-header { display: inline-block; margin: 0; padding: 0 10px; height: 32px; background-color: #019ee3; position: relative; z-index: 5; }

.category-list .list-item .entry-title { margin-bottom: 0; line-height: 32px; color: inherit; }

.category-list .list-item:hover .entry-image { padding: 0; border: 1px solid #efefef; }

.category-list .list-item:hover .entry-header { background-color: #3e4d54; }

.post-list .list-item { margin: 0; padding: 30px 15px; border-top: 1px solid #efefef; }

.post-list .list-item .entry-title { margin: 0 0 10px; padding: 0; color: #019ee3; font-weight: 300; font-family: "lato";}

.post-list .list-item .entry-title a { color: inherit; text-decoration: none; }

.post-list .list-item .entry-meta { margin: 0 0 10px; padding: 0; }

.post-list .list-item .entry-content { margin: 0 0 10px; padding: 0; }

.post-list .list-item .entry-content .col-container { display: table; margin: 0; padding: 0; }

.post-list .list-item .entry-content .col-container .column { display: table-cell; margin: 0; padding: 0; vertical-align: top; }

.post-list .list-item .entry-content .col-container .col-image { padding-left: 35px; width: 180px; }

.post-list .list-item .entry-content .col-container .col-image img { max-width: 100%; height: auto; }

.post-list .list-item .date-published { color: #3f4d56; }

.date-published { text-transform: uppercase; font-size: 11px; color: #019ee3; }

.faq-container {
    padding: 20px 0;
}

.faq-list { margin: 0 0 30px; padding: 0; }

.faq-list .list-item { border-bottom: 1px solid #efefef; }

.faq-list .list-item .entry-header { margin: 0; padding: 15px 55px 15px 30px; background-color: #f9f9f9; cursor: pointer; position: relative; }

.faq-list .list-item .entry-header:after { content: "\f067"; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 14px; color: #ccc; text-rendering: auto; position: absolute; right: 30px; top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.faq-list .list-item .entry-header .entry-title { margin: 0 0 0 25px; padding: 0; font-size: 15px; color: #019ee3; text-transform: uppercase; position: relative; }

.faq-list .list-item .entry-header .entry-title:before { content: "\f059"; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 16px; text-rendering: auto; position: absolute; left: -25px; top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.faq-list .list-item .entry-content { margin: 0; padding: 0 55px 20px; display: none; }

.faq-list .list-item .entry-header:hover,
.faq-list .list-item .entry-header.active { background-color: transparent; }

.faq-list .list-item .entry-header:hover .entry-title,
.faq-list .list-item .entry-header.active .entry-title { color: #000; }

.faq-list .list-item .entry-header.active:after { content: "\f068"; color: #000; }

.col-container .col-content .vacancy-list { margin: 0 0 30px; padding: 0; }

.vacancy-list .list-item { margin: 0; padding: 15px 55px 15px 30px; background-color: #f9f9f9; border-bottom: 1px solid #efefef; color: #019ee3; cursor: pointer; position: relative; }

.vacancy-list .list-item:hover { background-color: #fff; color: #000 }

.vacancy-list .list-item:after { content: "\f054"; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 14px; color: #ccc; text-rendering: auto; position: absolute; right: 30px; top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vacancy-list .list-item:hover:after { color: inherit; }

.vacancy-list .list-item .readmore { font-size: 15px; color: inherit; text-decoration: none; text-transform: uppercase; position: relative; }

.vacancy-list .list-item .readmore:after { display: none; }

.language-list .list-item .language { display: block; margin: 0; padding: 0;}

.social-list .list-item { display: inline-block; margin-left: 15px; vertical-align: middle; }

.social-list .list-item:first-child { margin-left: 0 }

.social-list .list-item a { display: block; margin: 0; padding: 0; font-size: 30px; color: #fff; text-align: center; }

.social-list .list-item a:after { content: ""; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 1em; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.social-list .list-item a.facebook:after { content: "\f082"; }

.social-list .list-item a.twitter:after { content: "\f081"; }

.social-list .list-item a.linkedin:after { content: "\f08c"; }

.social-list .list-item a span { display: none; }

.share-this-list { margin: 0; padding: 0; list-style-type: none }

.share-this-list .list-item { display: inline-block; margin: 0 0 0 15px; padding: 0; vertical-align: middle; }

.share-this-list .list-item:first-child { margin-left: 0; }

.share-this-list .list-item .fa { font-size: 18px; }

.share-this-list .list-item .fa:hover {color: #019ee3;}

.share-this-list .list-item a { color: inherit; }


.client-list .list-item { text-align: center; }

.certificate-list { display: table; }

.certificate-list .list-item { display: table-cell; padding: 20px 25px; vertical-align: middle; }

/*
** Related posts
*/
.related-posts { margin: 0; padding: 0; }

.related-posts .title { font-family: "lato", sans-serif; font-weight: 400; color: #000 }

.related-posts .post-list .list-item { margin: 0 0 10px; padding: 0; border: 0; }

/*
** Blocks
*/
.block { background-color: #019ee3; color: #fff; }

.block .entry-title { margin-bottom: 0; color: inherit; font-size: 20px; line-height: 1.15em; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); }

.block .entry-header,
.block .entry-content,
.block .entry-footer { margin: 0; padding: 0 30px; }

.block .entry-header,
.block .entry-footer { text-align: center; }

.block .entry-header + div,
.block .entry-header + footer,
.block .entry-content + div,
.block .entry-content + footer { border-top: 1px solid #1da8e5; }

.block .entry-header .entry-title { display: inline-block; padding-top: 25px; padding-bottom: 25px; border-bottom: 3px solid #fff; font-weight: 600; }

.block .entry-content { padding-top: 18px; padding-bottom: 18px; }

.block .entry-footer { padding-top: 18px; padding-bottom: 18px; }

.block h1,
.block h2,
.block h3,
.block h4,
.block h5,
.block h6 { color: inherit; }

.block a { color: inherit; }

/*
** Address
*/
.address-container { margin: 0 0 0 -60px; padding: 0; }

.address-container .column { display: inline-block; margin: 0 0 0 60px; padding: 0; vertical-align: top; max-width: 145px; }

/*
** Share this
*/
.share-this-container { margin: 0; padding: 0; color: #b3b3b3; text-transform: uppercase; }

.share-this-container .inner { display: inline-block; margin: 0; padding: 20px 30px 0 0; border-top: 1px solid #efefef; }

.share-this-container p { display: inline-block; margin: 0; padding: 0; vertical-align: middle; }

.share-this-container .share-this-list { display: inline-block; margin-left: 25px; vertical-align: middle; }

/*
** Pagination
*/
.wp-paginate { display: block; margin: 0; padding: 0 45px; list-style-type: none; text-align: center; background-color: #f9f9f9; border: 1px solid #f0f0f0; position: relative; }

.wp-paginate li { display: inline-block; max-width: 50px; max-height: 50px; vertical-align: top; font-size: 15px; font-weight: 600; color: #019ee3; border-right: 1px solid #f0f0f0; }

.wp-paginate li a,
.wp-paginate li span { display: block; margin: 0; padding: 0; width: 50px; height: 50px; line-height: 50px; color: inherit; text-decoration: none; cursor: pointer; }

.wp-paginate .first-item + li { border-left: 1px solid #f0f0f0; }

.wp-paginate li:hover {background-color: #019ee3; color: #fff;}

.wp-paginate .first-item { position: absolute; left: 0; top: 0; width: 50px; height: 100%; border-right: 1px solid #f0f0f0; }

.wp-paginate .last-item { position: absolute; right: 0; top: 0; width: 50px; height: 100%; border-right: 0; border-left: 1px solid #f0f0f0; }

.wp-paginate .first-item a span,
.wp-paginate .last-item a span { display: none; }

.wp-paginate .first-item a:after { content: "\f053"; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 10px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.wp-paginate .last-item a:after { content: "\f054"; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 10px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.wp-paginate .current { background-color: #019ee3; color: #fff; }

/*
** Navigation
 */
.section-nav-menu { margin: 0; padding: 0; font-size: 14px; }

.section-nav-menu ul { margin: 0; padding: 0; list-style-type: none; border-top: 1px solid #f1f1f1; }

.section-nav-menu ul li { margin: 0; color: #019ee3; text-transform: uppercase; border-bottom: 1px solid #f1f1f1; font-family: "futura-lt", "lato", sans-serif;}

.section-nav-menu ul li:first-child { border-top: 0; }

.section-nav-menu ul li a { display: block; padding: 10px 0 10px 15px; color: inherit; text-decoration: none; }

.section-nav-menu ul li a:hover {background-color: #f5f5f5;}

.section-nav-menu ul li.current-post-item > a { background-color: #f9f9f9; color: #000; }

.section-nav-menu ul li.current-post-ancestor > a { background-color: #f9f9f9; color: #000; }

/*
** Navigation - second level
 */
.section-nav-menu ul ul { font-size: 0.93em; }

.section-nav-menu ul li li:last-child { border-bottom: 0; }

.section-nav-menu ul li li a { padding-left: 45px; }

.section-nav-menu ul li li a:before { content: "\203a"; display: inline-block; margin: 0 10px 0 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 1.5em; text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
** Client
*/
.client-container { margin: 0; padding: 0; border: 1px solid #efefef; }

.client-container .client-header { margin: 0; padding: 0; height: 60px; line-height: 60px; text-align: center; border-bottom: 1px solid #efefef; }

.client-container .client-header h3 { margin-bottom: 0; padding-right: 0; line-height: inherit; color: #019ee3; font-weight: bold; font-size: 14px; text-transform: uppercase; }

.client-container .client-content { margin: 0; padding: 30px 0 45px; position: relative; }

.client-container .client-content .bx-controls { margin-left: -5px; width: 100%; position: absolute; z-index: 5; bottom: -14px; text-align: center; }

/*
** Product filters
*/
.filter-container { margin: 0 0 30px; padding: 0; border: 1px solid #eee; }

.filter-container .product-search { margin: 0; padding: 10px; background-color: #f9f9f9; border-bottom: 1px solid #eee; }

.filter-container .filters { margin: 0; padding: 25px 20px 15px; }

.filter-container .filters .option-label { display: block; margin: 0 0 5px; padding: 0; font-size: 14px; color: #019ee3; text-transform: uppercase; cursor: pointer; }

.filter-container .filters .option-label:after {display: block; clear: both; content: '';}

.filter-container .filters .option-label input[type="checkbox"],
.filter-container .filters .option-label input[type="radio"] { margin-top: 8px; margin-right: 15px; vertical-align: top; float: left; }

.filter-container .filters .option-label span {display: block; float: left; width: 70%;}

.filter-container .filters .filter-item {margin-top: 20px;}

.filter-container .filters .filter-item:first-child {margin-top: 0;}

.filter-container .filters .filter-item .title { margin-bottom: 5px; font-size: 16px; color: #019ee3; text-transform: uppercase; }

.filter-container .filters .filter-item .filter-search {margin-bottom: 10px;}

.filter-container .filters .filter-item .show-more span {float: right; display: block; color: #019ee3; font-size: 11px; cursor: pointer;}

.filter-container .filters .filter-item .show-more:after {content: ''; display: block; clear: both;}

.filter-container .branch-search { margin: 0; padding: 10px; border-top: 1px solid #eee; }

/*
** Table
*/
.table { display: table; margin: 0; padding: 0; }

.table .thead { display: table-header-group; margin: 0; padding: 0; }

.table .tbody { display: table-row-group; margin: 0; padding: 0; }

.table .row { display: table-row; margin: 0; padding: 0; }

.table .cell { display: table-cell; margin: 0; padding: 0; }

/*
** Product table
*/
.product-table { display: table; margin: 0 0 20px; padding: 0; width: 100%; }

.product-table .thead .cell { padding: 0px 20px 10px; font-size: 11px; color: #a5b0b4; text-transform: uppercase; }

.product-table .tbody .cell { background-color: #f9f9f9; border-bottom: 1px solid #efefef; color: #019ee3; text-transform: uppercase; }

.product-table .tbody .cell a { display: block; color: #019bde;}

.product-table .tbody .cell a, .product-table .tbody .cell i {padding: 15px 20px; word-wrap: break-word;}

.product-table .tbody .row:first-child .cell { border-top: 1px solid #efefef; }

.product-table .tbody .row .cell {font-size: 14px;}

.product-table .tbody .row:hover .cell { background-color: #fff; color: #3f4c54; }

.product-table .sku-cell { width: 36%; max-width: 200px;}

.product-table .brand-cell { width: 23%; }

.product-table .group-cell { width: 23%; max-width: 120px; }

.product-table .stock-cell { width: 18%; text-align: center; }

.product-table .thead .cell {padding: 0 20px 0;}

.product-table .product-details .detail-item {font-size: 14px; color: #727677; text-transform: none;}

.product-table .product-details .detail-item .title {width: 50%; text-transform: capitalize;}

.product-form .gform_footer button[type="submit"] {float: left; margin-right: 15px;}

.product-form .question {margin-bottom: 30px;}

.product-form .question h2 {margin-bottom: 0;}

/*
** Categories
*/
.category-products .singular-container .two-columns-left > .col-content {position: relative; }

.category-products .overlay.loader {width: 110%; height: 110%; position: fixed; z-index: 10; background-color: rgba(255, 255, 255, 0.75); top: 0; left: 0;}

.category-products .loader .fa { position: absolute; top: 45%; left: 45%; font-size: 36px; color: #019bde;}

.category-products .singular-container .two-columns-left > .col-content.col-content-back {float: right; padding-top: 15px;}

.single-categories .filter-category {display: none;}

/*
** Product Page
*/
.page-template-template-home .singular-container.template-product {background: none; padding-top: 25px;}

.singular-container.template-product .two-columns-left > .col-left, .two-columns-right.template-product > .col-right {padding-top: 0px;}

.singular-container.template-product .two-columns-left > .col-left .product-image { margin-bottom: -1px; border: 1px solid #efefee; font-size: 100px; padding: 20px; text-align: center;}

.singular-container.template-product .two-columns-left > .col-left .product-image .image {width: 100%; height: auto;}

.singular-container.template-product .two-columns-left > .col-left .product-brand { text-align: center; margin-top: -36px; }

.singular-container.template-product .two-columns-left > .col-left .product-brand h2 {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    font-family: "lato", sans-serif;
    font-weight: 300;
    max-width: 210px;
}

.singular-container.template-product h1.singular-title {margin-left: 0;}

.product-details { margin-bottom: 20px; width: 100%; }

.product-details .row:first-child .cell { border-top: 1px solid #efefef; }

.product-details .cell { padding: 15px 20px; font-size: 14px; border-bottom: 1px solid #efefef; }

.product-details .label-cell {text-transform: capitalize;}

.product-details .detail-cell { width: 100%; color: #019ee3; text-transform: uppercase; }

.product-description {margin-bottom: 15px;}

.product-customer-portal {padding: 15px 0 30px; border-bottom: 1px solid #efefee; margin: 15px 0 0;}

.product-customer-portal h5 {font-size: 18px; font-family: 'lato'; color: #111;}

/*
** Stock
*/
.product-stock {color: #727677;}

.product-stock table {width: 100%;}

.product-stock table thead th {color: #a5b0b5; font-size: 13px; text-align: left; padding-bottom: 5px; text-transform: uppercase;}

.product-stock table tbody {background-color: #f9f9f9; border-bottom: 1px solid #efefee;}

.product-stock table tbody tr {border-top: 1px solid #efefee;}

.product-stock table tbody tr td {padding-left: 20px; font-size: 14px; color: #727677; line-height: 50px; text-transform: uppercase; }

.product-stock table tbody tr td:first-child { color: #019ee3; }

.product-stock table tbody tr td:nth-child(2) {padding-right: 20px; border-left: 1px solid #efefee;}

.stock-color-red {color: #de1010;}

.stock-color-orange {color: #ff9600;}

.stock-color-green {color: #55950b;}

.stock-color-blue {color: #019ee3;}

/*
** Stock icon
*/
.stock-icon { display: inline-block; margin: 0; padding: 0; background-color: #666; width: 12px; height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.stock-icon.available { background-color: #55930a; }

.stock-icon.limited { background-color: #fe9500; }

.stock-icon.unavailable { background-color: #de0e0c; }

/*
** Bxslider
*/
.bx-controls a { color: #fff; text-decoration: none; }

.bx-controls .bx-prev,
.bx-controls .bx-next { display: inline-block; margin: 0; padding: 0; width: 30px; height: 28px; background-color: #b2b2b2; border-bottom: 2px solid #8b8d8c; line-height: 30px; text-align: center; vertical-align: middle; font-size: 16px;
    box-shadow: 0 2px 2px 0px rgba(27, 38, 40, 0.2);
    -webkit-box-shadow: 0 2px 2px 0px rgba(27, 38, 40, 0.2);
    -moz-box-shadow: 0 2px 2px 0px rgba(27, 38, 40, 0.2);
    -o-box-shadow: 0 2px 2px 0px rgba(27, 38, 40, 0.2);
}

.bx-controls .bx-prev:hover,
.bx-controls .bx-next:hover {background-color: #3e4d54; color: #fff; border-color: #303c42;}

.bx-controls .bx-prev:before { content: "\f053"; display: inline-block; margin: 0 0 0 2px; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 0.8em; text-rendering: auto; vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-controls .bx-next:before { content: "\f054"; display: inline-block; margin: 0 0 0 6px; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 0.8em; text-rendering: auto; vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-image-container { display: block; margin: 0; padding: 0; color: #b1b1b1; font-size: 18px; border: 1px solid #efefef; position: relative; }

.product-image-container:after { content: "\f00e"; display: inline-block; margin: 0; padding: 0; font: normal normal normal 14px/1 FontAwesome; font-size: 1em; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; right: 10px; bottom: 10px; z-index: 5; }

.product-image-container .image { max-width: 100%; height: auto; }

/*
** Std
 */
.std .address-container,
.std .inline-menu { margin-bottom: 25px; }

.std img { max-width: 100%; height: auto; }

/*
** Site generator
*/
.site-generator .sep { display: inline-block; position: relative; margin: 0 25px; padding: 0; width: 2px; text-indent: -1234em; vertical-align: middle; }

.site-generator .sep:before { content: ""; display: block; margin: -8px 0 0; padding: 0; width: 1px; height: 16px; background-color: #43545c; position: absolute; top: 50%; left: 0; }

.site-generator .sep:after { content: ""; display: block; margin: -8px 0 0; padding: 0; width: 1px; height: 16px; background-color: #3d4c52; position: absolute; top: 50%; right: 0; }

/*
** Footer
*/
.footer { color: #8e9ba1; font-family: 'lato'; }

.footer a { color: #019ee3; }

.footer a:hover {color: #fff; text-decoration: none;}

.footer .button { color: #fff; overflow: hidden; white-space: nowrap; }

.footer-first { margin: 0; padding: 0; color: #bfd1d9; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAN0lEQVQIW2O08w35z4AFMIIkWFlZGVhZWBh+//nD8Pv3b7AysAQXJydcz7fv3xESOHXgtAObBACdoRo7RJDTXAAAAABJRU5ErkJggg==) top left repeat; }

.footer-first h1,
.footer-first h2,
.footer-first h3,
.footer-first h4,
.footer-first h5,
.footer-first h6 { color: #fff; text-transform: uppercase; }

.footer-first .address-container .title { margin-bottom: 0.67em; font-size: 14px; color: #019ee3; text-transform: none; font-weight: 400;}

.footer-first h3 {font-weight: bold; font-size: 16px;}

.footer-first .widget .std > h1,
.footer-first .widget .std > h2,
.footer-first .widget .std > h3,
.footer-first .widget .std > h4,
.footer-first .widget .std > h5,
.footer-first .widget .std > h6 { margin-bottom: 35px; }

.footer-first .widget-social .title-container { margin-bottom: 35px; }

.footer-first .widget-social .title-container h3 { margin-bottom: 0; }

.footer-last { margin: 0; padding: 20px 0; text-shadow: none; }

.footer .inline-menu .menu-item a:hover {text-decoration: none;}

/*
** Miscellaneous
*/
.center-container { margin-left: auto; margin-right: auto; max-width: 1180px; }

.widefat { width: 100% }

/*
** Clears
*/
.col-container,
.singular-content,
.gform_wrapper .gform_footer,
.clear { zoom: 1; position: relative; }

.col-container:after,
.singular-content:after,
.gform_wrapper .gform_footer:after,
.clear:after { display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden }

/*
** Notices
*/
.notify-message { clear: both; padding: 8px; margin-bottom: 2em; border: 2px solid #ddd; position: relative }

.notify-message p { margin: 0; }

.notify-message.error { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }

.notify-message.notice { background: #fff6bf;color: #514721;border-color: #ffd324; }

.notify-message.success { background: #e6efc2;color: #264409;border-color: #c6d880; }

.notify-message.error a { color: #8a1f11; }

.notify-message.notice a { color: #514721; }

.notify-message.success a { color: #264409; }

/*
** Mobile menu
 */
.header > .two-columns > .col-right.show-mobile .trigger { font-size: 24px; line-height: 35px; margin-bottom: 15px; background-color: #d2d2d2; padding: 5px 10px; color: #019ee3; }

.header > .two-columns > .col-right.show-mobile .trigger a { color: #019ee3; }

.header > .two-columns > .col-right.show-mobile .phone-trigger { margin-right: 20px; background-color: transparent; font-size: 18px; }

.header > .two-columns > .col-right.show-mobile .phone-trigger .fa:before { margin-right: 10px; }

.header > .two-columns > .col-right.show-mobile .phone-trigger .fa > span { font-family: "lato", Arial, sans-serif; }

.mobile-menu .search-form {margin: 20px 5px;}

.mobile-menu .main-menu-container, .mobile-menu .main-menu-container .main-menu {background: none; border: none;}

.mobile-menu .main-menu { margin-left: 25px; margin-right: 25px; width: auto; display: block;}

.mobile-menu .main-menu .menu-item {width: auto; float: none; border: none; background: none; max-height: none;}

.mobile-menu .main-menu .menu-item a { padding-left: 0; padding-right: 0; text-align: left; line-height: 35px; font-family: "futura-lt", "lato", sans-serif; font-weight: bold;}

.mobile-menu .main-menu .menu-item.fa-home:before {display: none;}

.mobile-menu .main-menu .menu-item.more > a {display: none;}

.mobile-menu .main-menu .menu-item-has-children > a:after {display: none;}

.mobile-menu .main-menu .menu-item-has-children:hover .sub-menu .menu-item {padding: 0;}

.mobile-menu .main-menu .sub-menu {display: block; width: auto; position: relative; top: 0; left: 0;}

.mobile-menu .main-menu .sub-menu .menu-item {width: auto; position: relative; max-height: none; }

.mobile-menu .main-menu .sub-menu .menu-item a {margin: 0; text-align: left;}

.mobile-menu .main-menu .sub-menu .menu-item:hover {background: none; left: 0; right: 0; margin: 0;}

.mobile-menu .login-container, .mobile-menu .language-container {padding: 0 25px;}

.mobile-menu .top-menu {border-top: 1px solid #fff; margin: 15px 25px;}

.mobile-menu .top-menu .menu-item {padding: 0;}

.mobile-menu .top-menu .menu-item:before {display: none;}

.mobile-menu .language-container .language-list {overflow: auto;}

.mobile-menu .language-container .language-picker .group li a {border-bottom: none; min-height: 35px;}

.mobile-menu .language-container .language-list, .mobile-menu .language-container .language-picker {vertical-align: top; display: block;}

.mobile-menu .language-container .language-picker .group {width: auto; position: relative; display: none;}

.mobile-menu .login-container {margin-top: 15px;}

.mobile-menu .login-container a {color: #fff; line-height: 35px;}

.mobile-menu .language-container .language-picker {margin: 15px 0; padding: 15px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}

.mobile-menu .language-container .language-picker .label {color: #fff; font-size: 14px;}

.mobile-menu .language-list .list-item .language {float: left; width: 28%;}

.mobile-menu .top-menu .menu-item {float: none; color: #fff; }

.mobile-menu .top-menu .menu-item a {color: #fff; text-transform: none; line-height: 35px; font-size: 14px;}

.mobile-menu-wrapper-overlay.active {display: block;}

.mobile-menu.active {z-index: 999; margin-right: 0;}

.mobile-menu-wrapper {-webkit-transition: all 0.2s; left: 0; position: relative;}

.mobile-menu-wrapper.active {left: -250px; }

.mobile-menu-wrapper-overlay.active {z-index: 998; opacity: 1; background-color: rgba(0, 0, 0, 0.5);}

/*need fix for mobile*/

.mobile-menu-wrapper-overlay { display: none; z-index: -1; opacity: 0; width: 100%; height: 100%; position: fixed;
    -webkit-transition: all 0.2s;
}

.mobile-menu { display: none; width: 250px; margin-right: -250px; background-color: #37444a; top: 0; right: 0; position: fixed; z-index: -1; overflow-y: scroll;
    -webkit-transition: all 0.2s;
}

.mobile-submenu-toggle { margin-bottom: 25px; }

.filters-toggle {width: 100%;}

.filters-toggle.close:after {content: "\f077";}

.filters-toggle.open:after {content: "\f078";}

.mobile-menu-wrapper-overlay.active,
.mobile-menu.active { display: block; height: 100%;}

/*
** Orange container
 */
.orange-container {padding: 30px; background-color: #f0611f;}

.orange-container, .orange-container a, .orange-container p {color: #fff; font-family: "futura-lt", "lato", sans-serif; font-size: 16px; font-weight: normal;}

.orange-container a {text-decoration: underline;}

.orange-container a:hover { color: #fff; text-decoration: none; }

.orange-container a.button {font-weight: bold; text-decoration: none; font-size: 13px;}

.orange-container .phone {margin-left: 30px; color: #fff; font-size: 16px; font-family: "lato", sans-serif; font-weight: bold;}

.orange-container .phone:before {font-size: 13px;}

/*
** No Stock container
 */
.no-stock-container.orange-container { margin: 0; padding: 30px; background: url(../images/no-stock.png) no-repeat #f0611f; background-position: top 30px right 30px;}

.no-stock-container.orange-container p { margin-bottom: 30px; margin-right: 130px; }

/*
** Brands
 */
.brands-list.list-blocks {width: 100%;}

.brands-list.list-blocks .brand-item { width: 14%; min-width: 130px; padding: 15px; border: 1px solid #e8e8e8; display: inline-block; vertical-align: top; margin: 0 15px 15px 0; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;}

.brands-list.list-blocks .brand-item:hover {border: 1px solid #ddd; border-color: #c6c6c6; box-shadow: 0 1px 1px rgba(0, 0, 0, .2);}

.brands-list.list-blocks .brand-item img {width: 100%; height: auto;}

.brands-list.list-blocks .brand-item h3 {text-align: center;}

.page-template-template-home .category-products .singular-container { background: none; padding-top: 0; padding-bottom: 0; }

.brands-list.default-list ul {padding-left: 15px;}

.brands-list.default-list a h3 {font-family: 'lato'; font-size: 16px; display: inline-block;}

.brands-list.default-list a:hover h3 {color: #019ee3; }

.single-brand .filter-brand {display: none;}

/**
 * Google maps
 */
.gmnoprint a:hover {
    background-color: transparent;
}

/*img[src*="http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"] {
   display: none;
}*/

#files .filterform { margin: 10px 0 10px 0; }

#files .filterform input {
    box-shadow: inset 0px 1px 0px 0px rgba(233, 233, 233, 1);
    border: 1px solid #b2b2b2;
    padding: 0 20px;
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
}

#files ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#files ul li a {
    display: block;
    padding: 20px 40px 20px 20px;
    background: #efefef;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    transition: 0.3s all ease-in-out;
    position: relative;
}

#files ul li a h4 {
    margin: 0;
}

#files ul li a:after { content: "\f019"; display: inline-block; margin: 0 10px 0 0; padding: 0; font: normal normal normal 18px/1 FontAwesome; font-size: 18px; text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    color: #b2b2b2;
    position: absolute;
    right: 17px;
    top: 20px;
}

#files ul li a:hover {
    border: 1px solid #b2b2b2;
}

#files ul li a:hover:after {
    opacity: 1;
}

.gfield.gform_validation_container.field_sublabel_below.field_description_below {
    display: none;
}


#menu-footermenu li {
    width: 100%;
}

.product-content .share-this .inner {
    display: block;
}

.product-content .faq-container .faq-list .list-item .entry-header .entry-title {
    text-transform: none;
    font-weight: bold;
}

.product-content .faq-container .faq-list .list-item .entry-header .entry-title:before {
    top: 3px;
}

.col-left .back {
    margin: 20px 0 20px 0;
    /*display: block;*/
}

.two-columns-right.template-product > .col-right {
    padding-top: 68px;
}

.singular-container .two-columns-left > .product-content {
    padding-top: 68px;
    position: relative;
}

.template-product .col-content .buttons {
    position: absolute;
    top: 68px;
    right: 0;
    padding: 0;
}

.template-product .col-content .buttons .offerscroll {
    margin: 0;
    /*display: none;*/
}

.template-product .title { width: 100%; display: block; padding-right: 140px; margin-bottom: 30px; box-sizing: border-box;}

/*.singular-container .two-columns-left > .col-left:after{ width: 100%; content: ""; clear: both;}*/
.template-product .title h1.singular-title { margin-bottom: 0; white-space: normal; }

.template-product .title .stockoptions { font-size: 14px; line-height: 24px; white-space: nowrap; display: block; }

.template-product .title .stockoptions span { display: inline-block; line-height: 24px;}

.template-product .title .stockoptions span:before {
    content: "\f058";
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.template-product .title .stockoptions span.divider {
    margin: 0 15px 0 10px;
    position: relative;
    height: 15px;
}

.template-product .title .stockoptions span.divider:before {
    content: "";
    height: 10px;
    border-left: 1px solid #666;
    position: absolute;
    left: 0;
    top: 5px;
}

.usps.mobile {
    margin-top: 40px;
}