/*******************************************
Global Styles
******************************************/
#xs-indicator,
#sm-indicator,
#md-indicator,
#lg-indicator {
    display: none;
}
@media(min-width:1200px) {
    #lg-indicator {
        display: block;
    }
}
@media(min-width:992px) and (max-width:1199px) {
    #md-indicator {
        display: block;
    }
}
@media(min-width:640px) and(max-width:991px) {
    #sm-indicator {
        display: block;
    }
}
@media(max-width:639px) {
    #xs-indicator {
        display: block;
    }
}

body {
    margin:0px;
    padding:0px;
    font-size:15px;
    font-family: "Gotham A", "Gotham B";
    font-weight:100;
    background: #ccc;
}
h1,h2,h3,h4 {
    margin-top: 0px;
}

p {
   line-height:22px;
    margin-bottom:20px;
}

ul, ol {
    margin-left:0px;
    padding-left:0px;
}

.content ul {
    padding-left:20px;
    margin-bottom:20px;
}

.content-section {
    background:#fff;
}

li {

}

span {

}

strong {

}

.center-me {
    text-align: center;
}

.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.middle {
    vertical-align: middle;
}


img {
    max-width: 100%;
}


@media (max-width:1340px) {
    .content {
        /*padding-left:15px;
        padding-right:15px; */
    }
}

/*******************************************
COLUMNS
*******************************************/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding:0;
}

/*******************************************
ROW
******************************************/

.row {
    /*margin-top:30px;
    margin-bottom:30px;*/
}
/******************************************
BANNERS
*******************************************/

.BANNER.height-a .imageSlider{
    height: 600px;
}
.BANNER.height-b .imageSlider{
    height: 510px;
}
.BANNER.height-c .imageSlider{
    height:400px;
}
.BANNER.height-d .imageSlider{
    height:300px;
}


.BANNER .bx-wrapper .bx-viewport, .bx-wrapper ul li,
.BANNER .imageSlider {
    border:0px;
    box-shadow:none;
}

.BANNER .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.BANNER .bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background:#fff;
    border:2px solid #ffffff;
}

.BANNER .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:none;
    border:2px solid #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}



.BANNER h1 {

}

.BANNER .slide-content {

}

.BANNER.variation-2 .slide-content {
    background: rgba(255,255,255,0.7);
}

/******************************************
NAV_TIT_1
*******************************************/

.brand {
    max-width:250px;
}

.header-section.height-a {
    height:100px;
}

.header-section {

}

