/*
GREEN: #1e6227;
GREEN DK: #293b2b;
FONT: #222;
GREY: #ccc;
GREY MED: #777;

*/
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latohairline';
    src: url('../fonts/lato-hairline-webfont.woff2') format('woff2'),
         url('../fonts/lato-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*********
GLOBAL
*********/

body{
    font-family: 'latolight';
    color:#222;
    margin:0;
    padding:0;
    font-size: 18px;
    line-height: 30px;
    height: 100%;
}
.body-dark{
    background: #111;
}
a{
    color:#293b2b;
}
p{
    padding-bottom: 20px;
}
h1,h2,h3,h4{
    font-family: 'oswaldbold';
    margin-top:0;
    padding-top:0;
    text-transform: uppercase;
}
.evconspc-text-right{
    text-align: right;
    margin: 0;
    padding-bottom: 0px;
}
.w50{
    width:50%;
}
.btn-grey{
    padding:14px 36px;
    color:#0e5316;
    font-family: 'latobold';
    border:solid 2px #acacac;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    clear: both;
}
.btn-grey:hover{
    text-decoration: none;
    border:solid 2px #0e5316;
    color:#222;
}
.btn-white{
    padding:14px 36px;
    color:#fff;
    font-family: 'latobold';
    border:solid 2px #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    clear: both;
}
.btn-white:hover{
    text-decoration: none;
    border:solid 2px #bbb;
    color:#bbb;
}


.panel-green{
    background: #293b2b !important;
    color:#fff;
}
.panel-dk-grey{
    background: #222;
    color:#fff;
}

.content-padding{
    padding-top:80px;
    padding-bottom:80px;
}
.call-us-now{
    color:#777;
    font-size: 24px;
    font-family: 'latobold';
}
#evergreen-logo{
    text-align: left;
}
/* nav */
section.nav-wrapper{
    width:100%;
    height:auto;
    background:#fff;
    padding:8px 0;
    border-bottom: solid 1px #111;
    line-height: normal;
}
ul#nav{
    margin:0;
    padding:32px 0 0 0;
    float:right;
    list-style: none;
}
ul#nav li{
    margin: 0 12px;
    padding: 0;
    float:left;
    text-transform: uppercase;
}
ul#nav li a{
    font-family: 'latolight';
    font-size: 14px;
    color:#000;
    font-weight: bold;
    text-decoration: none;
}
ul#nav li a:hover{
    text-decoration: none;
}

ul#nav li a > i{
    font-size: 10px;
}

ul#nav li a.big{
    font-size: 20px;
    font-family: 'latobold';
    color:#1e6227;
}
ul#nav li a.big > i{
    font-size: 14px;
}

section.subnavs{
    display: none;
    width:100%;
    background: #222;
    color:#fff;
    height:410px;
    position: relative;
    line-height: normal;
}
button.btn-subnav-close{
    font-size: 30px;
    position: absolute;
    top:20px;
    right:20px;
    color:#fff;
    border:none;
    background-color: transparent;
    outline:none;
}
.subnav > .container .row{
    width: 100%;
}
.subnav > .container{
    width: 100%;
    position: absolute;
    top:0;
    left:-100px;
    visibility: hidden;
    opacity: 0;
    margin: 0 0 0 -100px;
    font-size: 16px;
    padding:60px 20px 40px 20px;
    -webkit-transition: visibility 0s, opacity .25s ease-in, left .25s ease-in;
       -moz-transition: visibility 0s, opacity .25s ease-in, left .25s ease-in;
        -ms-transition: visibility 0s, opacity .25s ease-in, left .25s ease-in;
         -o-transition: visibility 0s, opacity .25s ease-in, left .25s ease-in;
            transition: visibility 0s,opacity .25s ease-in, left .25s ease-in;
    
}
.sub-active > .container{
    opacity: 1;
    visibility:visible;
    left:0px;
}
.subnav-label{
    color:#fff;
    font-size: 30px;
    text-align: right;
    font-family: 'oswaldlight';
    text-transform: uppercase;
}
.subnav-label span{
    background: #2a2a2a;
    padding:5px 25px;
}
.subnav hr{
    border-color: #2a2a2a;
}
.subnav ul li{
    width:60%;
    display: block;
    margin: 0;
    padding: 0;
}
.subnav ul li a{
    color:#fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}
.subnav ul li a:hover{
     background: #2a2a2a;
    border-radius: 4px;
}
.subnav ul li a  i{
    font-size: 15px;
    margin-left: 20px;
    float: right;
}

.subnav ul li a:hover{
    text-decoration: none;
}
.subnav ul li a:hover i{
    color: #1e6227;
}
/* responsive nav */
#responsive-nav-wrapper{
    display: none;
    z-index: 9999;
}
ul#responsive-nav{
    background: #111;
    padding: 20px 20px;
    margin: 0;
}
ul#responsive-nav li a{
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
}
ul#responsive-nav li ul{
    border-bottom: solid 1px #222;
}
ul#responsive-nav li ul{
    background: #222;
}
ul#responsive-nav li ul li{
    text-align: center;
}

