/*
Theme Name: Sengi
Theme URI: http://sengi.colorbled.com/
Author: Colorbled, LLC
Author URI: http://colorbled.com/
Version: 1.0

--------------------------------------------------------------*/


.visible-sm{
  display:none;
}

.hidden-sm{
  display:block;
}

/* Search Overlay */

#hamburger-icon {
    position: fixed;
    top: 28px;
    left: 25px;
    height: 27px;
    width: 50px;
    cursor: pointer;
    display: block;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    z-index: 99999;
}
#hamburger-icon .line {
    position: absolute;
    display: block;
    background: #fff;
    width: 22px;
    height: 2px;
    left: 0;
    transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);
    -webkit-transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);
    -moz-transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);
}
#hamburger-icon .line.line-1 {
    top: 0px;
}
#hamburger-icon .line.line-2 {
    top: 7px;
}
#hamburger-icon .line.line-3 {
    top: 14px;
}
#hamburger-icon.active .line-1 {
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
    opacity: 0;
}
#hamburger-icon.active .line-3 {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
}
#search-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9)!important;
}
#search-overlay.active {} #search-overlay #searchoverlay {
    width: 480px;
    height: 70px;
    z-index: 99999999;
}
input#searchoverlay-submit {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    border: none;
    outline: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    color: #333;
    background-color: #fff;
    font-size: 18px;
    box-shadow: none;
    border-radius: 0px;
}
input#searchoverlay-field {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 0 18px;
    height: 70px;
    outline: 0;
    color: #333;
    border: none;
    border-right: 0;
    float: left;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0px;
}
#search-overlay input[type="text"]::-webkit-input-placeholder {
    color: #333;
}
#search-overlay input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    
    color: #333;
}
#search-overlay input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333;
}
#search-overlay input[type="text"]:-ms-input-placeholder {
    color: #333;
}
#searchform {
    position: relative;
}
@media screen and (max-width: 479px) {
    #search-overlay #searchoverlay {
        width: 320px!important;
    }
}
@media screen and (max-width: 320px) {
    #search-overlay #searchoverlay {
        width: 240px!important;
    }
}
/* Header Buttons */

header #logoSection {
    float: left;
    width: 100%;
    position: relative;
    display: block;
}
header #menuSection {
    float: left;
    width: 100%;
    position: relative;
    display: block;
}
.headerButtons {
    float: right;
}
#main-header.centered-header #main-navigation #menu-main-menu {
    display: inline-block;
}
#main-header.centered-header nav#main-navigation {
    width: 100%;
}
#main-header.centered-header .headerButtons {
    display: inline-block;
    float: none;
}
.headerSearch {
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 99999;
    padding: 36px 15px;
    line-height: initial;
    width: 40px;
}
.headerSearch i {
    display: block;
}
.headerPhone {
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 99999;
    padding: 36px 15px;
    line-height: initial;
    width: 40px;
}
.headerPhoneh i {
    display: block;
}
.headerEmail {
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 99999;
    padding: 36px 15px;
    line-height: initial;
    width: 40px;
}
.headerEmail i {
    display: block;
}
.sub-menu {
    text-align: left;
}
.phoneNumber {
    margin-left: 5px;
}
@media screen and (max-width: 767px) {
    .headerButtons {
        float: none;
        text-align: center;
        width: 100%;
    }
    .headerSearch {
        padding: 20px 15px;
    }
    .headerPhone {
        padding: 20px 15px;
    }
    .headerEmail {
        padding: 20px 15px;
    }
}
.tags a {
    margin-right: 15px;
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
}
/* Menu Widget */

.sub-menu {
    display: none;
}
#footer-header .widget_nav_menu {
    text-align: center;
}
#footer-header .widget_nav_menu li {
    display: inline-block;
    margin: 10px;
}
#footer-header .widget_nav_menu li a {}
/* Back to Top */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
a#back-to-top {
}
#back-to-top.show {
    opacity: .8;
}
#back-to-top:hover {
    opacity: 1;
}
.tagcloud a {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px!important;
    margin: 0px 2px 6px;
    display: inline-block;
}

/* Fat Footer */

#fat-footer {
    position: relative;
    float: left;
    width: 100%;
    line-height: 26px;
}