.navbar-toggle {
    margin:0px;
    padding:0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 74px;
    height: 11px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.NAV_TIT_1 .center-me-absolute-sm {
    position: absolute;
    left: 50%;
    margin-left: -125px !important;
    display: block;
}

.NAV_TIT_1 .brand {
    margin-top: 10px;
}

@media (max-width:991px) {
    .navbar-default {
        z-index: 10;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .NAV_TIT_1 .center-me-absolute-sm {
        position: relative;
        left: 0%;
        margin-left: 0px !important;
        display: block;
    }

    .NAV_TIT_1 .no-margin {
        margin-left:10px;
        margin-right:10px;
    }

    .NAV_TIT_1 .navbar-toggle {
        margin-top:10px;
    }
}

@media (min-width:992px) and (max-width:1340px) {

}

@media (min-width:992px) {

}

/*******************************************
FOOTER
*******************************************/
@media(min-width:992px) {
    .newwave {
        text-align: right;
    }
}


/*******************************************
FOOT_HT_IR_IR_1
*******************************************/
.FOOT_HT_IR_IR_1 {
    /*margin-top:65px;*/
}

.FOOT_HT_IR_IR_1 p, .FOOT_HT_IR_IR_1 a, .FOOT_HT_IR_IR_1 span {
  color:#fff;
}

.FOOT_HT_IR_IR_1 .social-image-repeater img {
    height: 38px;
    margin-right:10px;
}

.FOOT_HT_IR_IR_1 .logo-image-repeater img {
    height: 30px;
    margin-right: 10px;
    margin-bottom: 20px;
}

@media (max-width:639px) {

    .FOOT_HT_IR_IR_1 .logo-image-repeater img {
        height: 55px;
    }

}

/************************************
SIDEBAR LAYOUT
************************************/

.sidebar-menu {
    padding-left: 5%;
    padding-right: 0%;
}

.sidebar-menu ul {
    padding-bottom:40px;
    margin-top:45px;
    border-right:1px solid #eeeeee;
}

.sidebar-menu ul li a {
    color: #A8ADA5;
    margin-bottom: 7px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 15px;
    display: inline-block;
    min-width: 100px;
    width: auto;
    padding-bottom: 13px;
    border-bottom: 2px solid #ffffff;
    text-decoration:none;
}

.sidebar-menu ul li a:hover, .sidebar-menu ul li.active a {
    border-bottom: 2px solid #eee;
}

.sidebar-menu ul li.active a {
    font-weight:500;
}

.page-template-page-left-sidebar-php .sidebar-content {
    padding-left:45px;
    padding-right:45px;
}

.page-template-page-left-sidebar-php {

}

.sidebar-content .ONE-HT-2 .padding-top-c {
    padding-top:0px !important;
}

.sidebar-content .ONE-HT-2 .align-center  {
    text-align:left;
}

/******************************************
ALIGNMENT
******************************************/

.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

img.alignleft {
    float:left;
    margin-right:15px;
}

img.alignright {
    float:right;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

@media (min-width:768px) {
    .center-me-absolute-sm {
        position:absolute;
        left: 50%;
        margin-left: -151px !important;  /* 50% of your logo width */
        display: block;
    }
}
@media(min-width:640px) and (max-width:991px) {
    .center-me-sm {
        text-align:center;
    }
    .align-left-sm {
        text-align: left;
    }
    .align-right-sm {
        text-align: right;
    }

}

@media(max-width:639px) {
    .center-me-xs {
        text-align: center;
    }
    .align-left-xs {
        text-align: left;
    }
    .align-right-xs {
        text-align: right;
    }
}

/*******************************************
Menu Styles
*******************************************/
#menuIcon {
    float: right !important;
    background: url('../images/menu_big_icon_default.png') center center no-repeat;
    background-size: 60%;
    min-height: 230px;
    margin: 50px 0;
    width:25%;
}

.navbar-nav {
    margin-top: 25px;
}

.navbar-nav li ul li ul.dropdown-menu .menu-item:hover ~ #menuIcon {
    /*background-color: #FCB42E !important;*/
}


.navbar-nav li ul li ul.dropdown-menu .menuBigIcon {
    display: none;
}

.navbar-nav > li ul li:hover > .dropdown-menu {
    display:block;
    margin-left:160px;
}

.navbar-nav > li ul li a{
    font-size:15px;
    padding:6px 5px;
}

.caret {
    display: none;
}

.navbar-nav li ul li a .caret {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid green;
    display:inline-block;
    margin-top: -2px;
    margin-left: 10px;
}

.navbar-nav li ul li ul.dropdown-menu,
.navbar-nav li ul li:hover ul.dropdown-menu {
    width:100%;
    z-index:500;
    display: block;
    position: static;
    margin-left: 0px;
    padding-top: 15px;
}
.navbar-nav li ul li ul.dropdown-menu li,.navbar-nav li ul li ul.dropdown-menu li a{
    white-space:normal;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav li ul li.current-menu-item, .dropdown-menu > .active > a:focus,.dropdown-menu > .active > a,.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover  {
    /*background-color: #FCB42E;
    color: #FFFFFF;*/
}

.navbar-nav li.current-menu-item a{
    font-weight:bold;
}

.navbar-nav li.current-menu-item ul.dropdown-menu li a{
    font-weight:normal;
}

.navbar-nav li ul li a:hover {

}

.navbar-default {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 300;

}

.navbar-default .navbar-nav > li {

}

.navbar-default .navbar-nav > li:last-of-type {
    border-right: none;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
    /*background-color: #FCB42E;*/
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    font-size: 18px;
    text-align: center;
}

.navbar {
    margin-bottom: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
}

.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:focus {
    /*background-color: #FCB42E;*/
    color: #FFFFFF;
}

span.nav-seperator {
    padding-top:36px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background:none;
    box-shadow:none;

   /*background-color: #FCB42E;*/
    color: #FFFFFF;
}
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    /*color: #FCB42E;*/
}


.vc_responsive .wpb_row.home-panels-top .vc_span4 {
    padding-left:60px;
}


.navbar ul.dropdown-menu li ul li:first-child a:after {
    border:0px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default {
    background:none;
    border:none;
    box-shadow:none;
}

/*
.collapse.in {
    width: 100%;
}
*/

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: outside none none;
    font-size: 14px;
    text-align: left;
    background-color: #3C4155;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-clip: padding-box;
    padding-top: 28px;
    padding-bottom: 28px ;
    text-align: left;
    width: 100%;
    left: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none;
    /*background-color: #FCB42E;*/
    color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background:none;
    border:none;

}

.navbar-toggle {
    border:0px;
    border-radius: 0;
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

div.home-link {
    z-index: 99999;
}

#responsive-menu .responsive-menu li a {
    border-top: 1px solid #e2a12b!important;
}
#responsive-menu .responsive-menu li.current-menu-item > a, #responsive-menu .responsive-menu li.current-menu-item > .appendLink, #responsive-menu .responsive-menu li.current_page_item > a, #responsive-menu .responsive-menu li.current_page_item > .appendLink {
    background: #e2a12b!important;
}


