body {
    color: #202020;
}

/* [HELPERS] */
.full-width {
    width:100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
        
}
.__display_none {
    display:none;
}
/* [END HELPERS] */
/* [ HEADER / NAV ] */
.cms-navbar-green .c-desktop-logo {
 display: none !important;
}

a {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.c-layout-footer.c-layout-footer-4 .c-footer .c-content-title-1 h3 {
    padding-left: 0;
    padding-bottom: 0;
}

.cms-navbar-green .c-desktop-logo-inverse {
 display: block !important;
}
.cms-navbar-white .c-desktop-logo-inverse {
 display: none !important;
}

.c-layout-header .c-navbar.cms-navbar-green {
    background: rgba(86,137,25,1) !important;
}
.c-layout-header .c-navbar.cms-navbar-green .c-brand {
    /*background: rgba(255,255,255,1) !important;*/
}
.c-layout-header .c-navbar.cms-navbar-white {
    background: rgba(255,255,255,0.8) !important;
}
.c-layout-header .c-brand {
    margin: 0px;
    line-height: 90px;
    height: 90px;
}


.c-layout-header-fixed .c-layout-page .c-layout-revo-slider {
    margin-top: -130px !important;
}
.c-layout-header.c-layout-header-6 {
    /*background: #FFF none repeat scroll 0 0;*/
    background:none;
    border-bottom: 0 none;
}
.c-layout-header.c-layout-header-6 .c-navbar {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 ;
}

.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile > .nav.navbar-nav > li > .c-link {
  color: #000;
}
.c-layout-header .c-navbar.cms-navbar-green .c-mega-menu.c-mega-menu-dark-mobile > .nav.navbar-nav > li > .c-link {
  color: #fff;
}

.c-page-on-scroll .c-layout-header.c-layout-header-6 {
    /*background: #2f353b none repeat scroll 0 0;*/
    background: none;
    border-bottom: 0 none;
    box-shadow: none;
}

.c-layout-header.c-layout-header-6 .c-topbar {
    padding:0px;
    border-bottom:1px solid #5dc09c;
}

.cms-permanent-links , .cms-search-container {
    display:inline-block;
    
}
.cms-permanent-links {
    position: relative;
    background-color:#5dc09c;
    width:100%;
}
.cms-permanent-links:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 34px solid white;
    border-left: 34px solid #5dc09c;
    width: 0;
}
.cms-permanent-links-divider {
    border-left:1px solid #fff;
}
.cms-search-container {   
    position:relative;
    top:0px;
    height:32px;
}
._cms_pages_search {  
    position:absolute;
    right:15px;
    top:2px;
}
.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu {
    float: right !important;
}
.c-page-on-scroll .c-logo h1 img , .c-page-on-scroll .c-logo img {
    width:175px;
    height:50px;
}
.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
    margin: 0px;
}

.c-layout-breadcrumbs-1 {
    background: #f7fafb none repeat scroll 0 0;
    padding: 5px 0;
}
.c-theme-nav li.c-active > a:not(.btn) {
    background-color: #f7f7f7 !important;
    color: #000000 !important;
}


/* [ / HEADER / NAV ] */
/* [ HEADINGS ]  */
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size:22px;
}
/* [ /HEADINGS ] */

/* [ SLIDER ] */
.tp-banner-container {
    /*height: 485px;*/
}
.c-layout-revo-slider .tp-banner {
/*    width:  100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    position: absolute;*/
}

/* [ /SLIDER ] */


.c-content-font-awesome-icon i {
    color: #32c5d2;
    font-size: 60px;
}

.c-content-feature-1 > h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 25px;
}

.c-content-title-1 > h2.c-font-uppercase {
    font-size: 30px;
}

.c-content-title-1 > h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 5px;
}

.c-content-title-1 > .c-line-right, .c-content-title-1 > .c-line-left {
    height: 3px;
    margin: 0 0 10px;
    width: 30px;
}
.c-content-title-1 > .c-line-right {
    height: 3px;
    margin: 0 0 10px;
    width: 30px;
    float:right;
}


.c-brand a, .c-brand h1, .c-brand img {
    line-height: normal;
    vertical-align: middle;
    display: inline-block !important;
    height: 70px;
    margin: 0;
    padding: 0;
}
.c-brand img {
    width: auto;
}