#fat-footer ul,
#fat-footer table {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
#fat-footer .widget_recent_entries li,
#fat-footer .widget_categories li,
#fat-footer .widget_archive li {
    border-bottom: 1px solid #ecebec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#fat-footer .widget_recent_entries li a,
#fat-footer .widget_categories li a,
#fat-footer .widget_archive li a {
    display: block;
}
#fat-footer .widget_categories li a,
#fat-footer .widget_archive li a {
    float: left;
    margin-right: 5px;
}
#fat-footer .widget_recent_entries a:before,
#fat-footer .widget_categories a:before,
#fat-footer .widget_archive a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
#fat-footer .widget_recent_entries a:hover,
#fat-footer .widget_recent_entries a:active,
#fat-footer .widget_recent_entries a:focus,
#fat-footer .widget_categories a:hover,
#fat-footer .widget_categories a:active,
#fat-footer .widget_categories a:focus,
#fat-footer .widget_archive a:hover,
#fat-footer .widget_archive a:active,
#fat-footer .widget_archive a:focus {
    padding-left: 15px;
}
h4.fat-title {
    margin-bottom: 30px;
}

#fat-footer h4 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #444;
}
#fat-footer li {
    margin-bottom: 10px;
}
#fat-footer #searchform {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
/* Footer Header */

#footer-header {
    position: relative;
    float: left;
    width: 100%;
}
#footer-header .widget-container {
    padding-bottom: 40px;
}
#footer-header ul,
#footer-header table {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
#footer-header .widget_recent_entries li {
    border-bottom: 1px solid #ecebec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#footer-header .widget_recent_entries li a {
    display: block;
}
#footer-header .widget_recent_entries a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
#footer-header .widget_recent_entries a:hover,
#footer-header .widget_recent_entries a:active,
#footer-header .widget_recent_entries a:focus,
{
    padding-left: 15px;
}
#footer-header a {
    font-size: 14px;
}
h4.fat-title {
    margin-bottom: 30px;
}
#footer-header h4 {
    margin-bottom: 30px;
}
#footer-header li {
    margin-bottom: 10px;
}
/* Main Footer */

#main-footer {
    position: relative;
    float: left;
    width: 100%;
}
#main-footer .widget-container {
    padding-bottom: 20px;
}
#main-footer ul,
#main-footer table {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
#main-footer h4 {
    margin-bottom: 30px;
}
/* #site-footer */

#site-footer {
    position: relative;
    float: left;
    width: 100%;
}
.push {
    clear: both;
}
/* Sidebar */

#sidebar .widget {
    float: left;
    width: 100%;
}
#sidebar ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}
#sidebar ul li {
    padding-bottom: 10px;
}
#sidebar .widget-title {
    margin: 40px 0;
}
/* vc */

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 40px;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 40px;
}
.vc_btn3-container {
    margin-bottom: 40px;
}
/* theme stuff */

section#comments {
    position: relative;
    float: left;
    width: 100%;
}

body.error404 #site-content {
    text-align: center;
}
input#searchsubmit {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    border: none;
    outline: 0;
    width: 51px;
    height: 51px;
    cursor: pointer;
    color: #fff;
    background-color: #37a8e0;
    font-size: 18px;
    box-shadow: none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
input#s {
    width: 100%;
    overflow: hidden;
    background-color: #fbfbfc;
    padding: 0 18px;
    height: 51px;
    outline: 0;
    color: #969696;
    border: 2px solid #f2f2f2;
    border-right: 0;
    float: left;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0px;
}
#searchform {
    position: relative;
}
h2.post-title {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #444;
}
h2.post-title a {
    color: #444;
}
body.archive .postMeta {
    background: #37a8e0;
    padding: 5px 10px;
    color: #caeeff;
    font-weight: 500;
    margin: 20px 0;
}
body.archive .postMeta .post-categories li a {
    color: #fff;
}
#content-wrapper {
    padding: 60px 0;
}
.page-header {
    background: #fbfbfc;
    padding: 20px 0;
}
#site-content {
    position: relative;
    float: left;
    width: 100%;
}
.page-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0;
}
#page {
    position: relative;
    float: left;
    width: 100%;
}
#postBanner {
    background: #333;
    color: #fff;
    text-align: center;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.postTitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 72px;
    font-size: 3.7vw;
}