/**********************************************************************************************************************
    Text Styles
**********************************************************************************************************************/


.font-color-1 {
    color: #FCB42E;
}
.font-color-2 {
    color: #B8BABB;
}
.font-color-3 {
    color: #c84ed9;
}
.font-color-4 {
    color: #6e8a57;
}
.font-color-5 {
    color: #70a3cf;
}
.font-color-6 {
    color: #b65b5e;
}
.font-color-7 {
    color: #FFFFFF;
}
.font-color-8 {
    color: #414042;
}

/**********************************************************************************************************************
    Button Styles
**********************************************************************************************************************/

a {
    margin: 0;
    padding: 0;

    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

a.button-color-1, a.button-color-2, a.button-color-3, a.button-color-4,
input[type="submit"] {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    min-width: 160px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
}

/**********************************************************************************************************************
    Brand colors
**********************************************************************************************************************/

    .brand-color-1 {
        background: #A8ADA5;
    }

    .brand-color-2 {
        background: #ffffff;
    }

    .brand-color-3 {
        background: #7d7d7d;
    }

    .brand-color-4 {
        background: #484848;
    }

    .brand-color-1 p, .brand-color-1 {
        color:#ffffff;
    }

    .brand-color-2 p, .brand-color-2 {
        color: #808080;
    }

    .brand-color-3 p, .brand-color-3  {
        color: #ffffff;
    }

    .brand-color-4 p, .brand-color-4  {
        color: #ffffff;
    }

    .brand-color-1 a, .brand-color-1 a, .brand-color-1 a, .brand-color-1 a {
        color: #ff974c;
    }

    .brand-color-1 a {

    }

    .brand-color-2 a {

    }

    .brand-color-3 a  {

    }

    .brand-color-4 a  {

    }


    .brand-color-1 a.button-color-1 {
        background:#ff974c;
        color:#fff;
    }

    .brand-color-2 a.button-color-2  {
        background:#ff974c;
        color:#fff;
    }

    .brand-color-3 a.button-color-3   {
        background:#ff974c;
        color:#fff;
    }

    .brand-color-4 a.button-color-4   {
        background:#ff974c;
        color:#fff;
    }

/**********************************************************************************************************************
    Link Styles
**********************************************************************************************************************/

.footer a {
    color: #FFFFFF;
}

.plain-background a {
    color: #FCB42E;
}

a.close-me {
    cursor: pointer;
}

/**********************************************************************************************************************
    Button Styles
**********************************************************************************************************************/

a {
    margin: 0;
    padding: 0;

    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 300;
    font-size: 15px;
}

a.read-more-button,
input[type="submit"] {
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    margin-bottom: 20px;
    min-width: 130px;
    text-align:center;
}
a.read-more-button:hover,
a.read-more-button:focus,
input[type="submit"]:hover {
    text-decoration: none;
}

.light-background a.read-more-button {
    background-color: #0095D6;
}

a.read-more-button.button-color-1 {
    /*background-color: #FCB42E;*/
}

a.read-more-button.button-color-2 {
    background-color: #0095D6;
}

a.read-more-button.button-color-3 {
    background-color: #1C75A3;
}

a.read-more-button.button-color-4 {
    background-color: #6e8a57;
}

a.read-more-button.button-color-5 {
    background-color: #70a3cf;
}

a.read-more-button.button-color-6 {
    background-color: #b65b5e;
}

/********************************************************
HEADINGS AND SUBHEADINGS
******************************************************/

h1, h2, h3, h4, h5 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;

}