.c-logo h1 img, .c-logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}




.c-content-title-1 > h3 {
    font-size: 28px;
    margin: 0 0 5px;
}

.c-page-title h1 {
    margin-bottom:0px;
}

/* FOOTER */
footer .c-content-title-1 h2,
footer .c-content-title-1 h3 {
    color: #ffffff !important
}

footer .c-theme-bg {
    background: #FFFFFF none repeat scroll 0 0 !important;
}
.dropdown-menu {
    padding: 0px !important;
}
.dropdown-submenu > .dropdown-menu {
  margin-left: 0px;
}


.c-content-person-1 {
  background: #fff;
}

.c-bg-white .c-content-person-1 {
  background: #f9f9f9;
}

.c-bg-white .c-content-person-1.c-option-2 .c-body {
    background-color: #f9f9f9;
}

.c-layout-footer.c-layout-footer-4 .c-footer .cms_block_content,
.c-layout-footer.c-layout-footer-4 .c-footer .cms_block_content h1 a {
    color: #ffffff !important;
}


/* header - c-brand */


.c-layout-header-fixed .c-layout-page, 
.c-layout-header .c-layout-page {
    margin-top: 90px;
}

.c-page-on-scroll .c-layout-header.c-layout-header-4 {
   
}

.file-list ul li {list-style:none;}

.c-height-70px {
  /*height: 55px;*/
}

.c-content-media-1.c-margin-b-30 {
    margin-bottom: 30px;
}

.c-layout-breadcrumbs-1 .c-page-breadcrumbs {
  /*margin: 5px 0 0;*/
}


.cms_custom_button {
    border: 0;
    padding: 10px;
    background-color: #00a0d2;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
}
.cms_custom_button:hover,
.cms_custom_button:active,
.cms_custom_button:focus {
    background-color: #10b0e2;
    color: #fff;
    text-decoration: none;
}

.caption h3 {
    /*font-family: 'Raleway', sans-serif;*/
    text-transform: capitalize;
    font-weight:600 !important;
    letter-spacing: 0.001em;
}

.caption .c-font-white {
    /*color: rgba(0,0,0,0.6);*/
    text-shadow: 2px 8px 6px rgba(0,0,0,0.5), 0px -5px 35px rgba(0,0,0,0.6);
}
.c-content-testimonial-3 > .c-person > .c-person-detail > .c-position {
    text-shadow: 2px 8px 6px rgba(85,85,85,0.5), 0px -5px 35px rgba(85,85,85,0.6);
}

.c-layout-go-down { 
    position: fixed;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    left: 50%;
    margin-left: -24px;
    z-index: 10000;
    bottom: 20px;
    background-color: #fff;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    cursor: pointer;
}

.c-layout-go-down i {
    font-size: 38px;
    vertical-align: middle;
}
.c-content-divider {
    background-color:#7a838e;
}

.c-page-breadcrumbs > li > a:after {
    font-family: "FontAwesome";
    content:"\f105";
    margin-left:10px;
}


.c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler {
    background: #2e333a none repeat scroll 0 0;
    color: #fff;
    padding: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    top: 0;
    margin: 0;
}

.c-layout-header.c-layout-header-dark-mobile .c-brand > .c-hor-nav-toggler i {
    font-size: 24px;
    vertical-align: middle;
}

.c-layout-header.c-layout-header-3 .c-quick-search > span {
  color: #eee;
}

.c-mobile-logo {
    margin-left: 15px;
}

.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
  padding: 50px 10px 20px;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon {
  margin: 33px 5px 20px;
}



/* [ MENU ] */
.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li:first-child > .c-link,
.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    line-height: 90px;
    padding: 0 10px;
}
/* [ /MENU ] */

/* [ TOPBAR ] */
.cms-topbar-navigation-center {
    padding-left: -15px !important;
    padding-right: -15px !important;
}
.cms-topbar-navigation-center a {
    display:inline-block;
    padding:5px 8px;
}
.cms-topbar-navigation-center a:first-child {
    display:inline-block;
    padding:5px 8px;
    text-align:left;
}
.cms-topbar-navigation-center a:last-child {
    display:inline-block;
    padding:5px 8px;
    text-align:right;
}
/* [ /TOPBAR ] */

