
h1, h2, h3, h4, h5, h6, p{
    color:#383838;
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    /*font-family: "DidotLTStd-Italic", "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
*/
}

h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
  }

h2{
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
  }

h3{
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
  }
h6{
    
  }



h1{
    text-transform: uppercase;
}

h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
  }

h2{
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
  }

h3{
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
  }

.white{
  color:#fff;
}

  .container{
   /* width:1280px;*/
  }

  .intro h1, .intro h2, .intro h3{
    margin: 10px 0 0 0;
    font-weight: bold;
    /*text-shadow: -3px 3px 8px rgba(0, 0, 0, 0.75);*/
  }

  .intro h1{
    font-size: 40px;
    line-height: 40px;
  }

  .intro h2{
    font-size: 28px;
    line-height: 34px;
  }

  .intro h3{
    font-size: 28px;
    line-height: 28px;
  }
  .intro h6{
    
  }


.mb10{
  margin-bottom: 10px;
}

.mb20{
  margin-bottom: 20px;
}
.mb40{
  margin-bottom: 40px;
}
.mb60{
  margin-bottom: 60px;
}

.mt10{
  margin-top: 10px;
}

.mt20{
  margin-top: 20px;
}
.mt40{
  margin-top: 40px;
}
.mt60{
  margin-top: 60px;
}

.white{
    color:#fff !important;
}


.green{
    color:#99cc33;
}

.gray{
    color:#383838;
}


.gray-bg{
    background-color: #383838;
}

.green-bg{
    background-color: #99cc33;
}

.dark-bg{
   background-color: rgba(51, 51, 51, 0.6);
}