h1, h2, h3 {
    margin-bottom:20px;
}

h4 p {
    margin-bottom:0px;
    line-height:16px;
}

h4, h5 {
    margin-bottom:15px;
}

.subheading {
    margin-top:15px;
    padding-top:0px;
    font-style:italic;
    font-size:13px;
    font-weight:100;
}

/********************************************************
BANNERS - SLIDERS Vertical alignment
******************************************************/
.imageSlider {
    display: table;
    width: 100%;
}
.imageSlider .slider-center-me-vertically {
    display: table-cell;
    vertical-align: middle;
}


/********************************************************
3_IHSTBR_2
******************************************************/


.THREE-IHSTBR-2 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    opacity: 0;
}
.THREE-IHSTBR-2 div.height-holder img {
    width: 100%;
    height: auto;
    opacity: 0;
}

.THREE-IHSTBR-2 a.heading-link,
.THREE-IHSTBR-2 a.heading-link:hover {
    cursor: pointer;
    position:absolute;
    bottom: 30px;
    left: 0;
    background: rgba(145, 195, 99, 0.9);
    padding: 25px;
    z-index: 999;
    text-decoration: none;
}
.THREE-IHSTBR-2 a.heading-link h3 {
    margin: 0px;
}

/****************************************************
CTA
****************************************************/

.CTA_4 a.read-more-button {
    width: 100%;
}


/****************************************************
CONTENT
****************************************************/

/*** CONTENT_5 ***/
.CONTENT_5 .timeline-description {
    border-left: 1px solid #fefefe;
    padding-left: 30px;
}
.CONTENT_5 .timeline-item:last-of-type .timeline-description {
    border: none;
}
.CONTENT_5 .timeline-description::before {
    content: "";
    display: block;
    background: url('../images/timeline_bullet.png');
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0px;
    left: -8px;
}

/*** CONTENT_7 ***/
div.carousel-tab {
    display: none;
}
div#tab1 {
    display: block;
}

.owl-nav {
    position: absolute;
    top:50%;
    background: red;
    width: 100%;
}
.owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}
.owl-nav .owl-next {
    position: absolute;
    right: -50px;
}


/********************************************************
GALLERIES
********************************************************/
a.gallery {
    display: none;
}
a.gallery:nth-child(1) {
    display: block;
}

@media(min-width:992px) {
    a.gallery {
        position: absolute;
        top: 10px;
        bottom: 10px;
        width: 100%;
    }
    a.gallery > img {
        opacity: 0;
    }
}
@media(max-width:639px) {
    .thumb.padding-1:nth-child(odd) {
        padding-left: 0;
    }
    .thumb.padding-1:nth-child(even) {
        padding-right: 0;
    }
}


/*******************************************************
FORMS
*******************************************************/

input,
textarea {
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    padding: 10px;
    margin-bottom: 20px;
}
input[type="submit"] {
    width: auto;
}

/******************************************************
2_COLUMNS
******************************************************/

/***** 2_COLUMNS_5 *****/
div.rounded-number {
    position: relative;
    display: table;
    width: 50px;
    max-width: 100%;
    height: 50px;
    max-height: 100%;
    border: 1px solid #fff;
    border-radius: 40px;
    margin: 0 auto;
}
div.rounded-number > p {
    display: table-cell;
    vertical-align: middle;
}
div.number-container:after {
    content:"";
    position: absolute;
    /*z-index: -1; */
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px dotted #ff0000;
    transform: translate(-50%);
}


/*****************************************************
CTA_S
*****************************************************/
@media(min-width:992px) {
    .CTA_2 .heading-block {
        border-right: 1px solid #fff;
    }
}



/******************************************************
HEADERS
******************************************************/

.NAV_3 {
    height: 90px;
}
.NAV_3 .navbar-header {
    width: 300px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    text-align: center;
}
.NAV_3 .brand {
    max-width: 250px;
    max-height: 70px;
    padding: 10px 0;
}

@media(min-width:992px) {
    .NAV_3 {
        padding-left: 80px;
        padding-right: 80px;
    }
    .NAV_3.navbar-default .navbar-nav > li > a {
        padding: 35px 25px;
    }
}