/* .c-layout-revo-slider-4 .tp-banner-container.tp-fullscreen {
    display: block !important;
    height: 0 !important;
    padding-bottom: 34% !important;
    position: relative !important;
    width: 100%;
}*/

  
.c-page-breadcrumbs > li > a:after {
    font-family: "FontAwesome";
    content:"\f105";
    margin-left:10px;
}


.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li .dropdown-submenu > a > .c-arrow, 
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li a.dropdown-toggle > .c-arrow {
    padding: 0;
    margin: 0;
    font-size: 20px;
    position: absolute;
}

.c-layout-footer.c-layout-footer-4.c-bg-footer-8 {
    background-size: cover;
}

.c-layout-header .c-brand {
    float: none;
    position: relative;
}

.c-layout-header .c-brand > .c-hor-nav-toggler {
    color: #fff;
    float: none;
    height: 40px;
    margin-top: -20px;
    position: absolute !important;
    right: 15px;
    top: 50% !important;
    width: 40px;
    line-height: 40px;
    padding: 0 !important;
}

.fancybox-overlay {
        z-index: 10000 !important;
    }
.fancybox-opened {
    z-index: 10001 !important;
}
.fancybox-close {
    z-index: 10002 !important;
}
    
/***** CUSTOM BLOCK BUTTON *****/
.cms-pages-custom-block-button .__inner .__button {    
    display:inline-block;
    background-color: #00549e;
    border: 1px solid #00549e;
    color: #fff;
    cursor: pointer;
    padding: 0px 25px !important;
    text-align: center;
    text-transform: lowercase;
    line-height: 50px;
}

.cms-pages-custom-block-button .__inner .__button:hover {
    background-color: #fff !important;
    border-color: black;
    color: black;
}    
._cms_button_align_left {}
._cms_button_align_right {text-align:right;}
._cms_button_align_center {text-align:center;}

/***** CUSTOM BLOCK BUTTON END *****/


/***** CUSTOM BLOCK ISOTOPE IMAGE *****/
.cms_pages_custom_block_isotop_image_container .cbp-wrapper {
/*    margin-left:15%;
    margin-right:15%;*/
}
.cbp-caption-zoom .cbp-caption-activeWrap.c-bg-dark-green {
    background-color: rgba(0, 102, 71, 0.5) !important;
}
.cbp-caption-zoom .cbp-caption-activeWrap.c-bg-light-green {
    /*background-color: rgba(139, 197, 63, 0.5) !important;*/
    background-color: rgba(86, 137, 25, 0.5) !important;
}
.cbp-caption-zoom .cbp-caption-activeWrap.c-bg-green-blue {
    background-color: rgba(95, 160, 135, 0.5) !important;
}
.cbp-caption-zoom .cbp-caption-activeWrap.c-bg-kahki {
    background-color: rgba(176, 199, 107, 0.5) !important;
}
.cbp-caption-zoom .cbp-caption-activeWrap.c-bg-dark-green .btn {
    background-color: rgba(0, 102, 71, 1) !important;
    color:#fff;
}
.cbp-caption-zoom .cbp-caption-activeWrap.c-bg-light-green .btn {
    /*background-color: rgba(139, 197, 63, 1) !important;*/
    background-color: rgba(86,137,25, 1) !important;
    color:#fff;
}
.cbp-caption-zoom .cbp-caption-activeWrap.c-bg-green-blue .btn {
    background-color: rgba(95, 160, 135, 1) !important;
    color:#fff;
}
.cbp-caption-zoom .cbp-caption-activeWrap.c-bg-kahki .btn {
    background-color: rgba(176, 199, 107, 1) !important;
    color:#fff;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap .__default_wrap_inner {
    display:none;
}