.rounded{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

 a {
  color:#666;
}

 a:hover {
  color:#000;
}



.btn-signal.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-signal {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8dbc2f;
  background-image: -moz-linear-gradient(top, #99cc33, #7aa329);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cc33), to(#7aa329));
  background-image: -webkit-linear-gradient(top, #99cc33, #7aa329);
  background-image: -o-linear-gradient(top, #99cc33, #7aa329);
  background-image: linear-gradient(to bottom, #99cc33, #7aa329);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99cc33', endColorstr='#ff7aa329', GradientType=0);
  border-color: #7aa329 #7aa329 #4c6619;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #7aa329;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-signal:hover,
.btn-signal:focus,
.btn-signal:active,
.btn-signal.active,
.btn-signal.disabled,
.btn-signal[disabled] {
  color: #ffffff;
  background-color: #7aa329;
  *background-color: #6b8f24;
}
.btn-signal:active,
.btn-signal.active {
  background-color: #5c7a1f ;
}



.btn-custom-lighten.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-custom-lighten {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #424242;
  background-image: -moz-linear-gradient(top, #383838, #525252);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383838), to(#525252));
  background-image: -webkit-linear-gradient(top, #383838, #525252);
  background-image: -o-linear-gradient(top, #383838, #525252);
  background-image: linear-gradient(to bottom, #383838, #525252);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383838', endColorstr='#ff525252', GradientType=0);
  border-color: #525252 #525252 #2b2b2b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #525252;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-custom-lighten:hover,
.btn-custom-lighten:focus,
.btn-custom-lighten:active,
.btn-custom-lighten.active,
.btn-custom-lighten.disabled,
.btn-custom-lighten[disabled] {
  color: #ffffff;
  background-color: #525252;
  *background-color: #454545;
}
.btn-custom-lighten:active,
.btn-custom-lighten.active {
  background-color: #383838 ;
}


.navbar .container{
   margin-top:0px;
   margin-bottom:0px;
   padding-bottom: 0px;
   padding-top: 0px;
}

.navbar{
    height:80px;
    background-color: #222;
    margin-top:0px;
    margin-bottom:0px;
    padding-bottom: 0px;
    padding-top: 0px;
    /*border-color: #272727;*/
}

.logo{
  width: 160px;
  height: auto;
  margin-top:20px;
}

.navbar-brand{
   margin-top:0px;
   margin-bottom:0px;
   padding-bottom: 0px;
   padding-top: 5px;
}

.navbar-brand img{
    /*max-height: 60px;*/
}

.navbar-right{
  
    margin-top:16px;
}

.navbar-right li a, .navbar-right{
   font-size: 11px;
   letter-spacing: 1px;
}
.navbar-default {
    
    border-color: #222;
}

.navbar-default .navbar-nav>li>a{
   color: #fff !important;
}




.navbar-nav>li>a li a:hover{
   color: #777;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #243f60;
}



/*li icons*/
ul{
    padding-left:5px;
}

.check li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -2em;
    padding-left: 1.5em;
    list-style:none;
    padding-bottom: 10px;
    
}

.check li:before {
    font-family:'FontAwesome';
    content:"\f00c";
    padding-right:10px;
    /*color:#243f60;*/
    color:#99cc33;
}

.ball li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -2em;
    padding-left: 1.5em;
    list-style:none;
    padding-bottom: 10px;
    
}

.ball li:before {
    font-family:'FontAwesome';
    content:"\f1e3";
    padding-right:10px;
    /*color:#243f60;*/
    color:#99cc33;
}



.bull li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -2em;
    padding-left: 1em;
    list-style:none;
    padding-bottom: 10px;
    
}

.bull li:before {
    font-family:'FontAwesome';
    content:"\f111" !important;
    padding-right:10px;
    /*color:#243f60;*/
    color:#449d44;
    font-size: 12px;
}

.arrow li {
    list-style:none;
    
}

.arrow li:before {
    font-family:'FontAwesome';
    content:"\f0da";
    padding-right:10px;
    /*color:#243f60;*/
    color:#449d44;
}




/* -----------  home page   ------------*/



/*banner*/
#carousel h1{
    color:#fff;
}

#carousel{
    
}


/*home content*/




.container{
    padding-top:40px;
    padding-bottom: 40px;
}

.intro p, .content p, .service-icon-box p, .compare-section p, p {
    font-size: 20px;
}


.service-icon-box-row{
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-icon-box{
    text-align: center;
    
}

.service-icon-box i{
    text-align: center;
    color:#383838;
    
    font-size: 40px;
}

.service-icon-box h2{
    text-align: center;
    color:#383838;
    font-size: 20px;
}

.stat-icon-box i{
    text-align: center;
    color:#99cc33;
    font-size: 60px;
}

.stat-icon-box h2{
    text-align: center;
    color:#383838;
    font-size: 40px;
}

#content-form{
    margin-top: 40px;
    margin-bottom: 20px;
}

.content{
    padding: 20px;
    padding-top:40px;
    padding-bottom:40px;
}



#us{
    padding:20px;
    margin-top:80px;
}


.form-wrap{
    background-color: #000;
    background-color: #383838;
    padding:20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}


.form-wrap-row{
    background-color: #000;
    background-color: #383838;
    padding:40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}


.form-wrap h2, .form-wrap-row h2{
    /*color:#fff;*/
    color:#99cc33;
    text-align: center;
}

.form-wrap p, .form-wrap-row p{
     color:#fff;
     font-size: 18px;
     text-align: center;
}
.callNow{
  font-size: 60px;
  margin-bottom: 20px;
}

.contact-form label{
   color:#fff; 
}



.compare-boxes{
    background-color: #fff;
    padding:0px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /*height:900px;*/
    height:auto;
    margin-top:20px;
}
  .compare-boxes h3{
    font-size: 16px;
  }

  .compare-boxes p{
    font-size: 13px;
  }



    .compare-boxes .top{
        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding:0px;
        height:60px !important;
        /*background-image: url("http://placehold.it/300x100/99cc33");*/
        background-color: #99cc33;
        background-position: center center ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
        .compare-boxes .top i{
          font-size: 40px;
          text-align: center;
          margin-top:10px;
        }

        .compare-boxes .top h2{
            text-align: center;

        }
        
    .compare-boxes .middle{
        
       /*height:400px !important;*/
       height:auto;
        
    }

    .compare-contrast{
      height:280px !important;
    }

    .upperMiddle{
       height:400px !important;
    }

    .compare-boxes .middle-wrap{
        
       padding:20px;
       padding-top: 0px;
      }

    .compare-boxes .bottom{
        -webkit-border-bottom-left-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-bottomleft: 12px;
        -moz-border-radius-bottomright: 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        padding:0px;
        height:20px !important;
        background-image: url("http://placehold.it/300/99cc33/99cc33");
        background-position: center center ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }












/* Large desktops and laptops */
@media (min-width: 1200px) {
   .container{
    width:95%;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

  .container{
    width:95%;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    /*.navbar-brand img{
        width:150px;
    }*/
    .navbar{
         height:120px;
    }


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .navbar-collapse li{
       background-color:#243f60; 
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #d3d3d3;
        background-color:#243f60;
    }

    
}

/* Portrait phones and smaller */
@media (max-width: 667px) {


     .banner-page-title{
        font-size: 34px !important;
    }
    .banner-slogan{
        font-size: 30px !important;
        line-height: 38px;
    }

    .footer .social, .footer h2, .footer p{
      text-align: center;
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    /*.navbar-brand img{
        width:200px;
    }*/

   
    

    .banner{
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        /*overflow: hidden;*/
    }

    .banner-page-title{
        font-size: 34px !important;
    }
    .banner-slogan{
        font-size: 30px !important;
        line-height: 38px;
    }

    #hipster{
      padding-left: 40px !important;
      padding-right: 40px !important;
    }

    .callNow{
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px;
    }

    .heading{
      margin-top: 10px !important;
      line-height: 40px !important;
      font-size: 28px;
    }
    .subheading{

      line-height: 40px !important;
      font-size: 24px;

    }




}