footer{
    width:100%;
    line-height: 100px;
    background: #cccccc;
    font-size: 12px;
    font-family: 'latolight';
    text-align: center;
}

/*********
HOME
*********/

/* carousel */
#home-carousel .carousel-inner{
    
} 
#home-carousel .carousel-inner{
    
} 
#home-carousel .item{
    
} 
#home-carousel .carousel-caption{
    position: absolute;
    right: 15%;
    bottom: 80px;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
    text-shadow:none;
} 
#home-carousel .carousel-caption h3{
    color:#000;
    margin:0;
    padding: 12px 12px 12px 140px;
    background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .70);
    font-family: 'latolight';
    font-size: 24px;
}

section#home-products-panel{
    height:450px;
    width: 100%;
    background:#293b2b;
    color:#fff;
}
#home-products-panel-pic{
    background-image: url(../images/home-products-img.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height:450px;
}
#home-products-panel-content{
    padding-top:80px;
}
#home-products-panel-content ul{
    list-style: none;
    margin: 0;
    padding:0;
    width:70%;
}
#home-products-panel-content ul li{
    display: block;
}
#home-products-panel-content ul li a{
    color:#fff;
    text-decoration: underline;
}
#home-products-panel-content ul li a:hover{
    text-decoration: none;
}
#home-products-panel-content ul li i{
    font-size: 14px;  
    float:right;
}
section#home-projects-panel{
    background: #222;
    height:450px;
    width: 100%;
    color:#fff;
}
#home-projects-panel-content{
    text-align: right;
    padding-top:80px;
}
#home-projects-panel-pic{
    background-image: url(../images/home-projects-img.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    height:450px;
}


/*********
INNER
*********/
section.inner-header{
    height:208px;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    
}
.header-1{
    background-image: url('../images/inner-header-1.jpg');
}
.header-2{
    background-image: url('../images/inner-header-2.jpg');
}
.header-3{
    background-image: url('../images/inner-header-3.jpg');
}
.header-4{
    background-image: url('../images/inner-header-4.jpg');
}
.header-5{
    background-image: url('../images/inner-header-5.jpg');
}
.header-6{
    background-image: url('../images/inner-header-6.jpg');
}
.header-7{
    background-image: url('../images/inner-header-7.jpg');
}
.header-8{
    background-image: url('../images/inner-header-8.jpg');
}
.header-9{
    background-image: url('../images/inner-header-9.jpg');
}