.cms_pages_custom_block_isotop_image_container {
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.cms_pages_custom_block_isotop_image_container .cbp-item.cms-margin-0px .cbp-item-wrapper {
    margin:0px;
}
.cms_pages_custom_block_isotop_image_container .cbp-item.cms-margin-5px .cbp-item-wrapper {
    margin:5px;
}
.cms_pages_custom_block_isotop_image_container .cbp-item.cms-margin-10px .cbp-item-wrapper {
    margin:10px;
}



/***** END: CUSTOM BLOCK ISOTOPE IMAGE *****/

/* CUSTOM BLOCK VIDEO */
.cms-custom-block-video.outer-container {
        /*border: 1px dotted black;*/
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .cms-custom-block-video .inner-container {
        /*border: 1px solid black;*/
        display: inline-block;
        position: relative;
    }
    .cms-custom-block-video .video-overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 0px;
        padding: 0px ;
        color: #FFF;
        padding-top:15%;
        height:100%;
        width:100%;
        /*background-color: rgba(50, 50, 50, 0.3);*/
    }
    .cms-custom-block-video .video-overlay h2 {
        color:#fff;
    }
    .cms-custom-block-video video {
        width: 100%;
        height: 100%;
    }
    .cms-custom-block-video .cms-custom-block-video-show {
        display:initial;
    }
/* END CUSTOM BLOCK VIDEO */

/*
*  FORMS / DEFAULT.INC
*/
.cms_forms .cms_form_group {}
.cms_forms .cms_form_group.cms_form_group_toggle {position:relative;}
.cms_forms .cms_form_group_toggle_container .cms_form_group_icon_toggle {
    cursor: pointer;
    
}

  
@media (max-width: 1280px) {
    .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li:first-child > .c-link,
    .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
        line-height: 90px;
        padding: 0 10px;
    }
    
    .c-layout-revo-slider-4 .c-main-title {
        font-size: 32px;
        line-height: 38px;
    }
    
    .c-navbar > .container , .c-topbar > .container {
        width: auto !important;
    }   
    

    /* [ SLIDER ] */
    .tp-banner-container.tp-fullscreen {
        height: 300px !important;
    }
    /* [ /SLIDER ] */
    
    .cms-pages-custom-block-hover-reveal-title {
        top: auto;
        bottom: 10%;
    }
}



@media (max-width: 991px) {
    

    .c-content-contact-1 > .row .c-body > .c-section {
        text-align: left;
    }
    h1, h2, h3{
        font-size: 20px !important;
        line-height: 24px !important;
    }
    
    .c-brand .c-logo {
        margin-left: 15px;
    }
    
    .c-layout-revo-slider-4 .c-main-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    
    .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li:first-child > .c-link,
    .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
        line-height: 45px;
    }

    .c-layout-breadcrumbs-1 .c-page-title {
      display: block;
    }
    .c-layout-header-fixed .c-layout-page, 
    .c-layout-header .c-layout-page {
        margin-top: 0;
    }
    .c-layout-header-fixed .c-layout-page .c-layout-revo-slider {
        margin-top: 0 !important;
    }
    
    .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile > .nav.navbar-nav > li > .c-link {
      color: #ebedf2;
    }

    .cms-permanent-links {
        margin-left: -15px;
        margin-right: -15px;
        display: block;
        width: auto;
    }


    .cms_sidebar {
        display: none;
    }
    .c-layout-header .c-navbar {
      height: 65px;
    }
    .c-layout-header.c-layout-header-3 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon, 
    .c-layout-header.c-layout-header-3 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
        color: #fff;
    }

    .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile > .nav.navbar-nav > li .dropdown-menu > li > a {
      color: #fff;
    }
    
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
        margin: 5px 0 5px;
        transition: margin 0.2s ease 0s;
    }

    .c-layout-header.c-layout-header-3 {
        background-color: #00a0d2 !important;
    }

    
    .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
        padding: 0px 15px 0px;
        line-height: 48px;
    }
    .c-layout-header .c-brand > .c-topbar-toggler, 
    .c-layout-header .c-brand > .c-search-toggler, 
    .c-layout-header .c-brand > .c-cart-toggler {
        padding: 0;
        margin: 0;
        line-height: 65px;
        height: 65px;
        width: 65px;
        text-align: center;

    }
    
    .c-layout-header .c-brand > .c-topbar-toggler > i, 
    .c-layout-header .c-brand > .c-search-toggler > i, 
    .c-layout-header .c-brand > .c-cart-toggler > i {
        font-size: 24px;
    }
    
    .c-layout-header.c-layout-header-dark-mobile .c-brand > .c-topbar-toggler:hover > i, 
    .c-layout-header.c-layout-header-dark-mobile .c-brand > .c-search-toggler:hover > i, 
    .c-layout-header.c-layout-header-dark-mobile .c-brand > .c-cart-toggler:hover > i {
        color: #ddd;
    }
    
    /* [ SLIDER ] */
    .tp-banner-container.tp-fullscreen {
        height: 300px !important;
    }
    /* [ /SLIDER ] */
    
    .cms-permanent-links:before {
        display:none !important;
    }
    .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler {
        background: #5dc09c;
        
    }
    .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler:hover > .c-line {
        color:#fff !important;
    }
    .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler:hover {
        background: #37735d;
    }
    

}