.postMeta ul {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#postBanner .inner {
    padding: 200px 0;
    position: relative;
    z-index: 10;
}
#postBanner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}
#postContent {
    padding: 100px 0;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}
.postMeta .post-categories li {
    display: inline-block;
    padding: 0 5px;
}
.postMeta .post-categories li a {
    text-decoration: none;
    transition: color 0.3s;
}
#postBanner .social {
    padding-top: 20px;
}
#postBanner .social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #37a8e0;
    line-height: 40px;
    border-radius: 100px;
    transition: background 0.3s;
    text-decoration: none;
    margin: 0 8px;
}
#postBanner .social .fa {
    color: #fff;
}
#postBanner .social a:hover,
#postBanner .social a:focus,
#postBanner .social a:active {
    background: #CA4B42;
}
@media (min-width: 1920px) {
    #postBanner {
        background-size: cover;
    }
}

/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
#main-navigation> ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF #main-navigationposition=relative -> ul = container width, ELSE ul = 100% width */
    
    box-sizing: border-box;
}
#main-navigation> ul:before,
#main-navigation> ul:after {
    content: "";
    display: table;
}
#main-navigation> ul:after {
    clear: both;
}
#main-navigation> ul > li {
    float: left;
    padding: 0;
    margin: 0;
}
#main-navigation> ul > li a {
    text-decoration: none;
    padding: 25px 15px;
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
    color: #333;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: color 0.3s;
}
#main-navigation> ul > li a:hover,
#main-navigation> ul > li a:active,
#main-navigation> ul > li a:focus,
#main-navigation> ul > li.current_page_item a {
    color: #37a8e0;
}
#main-navigation> ul > li:hover {} #main-navigation> ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
#main-navigation> ul > li > ul:before,
#main-navigation> ul > li > ul:after {
    content: "";
    display: table;
}
#main-navigation> ul > li > ul:after {
    clear: both;
}
#main-navigation> ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
#main-navigation> ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
#main-navigation> ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
#main-navigation> ul > li > ul > li > ul:before,
#main-navigation> ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
#main-navigation> ul > li > ul > li > ul:after {
    clear: both;
}
#main-navigation> ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0;
    font-size: .8em;
}
#main-navigation ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#main-navigation> ul > li > ul > li > ul > li a {
    border: 0;
}
#main-navigation> ul > li > ul.normal-sub {
    width: 230px;
    left: auto;
    padding: 0px;
}
#main-navigation> ul > li > ul.normal-sub > li {
    width: 100%;
}
#main-navigation> ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 15px 15px;
    width: 100%;
}

#main-navigation> ul > li > ul.normal-sub > li a {
    float: left;
    position: relative;
}
#main-navigation> ul > li > ul > li > ul {
    left: 200px;
    opacity: 0;
    visibility: hidden;
    height: auto;
    display: table-cell;
    display: none;
    position: absolute;
    width: 200px;
    z-index: 9999;
}
#main-navigation> ul > li > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 0px;
    margin-left: 30px;
}
#main-navigation> ul > li > ul > li:hover ul ul {
    margin-left: 0px;
}
#main-navigation> ul > li > ul > li:hover ul ul li a {
    padding-left: 30px;
}
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* hide the link until viewport size is reached */

a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 400;
}
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}
.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mean-remove {
    display: none !important;
}
.meanmenu-reveal {
    margin: 0 auto!important;
    right: auto!important;
    position: relative!important;
}
.mean-container .mean-nav {
    background: #F2685E;
    margin: 0px!important;
}
.mean-container .mean-bar {
    background: #F2685E;
    padding: 0px;
}
/* custom menu stuff */
/* look for duplicates of all these classes */

#main-navigation {
    float: right;
}
#main-navigation> ul > li a {
    text-decoration: none;
    padding: 40px 15px;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #F19992;
}
header .logo img {
    padding: 5px 0;
}
header #main-header {
    float: left;
    width: 100%;
    position: relative;
    display: block;
}
#main-header.centered-header #main-navigation> ul > li {
    display: inline-block;
    float: none;
}
#main-header.centered-header {
    text-align: center;
}
#main-header.centered-header #main-navigation {
    float: none;
}
#top-bar {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background: #37a8e0;
    color: #fff;
    z-index: 20;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
}
#top-bar a {
    color: #fff;
}
#top-bar .socialLinks {} #top-bar .socialLinks a {
    color: #fff;
    width: 30px;
    float: left;
    display: inline-block;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#top-bar .socialLinks a:hover,
