
html, body {
    color: #222222;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 { 
    display: block;
    width: 100%;
    font-weight: 500; 
    text-transform: uppercase; 
    color: #222222;
}
/*h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }*/

h1 { font-size: 2.300em; }
h2 { font-size: 2.000em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.067em; }
h5 { font-size: 1.000em; }
h6 { font-size: 0.933em; }

.c-white { color: #ffffff; }
.c-green { color: #3bae49 }
.c-lgrey { color: #E4E8E8; }
.c-grey { color: #999999; }
.c-dgrey { color: #353435; }
.c-black { color: #231f20 }


li { line-height: 1.8em; }

section, footer {  width: 100%; display: block; margin: 0 auto;  }
section { padding-top: 50px; padding-bottom: 50px; background-color: #fff; color: #0C121C; }
a:hover, a:focus, a:visited { text-decoration: none; }
p { line-height: 1.8em; margin: 0 0 20px; font-weight: 300; }
hr { height: 2px; width: 50px; margin: 25px 0; border-color: #3bae49; }
article { overflow: hidden; }
form {  }
label { text-transform: uppercase; }

select { 

    min-height: 30px;

    padding: 0 10px 0 10px !important; 
    border-radius: 0; 
    box-shadow: none; 
    font-size: 1.25em; 
    height: auto; 
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23222222'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 12px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;

    background-position-y: 60%;
}


select.grey { 

    border-radius: 0; 
    box-shadow: none; 
    font-size: 1.25em; 
    height: auto; 
    background-position: calc(100% - 10px) center;
    
    background-repeat: no-repeat;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;

    background-color: #999999;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23ffffff'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 12px;

    background-position-y: 60%;
}

select.green { 
    padding: 0 10px 0 10px !important; 
    border-radius: 0; 
    box-shadow: none; 
    font-size: 1.25em; 
    height: auto; 
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    color: #ffffff;

    background-color: #3bae49;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23ffffff'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 12px;

    background-position-y: 60%;
}



small { font-size: 10px; margin-top: 20px; line-height: 1.7em !important; margin: 15px 0 0; display: block; }

a { color: #3bae49; }
a:hover, a:focus { color: #3bae49; }



.image-full { width: 100%; height: auto; }
.relative { position: relative; }
.nav-tabs > li > a { border-radius: 0; color: #353435; font-weight: bold; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #FFF; background-color: #353435; }
.nav-tabs > li > a:hover { color: #0C121C; }
.tab-content { color: #0C121C; }
.collapsed:hover, .collapsed:focus, .collapsed:visited { text-decoration: none; }
.thumbnail { border-radius: 0; }
.label-default { background-color: #353435; }

.fa-angle-down { margin-left: 5px; }
.fa-angle-up { margin-left: 5px; }

.enquire {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('enquire.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.enquire form { color: #FFF; }

.form-control:not(select) { border-radius: 0; box-shadow: none; font-size: 1.25em; height: auto; }






/* Buttons */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    background-color: #3bae49;
    color: #fff;
    border: 0;
    min-width: 100px;
    margin: 5px 0;
}
.btn:hover { background-color: #0C121C; color: #FFF; }

.btn-secondary {
    background: transparent;
    color: #222;
    border-color: #222;
}
.btn-secondary:hover {}

.btn-white-o {
    background: transparent;
    color: #fff;
    border-width: 2px;
    border-color: #FFF;
}
.btn-white-o:hover {}

.dark { background: #353435; color: #FFF; }
.dark .btn:hover {  background-color: #FFF; color: #0C121C; border-color: #FFF; }



.btn-green-o {
    background: transparent;
    color: #fff;
    border: solid 2px #3bae49;
}
.btn-white-o:hover { background: #3bae49; }












.read-more { margin-top: 20px; padding: 5px 10px; font-size: 0.8em; }
.read-more .fa { vertical-align: -10%; }

.content-padding { padding-top: 75px; padding-bottom: 75px; }
.container-parent { width: 85%; margin: 0 auto; }
.bordered-title-margin { margin-bottom: 75px; display: block; width: 100%; }
.bordered-title-light { font-size: 36px; }
.bordered-title-dark { border-top: 1px solid #0C121C; border-bottom: 1px solid #0C121C; font-size: 36px; display: inline; }


.hero-video-section { position: relative; height: 700px; padding: 0; }
.hero-video-section video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    background-size: cover;
    position: absolute;
    overflow: hidden;
    object-position: 50% 50%;
}
.hero-video-section a:not(.scroll-down) { }
.hero-video-section .video-slider ul { list-style: none; margin: 0; padding: 0; }
.hero-video-section .video-slider ul li > a { background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
.hero-video-section .video-slider-index { position: absolute; bottom: 10px; right: 20px; z-index: 150; }
.hero-video-section .video-slider-index span {
    font-size: 1.5em;
    font-weight: 600;
    color: #FFF;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.5s, color 0.5s;
    text-shadow: 1px 1px #0C121C;
    text-shadow: 1px 1px rgba(12, 18, 28, 0.25);
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.hero-video-section .video-slider-index span:last-child { margin-right: 0; }
.hero-video-section .video-slider-index .active { transform: scale(1.5); color: #FFF; }
.hero-video-section .video-slider-tag {
    text-shadow: 1px 1px #231f20;
    position: absolute;
    padding: 0 100px;
    font-size: 7em;
    display: none;
    height: 100%;
    color: #FFF;
    z-index: 50;
    left: 0;
    top: 0;
}
.hero-video-section .video-slider-tag span { display: table-cell; vertical-align: middle; }

.scroll-down {
    bottom: 0;
    left: 50%;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    background-color: #0C121C;
    background-color: rgba(0,0,0,0.75);
    transform: translateX(-50%);
    padding: 5px 15px 0;
    font-size: 36px;
    z-index: 150;
}
.scroll-down:hover, .scroll-down:focus, .scroll-down:visited { color: #FFF; }

.single-video-section { position: relative; height: 50vh; }

.main-nav {
    z-index: 999;
    background-color: #FFF;
    border-bottom: 1px solid #EEF1F1;
}
.main-nav-logo { padding: 23px 0; display: block; }
.main-nav-logo img { max-height: 60px; width: auto; margin: 0 auto; }
.col-nav-logo, .col-nav-links { float: left; }

.col-nav-links { width: 100%; color: #0C121C; }
.col-nav-links div {  }
.col-nav-links ul { margin: 0; padding: 0; list-style: none; }
.col-nav-links ul li a {  
    color: #353435; 
    text-transform: uppercase; 
    font-weight: 700; 
    letter-spacing: 0.1em;
}

.col-nav-links .main-nav-contact, .col-nav-links .main-nav-links { float: right; }
.col-nav-links .main-nav-contact > li, .col-nav-links .main-nav-links > li { display: block; float: left; text-align: center; }
.col-nav-links .main-nav-contact > li > a,
.col-nav-links .main-nav-links > li > a { transition: background-color 0.5s; }
.col-nav-links .main-nav-contact > li > a:hover,
.col-nav-links .main-nav-links > li > a:hover,
.col-nav-links .main-nav-contact > li > a:focus,
.col-nav-links .main-nav-links > li > a:focus { background-color: #E4E8E8; text-decoration: none; }
.col-nav-links .main-nav-contact > li a { display: block; height: 35px; line-height: 35px; padding: 0 20px; }
.col-nav-links .main-nav-contact > li:last-child a { background-color: #0C121C; color: #FFF; }
.col-nav-links .main-nav-links { width: 100%; float: none; display: table-cell; }
.col-nav-links .main-nav-links > li {  }
.col-nav-links .main-nav-links > .search-btn { border-right: 0; }
.col-nav-links .main-nav-links > li > a {
    height: 40px;
    font-size: 11.5px;
    vertical-align: middle;
    border-right: 1px solid #EEF1F1;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
}

.col-nav-links .main-nav-links > li:last-child > a {
    border-right: 0;
}

.col-nav-links .main-nav-links > .search-btn a { font-size: 16px; }
.col-nav-links .main-nav-links > li.active > a { background-color: #E4E8E8; text-decoration: none; }

.col-nav-links .search-form { position: absolute; right: 0; bottom:0; height: 40px; z-index: -100; }
.search-form-wrapper { width: 100%; height: 100%; position: relative; overflow: hidden; }
.search-form form { padding: 0; height: 100%; position: absolute; width: 100%; right: -100%; background-color: #FFF; }
.search-form form > a { line-height: 40px; text-align: center; }
.search-form form > a,
.search-form form > a:visited { color: #0C121C !important; }
.search-form form > a,
.search-form form > button { width: 5%; background-color: transparent; border: 0; font-size: 16px; transition: background-color 0.5s; }
.search-form form > a:hover,
.search-form form > button:hover { background-color: #E4E8E8; }
.search-form form > input { width: 90%; font-size: 14px; font-weight: 400; border: 0; padding-left: 10px; box-sizing: border-box; }
.search-form form > input:focus { outline: none; box-shadow: 0 0 0 #FFF; }
.search-form form > a,
.search-form form > button,
.search-form form > input { float: left; height: 100%; }

.main-nav .show { display: block; }

.main-nav-dropdown {
    z-index: 999;
    left: 0;
    width: 200%;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #EEF1F1;
    box-sizing: border-box;
    display: none;
}
.main-nav-dropdown li { display: table; width: 100%; }
.main-nav-dropdown li a {
    width: 100%;
    font-size: 11px;
    padding: 15px 12px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #EEF1F1; 
    box-sizing: border-box; 
    font-weight: 600 !important;
    line-height: 1.4em;
}
.main-nav-dropdown li a:hover { background-color: #E4E8E8; }
.main-nav-dropdown li:last-child a { border: 0; }

.featured-ranges a { color: #0C121C; display: block; }
.featured-ranges img { display: block; width: 100%; height: 20vh; object-fit: cover; object-position: center; }
.featured-ranges .col-md-4:nth-child(-n+3) { margin-bottom: 25px; }

.single-hero-section { padding: 0; margin-top: -2px; }
.single-hero-image { width: 100%; height: 500px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.single-client .single-hero-section iframe { width: 100%; height: 50vh; }
.single-design .tab-pane iframe { width: 100%; height: 50vh; }
.single-design .big-tabs { list-style: none; margin: 0; padding: 0; }
.single-design .big-tabs li { display: block; float: left; width: 20%; text-align: center; }
.single-design .big-tabs .two-tab { width: 50%; }
.single-design .big-tabs .three-tab { width: 33.333333%; }
.single-design .big-tabs .four-tab { width: 25%; }
.single-design .big-tabs .six-tab { width: 16.66666%; }
.single-design .big-tabs li a {
    width: 100%;
    display: block;
    color: #0C121C;
    font-size: 1em;
    padding: 20px 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    background-color: #FFF;
    text-transform: uppercase;
    border-top: 1px solid #EEF1F1;
    border-bottom: 1px solid #EEF1F1;
    border-right: 1px solid #EEF1F1;
    transition: background-color linear 0.25s;
}
.single-design .big-tabs li a:hover { background-color: #E4E8E8; }
.single-design .big-tabs li:last-child a { border-top-color: transparent; border-right: 0; background-color: #0C121C; color: #FFF; }
.single-design .tab-pane small { font-size: 12px; }

.single-gallery .gallery-item { display: block; width: 100%; margin-bottom: 30px; }
.single-gallery .gallery-item img { width: 100%; height: 265px; object-fit: cover; }

.display-list { padding-bottom: 45px; }
.display-list-item { transition: transform 0.25s; }
.display-list-item > div { margin-bottom: 30px; }
.display-list-item:hover { transform: scale(1.025); }
.display-list-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.display-list-label {
    top: 30px;
    left: -55px;
    font-weight: bold;
    position: absolute;
    background-color: #3bae49;
    text-transform: uppercase;
    transform: rotate(-45deg);
    text-align: center;
    padding: 5px 0;
    width: 200px;
    color: #FFF;
}
.display-list-label:empty { display: none; }
.display-list-specs { position: absolute; bottom: 0; right: 0; background-color: #0C121C; background-color: rgba(0,0,0,0.5); padding: 5px 10px; color: #FFF; }
.display-list-desc { display: block; background-color: #FFF; color:#0C121C; border: 1px solid  #EEF1F1; border-top: 0; }
.display-list-title { margin: 15px auto;  }
.display-list-title span {
    color: #0C121C;
    font-size: 18px;
    line-height: 18px;
}
.display-list-action { padding: 15px 0; border-top: 1px solid  #EEF1F1; color: #777; }
.display-list-action a { color: #777; font-weight: bold; font-size: 12px; letter-spacing: 0.15em; }
.display-list-action a:hover { color: #0C121C; }

.tv { background-color: #231f20; padding: 25px 0; }
.tv iframe { width: 100%; height: 500px; }
.tv .btn-vbrowse { background-color: #231f20; }
.tv .btn-vbrowse:hover { background-color: #FFF; }

.nav-bottom { display: block; list-style: none; padding: 30px 0 15px 0; margin: 0 0 15px 0; border-bottom: 1px solid #E7E7E7; }
.nav-bottom li { display: inline-block; padding: 0 20px 0 20px; }
.nav-bottom li:first-child { padding: 0; }
.nav-bottom li a { color: #3bae49; font-weight: bold; font-size: 11px; }
.nav-bottom li a:hover { color: #0C121C; }

.table { overflow-x: auto; width: 100%; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { vertical-align: middle; border: 1px solid #999; text-align: center; }
.table>tbody>tr>td { background-color: #FFF; }

.nav-refine .dropdown-toggle { background-color: #3bae49; border-radius: 0; color: #FFF; font-weight: bold; border: 0; }
.nav-refine .dropdown-toggle:hover { background-color: #3bae49; border-radius: 0; color: #FFF; }
.nav-refine .open>a, .nav-refine .open>a:focus, .nav-refine .open>a:hover { background-color: #3bae49; }
.nav-refine .dropdown-menu { background-color: #3bae49; border-radius: 0; border: 0; padding: 0; }
.nav-refine .dropdown-menu>li>a { color: #FFF; border-bottom: 1px solid #FFF; padding: 10px 15px; text-transform: uppercase; }
.nav-refine .dropdown-menu>li>a:hover { background-color: #0C121C; }
.nav-refine .dropdown-menu>li:last-child>a { border-bottom: 0; }

.grid .grid-item { color: #0C121C; margin-bottom: 30px; }
.grid .grid-item:nth-last-child(-n+3) { margin-bottom: 0;  }
.grid .grid-item > div { padding: 10px; background-color: #FFF; }

.tile-title { margin: 0; padding: 20px; background-color: #FFF; color: #0C121C; }

.process-tabs { text-align: center; border-bottom: 0; margin-bottom: 75px; }
.process-tabs li { float: none; display: inline-block; margin-right: 25px; }
.process-tabs li a { background-color: #353435; color: #FFF; font-size: 1.25em; }
.process-tabs li.active a, .process-tabs li.active a:active { background-color: #0C121C !important; }
.process-tabs li a:hover, .process-tabs li.active a:hover { background-color: #0C121C !important; color: #FFF; }



.panel { border-radius: 0; width: 100%; margin: 0 8px !important; }
.panel-default>.panel-heading { background-color: #353435; color: #FFF; border-radius: 0; }
.panel-title>a:focus { text-decoration: none; }

.nav-category { background-color: #FFF; border: 1px solid #DDD; }
.nav-category li:first-child { background-color: #1b1444; }
.nav-category li+li { margin-top: 0; }
.nav-category li a { color: #353435; padding: 12px 14px; font-size: 1.15em; border-bottom: 1px solid #EEF1F1; }
.nav-category li a:hover, .nav-category li a:focus { color: #0C121C; border-radius: 0; background-color: #E4E8E8; }
.nav-category li h4 { padding: 12px 14px; margin: 0; border-bottom: 2px solid #FFF; color: #FFF; }
.nav-category li.current { background-color: #eee; }

.clients .thumbnail, .tv-list .thumbnail { cursor: pointer; }
.clients .thumbnail-image, .tv-list .thumbnail-image { position: relative; }
.clients .thumbnail-image img { object-fit: cover; object-position: center; }
.clients .thumbnail-overlay, .tv-list .thumbnail-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0C121C;
    background-color: rgba(0,0,0,0.7);
    transition: opacity .5s;
 }
.clients .thumbnail-overlay i,
.tv-list .thumbnail-overlay i { color: #FFF; color: rgba(255,255,255,0.9); font-size: 7em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.clients .thumbnail-image:hover .thumbnail-overlay, .tv-list .thumbnail-image:hover .thumbnail-overlay { opacity: 1; }
.tv-margin-bottom { margin-bottom: 50px; }
.tv-margin-bottom:last-child { margin-bottom: 0; }

.cover-image { background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; padding: 140px 0; }

.the-content .alignright { float: right; padding-left: 15px; }
.the-content .alignleft { float: left; padding-right: 15px; }
.the-content .alignnone { width: 100%; height: auto; }

.the-content p:last-child { margin-bottom: 0 }

.mobile-nav { display: none; }

.tab-content .read-more { display: inline-block !important; width: auto !important; }

.media .media-object { width: 320px; height: 240px; object-fit: cover; object-position: center; }

.customize {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #0C121C;
    background-color: #FFF;
    border: 3px solid #0C121C;
    border-radius: 5px;
    font-size: 1.1em;
    max-width: 215px;
    text-align: center;
}
.customize > div { position: relative; padding: 15px 20px; }
.customize .dismiss { color: #0C121C; position: absolute; top: 1px; right: 5px; font-size: 0.85em; }

.region-image { max-width: 720px; }
.unslider-fade .unslider-active { position: static !important; }
.unslider-fade .unslider-active a { z-index: 100; }

.breadcrumbs {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.78em;
    display: inline-block;
}
.breadcrumbs a { color: #555; }
.breadcrumbs a:hover { color: #0C121C; }
.home .breadcrumbs { display: none; }

.search-count { text-transform: none; margin-bottom: 40px; }
.search-title { margin-bottom: 20px; }
.search-title a { color: #0C121C; }
.search-results > p, .search-results > p > a { color: #555; }
.search-results > p:not(.search-link) { margin-bottom: 20px; }
.search-results .search-link { margin-bottom: 0; }
.search-results p > a:hover { color: #0C121C; }
.search-results hr { margin: 30px 0; }
.search-link { margin-bottom: 40px; }

.pager li > a, .pager li > span { border-radius: 0; background-color: #0C121C !important; color: #FFF; }
.pager .disabled > a, .pager .disabled > span { color: #999; }

.fader {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,247,247,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(246,247,247,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(246,247,247,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(246,247,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(246,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(246,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f7f7',GradientType=0 );
    position: absolute;
    display: block;
    height: 20px;
    width: 100%;
    bottom: 0;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --------------------------------------------- MOBILE STYLES --------------------------------------------- */

@media (max-width: 1024px) {
    body { padding-top: 54px; position: relative; width: 100%; }
    section { padding-top: 30px; padding-bottom: 30px; }
    .container-parent { width: 100%; }

    .mobile-overlay {
        display: none;
        background-color: #231f20;
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .main-nav { display: none; }
    .mobile-nav {
        z-index: 999;
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    .mobile-nav-links { list-style: none; margin: 0; padding: 0; position: fixed; top: 0; left: 0; width: 100%; background-color: #FFF; }
    .mobile-nav-links > li { display: inline-block; padding: 0; position: static; }
    .mobile-nav-links > li > a {
        display: block;
        color: #0C121C;
        font-size: 11px;
        line-height: 54px;
        font-weight: bold;
        letter-spacing: 0.3em;
        text-transform: uppercase;
    }
    .mobile-nav-links > li > .active { background-color: #E4E8E8; }
    .mobile-nav-links > li:last-child > a { border-right: 0; font-size: 13px; }

    .mobile-nav-designs {
        left: 0;
        top: 55px;
        padding: 0;
        width: 100%;
        text-align: left;
        list-style: none;
        position: absolute;
        background-color: #FFF;
        display: none;
    }
    .mobile-nav-designs li { display: block; }
    .mobile-nav-designs li a { color: #0C121C; display: block; height: calc(20vh - 18.8px); }
    .mobile-nav-design-image {
        width: 33%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        float: left;
    }
    .mobile-nav-designs li:last-child .mobile-nav-meta-box { box-shadow: none; }
    .mobile-nav-meta-box { width: 67%; height: 100%; float: left; box-shadow: inset 0 -1px 0 #EEF1F1; position: relative; }
    .mobile-nav-meta-box > div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; }
    .mobile-nav-meta-box h4 { font-size: 1.1em; }
    .mobile-nav-meta-box p { font-size: 0.95em; color: #353435; }

    .mobile-nav-side {
        padding: 0;
        width: 100%;
        height: 100vh;
        display: block;
        list-style: none;
        text-align: left;
        position: absolute;
        top: 0; left: 100%;
        background-color: #FFF;
        border-left: 1px solid #EEF1F1;
    }
    .mobile-nav-side li > a {
        height: 56px;
        display: block;
        color: #0C121C;
        font-size: 11px;
        font-weight: bold;
        padding: 0 17px;
        line-height: 56px;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        border-bottom: 1px solid #EEF1F1;
    }
    .mobile-nav-side li > a > span { float: left; display: block; }
    .mobile-nav-side li > a > span:first-child { width: 78%; }
    .mobile-nav-side li > a > span:last-child { width: 22%; }
    .mobile-nav-side li > form {
        padding: 0;
        width: 100%;
        height: 56px;
        display: block;
        border-bottom: 1px solid #EEF1F1;
    }
    .mobile-nav-side li > form > button, .mobile-nav-side li > form > input { float: left; height: 100%; color: #0C121C; }
    .mobile-nav-side li > form > button { width: 15%; border: 0; border-right: 1px solid #EEF1F1; background-color: #FFF; padding: 0; }
    .mobile-nav-side li > form > input { width: 68%; padding: 0 9px 0 10px; border: 0; }
    .mobile-nav-side li > form > button:focus, .mobile-nav-side li > form > input:focus { outline: none; box-shadow: 0 0 0 #FFF; }

    .mobile-nav-dropdown { margin: 0; padding: 0; background-color: #E4E8E8; display: none; list-style: none; }
    .mobile-nav-dropdown li a { border-bottom: 1px solid #D8DCDC; }
    .mobile-nav-dropdown li:last-child a { border-bottom: 0; }

    .bordered-title-dark, .bordered-title-light { border: 0; }

    .hero-video-section { height: calc(50vh - 54px); background-color: #0C121C; }
    .hero-video-section .scroll-down { display: none; }

    .featured-ranges .col-md-4 { margin-bottom: 25px; }
    .featured-ranges .col-md-4:last-child { margin-bottom: 0; }

    .display-list-item:last-child > div { margin-bottom: 0; }

    .single-hero-image { height: 500px; }
    .single-design .big-tabs li { width: 100% !important; }
    .single-design .big-tabs li a { border-top: 0; padding: 17px 0; }
    .single-design .tab-pane small { position: static; margin-left: 0; }

    .media .media-left, .media .media-body { display: table-row; }
    .media .media-left img { margin-bottom: 15px; }
    .single .the-content img { width: 100%; height: auto; }

    .process-tabs { margin-bottom: 30px; }
    .process-tabs li  { display: block; width: 100%; margin-bottom: 15px; }

    .footer-social { padding: 0; margin: 0; list-style: none; text-align: center; }
    .footer-social li { display: inline-block; }
    .footer-social li a { color: #FFF; margin-right: 10px; }
    .footer-social li:last-child a { margin-right: 0; }



    .nav-bottom, .nav-bottom+p { text-align: center; }

    .region-image { width: 100%; }

    .tv-margin-bottom { margin-bottom: 15px; }

    .tv-list .bordered-title-margin { margin-bottom: 30px; }

    .cover-image { padding: 70px 0; }

    .cover-image h1 { font-size: 32px !important; padding-left: 50px; padding-right: 50px; }
    .cover-image p { font-size: 18px !important; padding-left: 50px; padding-right: 50px; }



    .mobile-nav-links img { margin: 5px 15px !important; height: 25px !important; }


}

@media (max-width: 1024px) {

}

/* --------------------------------------------- THIRD PARTY STYLES --------------------------------------------- */

.promo.image {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #353435;
  overflow: hidden;
}
.promo.image img {
  display: block;
  position: relative;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.95;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.05, 1.05, 1);
}
.promo.image .caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.promo.image .caption h3 {
  color: white;
  opacity: 0;
  margin: 0 0 15px 0;
  font-size: 28px;
}
.promo.image .caption a {
  display: inline-block;
  margin-top: 5px;
  color: white;
  text-transform: uppercase;
  opacity: 0;
  border: 2px solid #FFF;
  padding: 8px 16px;
  transition: background-color 0.5s;
}
.promo.image .caption a:hover { background-color: #FFF; color: #353435; }
.promo.image .caption hr {
  width: 0;
  border-width: 0;
}
.promo.image.visible a,
.promo.image.visible h3, .promo.image:hover a,
.promo.image:hover h3 {
  animation: fadein ease-in 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}
.promo.image.visible hr, .promo.image:hover hr {
  width: 100%;
  border-width: 1px;
  transition: border-width,width 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.promo.image.visible img, .promo.image:hover img {
  opacity: 0.4;
  transform: scale3d(1, 1, 1);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.autocomplete-suggestions {
    cursor: default; background: #FFF; margin-top: 1px; box-sizing: border-box; border: 1px solid #EEF1F1; border-top: 0;
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; text-align: left;
}
.autocomplete-suggestion {
    position: relative; padding: 6px 10px; line-height: 23px; white-space: nowrap;
    overflow: hidden; text-overflow: ellipsis; font-size: 16px; color: #333;
}
.autocomplete-suggestion b { font-weight: bold; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #E4E8E8; cursor: pointer; }




.grayscale {
     -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -webkit-filter: grayscale(100%);
     filter: gray;
     transition: filter 1s ease;
     transition: -webkit-filter 1s ease;
     transition: -o-filter 1s ease;
     transition: -moz-filter 1s ease;
 }

 .grayscale:hover {
     -moz-filter: none;
     -o-filter: none;
     -webkit-filter: none;
     filter: none;
 }

.gform_button.button { background: #3bae49; line-height: 40px; padding: 0 25px; border: none; color: #fff; text-transform: uppercase; font-weight: bold; }
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    color: #666;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    width: 100%;
    padding: 5px 10px;
}

.gform_wrapper .gform_ajax_spinner { max-width: 32px !important; max-height: 32px !important; }

.container-parent img {max-width: 100%; height: auto; }


a.readmore { font-size: 0.8em; background: #3bae49; color: #FFF; display: inline-block; height: 35px; line-height: 35px; padding: 0 13px; }

.prevnext { position: relative; }
.prevnext a { 

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;

    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    background-color: #353435;
    color: #fff;
    border-width: 2px;
    border-color: #FFF;
    min-width: 100px;
    margin: 5px 0;

 }
.prevnext .prev-articles { position: absolute; right: 0; }

.aligncenter {text-align: center; margin: 0 auto; display: block}

.filter select {
    padding: 2px 0 2px 2px;
    border-radius: 2px;
    box-shadow: none;
    font-size: 1em;
    height: auto;
    width: 100%;
    border-color: #a9a9a9;
    margin-bottom: 10px;
}

@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  /*display: block;*/
  padding: 0 8px 0 26px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%;  }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; background: #fff; margin-top: -1px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; line-height:  }

.magic-checkbox:checked + label:before {
  border: #3bae49;
  background: #3bae49; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }

.filter label { margin-top: 3px; font-weight: 300; font-size: 0.9em; }

footer a { color: #fff !important; }
footer a .fa  { color: #fff !important; margin-right: 10px; }
footer p.strong  { color: #fff !important; }

.gform_wrapper .gfield_required {
    color: #666 !important;
    margin-left: 4px;
}

.thumbnail { padding: 0 !important; margin-bottom: 40px; }
.thumbnail p { margin: 0; }
.thumbnail .caption { padding: 15px; min-height: 320px; }

.swiper-button-next { display: none; }
.swiper-button-prev { display: none; }
.swiper-container-horizontal .swiper-button-next { display: block; }
.swiper-container-horizontal .swiper-button-prev { display: block; }
.swiper-container-horizontal .swiper-button-disabled { display: none !important; }

.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #3bae49; 
}


@media only screen and (max-width: 641px) {
    .gform_wrapper input:not([type=text]):not([type=textarea]):not([type=image]):not([type=file]) {
        line-height: initial !important;
        min-height: 2rem !important;
    }
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    background-color: #3bae49;
    color: #fff;
    border: 0;
    min-width: 100px;
    margin: 5px 0;

    height: 41px;

        margin-bottom: 16px !important;



}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 0 0 0;
    clear: both;
    width: 100%;
}



.widget {
    text-shadow: none !important;
}

.widget a {
    display: block !important;
    padding-left: 15px !important; 
    padding-right: 15px !important;
    color: #222 !important;
}

.widget a:hover {
    color: #222 !important;
}

.widget p {
    font-size: 15px; 
    margin-bottom: 0 !important;
}

.widget .fa {
    font-size: 50px; 
    line-height: 50px; 
    background: #999999; 
    border-radius: 50px; 
    padding: 25px; 
    color: #353435; 
    width: 100px; 
    height: 100px; 
    text-align: center; 
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .widget a {
        padding-left: 80px !important; 
        padding-right: 80px !important;
    }
}


#gform_11 .gform_body {  width: 74%; display: inline-block; }
#gform_11 .gform_body .gfield {  width: 33.3333%; display: inline-block; margin: 0 }
#gform_11 .gform_body .gfield input { margin: 0 }
#gform_11 .gform_footer {  width: 25%; display: inline-block; padding: 0; margin: 0; }
#gform_11 .gform_footer .gform_button { width: 100%; display: inline-block; margin: -3px 0 0 !important; }


@media (max-width: 991px) {
    #gform_11 .gform_body {  width: 100%; display: inline-block; }
    #gform_11 .gform_body .gfield {  width: 100%; display: inline-block; margin: 0 }
    #gform_11 .gform_body .gfield input { margin: 0 0 15px; }
    #gform_11 .gform_footer { width: 100%; display: inline-block; padding: 0; margin: 0; }
    #gform_11 .gform_footer .gform_button { width: 100%; display: inline-block; margin: initial; line-height: initial !important; }


    footer .row {
        text-align: center;
    }

    footer .text-uppercase {
        margin: 20px 0 0;
    }

    footer section {
        padding: 20px !important;
    }


}


.gform_wrapper .gsection {
    margin: 20px 16px 0px 0 !important;
}


#input_22_8 {
    padding-top: 16px;
    margin: 0 auto;
    display: inline-block;

}

#input_22_8 .image-choices-choice-text {
    max-width: 95px;
    margin: 6px auto 0;
    display: block;
}

#input_22_8 label {
    min-width: 169px;
    min-height: 169px;
    text-align: center;
    display: block;
}

#input_22_8 .image-choices-choice-image-wrap {
    display: inline-block !important;
}

.gchoice_22_8_0,
.gchoice_22_8_1,
.gchoice_22_8_2 {
    border: solid 1px #ccc !important;
    margin: 5px !important;
    animation: none !important;
}

.gchoice_22_8_0.image-choices-choice-selected,
.gchoice_22_8_1.image-choices-choice-selected,
.gchoice_22_8_2.image-choices-choice-selected {
    outline: solid 2px #3bae49 !important;
}

.gchoice_22_8_0 label,
.gchoice_22_8_1 label,
.gchoice_22_8_2 label {
    border: none !important;
}


.wp-block-button {
    text-align: center;
}

.wp-block-button__link {
    border: solid 2px #212223 !important;
    background: #212223 !important;
    display: inline-block;
    border-radius: 0;
    font-size: 15px;
    padding: 8px 16px;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
}

.has-vivid-green-cyan-background-color {
    border: solid 2px #3bae49 !important;
    background: transparent !important;
    color: #3bae49 !important;
}

.wp-caption {
    max-width: 100% !important;
}

.has-text-align-center {
    text-align: center;
}