
body, html{
    font-family: 'Raleway', sans-serif;
}

.page{
    overflow: hidden;
}

a{
    color:#16a44a;
}

a:hover, a:focus{
    color:#303068;
}

h1, h2, h3, h4{
    letter-spacing: -1px;
    text-transform:uppercase;
}

.col-sm-8 h1, .col-sm-8 h2{
    border-left: 5px solid #16a44a;
    padding-left: 10px;
}

h1{
    font-size:24px;
}

h2{
    font-size:21px;
}

h3{
    font-size:18px;
}

h4{
    font-size:15px;
}

p{
    text-align:justify;
    font-size: 17px;
    color: #787F8C;
}

.slick-slider{
    margin:0;
}

.social-media img{
    opacity:1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-media img:hover{
    opacity:0.6;
}

.map-hack{
    background: transparent;
    position: absolute;
    width: 100%;
    height: 550px;
}

#nav-wrapper{
    background: rgb(22, 164, 74);
    background: -moz-linear-gradient(top, rgba(22, 164, 74, 1) 0%, rgba(22, 164, 74, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22, 164, 74, 1)), color-stop(100%,rgba(22, 164, 74, 1)));
    background: -webkit-linear-gradient(top, rgba(22, 164, 74, 1) 0%,rgba(22, 164, 74, 1) 100%);
    background: -o-linear-gradient(top, rgba(22, 164, 74, 1) 0%,rgba(22, 164, 74, 1) 100%);
    background: -ms-linear-gradient(top, rgba(22, 164, 74, 1) 0%,rgba(22, 164, 74, 1) 100%);
    background: linear-gradient(to bottom, rgba(22, 164, 74, 1) 0%,rgba(22, 164, 74, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303068', endColorstr='#3f3f7f',GradientType=0 );
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color:transparent;
    border-color:transparent;
}

.nav-tabs, .nav-pills{
    position: relative;
}

.nav-pills>li>a{
    border-radius:0;
}

.navbar-default .navbar-nav>li>a{
    color:#fff;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover{
    background:#8dc63f;
    color:#fff;
}

.navbar{
    min-height:0;
    border:0;
    border-radius:0;
}

.navbar-default{
    background-color: transparent;
    border-color:transparent;
    margin:0;
}

#sizes h4, #sizes h5{
    text-align: center;
}

.jumbotron{
    padding:10px 0;
    margin:0;
}

.slick-slider{
    margin:0;
}

.social-media a{
    float:left;
    display:block;
}

.social-media a{
    margin-right:20px;
}

.footer{
    padding: 50px 0;
    margin: 50px 0 0 0;
    font-size: 14px;
}

.footer ul{
    list-style-type:none;
    padding-left:5px;
}

.footer p{
    font-size:14px;
}

.jumbotron p{
    font-weight:normal;
}

small, .small{
    font-size:90%;
}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    display:inline-block;
    float:right;
    margin-top:5px;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active{
    background: #8dc63f;
    color: #FFF;
}

ul.dash{
    list-style-type:none;
    padding:0;
    font-size: 17px;
    color: #787F8C;
}

ul.dash li:before{
    content:"-";
    margin:0 10px;
}

/* CSS for collapsable slideshow text */

.responsive-slideshow{
    position: absolute;
}

.absolute-right{
    top:75px;
    right:25px;
    background:rgba(22, 164, 74, 1);
    padding:15px;
    width:33.3%;
}

.absolute-left{
    top:75px;
    left:25px;
    background:rgba(22, 164, 74, 1);
    padding:15px;
    width:33.3%;
    position:absolute;
}

.override{
    margin:0;
}

.override .col-sm-3{
    float:none;
    position:static;
}

/* end collapsable slideshow CSS */


#header{
    padding:10px 0;
}

.logo{
}

p.tel a{
    font-size:35px;
    color:#8dc63f;
}

p.tel a:hover{
    text-decoration:none;
}

p.email a{
    color:#8dc63f;
}




/*--------Accordion----------*/
.accordion {
    background-color: #16a44a;
    cursor: pointer;
    padding: 18px;
    text-align:left;
    width: 100%;
    border: none;
    border-radius:0;
    outline: none;
    transition: 0.4s;
    color:#fff;
}

.accordion:hover, .accordion.active {
    color:#333;
}

.panel{
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel .fa-ul{
    margin-top:10px;
}

.panel p{
    margin:20px 0;
}

.accordion:after {
    content: '\f067';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float:right;
}

.accordion.active:after {
    content: "\f068";
}





section#home{
    margin:50px 0;
}

section#home p{
    line-height: 2.1;
    font-size: 17px;
    color: #787F8C;
}

section#boxes{
    padding:10px 0;
    margin-bottom:25px;
    background:#16a44a;
}

section#boxes > .container{
    padding:25px 0;
}

section#boxes h2{
    text-transform:uppercase;
    font-size:16px;
    text-align:center;
    color:#fff;
}

section#boxes span{
    color: #fff;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section#boxes span:hover{
    border: 1px solid #333333;
    color: #333333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section#boxes p{
    text-align:left;
    color:#fff;
}

section#boxes a.read-more{
    text-align:left;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
}

.navbar-default .navbar-toggle{
    border-color:#fff;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
}

.logos img{
    height:50px;
    margin:0 25px;
    margin-top:30px;
}

table.table-striped td:first-child{
    font-weight:bold;
}

a.social-media-horizontal img{
    margin-right:10px;
}








/*----------Pricing Tables---------*/
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom:30px;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #338c64;
    color: #fff;
    font-size: 26px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}




@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .nav>li>a{
        padding:15px 10px;
    }
    .navbar-header{
        display:none;
    }
}

@media (max-width: 767px ) {
    .responsive-slideshow{
        float:left;
        position: static;
        width: 100%;
        padding: 5px 15px;
    }
    section#boxes p{
        text-align:center;
    }
    section#boxes a.read-more{
        margin-bottom:10px;
        display:inline-block;
    }
}