/* bone v2.1 */
/*
Dummy Photos
https://picsum.photos/640/480/?random
*/
html{
    height: 100%;
}
body{
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
}
button, a{
    text-decoration: none;
    border: 0;
    outline: 0 transparent;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    text-decoration: underline; 
}
.clearboth{
    clear: both;
    display: block;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -32px 0 0 -32px;
    z-index: inherit;
}
.back{
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.back.loaded{
    opacity: 1; 
}
picture{
    display: block;
    margin: 0;
    text-align: center;
}
picture img{
    max-width: 100%; 
}  
.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 0.8rem;
}
.photo img{
    width: 100%;
    left: 0;  
    top: 0;
    display: block;
    opacity:0;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.photo.loaded{
    background: transparent;
}
.photo.loaded img{
    opacity:1;
}
.embed-responsive img{
    position: absolute;
}
.close{
    font-family: sans-serif;
}
::-webkit-input-placeholder{color:#a4a4a4}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
:-moz-placeholder{color:#a4a4a4}
::-moz-placeholder{color:#a4a4a4}
:-ms-input-placeholder{color:#a4a4a4}
h1, h2, h3, h4, h5{
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
}
strong{
    font-weight: 700;
}
ol,ul{
    padding: 0 0 0 16px;
    margin: 0 0 12px;
}
li{
    padding: 0;
    margin: 0 0 2px;
}

.listing{
    position: relative;
}
.listing:after{
    content:"";
    clear: both;
    display: block;
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    display: block;
    position: relative;
    /*
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;
    */   
}
.listing .subtitle{
    display: block;
    position: relative;
    /*font-weight: 400;        
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 2;*/   
}
.listing .date{
    display: block;
    line-height: 1;
} 
.listing .info{
    display: block;
    position: relative;
    /*
    overflow: hidden;
    display: -webkit-box;
    line-height: 18px;
    max-height: 36px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 2;
    */ 
}  
.listing .summary{
    display: block;
    position: relative;    
    /*
    overflow: hidden;   
    display: -webkit-box;
    line-height: 18px;
    max-height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
    */
}
.listing .details{
    display: block;
    position: relative;    
}  
.listing ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.listing li{
    margin: 0;
    padding: 0;

}

.page-numbering{
    margin: 40px 0 0;
    width: auto;
    text-align: center;    
    clear: both;
    min-height: 40px;
}
.page-numbering:after{
    content:"";
    clear: both;
    display: block;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    min-height: 40px;
}
.page-numbering li{
    min-width: 40px;
    height: 40px;
    margin: 0 2px;                                                                                  
    padding: 0 ;
    display: inline-block;
    text-align: center;
}
.page-numbering a{
    display: block;
    -webkit-border-radius:5px;
    border-radius:5px;
    font-size: 1rem;
    line-height: 40px;
    font-weight: 900;
    color: #252525;
    position: relative;
    z-index: 1;
}
.page-numbering a:hover{
    color: #139345;
    text-decoration: none;
}
.page-numbering a i{
    display: block;
    font-size: 1rem;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #139345; 
}

.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    height: 100px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.header .container{
    height: 100%;
    position: relative;
}
.header .main-logo{
    display: block; 
    position: absolute;
    top: 100%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .main-logo img{
    display: block;
    max-width: 100%;
}
.header .overlay{
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 998;
    width: 0;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.panel-on{
    overflow: hidden;
}
.panel-on .header .overlay{
    opacity:1;
    width: 100%;
}

.main-menu{
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    left: 240px;
}
.main-menu .scroll{
    height: 100%;
    position: relative;   
}
.main-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li{
    margin: 0 0 0 25px;
    padding: 0;
    float: left;
    color: #fff;
}
.main-menu li:first-child{
    margin-left: 0;
}
.main-menu li a{
    font-weight: 700; 
    line-height: 22px;
    font-size: .85rem;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.menu1{
    position: absolute;
    top: 24px;
    /* right: 130px; */
    right: 145px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.menu1 li a:hover,
.menu1 li a.selected{
    text-decoration: none;
    color: #eb2f2e;
}

.menu2{
    position: absolute;
    right: 0;
    bottom: -25px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.menu2 li a{
    -webkit-border-radius:5px;
    border-radius:5px;
    background: #252525;
    line-height: 50px;
    padding: 0 30px;
}
.menu2 li a:hover,
.menu2 li a.selected{
    color: #fff;
    background: #eb2f2e;
    text-decoration: none;
}

.main-menu .social{
    color: #fff;
    position: absolute;
    right: 0;
    line-height: 22px;
    top: 24px;
    font-size: .85rem;
        -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-menu .social a{
    color: #fff;
    display: inline-block;
}
.main-menu .social i{
    margin-left: 8px;
    font-size: 1rem;
}
.main-menu .social a:hover{
    color: #eb2f2e;
}

.header.solid{
    background: #000;
}
.header.solid .main-logo{
    top: 50%;
}
.header.solid .menu1{
    top: 14px;
}
.header.solid .menu2{
    bottom: 14px;
}
.header.solid .menu2 li a{
    line-height: 36px;
}
.header.solid .main-menu .social{
    top: 14px;
}

.btn-menu{
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 40px;
    width: 40px;     
    border: 0;    
    padding: 0;
    margin-top: -20px;
    line-height: 40px;
    font-size: 1.4rem;
    text-align: center;        
    color: #199449;
    background: #fff;
    outline: 0!important;    
}
.btn-menu.selected{
    background: #199449;
    color: #fff;
}

.banner{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.banner a{
    display: block;
}

.parallax{
    width: 100%;
    position: relative;
    background: #fff url(../images/loader.gif) center no-repeat; 
    overflow: hidden;
    height: 400px; 
    color: #fff;
    text-align: center;
}
.parallax .container{
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
}
.parallax .back{        
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;  
    background-size: cover;    
    height: 100%;
    width: 100%;    
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.parallax .details{
    position: relative;
    top: 50%;
    color: #fff;
    text-shadow:0 0 1px rgba(0,0,0,.35);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.map{
    background: #fff url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.main-banner .map{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100px;
    height: auto;
}

h1.title{
    text-transform: uppercase;
    color: #252525;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.1;
    font-size: 1.7rem;
}

h2.title{
    text-transform: uppercase;
    color: #252525;
    font-weight: 900!important;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.1;
    font-size: 1.8rem;
}
h2.title small{
    font-weight: 400;
    display: block;
    font-size: 75%;
}
h2.title strong{
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
    color: #eb2f2e;
    font-size: 112%;
}

h3.title{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.1;
    font-size: 1.8rem;
}
h3.title small{
    font-weight: 400;
    display: block;
    font-size: 75%;
}

h4.title{
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h5.title{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.content{
    text-align: justify;
}
.container{
    position: relative;
    z-index: 4;
}

.btn{
    padding: 0 10px;
    line-height: 48px;
    font-weight: 700;
    font-size: .85rem;
    box-shadow:none!important;
    text-decoration: none!important;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.btn-primary{
    background: #eb2f2e;
    color: #fff;
    border: 2px solid #eb2f2e;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #eb2f2e;
    background-color: #fff;
    border-color: #eb2f2e;    
}

.btn-secondary{
    background: #fff;
    color: #199449;
    border: 2px solid #fff;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #eb2f2e;
    border-color: #eb2f2e;    
}

.bg-light{
    background: #f2f2f2!important;
}
.bg-grey{
    background: #e1e1e1!important;
}
.right50-green{
    position: relative;
    overflow: hidden;
}
.right50-green:after{
    content: "";
    background: #139345;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
}

.text-primary{
    color: #199449!important;
}
.text-secondary{
    color: #eb2f2e!important;  
}

.footer{
    position: relative;
    z-index: 3;
    background: #252525;
    color: #fff;
    border-top:8px solid #109143;
}
.footer .container{
    position: relative;
}
.footer a{
    color: #fff;
}
.footer a:hover,
.footer a.selected{
    text-decoration: none;
    color: #eb2f2e;
}

.footer strong{
    font-weight: 700;
    font-size: 1rem;
}
.footer .listing{
    text-transform: uppercase;
}
.footer .listing li{
    margin-bottom: 6px;
}
.footer p{
    font-size: .85rem;
}
.footer .copyrights{
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 140px;
    border-top:1px solid #a1a1a1;
    font-size: .75rem;
    color: #a1a1a1;
}
.footer .copyrights a{
    color: #a1a1a1;
}
.footer .copyrights a:hover{
    color: #eb2f2e
}
.footer .social{
    position: absolute;
    right: 15px;
    top: 20px;
    font-weight: 700;
    font-size: .85rem;
}
.footer .social i {
    margin-left: 8px;
    font-size: 1rem;
}

.text-green{
    color: #109143;
}

.popup{
    display: none;
}
.ie9 .popup{
    background: #000;
    padding: 150px 30px 30px;
}
.ie9 .popup:after{
    content: "";
    clear: both;
    display: block;
}
.ie9 .popup .green-form{
    width: 610px;
    max-width: 100%;
    margin: auto;
}

.fancybox-container .green-form{
    max-width: 640px;
    background: #199449;
    color: #fff;
    position: relative;
    padding: 50px 40px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.green-form select.form-control:not([size]):not([multiple]){
    height: 48px;
}
.green-form .form-control{
    border-color: #50dc87;
    background: #24ab58;
    color: #fff;
    font-size: .85rem;
    line-height: 46px;
    height: 48px;
    padding: 0 20px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.green-form .form-control::-webkit-input-placeholder{color:#fff}
.green-form .form-control:-moz-placeholder{color:#fff}
.green-form .form-control::-moz-placeholder{color:#fff}      
.green-form .fancybox-close-small{
    background: url(../images/btn-close.png) center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    padding: 0;
    outline: 0;
    border: 0;
} 
.green-form .fancybox-close-small:after{
    display: none;
}
.green-form textarea.form-control{
    height: auto;
}

.custom-upload {
    position: relative;
    overflow: hidden;
}
.custom-upload input[type=file]{
    outline:none;
    position: absolute;
    text-indent: -100%;
    z-index: 3;
    width:100%;
    height:100%;
    left: 0;
    color: #fff;
    top: 0;
    cursor: pointer; 
    background: transparent; 
    border: 0;
    padding: 0;  
    font-size: 0;  
    opacity:0;
}
.custom-upload .form-control{
    background: #fff;
}
.custom-upload:after{
    content: "\f0c6";
    display: block;
    position: absolute;
    right: 15px;
    top: 1px;
    bottom: 1px;
    z-index: 2;
    line-height: 46px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Font Awesome\ 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.custom-upload:hover:after{
    color: #fff;
}

/* HOME */
.main-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-bottom: 8px solid #eb2f2e;
    position: relative;
    z-index: 1;
}
.main-banner .flexslider{
    height: 100%;
}
.main-banner .slides{
    height: 100%;
}
.main-banner .slides li{
    height: 100%;
    position: relative;
}
.main-banner .back{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.main-banner .container{
    position: relative;
    z-index: 3;
    height: 100%;
}
.main-banner .details{
    position: relative;
    top: 44%;
    color: #fff;
    text-shadow:0 0 1px rgba(0,0,0,.35);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner h2{
    font-size: 3.8rem;
    font-weight: 900;
    margin: 0;
}
.main-banner h3{
    font-size: 2.8rem;
    font-weight: 900;
    margin: 0;
}
.main-banner p{
    font-size: 1.6rem;
}
.main-banner .btn{
    margin-top: 24px;
}
.main-banner.sub{
    border-bottom: 0;
}
.main-banner.sub .details{
    top: 60%;
}
.main-banner.sub .back{
    background-attachment: scroll;
}

.price-holder{
    height: 180px;
    margin-top: -188px;
    position: relative;
    z-index: 2;
}
.featured-prices{
    background: rgba(0,0,0,.7);
    padding: 32px 40px;
    color: #fff;
    height: 180px;
}
.featured-prices h5{
    color: #eb2f2e;
    margin: 0;
    font-weight: 900;
    font-size: .85rem;
}
.featured-prices h2.title span{
    display: inline-block;
    font-size: 1.1rem;
    margin-right: 10px;
}

.featured-prices .elements{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #555;
}
.featured-prices .elements:after{
    content: "";
    clear: both;
    display: block;
}
.featured-prices .price{   
    float: left;
    position: relative;
    font-size: 1rem;
    margin: 0 0 10px 3%;
}
.featured-prices .price:first-child{
    margin-left: 0;
}
.featured-prices .price i{
    margin-left: 8px;
    font-size: 1.2rem;
}
.featured-prices .price.up i{
    color: #eb2f2e;
}
.featured-prices .price.down i{
    color: #199449;
}
.featured-prices h2,
.featured-prices h5{
    display: inline-block;
}

.featured-content{
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 40px 80px;
    font-size: 1.1rem;
    color: #888;
    text-align: justify;
}
.featured-content:after{
    content: "";
    clear: both;
    display: block;
}
.featured-content .btn{
    margin-top: 20px;
}
.featured-content.has-arrow-left:before{
    content: "";
    background: url(../images/section-arrow-left.png) 0 center no-repeat;
    width: 18px;
    left: -18px;
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.featured-content.has-arrow-right:before{
    content: "";
    background: url(../images/section-arrow-right.png) 0 center no-repeat;
    width: 18px;
    right: -18px;
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.featured-content .summary{
    position: relative;
    overflow: hidden;   
    display: -webkit-box;
    line-height: 22px;
    max-height: 110px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; 
}
.featured-content .summary *{
    margin: 0!important;
}

.featured-partners{
    position: relative;
    /*height: 580px; */
    color: #fff;
}
.featured-partners .back{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-partners .back:before{
    content: "";
    background: rgb(25, 148, 73, .9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.featured-partners .container{
    position: relative;
    z-index: 3;
    /*height: 100%*/;
}
.featured-partners .row{
    /*height: 100%;*/
}
.featured-partners h2.title{
    color: #fff;
}
.featured-partners h2.title strong{
    color: #fff;
}
.featured-partners .btn{
    margin-top: 30px;
} 

.featured-blogs{
    position: relative;
    border-top:8px solid #eb2f2e;
    border-bottom:8px solid #eb2f2e;
}
.featured-blogs .back{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-blogs .back:before{
    content: "";
    background: rgb(0, 0, 0, .35);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.featured-blogs .container{
    position: relative;
    z-index: 3;
}
.featured-blogs h2.title{
    color: #fff;
}
.featured-blogs h2.title strong{
    color: #fff;
}

/* LISTING */
.listing.services .holder{
    border: 1px solid #fff;
}
.listing.services .details{
    background: rgba(235, 47, 46, 0.9);
    color: #fff;
    padding: 26px 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.services .photo{
    padding-bottom: 75%; 
}
.listing.services .photo img{
    position: absolute;
}
.listing.services .title{
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.listing.services .summary{
    overflow: hidden;   
    display: -webkit-box;
    line-height: 20px;
    max-height: 140px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; 
}
.listing.services .summary *{
    font: inherit!important;
    margin: 0!important;
    color: inherit!important;
    display: inline!important;
}

.listing.services .holder:hover .details{
    opacity:1;
}
.listing.services.featured .details{
    padding: 80px 100px;
}
.listing.services.featured .title{
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.listing.products .photo{
    padding-bottom: 75%;
}
.listing.products .photo img{
    position: absolute;
}
/*.listing.products .photo:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, .35);
}*/
.listing.products .details{
    padding-top: 10px;
    font-weight: 900;
    color: #252525;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.products .title{
    font-size: 1.2rem;   
}
.listing.products .subtitle{
    font-size: 1rem;
}
.listing.products .holder:hover{
    text-decoration: none;
        -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.listing.products.featured .holder{
   border: 1px solid #fff; 
}
.listing.products.featured .details{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 
}
.listing.products.featured .holder:hover .details{
    background: rgb(25, 148, 73, .9);
}

.listing.partners .photo{
    padding-bottom: 75%;
}
.listing.partners .photo img{
    position: absolute;
}
.listing.partners a:hover .photo img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.listing.news .holder{
    background: #fff;
    height: 100%;  
}
.listing.news .photo{
    padding-bottom: 75%;
}
.listing.news .photo img{
    position: absolute;
}
.listing.news .photo:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, .35);
}
.listing.news .details{
    padding: 25px 25px 20px;
}
.listing.news a:hover{
    text-decoration: none;
}
.listing.news .title{
    color: #000;
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1.3;
}
.listing.news .date{
    color: #eb2f2e;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: .85rem;
}
.listing.news .category{
    position: absolute;
    top: -30px;
    left: 25px;
    z-index: 3;
    display: block;
    line-height: 22px;    
    font-size: .85rem;
    color: #fff;
    padding: 8px 18px;
    background: #109143;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.listing.news .holder:hover .photo img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.listing.insta .holder{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.listing.insta .photo{
    padding-bottom: 75%;
}
.listing.insta .photo img{
    position: absolute;
}   
.listing.insta .details{
    padding: 20px 20px 80px ;
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.insta .holder:hover{
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
.listing.insta .holder:hover .details{
    background: rgb(25, 148, 73, .9);
}
.listing.insta .count{
    display: block;   
    position: absolute;
    left: 0;
    right: 0;
    font-size: 2rem;  
    top: 200%;
    color: #fff;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    text-shadow:0 0 1px rgba(0,0,0,.5);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.listing.insta .count i{
    margin-right: 10px;
}
.listing.insta .count span{
    display: inline-block;
    margin: 0 10px;
}
.listing.insta .holder:hover .count{
    top: 50%;
}

.listing.prices{
    min-height: 100px;
    position: relative;
    z-index: 0;
}
.listing.prices table{
    width: 100%;
    border: 0;
}
.listing.prices th{
    background: #252525;
    color: #fff;
    padding: 8px 10px;
    font-weight: 400;
}
.listing.prices td{
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    font-size: .85rem;
    line-height: 20px;
    display: table-cell;
}
.listing.prices td i{
    margin-left: 6px;
}
.listing.prices .price.up i{
    color: #eb2f2e;
}
.listing.prices .price.down i{
    color: #199449;
}


/* ABOUT */
.navigation{
    background: #ebebeb;
    min-height: 100px;
    position: relative;
    z-index: 9;
}
.navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation li{
    float: left;
    margin: 0;
    padding: 0;
}
.navigation li a{
    display: block;
    color: #828282;
    padding: 38px 25px;
    line-height: 24px;
    font-size: 1.2rem;
}
.navigation li a:hover{
    color: #eb2b2c;
    text-decoration: none;
}
.navigation li a.selected{
    color: #fff;
    background: #eb2b2c;
}

.navigation .filter{
    margin: 26px 0;
    float: right;
}
.navigation .filter:after{
    content: "";
    clear: both;
    display: block;
}
.navigation .filter .btn{
    float: right;
    margin-left: 10px;
}

.navigation select.form-control:not([size]):not([multiple]){
    background: #eb2d2e;
    color: #fff;
    line-height: 46px;
    height: 48px;
    border-color: #eb2d2e;
    float: right;
    margin-left: 10px;
    padding: 0 20px;
    width: auto;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.navigation input.form-control{
    border: 0;
    background: transparent;
    color: #828282;
    width: auto;
    outline: 0!important;
    line-height: 46px;
    position: relative;
    z-index: 1;
    height: 48px;
    box-shadow: none!important;
    padding: 0 10px 0 30px;
    min-width: 220px;
}
.navigation .custom-input{
    float: left;
    position: relative;
    margin-left: 10px;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.navigation .custom-input i{
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    z-index: 0;
    margin-top: -10px;
    line-height: 20px;
    color: #828282; 
}

.navigation .btn-back{
    line-height: 100px;
    color: #828282;
    display: block;
    font-size: 1.2rem;
}
.navigation .btn-back:hover{
    text-decoration: none;
    color: #199449;
}

.ui-datepicker{
    z-index: 10!important;
}

article p{
    color: #696969;
    text-align: justify;
    font-size: 1rem;
}

.listing.board .photo{
    padding-bottom: 100%;
    margin-bottom: 14px;
}
.listing.board .photo img{
    position: absolute;
}
.listing.board .title{
    font-weight: 900;
    color: #252525;
    font-size: 1.55rem;
}
.listing.board .subtitle{
    font-weight: 900;
    color: #139345;
    font-size: 1rem;
}
.listing.board .summary{
    color: #696969;
    margin-top: 20px;
    text-align: justify; 
}
.listing.board .email{
    color: #139345;
    display: block;
    margin-top: 10px;
}

.listing.milestone .holder{
    border-left: 1px solid #959595;
    overflow: visible;
    padding: 40px 0;
    margin-left: 20px;
}
.listing.milestone .date{
    position: absolute;
    left: -20px;
    top: 0;
    background: #139345; 
    color: #fff;
    padding: 0 25px;
    line-height: 40px;
    display: inline-block;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.listing.milestone .date:hover,
.listing.milestone .date.selected{
    text-decoration: none;
    background: #eb2b2c;
    color: #fff;
}
.listing.milestone .details{
    padding: 12px 20px;
}
.listing.milestone .title{
    font-size: 1rem;
    font-weight: 900;
    color: #252525;
}
.listing.milestone .title ul{
    list-style-type: disc;
    padding: 0 0 0 16px;
}

/* BUSINESS */
.green-form .form-control{
    background: #24ab58;
    border: 1px solid #50dc87;
    color: #fff;
}

/* CAREERS */
.accordion .node{
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 24px;
}
.accordion .node button{
    padding: 0 40px 0 0;
    margin-bottom: 30px;
    display: block;
    border: 0;
    position: relative;
    color: #139345;
    text-align: left;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 900;
    font-size: 1.2rem;
    background: transparent;
    width: 100%;
    outline: 0!important;
}
.accordion .node button:after{
    content: "\f105";
    position: absolute;
    text-align: right;
    display: block;
    font-size: 1.6rem;
    right: 0;
    top: 50%;     
    margin-top: -12px;
    line-height: 24px;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.accordion .node button[aria-expanded="true"]:after {
    content: "\f107";
}


/* DETAILS */
body.is-details{
    margin-top: 100px;
}

.media-details .date{
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 900;
    font-size: 1.1rem;
    color: #eb2f2e;
}
.media-details .content{
    margin-bottom: 30px;
}
.media-details .category {
    display: inline-block;
    line-height: 22px;
    font-size: .85rem;
    color: #fff;
    padding: 8px 18px;
    background: #109143;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tags{         
    margin-top: 10px;
}
.tags:after{
    content: "";
    clear: both;
    display: block;
}
.tags a,
.tags span{
    float: left;
    margin: 0 8px 8px 0;
    color: #139345;
    border: 1px solid #139345;
    padding: 4px 12px; 
    -webkit-border-radius:5px;
    border-radius:5px;
}
.tags span{
    cursor: default;
}
.tags a:hover{
    background: #139345;
    color: #fff;
    text-decoration: none;
}

.gallery{
    float: left;
    width: 48%;
    margin: 0 3% 20px 0;
}
.flex-control-paging li a{
    width: 10px;
    height: 10px;
    background: #a9a9a9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flex-control-paging li a.flex-active{
    background: #139345;
}

.btn-share{
    position: relative;
    color: #252525;
    padding-left: 40px;
}
.btn-share i{
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    line-height: 26px;
    font-size: 1.4rem;
}
.btn-share:hover{
    color: #eb2f2e;
}

.product-details h1.title{
    margin: 0;
}
.product-details .content{
    margin-bottom: 30px;
}
.product-details .category{
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 900;
}