#left-col-subnav h3{
    font-size:18px;
}
#left-col-subnav ul{
    margin:0 0 20px 0;
    padding:20px 0 10px 0;
    list-style: none;
    line-height: normal;
    border-bottom: solid 1px #ccc;
}
#left-col-subnav ul li{
    text-transform: uppercase;
    margin: 0;
    padding: 3px 0;
}
#left-col-subnav ul li a{
    color:#222;
    font-size: 16px;
    display: block;
    margin: 0;
    padding: 3px 6px;
}
#left-col-subnav ul li a:hover{
    text-decoration: none;
}
#left-col-subnav ul li a.active{
    background: #104c19;
    color:#fff;
}
#evconspec-associations{
    text-align: center;
}

#evconspec-associations h5{
    font-family: 'latoregular';
    padding-bottom: 20px;
}
#evconspec-associations img{
    max-width: 100%;
}

#about-bullets li{
    font-weight: bold;
    margin-bottom: 20px;
}
#about-bullets li ul{
    list-style: none;
}
#about-bullets li ul li{
    font-weight: normal;
}

.locations-map{
    height:300px;
    width: 100%;
}

ul.photo-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.photo-list li{
    float:left;
    text-align: center;
    margin-bottom: 25px;
}
ul.photo-list li img{
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
.project-label{
    line-height: normal;
    font-size: 15px;
}
.project-label h4{
    font-size: 14px;
}

form#form-contact label{
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}
form#form-contact input.form-control,
form#form-contact select.form-control{
    box-shadow: none;
    border-radius: 0;
    border-color:#999;
    line-height: 40px;
    height:40px;
}
form#form-contact textarea.form-control{
    box-shadow: none;
    border-radius: 0;
    border-color:#999;
    line-height: 40px;
    min-height:90px;
}
button#btn-submit{
    background: #fff;
    border:solid 2px #acacac;
    color:#0e5316;
    text-transform: uppercase;
    font-family: 'latobold';
    padding:15px 60px;
}

#msg{
    padding:20px 10px;
    background: #f6f6f6;
    margin-bottom: 20px;
    font-family: 'latoregular';
}
#msg.success{
    border-color: #1e6227;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
}
#msg.error{
    border-color: #990000;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
}

/*********
LOGIN
*********/
#login-wrapper{
    width:100%;
    height: 100%; 
    min-height: 100%; 
    
    display: block;
}
#login-pic{
    width:50%;
    min-height: 100% !important;
    position: absolute;
    top:0;
    left:0;
    background: #999;
    background-image: url('../images/login-image-lg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
#login-panel{
    width:50%;
    min-height: 100% !important;
    position: absolute;
    top:0;
    right:0;
    background: #fff;
    padding: 40px 100px 0px 100px;
}
#customer-login-form{
    width:350px;
    padding-top:50px;
    line-height: normal;
}
#customer-login-form .form-control{
    box-shadow: none;
    border-radius: 0;
    border-color:#999;
    line-height: 40px;
    height:40px;
}
button#btn-sign-in{
    background: #fff;
    border:solid 2px #acacac;
    color:#0e5316;
    text-transform: uppercase;
    font-family: 'latobold';
    padding:20px 40px;
}

/*********
CREATE ACCOUNT
*********/
form#new-customer-account{
    line-height: normal;
}
form#new-customer-account label{
    font-size: 14px;
}
form#new-customer-account .form-control{
    box-shadow: none;
    border-radius: 0;
    border-color:#999;
    line-height: 40px;
    height:40px;
}
button#btn_create_account{
    background: #fff;
    border:solid 2px #acacac;
    color:#0e5316;
    text-transform: uppercase;
    font-family: 'latobold';
    padding:20px 40px;
    float:right;
    margin-top: 20px;
    margin-bottom: 60px;
}

.loader-light {
    border: 10px solid #333; /* Light grey */
    border-top: 10px solid #000; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;    
    margin: 0 auto;
    margin-top:50px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#post-status{
    width:300px;
    color:#fff;
    font-family: 'latohairline';
    text-align: center;
    margin:0 auto;
    margin-top:100px;
    font-size: 24px;
}