#top-bar .socialLinks a:active,
#top-bar .socialLinks a:focus {
    background: rgba(0, 0, 0, 0.08);
}
#top-bar .socialLinks a .fa {} #top-bar .second {
    text-align: right;
}
#main-footer .second {
    text-align: right;
}
.widget-container {
    display: block;
    position: relative;
    clear: both;
}
@media screen and (max-width: 991px) {
    #main-navigation> ul > li a {
        padding: 25px 8px;
        font-size: 11px;
    }
    .headerSearch {
        padding: 23px 15px;
    }
    .headerPhone {
        padding: 23px 15px;
    }
    .headerEmail {
        padding: 23px 15px;
    }
}
@media screen and (max-width: 767px) {

    #fat-footer .widget_categories li a,
    #fat-footer .widget_archive li a {
        float: none;
        margin-right: 0px;
    }
    #top-bar .socialLinks a {
        float: none;
    }
    header .logo {
        text-align: center;
        margin: 10px 0;
    }
    #main-header .menu,
    #main-header .left {
        padding: 0px;
    }
    #postBanner .inner {
        padding: 120px 0;
    }
    #top-bar * {
        text-align: center;
    }
    #top-bar {
        height: auto;
        height: initial;
    }
}
@media only screen and (min-width: 768px) {
    #main-header.standard-header .row {
        display: table;
        width: 100%;
        margin: 0px;
    }
    #main-header.standard-header [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
    }
    .fixedHeader {
        position: fixed!important;
        z-index: 9999;
        background: #fff;
        top: 0px;
    }
}
/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/

.gform_wrapper input,
.gform_wrapper select {
    background: #fdfdfe;
    border: 1px solid #ececec!important;
    border-radius: 0px!important;
    outline: none;
    color: #8C8C8C!important;
    padding: 5px 15px!important;
    box-shadow: none;
    height: 50px;
    font-style: italic;
}
.gform_wrapper textarea {
    background: #fdfdfe;
    border: 1px solid #ececec!important;
    border-radius: 0px!important;
    outline: none;
    color: #8C8C8C!important;
    padding: 15px!important;
    box-shadow: none;
    font-style: italic;
}
.gform_wrapper .gfield_required {
    color: #f25e55!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(241, 87, 77, 0.1)!important;
    border-bottom: 4px solid #f36c63!important;
    border-top: 0px!important;
    padding: 15px!important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #f36c63!important;
}
.gform_wrapper .validation_message {
    color: #f36c63!important;
}
.gform_wrapper div.validation_error {
    color: #f36c63!important;
    border-top: 2px solid #f36c63!important;
    border-bottom: 2px solid #f36c63!important;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
html,
body {
    height: 100%;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    
    font-weight: 400;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #37a8e0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:hover,
a:focus,
a:active {
    color: #157fb3;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.8
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_menu{
    display:none;
}

@media screen and (max-width:767px){
    .slicknav_menu {
        display:block;
    }
}

/* Top Bar Dropdown Menu */


#top-bar .menu-top-menu-container> ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF #top-bar .menu-top-menu-containerposition=relative -> ul = container width, ELSE ul = 100% width */
    
    box-sizing: border-box;
}
#top-bar .menu-top-menu-container> ul:before,
#top-bar .menu-top-menu-container> ul:after {
    content: "";
    display: table;
}
#top-bar .menu-top-menu-container> ul:after {
    clear: both;
}
#top-bar .menu-top-menu-container> ul > li {
    float: left;
    padding: 0;
    margin: 0;
}
#top-bar .menu-top-menu-container> ul > li a {
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: color 0.3s;
}
#top-bar .menu-top-menu-container> ul > li a:hover,
#top-bar .menu-top-menu-container> ul > li a:active,
#top-bar .menu-top-menu-container> ul > li a:focus,
#top-bar .menu-top-menu-container> ul > li.current_page_item a {
    color: #37a8e0;
}
#top-bar .menu-top-menu-container> ul > li:hover {} #top-bar .menu-top-menu-container> ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
#top-bar .menu-top-menu-container> ul > li > ul:before,
#top-bar .menu-top-menu-container> ul > li > ul:after {
    content: "";
    display: table;
}
#top-bar .menu-top-menu-container> ul > li > ul:after {
    clear: both;
}
#top-bar .menu-top-menu-container> ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
#top-bar .menu-top-menu-container> ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
#top-bar .menu-top-menu-container> ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
#top-bar .menu-top-menu-container> ul > li > ul > li > ul:before,
#top-bar .menu-top-menu-container> ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
#top-bar .menu-top-menu-container> ul > li > ul > li > ul:after {
    clear: both;
}
#top-bar .menu-top-menu-container> ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0;
    font-size: .8em;
}
#top-bar .menu-top-menu-container ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#top-bar .menu-top-menu-container> ul > li > ul > li > ul > li a {
    border: 0;
}
#top-bar .menu-top-menu-container> ul > li > ul.normal-sub {
    width: 230px;
    left: auto;
    padding: 0px;
}
#top-bar .menu-top-menu-container> ul > li > ul.normal-sub > li {
    width: 100%;
}
#top-bar .menu-top-menu-container> ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 15px 15px;
    width: 100%;
}