@media (max-width: 767px) { 
    
    .container {
        padding-left:5px !important;
        padding-right:5px !important;
    }
    .cms-toggle-menu-page-container .col-md-12 {
        padding-left:0px !important;
        padding-right:5px !important;
    }

    footer form .form-control {
        border-color: #fff !important;
        color: #fff !important;
    }
    
    footer form label {
        color: #a7a9ac !important;
    }
    
    footer p {
        color: #a7a9ac !important;
    }
    
    
    
    .sm-center-text {
        text-align: center;
    }
    
    ._cms_pages_search {
        top: 1px;
      }
    
    .cms_forms .cms_form_fields .cms_forms_field_container {
        display: block;
        width: auto !important;
    }
    
    .c-layout-revo-slider-4 .c-main-title {
        font-size: 18px !important;
        line-height: 20px !important;
    }
  
  /* [ SLIDER ] */
    .tp-banner-container.tp-fullscreen {
        height: 300px !important;
    }
    /* [ /SLIDER ] */
    
    .cms-search-container {
        text-align:center;
    }
    .cms-search-container ._cms_pages_search {
        position:initial;
        width:100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .cms-permanent-links:before {
        display:none;
    }
    
    .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler {
        background: #5dc09c;
    }
    .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler > .c-line {
        color:#fff !important;
    }
    .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler:hover {
        background: #37735d;
    }
    
    
    .cms-toggle-menu-item-label {
        display: block;
        font-size: 15px;
        min-height: 0;
        max-width: none;
        overflow: hidden;
        width: 105px;
    }
    
    .cms-toggle-menu-item-image {
        /*min-height: 85px;*/
        width: 105px;
    }

    .cms-toggle-menu-item-image > img {
        height: 75px;
        width: 75px;
    }
    
    .cms-toggle-menu-item-image:hover > img {
        height: 85px;
        width: 85px;
    }
    
    .cms-pages-toggle-navigation {
        height: 140px;
    }
    
    .c-layout-page img {
      max-width: 100% !important;
      height: auto !important;
    }
    
    .c-layout-footer.c-layout-footer-4.c-bg-footer-8 {
        background-image: none;
        background-color: #56606a;
    }
    
    .cms-pages-custom-block-hover-reveal .c-overlay-content h2 {
        font-size:18px !important;
    }
    
    .cms-pages-custom-block-hover-reveal .c-overlay-content ul.cms_bullet_arrow:before {
        left:-5px !important;
    }
    .cms-pages-custom-block-hover-reveal .c-overlay-content ul.cms_bullet_arrow li {
        padding-left:0px !important;
    }
    
    .c-content-tile-1 .c-tile-content.c-arrow-right:after , .c-content-tile-1 .c-tile-content.c-arrow-left:after {
        border:none !important;
        
        /*border-top-color: #4bbecb !important;*/
        /*border-left:none !important;*/
    }
    
    .fancybox-overlay {
        z-index: 1 !important;
    }
    .fancybox-opened {
        z-index: 8030 !important;
    }

    
} 

@media (max-width: 479px) { 
    .container {
        padding-left:5px !important;
        padding-right:5px !important;
    }
    .cms-toggle-menu-page-container .col-md-12 {
        padding-left:0px !important;
        padding-right:5px !important;
    }
    table {
        width:100% !important;
        border-collapse: collapse !important;
    }
    table.resp-tables , 
    .resp-tables  thead, 
    .resp-tables  tbody, 
    .resp-tables  th, 
    .resp-tables  td, 
    .resp-tables  tr {
        display: block; 
    }
    .resp-tables  thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .resp-tables  tr { 
        border: 1px solid #eee; 
    }
    .resp-tables  td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    .resp-tables  td:before 
    { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        font-weight:bold;
    }
    
    /* pages/facia-profiles/ */
    .facia-profiles td:nth-of-type(1):before {content:"Finished Size";}
    .facia-profiles td:nth-of-type(2):before {content:"Description";}
    .facia-profiles td:nth-of-type(3):before {content:"Length";}
    .facia-profiles td:nth-of-type(4):before {content:"Finishing";}
    
    /* pages/profiles/ */
    .weatherboard-profiles td:nth-of-type(1):before {content: "Description";}
    .weatherboard-profiles td:nth-of-type(2):before {content: "Finished Size";}
    .weatherboard-profiles td:nth-of-type(3):before {content: "Length";}
    .weatherboard-profiles td:nth-of-type(4):before {content: "Grade";}
    .weatherboard-profiles td:nth-of-type(5):before {content: "Treatment Type";}
    .weatherboard-profiles td:nth-of-type(6):before {content: "Finishing";}
    
    /* pages/room-trim-profiles/ */
    .room-trim-profiles td:nth-of-type(1):before {content: "Size";}
    .room-trim-profiles td:nth-of-type(2):before {content: "Grade";}
    .room-trim-profiles td:nth-of-type(3):before {content: "Treatment";}
    .room-trim-profiles td:nth-of-type(4):before {content: "Length";}
    .room-trim-profiles td:nth-of-type(5):before {content: "Finish";}
    
    /* pages/room-trim-profiles/ */
    .moulding-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .moulding-profiles td:nth-of-type(2):before {content: "Description";}
    .moulding-profiles td:nth-of-type(3):before {content: "Grade";}
    .moulding-profiles td:nth-of-type(4):before {content: "Length";}
    .moulding-profiles td:nth-of-type(5):before {content: "Treatment";}
    .moulding-profiles td:nth-of-type(6):before {content: "Finish";}
    
    .dowels-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .dowels-profiles td:nth-of-type(2):before {content: "Description";}
    .dowels-profiles td:nth-of-type(3):before {content: "Bundle Size";}
    .dowels-profiles td:nth-of-type(4):before {content: "Length";}
    
    .components-1-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .components-1-profiles td:nth-of-type(2):before {content: "Description";}
    .components-1-profiles td:nth-of-type(3):before {content: "Grade";}
    .components-1-profiles td:nth-of-type(4):before {content: "Length";}
    .components-1-profiles td:nth-of-type(5):before {content: "Treatment Type";}
    
    .components-2-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .components-2-profiles td:nth-of-type(2):before {content: "Description";}
    .components-2-profiles td:nth-of-type(3):before {content: "Grade";}
    .components-2-profiles td:nth-of-type(4):before {content: "Length";}
    .components-2-profiles td:nth-of-type(5):before {content: "Treatment Type";}
    
    .components-3-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .components-3-profiles td:nth-of-type(2):before {content: "Description";}
    .components-3-profiles td:nth-of-type(3):before {content: "Grade";}
    .components-3-profiles td:nth-of-type(4):before {content: "Length";}
    .components-3-profiles td:nth-of-type(5):before {content: "Treatment Type";}
    
    .components-4-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .components-4-profiles td:nth-of-type(2):before {content: "Description";}
    .components-4-profiles td:nth-of-type(3):before {content: "Grade";}
    .components-4-profiles td:nth-of-type(4):before {content: "Length";}
    
    
    .components-5-profiles td:nth-of-type(1):before {content: "To Fit";}
    .components-5-profiles td:nth-of-type(2):before {content: "Description";}
    .components-5-profiles td:nth-of-type(3):before {content: "Quantity";}
    
    
    .components-6-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .components-6-profiles td:nth-of-type(2):before {content: "Description";}
    .components-6-profiles td:nth-of-type(3):before {content: "Grade";}
    .components-6-profiles td:nth-of-type(4):before {content: "Bag";}
    
    
    .lam-1-profiles td:nth-of-type(1):before {content: "Size";}
    .lam-1-profiles td:nth-of-type(2):before {content: "Length";}
    .lam-1-profiles td:nth-of-type(3):before {content: "";}
    
    .lam-2-profiles td:nth-of-type(1):before {content: "Size";}
    .lam-2-profiles td:nth-of-type(2):before {content: "Length";}
    .lam-2-profiles td:nth-of-type(3):before {content: "Size";}
    .lam-2-profiles td:nth-of-type(4):before {content: "Length";}
    
    .post-1-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .post-1-profiles td:nth-of-type(2):before {content: "Description";}
    .post-1-profiles td:nth-of-type(3):before {content: "Length";}
    
    
    .post-2-profiles td:nth-of-type(1):before {content: "Finished Size";}
    .post-2-profiles td:nth-of-type(2):before {content: "Description";}
    .post-2-profiles td:nth-of-type(3):before {content: "Length";}
    .post-2-profiles td:nth-of-type(4):before {content: "Finishing";}
    
    .reveals-profiles td:nth-of-type(1):before {content: "Grade";}
    .reveals-profiles td:nth-of-type(2):before {content: "Length";}

    
    table td {
        vertical-align: top !important;
        padding-right:7px;
    }
    .c-content-box.c-size-sm , .c-content-box.c-size-md {
        padding:0px 0 !important;
    }
    .c-margin-b-30 {
        margin-bottom:10px !important;
    }
    .c-btn-uppercase.btn-md {
        font-size:14px !important;
        padding: 10px 10px 9px 10px !important;
    }
    .c-content-title-1 > .c-line-center {
        margin-bottom:5px !important;
    }
    .c-layout-header .c-brand img {
        height:50px;
    }
    .cms-permanent-links .c-btn-uppercase.btn {
        padding: 7px 10px 5px 10px;
    }
    .c-page-breadcrumbs {display:none !important;}
    .c-layout-breadcrumbs-1 .c-page-breadcrumbs > li {
        padding: 0px 2px 0px 2px !important;
    }
    .c-page-breadcrumbs li a , .c-page-breadcrumbs li {
        font-size:12px !important;
    }
    
    .cms-pages-toggle-navigation .cms-pages-toggle-menu-parent {
        width: 20%;
    }
    
    .cms-toggle-menu-item-label {
        width: auto;
        font-size:13px;
        
    }
    
    .cms-toggle-menu-item-image {
        width: auto;
    }
    
    .cms-toggle-menu-item-image > img {
        height: 100px;
        width: 100px;
    }
    
    .cms-toggle-menu-item-image:hover > img {
        height: 110px;
        width: 110px;
    }
    
    .cms-pages-toggle-navigation {
        /*height: 120px;*/
    }
    
    .cms-toggle-menu-page-container .cbp-l-project-title {
        margin-top:20px;
    }
    
    .cms-toggle-menu-item-image {
      /*min-height: 110px;*/
    }
       

    .c-layout-revo-slider-4 .c-main-title {
        margin-top:0px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
    
    .cms-pages-custom-block-hover-reveal .c-overlay-content h2 {
        font-size:16px !important;
    }
    
    .cms-pages-custom-block-hover-reveal .c-content-overlay .c-overlay-wrapper {
        padding-top:5px !important;
        padding-left:15px !important;
        padding-right:15px !important;
        
    }
    
    .cms-pages-custom-block-hover-reveal .c-overlay-content ul.cms_bullet_arrow:before {
        left:-5px !important;
    }
    .cms-pages-custom-block-hover-reveal .c-overlay-content ul.cms_bullet_arrow li {
        padding-left:0px !important;
    }
    
    .cms_pages_box_color .c-content-media-1 {
        padding:10px;
    }
    
    .fancybox-overlay {
        z-index: 1 !important;
    }
    .fancybox-opened {
        z-index: 8030 !important;
    }

    
    .cms-custom-block-video .video-overlay {
        /*display:none !important;*/
        width: 100% !important;
}
    .cms-custom-block-video video {
        width:100% !important;
    }

    
}

@media(min-width: 992px) {
    .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li > .c-link {
        font-size: 14px;
    }
    .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
        letter-spacing: initial; 
    }
}