


@media (max-width: 767px) {

    #evergreen-logo{
        text-align: center;
    }
    #home-carousel .carousel-caption{
        display: none;
    }
    #responsive-nav-wrapper{
        display: block;
        position: absolute;
        top:0;
        left:0;
        height:35px;
        width:100%;
        background: #222;
        text-align: center;
    }
    #responsive-nav-wrapper button{
        background-color: transparent;
        border: none;
        color:#fff;
        height:35px;
        width: 100%;
    }
    section.nav-wrapper{
        padding-top: 40px;
    }
    ul#nav{
        display: none;
    }
    #responsive-nav{
        display: none;    
    }
    .content-padding{
        padding-top:20px !important;
        padding-bottom:20px !important;
    }
    .evconspc-text-right{
        text-align: left;
    }
    
    
    section#home-products-panel{
        height:auto;
        width: 100%;
        background:#293b2b;
        color:#fff;
        clear:both;
        margin-top:40px;
    }
    #home-products-panel-pic{
        display: none;
    }
    #home-products-panel-content{
        padding-top:40px;
        padding-bottom:60px;
    }
    #home-products-panel-content ul{
        list-style: none;
        margin: 0;
        padding:0;
        width:100%;
    }
    section#home-projects-panel{
        background: #222;
        height:auto;
        width: 100%;
        color:#fff;
        
    }
    #home-projects-panel-content{
        text-align: left;
        padding-top:40px;
        padding-bottom:60px;
    }
    #home-projects-panel-pic{
        background-image: url(../images/home-projects-img.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        height:200px;
    }
    footer{
        width:100%;
        height:auto;
        line-height:normal;
        padding-top:20px;
        padding-bottom:20px;
    }
    section.inner-header{
        height:180px;
        width:200%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0;

    }
    #login-pic{
        display: none;
    }
    
    #login-wrapper{
        width:auto;   
        height: auto;
        position: relative;
        display: block;
    }
    #login-pic{
        display: none;
    }
    #login-panel{
        width:auto;
        min-height: 100% !important;
        position: relative;
        background: #fff;
        margin:0;
        padding:0;
    }
    
    #login-panel .brand{
        text-align: center;
        padding-top: 20px;
    }
    #customer-login-form{
        padding:0px;
        width:300px;
        margin:0 auto;
    }
    .url-back{
        margin-top: 20px;
        display: block;
    }
    .vendor-name{
        text-align: center;
    }
    .vendor-name h3{
        font-size: 16px;
    
    }
    img.vendor{
        margin:0 auto;
    }
    
}


@media  (min-width: 525px) and (max-width: 767px) {
    
    .loc-foot{
        width:50% !important;
        float:left !important;
    }
   
}

@media  (min-width: 768px) and (max-width: 919px) {
   .nav-wrapper .container{
        width:100%;
    } 
    #evergreen-logo img{
        max-width: 100%;
    }
    
    ul#nav{
        margin:0;
        padding:15px 0 0 0;
        
    }
    ul#nav li{
        margin: 0 5px;
        padding: 0;
        float:left;
        text-transform: uppercase;
    }
    ul#nav li a{
        font-family: 'latolight';
        font-size: 13px;
        color:#000;
        font-weight: bold;
        text-decoration: none;
    }
    ul#nav li a:hover{
        text-decoration: none;
    }

    ul#nav li a > i{
        font-size: 8px;
    }

    ul#nav li a.big{
        font-size: 13px;
        font-family: 'latolight';
        color:#1e6227;
    }
    ul#nav li a.big > i{
        font-size: 8px;
    }
    
    section.subnavs{
        display: none;
        width:100%;
        background: #222;
        color:#fff;
        height:410px;
        position: relative;
        line-height: normal;
    }
    button.btn-subnav-close{
        font-size: 25px;
        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:40px !important;
    }
    .subnav-label{
        color:#fff;
        font-size: 26px;
        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:100%;
        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;
    }

    
    
    h2.evconspc-text-right{
        text-align: left;
    }
    .content-padding{
        padding-top:20px !important;
        padding-bottom:20px !important;
    }
    section#home-products-panel{
        height:auto;
        width: 100%;
        background:#293b2b;
        color:#fff;
        margin-top: 40px;
    }
    #home-products-panel-pic{
        background-image: url(../images/home-products-img.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height:450px;
    }
    #home-products-panel-content{
        padding-top:40px;
    }
    #home-products-panel-content ul{
        list-style: none;
        margin: 0;
        padding:0;
        width:100%;
    }
    #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;
    }
    section#home-projects-panel{
        background: #222;
        height:auto;
        width: 100%;
        color:#fff;
    }
    #home-projects-panel-content{
        text-align: right;
        padding-top:40px;
    }
    #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;
    }
    
     #login-pic{
        display: none;
    }
    
    #login-wrapper{
        width:auto;   
        height: auto;
        position: relative;
        display: block;
    }
    #login-pic{
        display: none;
    }
    #login-panel{
        width:auto;
        min-height: 100% !important;
        position: relative;
        background: #fff;
        margin:0;
        padding:0;
    }
    
    #login-panel .brand{
        text-align: center;
        padding-top: 20px;
    }
    #customer-login-form{
        padding:0px;
        width:300px;
        margin:0 auto;
    }
    .url-back{
        margin-top: 20px;
        display: block;
    }
    
}

@media  (min-width: 920px) and (max-width: 1023px) {
    .nav-wrapper .container{
        width:100%;
    }     
    #evergreen-logo img{
        max-width: 100%;
    }
    ul#nav{
        margin:0;
        padding:20px 0 0 0;
        float:right;
        list-style: none;
    }
    ul#nav li{
        margin: 0 8px;
        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: 16px;
        font-family: 'latolight';
        color:#1e6227;
    }
    ul#nav li a.big > i{
        font-size: 14px;
    }
    
    
    
}
@media  (min-width: 1024px) and (max-width: 1280px) {
    #evergreen-logo img{
        max-width: 100%;
    }
    ul#nav{
        margin:0;
        padding:22px 0 0 0;
        float:right;
        list-style: none;
    }
    ul#nav li{
        margin: 0 8px;
        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: 18px;
        font-family: 'latobold';
        color:#1e6227;
    }
    ul#nav li a.big > i{
        font-size: 14px;
    }
}