@media only screen and (min-width: 768px) {
    #top-bar .row {
        display: table;
        width: 100%;
        margin: 0px;
    }
    #top-bar [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
    }
}
#top_navigation ul li:hover > a {
    background-color: #eb1f10;
    color: #FFF!important;
}

#top-bar .menu-top-menu-container> ul > li > ul {
    background: #7db3cf;
    padding: 10px 0!important;
}
#top-bar .menu-top-menu-container> ul > li > ul.normal-sub > li a {
    padding: 5px 15px;
}
#top-bar .menu-top-menu-container> ul > li a {
    padding: 10px 15px;
}
#top-bar .menu-top-menu-container> ul > li > ul > li a {
    color: #fff!important;
}
#top-bar .menu-top-menu-container> ul > li a:hover,
#top-bar .menu-top-menu-container> ul > li a:active,
#top-bar .menu-top-menu-container> ul > li a:focus,
#top-bar .menu-top-menu-container> ul > li.current_page_item a {
    color: #fff;
}
.slicknav_menu {
    background: #2c6381;
}
.slicknav_btn {
    background-color: #2c6381;
}
.slicknav_menu .menu-mobile {
    display: none;
}
.slicknav_nav .slicknav_row:hover {
    background: #7db3cf;
    border-radius: 0px;
}
.slicknav_nav a:hover {
    background: #7db3cf;
    color: #fff;
    border-radius: 0px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 *  Owl Theme
 */
 
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #3894cc;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #eee;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3894cc;
}


/* Fixed Header */

@media (min-width:768px){

    #site-header.fixed-header{
        position:fixed;
        z-index:9999;
        background:none;
        width:100%;
    }

    #site-header.fixed-header #main-header{
        background:none!important;
    }

    #site-header.fixed-header *{
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    #site-header.fixed-header.smaller #main-header{
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
        box-shadow: 0 0 1px rgba(0,0,0,.4);
        background-color: #fff!important;
    }

    #site-header.fixed-header.smaller #main-navigation> ul > li a{
        padding-top:20px!important;
        padding-bottom:20px!important;
    }

    #site-header.fixed-header.smaller .headerSearch, #site-header.fixed-header.smaller .headerPhone, #site-header.fixed-header.smaller .headerEmail{
        padding-top:20px!important;
        padding-bottom:20px!important;
    }

    #site-header #main-header{
        padding-left:15px;
        padding-right:15px;
    }

}

.container{
    width:100%;
}

body{
    height:100%;
}

#page {
    overflow-x: hidden;
}

.columns{
    margin-top:0;
    margin-bottom:0;
}

.columns:last-child{
    margin-bottom:0;
}

body.admin-bar{
    padding-top:32px;
}

@media screen and (max-width: 600px){
    html #wpadminbar {
        margin-top:-46px;
    }

}

@media screen and (max-width: 782px){

    body.admin-bar{
        padding-top:46px;
    }

}

#pre-footer {
    position: relative;
    float: left;
    width: 100%;
}

#sub-footer {
    position: relative;
    float: left;
    width: 100%;
}