/* GLOBAL STYLES
-------------------------------------------------- */
html,
body,
form {
    height: 100%;
}
body {
    color: #a7a7a7;
    font-family: Roboto, Helvetica,Arial,sans-serif;
    padding-top: 85px;
    font-size: 16px;
}
main{
    min-height: 100%;
}

h1, h2.h1-like, h3.h1-like{
    font-size: 28px!important;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

h1, h2, h3, h4{
    color:#3a3a3a;
}
h4{
    margin-top: 15px;
    margin-bottom: 15px;
}    
h2{
    font-weight: bold;
    margin: 40px 0 20px 0;
    line-height: 1.5;
}

h3{
    font-size: 18px;
    font-weight: bold;
}
h4{
    font-size: 16px;
}
ul li{
    line-height: 1.5;   
} 
a{
    color: #0B4D29;  
    font-weight: bold;
}    
a:hover, a:focus{
     color: black; 
     outline: none;
}  
.table-responsive{
     margin-bottom:50px;
}    
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row-eq-align{
      align-items: center;
  justify-content: center;   
}    
.collapse.in{
     outline: none;
}   
.accent-color{
    color: #8EC641;
}   
.bg-green{
     background:#8EC641;
     color: white;
}    
.bg-dgreen{
     background:#0b4d29;
     color: white!important;
}  
.anchor{
     outline: none;   
} 
.cursor-pointer{
     cursor: pointer;   
}  
.box-shadow{
     box-shadow: 0 6px 30px rgba(0,0,0,.15);   
}    
.pagination>li>a, .pagination>li>span{
        padding: 12px 20px;
        color: #808080;
}   
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:#8EC641!important;
    border-color: #8EC641!important;
}
blockquote {
    padding: 0 35px;
    margin: 20px 0 20px 0;
    font-size: 14px;
    border-left: 5px solid #eee;
}
blockquote .small, blockquote footer, blockquote small{
    background: white;
padding: 0;
margin-top: 0;
height: initial;
}    
.turf-logo{
   padding: 0 0 20px 0;
text-align: center;
margin-bottom: 30px;
border-bottom: 1px solid #dadada;
}    
.turf-logo img{
    height: 128px;
}  
/*CHECKBOX*/
.checkbox label::before{
     border: 2px solid #bbb;   
}    
input.styled[type="checkbox"]:checked + label::after, input.styled[type="radio"]:checked + label::after{
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
     vertical-align: middle;
     color: #333;
}   
.compare.table>tbody>tr>th, .compare.table>thead>tr>th{
     padding: 10px 20px;
     font-size: 14px;
}    
.compare.table>tbody>tr>td, .compare.table>tfoot>tr>td, .compare.table>tfoot>tr>th, .compare.table>thead>tr>td{     
     color: #0B4D29;
    
}   
.table>thead>tr>th{
     color: #a7a7a7;
     text-transform: uppercase;
} 
.table tfoot{
    font-size: 22px;
    font-weight: bold; 
    border-top: 2px solid #ddd;
}    
   
   
ul.ul-image{
     list-style-image: url('imgs/check-icon.png');
     padding-left: 24px;
}   
ul.ul-image li{
     line-height: 2;
}  

/*BTNS*/

.btn{
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
    border: none;
    border-radius: 16px;
}
.btn.btn-default{
    background-color: white;
    color: black;
    border: 2px solid #8EC641;
    font-weight: bold;
}
.btn.btn-default.btn-filled{
    background-color: #8EC641;
    color: white;
    border: 2px solid #8EC641;
    font-weight: bold;
}
.btn.btn-border{
    background-color: transparent!important;
    color: black!important;
    border: 2px solid #8EC641;
}
.btn.btn-grey{
    background-color: #f3f3f3;
    color: black;
}    
.btn.btn-default:hover{
    opacity: 0.7;
}
.btn.btn-default.btn-lg{
    background: #8EC641;
    color: white;
    padding: 15px 40px;
}  
.btn.btn-default.btn-lg.border{
    background-color: white;
    color: black;
    border: 2px solid  #8EC641;
} 
.btn-group-sm>.btn, .btn-sm{
    padding:5px 10px;
}    
/*BTNS END*/

.thumbnail{
    border: none;
}    

.bold{
    font-weight: bold;
}
/*customize nav tabs*/
.nav-tabs{
    text-transform: uppercase;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 40px;
    width: 100%;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
    background: white;
}
.nav-tabs li{

    display: table-cell;
    width: 1%;
    float: none;

}
.nav-tabs>li>a{
    color: #5a5a5a;
    padding: 15px 25px;
    border: none;
    text-align: center;
    margin-right: 1px;
}
.nav-tabs>li>a h2{
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}    
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
    color: white;
    border: none;
    border-radius: 0;
    background: #454545;
}
.nav-tabs>li>a:hover h2,
.nav-tabs>li>a:focus h2,
.nav-tabs>li.active>a h2,
.nav-tabs>li.active>a:focus h2, 
.nav-tabs>li.active>a:hover h2{
    color:#1f74be;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover{
    color: white;
    border: none;
    border-radius: 0;
    background: #454545;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
    background: white;
    min-height: 86px;
    background: white;
}

.navbar-wrapper .navbar li a{
    font-weight: normal;
    color: #3a3a3a;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.navbar-default{
    border-color: #ccc;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    color: #8EC641;
    background-color: transparent;
}
.navbar-default .navbar-brand{
    padding: 0;
    
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
    color: #8EC641;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-toggle{
    margin-top: 20px;
}
.navbar-header h1{
    text-transform: none;
    margin: 0;
}
.navbar-default .navbar-collapse{
    border-color: transparent;
}
.navbar-brand > img{
     -webkit-transition: all .4s;
    transition: all .4s;
}    
.shopping-cart-menu{
    /*margin-right: -65px;   
    position: relative;*/
    position: absolute!important;
    right: -100px;
}   
.shopping-cart-menu .badge, .shopping-cart-menu .total-checkout{
    display:none;   
} 
.shopping-cart-menu.has-items {    
    background-color: #f3f3f3;
}  
.triangle{
     width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #8fc641 transparent transparent; 
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}    
.shopping-cart-menu.has-items .badge{
    display:inline;
    background-color: #8EC641;
}  
.shopping-cart-menu.has-items .total-checkout{
    position: absolute;
    left: 88px;
    top: 0;
    background: #8EC641;
    color: white;
    min-width: 125px;
    padding: 10px;
    min-height: 86px;
    display:block;
    font-size: 12px;
    display: table;
}  
.shopping-cart-menu.has-items .total-checkout > div{
     display: table-cell;
    vertical-align: middle;
} 

   
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*ats*/
.carousel .fa-quote-right{
     width: 65px;
     height:65px;
     line-height: 65px;
     text-align: center;
     color: #0B4D29;
     background: white;
     border-radius: 50%;
     margin-bottom: 20px;
}    
.carousel-ats.carousel .item{
    height: 400px;
    background-color: #f3f3f3;
}    

.carousel-ats.carousel {
    height: 400px;
}
.carousel-ats .carousel-caption {
    position: absolute;
      top: 50%;
      transform: translateY(-50%);
    text-align:left;
    z-index: 10;
    text-shadow: none;
    max-width: 80%;
    font-size: 18px;
    right: 10%;
    margin-top: 5px;
    bottom: initial;
left: 10%;

}
.carousel-ats .carousel-control.right, .carousel-control.left{
    font-size: 40px;
    text-shadow: none;
    opacity: 0.7;
}  
.carousel-ats .carousel-control.right:hover, .carousel-control.left:hover{
    
    opacity: 1;
}    
.carousel-ats .carousel-caption .col-md-6 div{
      padding: 30px;
      background: #8EC641;
      color: white;
      border-left: 4px solid #0b4d29;  
      min-height: 300px;
      border-radius: 10px;
}
.carousel-control{
    opacity: 0.2;
}
.carousel-caption .btn {
    color: white;   
    border-radius: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
}
.carousel-caption .btn:hover {
    opacity: 0.8;
}

.carousel-caption h1, .parallax-wrap h2, .carousel-caption h2, .bg h1, .bg h2{
    font-size: 54px;
    letter-spacing: 1.5px;
    color: white;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}


.bg h3{
    color: white;
    font-size: 42px;
    font-weight: normal;
    margin-top: 8px;
}
.carousel-indicators li{
    width: 40px;
    height: 8px;
    margin: 1px 5px;
    border-radius: 0;
}
.carousel-indicators li.active{
    margin: 1px 5px;
    width: 40px;
    height: 8px;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 600px;
}

.sports .carousel-inner > .item > img {
    position: relative;
    max-height: 400px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
    width: auto;
    height: 46px;
    margin-top: -23px;
}
.carousel-control.right, .carousel-control.left{
    background-image: none;
}
.carousel-controls{
    position: absolute;
    bottom: 55px;
    right: 20%;
}    
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-controls .carousel-control-next, .carousel-controls .carousel-control-prev {
    position: initial;
    top: initial;
    bottom: initial;
    display: inline;
}   
.carousel-controls .carousel-control-next:hover, .carousel-controls .carousel-control-prev:hover{
    opacity: 1;
}    
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.text-section{
    font-size: 16px;
    line-height: 1.5;
    color: #ababab;
    padding-bottom: 70px;
}
.text-section.content-page{
    color: #5a5a5a;
}

.bg .caption{
    text-align: left;
    left: 0;
    bottom: 124px;
    padding-left: 15px;
    max-width: 60%;
    position: absolute;
}   
.caption h2.smaller{
    font-size: 34px;
    margin-top: 52px;
    display: inline-block;
}  
.bg-inner{
     width: 100%;
      height:120px;
      -webkit-transition: all .4s;
    transition: all .4s;
     border-bottom-width: 2px; 
     border-bottom-style: solid; 
     border-color:white;
     box-sizing: content-box;
     margin-bottom: 40px;
} 
.bg-inner.sticky{
      position: -webkit-sticky;
      position: sticky;
      top: 85px;
      z-index:12;
      margin-bottom: 15px;
      height: 70px;
     
}   
.bg-inner .btn{
   position: absolute;
   right: 15px;
   top: 18px;
  
    display: none;
}    
.bg-inner .btn.show{
    display: inline-block;  
}   
.bg-inner.sticky .caption{
     top: -38px;
}  
.bg-inner.sticky .caption small{
     vertical-align:middle;
     margin-top: -18px;
     display:inline-block;
} 
.bg-inner .caption{
   top: 10px;
   left: -10px;
   max-width: 100%;
} 
.bg-inner .caption small{
   margin-left: 20px;
} 
.bg-inner .caption a{
     color: white;
    font-size: 20px;
    text-transform: none;  
    margin-right: 20px;
    text-transform: none;
}  
.filters.sticky{
      position: -webkit-sticky;
      position: sticky;
      top: 180px;
}    
.installation{
     padding: 15px 35px 30px 15px;   
}    
.delivery{
     padding: 15px 15px 30px 35px;   
} 
   
.contact-block .span-grey{
    position: absolute;
    left: 2px;
    top: 20px;
    font-size: 12px;
    font-weight: normal;
    color: rgb(195, 195, 195);   
}    
.contact-block >a{
    vertical-align: top;
    display: inline-block;
}   
.contact-block > i{
    margin-top: 4px;
    margin-right:15px;
}    
.contact-block{
    text-align: center;
    right: 0;
    bottom: 138px;
    padding-left: 15px;
    max-width: 60%;
    position: absolute;  
    background: white;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    box-shadow: 0 6px 30px rgba(0,0,0,.15);
}    

.let-us{
     margin-left:130px; 
     margin-bottom:30px;
     display:block;
    color:#8EC641;
    margin-top:14px;
    font-size: 18px;
}    

/*CARE TIPS*/
.tips-detail .post{
        box-shadow: 0 6px 30px rgba(0,0,0,.15);
        margin-bottom: 20px;
}   
.tips-detail .post .text{
     height: 250px;
     padding: 5px 30px;
}    
.tag{
  font-size: 12px;
  text-transform: uppercase;
  color:#8EC641;
  margin-top: 15px;
  display: inline-block;
  margin-right: 10px;
}    
.tips-detail{
    margin-bottom: 40px;
}    
.tips-detail .nav-pills.nav-stacked {
     border: none;
     box-shadow: none;
} 
.tips-detail .nav-pills.nav-stacked > li{
     border-left: none;  
}    
.tips-detail .nav-pills > li > a{
     padding: 5px 0!important;
     font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}    
.tips-detail .nav-pills > li > a:hover{
     color: #8EC641!important;
} 
.tips-detail .social a{
        text-decoration: none;
    width: 80px;
    height: 40px;
    background: #8EC641;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-bottom: 10px;
    color: white;
} 
.tips-detail .post .social{      
    position: absolute;
    bottom: 10px;
 } 
.tips-detail .post .social a{      
    background: #cecece;
    width: 40px;
    border-radius: 50%;
 } 
 .tips-detail .post .social a:hover{      
    background: #8EC641;
 } 
.tips-detail .social a i{
    vertical-align: middle;
} 
/*US*/
.icon-block{
    border:1px solid white;
    display:table;
    padding: 0 20px 0 0;
    cursor:pointer;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.icon-block:hover{
    border: 1px solid rgb(236, 236, 236);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);    
}  
.icon-block h2{
     padding: 10px 35px; 
      -webkit-transition: all 0.5s; 
    transition: all 0.5s;
    font-size: 38px;
}   
.icon-block h2.calc{    
     color: #529e00;
}   
.icon-block h2.check{    
     color: #8EC641; 
}  
.icon-block h2.info{    
     color: #0B4D29; 
}  
.icon-block h3, .icon-block p{
     margin-left: 20px; 
    
}    
.icon-block p{
     margin-bottom: 20px;  
      color: #a7a7a7;
font-weight: normal;
}    
.icon-block h3 i{
     display:none;
     color: #ddd;
     margin-left: 15px;
}  
.icon-block:hover h2.calc {
    background: #529e00;
    color: white;
}  
.icon-block:hover h2.check {
    background: #8EC641;
    color: white;
}  
.icon-block:hover h2.info {
    background: #0B4D29;
    color: white;
}  
.icon-block:hover h3 i{
    display: inline; 
    
}  
.border-grey-left{
   border-left: 1px solid #f1f1f1; 
   
}    
.border-grey-right{
   border-right: 1px solid #f1f1f1; 
   
}  
 .tips-detail .label{
   margin-right: 30px;
 } 
.label.label-default{
     -webkit-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    box-shadow: 0 6px 30px rgba(0,0,0,.15);
    background-color: white;
    border: 1px solid #f1f1f1;
    vertical-align: middle;
    font-size: 14px;
    color: #a7a7a7;
    font-weight: normal;
}
/*VARIETIES*/
.varieties .form-control{
     max-width: 170px;   
} 
.varieties hr{
   margin-top:0!important;
} 
.varieties .row-eq-height > .col-md-4{
    position: relative;
    padding-bottom: 100px;
    
}   
.varieties .row-eq-height .col-md-4 p{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    
}  
 .varieties .less{
    display:none;   
}  

.varieties.varieties-half .value{
    display: block;
    padding-left: 0;
    color: #333;
}    
.varieties.varieties-half .col-md-6, .varieties.varieties-half .col-md-12  {
   padding:0 5px;
}    
.varieties.varieties-half .property i{
   vertical-align: middle;
}  
.turf-products.turf .varieties.varieties-half .property {

   background-color: #f1f1f1;
   border-width: 0px!important;
}  
.turf-products.turf .varieties.varieties-half .property .value{
   font-weight:normal;
}  
.thumbnail .varieties.varieties-half .property {
   background-color: white;
   border-width: 1px!important;
}  
.thumbnail .varieties.varieties-half .property .value{
  font-weight: bold;
}  
.varieties a.label{
    position: initial;
    -webkit-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    box-shadow: 0 6px 30px rgba(0,0,0,.15);
    background-color: white;
    border: 1px solid #f1f1f1;
    font-weight: bold;
    color: #0B4D29;
    font-size: 18px;
}    
.varieties a.label:hover{
   text-decoration: underline;
}   
#products.varieties .label.label-default{
        top: 9px;
}    
.varieties .label.label-default{
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 5px 15px;
    background: white;
    color: #333;
    font-size: 18px;
    border: none;
    box-shadow: none;
}    
.varieties .label.label-default span{   
    font-size: 12px;
}  
.varieties .property{
     display: block;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 8px;
    padding-right:20px;
    text-align: left;   
    font-size: 14px;
    display: table;
    margin-bottom: 5px;
    overflow:hidden;
    position: relative;
    display:block;
}  
.table.compare tr{
     height: 50px;   
}    
.turf .varieties .property{
    border-width: 2px;
} 
.turf .varieties .varieties.varieties-half .col-md-6{
    padding: 2px 10px;
} 
.turf .varieties.varieties-half .property{
    background: white;
    border-width: 1px !important;
} 
.turf .varieties.varieties-half .property .value{
    font-weight: bold;
} 
 .varieties.varieties-half .property {
       padding: 5px 0;
} 

.varieties .property i{   
    font-size: 18px;
    color: black;
    width: 30px;
    text-align: center;
    padding: 8px;
    display: table-cell;
    width: 36px;
    
}  
.varieties .property span{   
   display: table-cell;
   padding-left: 10px;
   
}  
.varieties .property .checkbox{   
    display: table-cell;
    right: 0px;
    top: -2px;
    position: absolute;
   
} 
.varieties  .green-block{    
    color: white;
    text-transform: uppercase;
    background: #8EC641;
    margin: -9px -9px 20px -9px;
    text-align: left;
    padding: 10px 10px;
    border-top: 4px solid #0b4d29;
} 
.turf .varieties  .green-block{       
    margin: 0;  
} 
/*RIGHT TURF*/
.right-turf{
     background-image: url("imgs/grass-bg1.png"); 
     background-color: #f1f1f1;
       background-repeat-y: no-repeat;
       
}
.right-turf h3, .right-turf .description {
     margin-bottom: 20px;   
}    
/*NAV PILS*/
.nav-pills.nav-stacked{
    border: 1px solid #ddd;
border-radius: 8px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
overflow: hidden;
}   
.nav-pills.nav-stacked li{
   padding: 0;
   border-left: 4px solid white;
   cursor: pointer;
} 
.nav-pills.nav-stacked li.active{
   border-left: 4px solid #8EC641;
   font-weight: bold;
} 
.nav-pills > li > a{
     color: #333!important;
     background: white!important;
     padding: 0!important;
     padding: 20px 30px 20px 30px!important;
}    
/*TURF*/
.price-big{
     font-size: 28px;
     margin-top: 0;
     margin-bottom: 20px;
     color: #8EC641;
}    
.price-big span{
     color: #333;
     font-size: 20px;
     font-weight: normal;
} 
.turf .varieties .property{
     display:block;   
}  
.turf .varieties.varieties-short .property {
      border: none;
} 
.turf .varieties.varieties-short .property i{
     background:#f1f1f1;
}   
.turf .varieties.varieties-short .property{
     display:inline-block;   
     padding-right:0;
}    
.turf .varieties .label.label-default{
    left: 2px;
    right: initial;
}  
.turf .variety{
     margin: 40px 0;   
}    
.turf .variety .varieties img{
    
}

/*CHECKOUT*/
.checkbox-block, .checkbox-content{
     display: none;   
}    
.checkbox-box{
    margin: 35px 0;
}    
.quantity-add-remove i{
        font-size: 32px;
        margin: 10px 25px;
        vertical-align: middle;
}
.checkout-wizard .input-group{
     width: 160px;   
} 
.checkout-wizard .input-group .form-control{
        width: 65px;
}  

.checkout-wizard .table i{
     cursor: pointer;
} 
 
.table-total{
     background: #8EC641;   
}    
.delivery-details, .payment-details{
    display: none;

}
.payment-details > .col-md-6{
     padding: 0 40px;   
}    
.checkout-summary{
     margin-top: 50px;   
}   
.checkout-summary .total{
    border-top: 4px solid #8EC641;
    color: black;
    font-size: 16px;
    padding: 15px 0;
    text-transform: uppercase;
}  
.delivery-details h3{
     margin-top:-30px;   
}
.clear-both{
     overflow: hidden;
     clear: both;
}    
/*Stay in touch*/
.get-in-touch{
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background: #8EC641;
    max-width: 400px;
    text-align: center;
    color: white;
    border-radius: 15px;   
}    
.contact{
     margin-top: 85px;   
}  
.contact .box-shadow img{
     min-height: 315px;   
}    
.contact .details {
    margin-top: 40px;
} 
.display-lawn{
     padding: 5px 30px;   
}    
.contact .form{
  box-shadow: 0 6px 30px rgba(0,0,0,.15);   
  padding: 30px;
  margin-bottom: 40px;
}    
.contact .details i{
    color:#8EC641;
    margin-right: 10px;
} 
.display-lawn{
     font-size:14px;   
}    
.get-in-touch .line{
   width: 50px;
   height: 2px;
   background: white;
   margin: 30px auto;
} 
.contact .details span{
    margin-left: 30px;
    margin-bottom: 50px;
    color: #333;   
    font-weight:bold;
} 
.get-in-touch .social a{
    text-decoration: none;
    width: 35px;
    height: 35px;
    background: white;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
   
}
.get-in-touch .social a i{

    vertical-align: middle;
}
   
/*SERVICES*/
.turf-services .icons i, .turf-services .icons > div{
    font-size: 40px;
    color: #8EC641;
    margin-bottom: 15px;
    display: block;
    border: 1px solid #8EC641;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    
} 
.turf-services .panel-group{
    margin-bottom: 40px;
}
.turf-services .panel-default.panel{
    margin-bottom: 10px;
} 
.turf-services .panel-default>.panel-heading{
    padding: 0;
}    
.turf-services .panel-default>.panel-heading a{
    padding: 20px;
    display: block;
    text-decoration: none;
} 
.turf-services .panel-group-page .panel-title a[aria-expanded="true"] .glyphicon:before {
    content: "\e252";
}
.services{
     margin-bottom: 80px;   
}    
.services .col-md-4{
     padding:0 30px;
}    
.services .col-md-4 h2{
     font-size: 45px;
    margin-top: 40px;   
    line-height:1;
    color:black;
}    
   
.services h3{
     border-bottom: 4px solid #8EC641;
     padding-bottom: 20px;
}    
/*WHY US*/
.why-us .col-md-4{
    padding: 30px 80px 20px 80px;
} 
.why-us .col-md-4.because-1{
    background: #d26733;
}  
.why-us .col-md-4.because-2{
    background: #c74a2f;
} 
.why-us .col-md-4.because-3{
    background: #c33222;
} 
.why-us .col-md-4 p, .why-us .col-md-4 h2{
    color: white;
} 
.why-us.contact-details p{
    font-size: 16px;
}   
.why-us.contact-details span.glyphicon{
    margin-bottom: 20px;
    color: white;
    font-size: 46px;
}    
/*ADVANTAGES*/
.form.contact{
    /*-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);*/
    /*border: 1px solid #e7e7e7;*/
    padding: 30px;
    border: 2px solid #c74a2f;
    overflow: hidden;
} 
.form.contact .header{
    background: #c74a2f;
    margin: -30px -30px 60px -30px;
    padding: 12px 30px 8px 30px;
    text-align: center;
}    
.form.contact .header:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    background-color: inherit;
    padding-bottom: 31.7%;
    width: 28%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-30deg) skewX(30deg) skewY(34deg);
    -ms-transform: rotate(-30deg) skewX(30deg) skewY(34deg);
    transform: rotate(-30deg) skewX(50deg) skewY(34deg);
}
.contact.form h2{
    font-size: 16px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
}    
.advantages .col-md-8{
    padding: 0 34px;   
}    
ul.styling{
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
}    
ul.styling li{
    background-image: url('imgs/tick2.png');
    background-repeat: no-repeat;
    line-height: 30px;  
    padding-left: 34px;
    margin-bottom: 14px;
    line-height: 1.8;
    color:#c74a2f;
}  
ul.styling-tablelike{
    padding-left: 0;
    margin-top:10px;
    list-style-type: none;
}    
ul.styling-tablelike li{
    line-height: 1.5; 
    padding: 5px;
}  
ul.styling-tablelike li:nth-of-type(odd){
    line-height: 1.5;
    background: #f3f3f3;
}  
ul.styling-tablelike li:before {
    content: "\002022";
    color: #c74a2f;
    font-size: 26px;
    line-height: 1;
    padding-right: 8px;
    vertical-align: middle;
}
/*CUSTOMER FEEDBACK*/
.customer-feedback .carousel-caption{
    text-align: center;
    left: 20%;   
    bottom: 70px;
}  
.customer-feedback i{
    margin: 30px 0;
    display: block;   
}    
.customer-feedback, .carousel.customer-feedback .item{
    height: 450px!important;
}
.customer-feedback{
    margin-top: 40px;
    text-align:center;
}
.customer-feedback h2{
    color: white;   
}   


/*PRODUCT*/
.product {
    margin-top:50px;
    margin-bottom: 50px;
}  
.product .nav-tabs{
    background: white;
}    
.product ul.styling li{
    color: #5a5a5a;   
}    
.product .call-us{
    background: #f3f3f3;
    padding: 20px;
    font-weight: bold;
    margin-top: 20px;
}    
.product .header{
    overflow:hidden;
    clear:both;
    margin-bottom: 30px;
} 
.product h1{     
    margin-bottom: 20px;
} 
.product .all-reviews {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;   
} 

.product .all-reviews a{
    color: grey;
} 
.product h3[aria-expanded='true'] span:before{
    content: "\e259";   
    font-family: 'Glyphicons Halflings';
}  
.product .specifications .btn, .product .product-review .btn{
    margin-bottom: 0;
    margin-top: 44px;
}  
.product .specifications .imgs .col-md-4{
    padding: 2px;
}    
.product .specifications .imgs{
    margin: 0 15px 10px 15px;
    clear:both;
    overflow:hidden;
}   
#collapseSummaryLink[aria-expanded='true']{
    display: none;
}    
/*PRODUCT REVIEW*/
.product-review .col-md-6, .other-models .col-md-6{
    padding: 0 5px;
}  
.product-review .review{
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border: 1px solid #e7e7e7;
    padding: 30px;   
    min-height: 250px;
    margin-bottom: 10px;
}    
.product-review .review img{
    margin-bottom: 15px;
} 
/*COMPARE*/
/*TURF*/
.table .label{
     display:block;   
     padding-top: 12px;
     padding-bottom: 12px;
     max-width: 126px;
    margin: 0 auto;
    font-size: 14px;
}  
.table .label.label-success{
     background-color: #8EC641;
}  
.table thead th{
     color:#333;   
}    

.compare .fa-star{
     margin: 2px;      
     font-size: 13px;
}    
.compare {
    margin-bottom: 0;   
    border: 1px solid #e8e8e8;
}    
.compare  .col-md-3.bg-lgrey{
    padding: 35px 0;
    font-size: 18px; 
    border-left: 4px solid white;
    border-bottom: 4px solid #c74a2f;
}    
.compare .table>thead>tr>th{
    padding: 0;
    border-bottom: none;

}    
.compare .table>tbody>tr>td{
    border-top: 0; 
    border-left: 4px solid white;
}  

/*ABOUT*/
.about blockquote, .landscapers blockquote{
    font-size: 18px;
    color:black;
    font-weight:bold;
    font-style: italic;
    border-left: none;
    margin: 60px 0 60px 0!important;
    position: relative;
}  
.about blockquote:before, .landscapers blockquote:before{
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f10d";
     color: #8EC641;
    font-size: 28px;
    position: absolute;
    left: -10px;
    top: -18px;
}
.about blockquote:after, .landscapers blockquote:after{
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f10e";
     color: #8EC641;
    font-size: 28px;
    position: absolute;
        right: -5px;
    bottom: 0;
}
.about .panel-default>.panel-heading{
    padding: 25px;
    border-left: 4px solid #8EC641;
}  
.about .panel-group .panel{
     border-radius: 0;   
}    
.panel-group-page .panel-title >div[aria-expanded="true"] .glyphicon:before {
    content: "\e252";
}
.us .big-title{
    margin-top: 142px;
}    
.maesure-site .panel-title img{
    opacity: 0.15;
}   
.maesure-site .panel-title i{
    color: #cccccc;
}
/*testimonials*/
.testimonials .block{
    padding: 25px;
    background: white;
    border-radius: 10px;
    text-align: center;
}   

.about .panel-collapse .panel-body .col-md-12{
     padding-left: 25px;   
}    


/*Choose right turf*/
.question{
    padding: 20px 30px 20px 30px;
    background: #f1f1f1;
    width: 100%;
}
.guide-turf .row-eq-height{
    border: 1px solid #dadada;
    margin-left: 0;
    margin-right: 0;
     border-left: 4px solid #8EC641;
}    
.guide-turf .row-eq-height i{
     font-size: 70px;
     text-align: center;
} 


.services .col-md-4 .hover-product >div, .canvas .col-md-6 .hover-product >div{
    text-decoration: none;
    color: #FFFFFF;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 34px;
}    
.secondary-nav-categories.is-fixed {
    position: fixed;
    left: 0;
    background:#f3f3f3;
    z-index: 1;
    top: 86px;
}
/*stepper*/

/* Begin actual mdl-stepper css styles */
.mdl-card{
    margin-bottom: 15px;   
}    
.mdl-stepper-horizontal-alternative {
    display: table;
    width: 75%;
    margin: 20px auto;
    margin-bottom: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
    display: table-cell;
    position: relative;
    padding: 24px;
}


.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
    border-radius: 15% / 75%;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
    display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-color: #e3e3e3;
    border-radius: 20%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: white;
    position: relative;
    z-index: 1;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
    background-color:#8EC641;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle * {
    display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle {
    -moz-transform: scaleX(-1);
    /* Gecko */
    -o-transform: scaleX(-1);
    /* Opera */
    -webkit-transform: scaleX(-1);
    /* Webkit */
    transform: scaleX(-1);
    /* Standard */
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle:before {
    content: "\270E";
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
    text-align: center;
    color: #ccc;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
    color: rgba(0, 0, 0, .87);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
    font-size: 12px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional {
    color: rgba(0, 0, 0, .54);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
    position: absolute;
    top: 48px;
    height: 1px;
    border-top:2px solid #DEDEDE;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
    right: 0;
    left: 50%;
    margin-left: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
    left: 0;
    right: 50%;
    margin-right: 20px;
}
/*end stepper*/





/*blog*/
.blog .item{
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border: 1px solid #e7e7e7;
    margin: 20px 0 40px 0;
}
.blog .item:hover, .pricing .detail:hover  {
    -webkit-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    -moz-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    box-shadow: 0 6px 30px rgba(0,0,0,.15);
    cursor: pointer;
}
.blog a{
    text-decoration: none;
    color: #5a5a5a;
}
.blog .content{
    padding: 25px;
    position: relative;
    height: 350px;
}
.blog .content h2{
    margin: 30px 0 20px 0;
    height: 68px;
    overflow: hidden;
}
.blog .content h2:hover{
    text-decoration: underline;
}

.blog .content p{
    height: 120px;
    overflow: hidden;
}
.tags span{
    font-size: 14px;
    color: #ababab;
    border: 1px solid #ababab;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
}
.blog .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #efefef;
    padding: 8px 25px 8px 25px;
    width: 100%;
}
.blog .bottom a{
    margin: 0 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0.9;
}
.blog .bottom a:hover{
    opacity: 0.6;
}
.blog-detail .social{
    margin: 20px 0 40px 0;    
}
.blog-detail .social a:first-child{
    margin-right: 25px;
}
.blog-detail .social a:hover{
    opacity: 0.8;
}
.pagination>.active>a, 
.pagination>.active>a:focus,
.pagination>.active>a:hover, 
.pagination>.active>span,
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #1f74be;
    border-color: #1f74be;
}


.google-maps {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.google-maps iframe {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    padding: 0;
    width: 100% !important;
    height: 100% !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none;
}

/*footer*/
footer,
.push {
    height: 430px;
}
footer{
    background: #252528;
    padding: 30px 0 10px 0;
    color:#ababab;
    margin-top: -430px;
}
footer a{
    color: #ababab;
    /* display: block; */
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 12px;
}
footer a:hover{
    color: white;
}
footer h2{
    color: white;
}
footer address{
    margin-bottom: 15px;
}
footer .glyphicon{
    margin-right: 8px;
}
footer h3{
    margin-bottom: 20px;
}

footer img:hover{   
    opacity: 1;
    cursor: pointer;
}
footer .social{
    padding-top: 12px;
}
footer .social a{
    text-decoration: none;
    width: 35px;
    height: 35px;
    background: #3e3e40;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
}
footer .social a i{

    vertical-align: middle;
}
footer .copyright{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #343437;
}

footer .feed a img {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    border: 1px solid #f4f7fd;
    opacity: 1;
}
footer .feed a {
    display: initial;   
    text-decoration: none;
}
.gmaps iframe{
    width: 100%;
    border: 0;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.description{
    font-size: 18px;
    color: #ababab;
    margin: -10px auto;
    margin-bottom: 50px;
    max-width: 992px;
}
.bg-section{
    background: #f3f3f3;
}
.bg-black{
    background: black;
}
.title-content{
    background: #f3f3f3;
    padding: 50px 0;
}
.title-content h1{
    margin: 0;
}
.text-align-center{
    text-align: center;
}
.text-align-left{
    text-align: left;
}
.text-align-right{
    text-align: right;
}
.display-inline{
     display:inline;   
}    
.display-ib{
    display: inline-block;
}
.display-block{
    display:block;   
}  
.display-table-cell{
     display:table-cell;   
}    
.line-height15{
    line-height: 1.5;   
}   
.vertical-align-m{
    vertical-align: middle;
}  
.bg-lg{
     background: #f3f3f3;   
}    
.font-weight-normal{
    font-weight:normal;    
}
.font-weight-bold{
    font-weight:bold;    
}
.font-color-dg{
     color: #333;   
}    
.font-color-lg{
     color: #a7a7a7;   
}  
.font-size12{
    font-size: 12px;
}
.font-size13{
    font-size: 13px;
}
.font-size14{
    font-size: 14px;
}
.font-size16{
    font-size: 16px;
}
.font-size18{
    font-size: 18px;
}
.font-size20{
    font-size: 20px;
}
.font-size22{
    font-size: 22px!important;
}
.line-height20{
     line-height: 20px;   
}    
.font-size28{
    font-size: 28px;
}
.font-size40{
    font-size: 40px;
}
.color-main{
    color:#1f74be;
}
.color-accent{
    color: #8EC641;
}
.color-grey{
    color:#ababab;
}
.color-red{
    color: #ee3338;   
}  
.color-white{
    color: white!important;   
} 
.color-black{
    color: black;   
}  
.bg-lgrey{
    background: #f3f3f3;
}    
.bg-white{
    background: white!important;   
}    
.text-decoration-no{
  text-decoration: none!important;   
}  
.margin-no{
    margin:0;   
}  
.margin-0auto{
     margin: 0 auto;   
}    
.margin-0-15{
     margin: 0 15px;   
}   
.margin-l5{
    margin-left: 5px;
} 
.margin-l30{
    margin-left: 30px;
} 
.margin-l20{
    margin-left: 20px;
} 
.margin-l25{
    margin-left: 25px;
}  
.margin-l10{
    margin-left: 10px;
}  
.margin-l15{
    margin-left: 15px;
}   
.margin-r5{
    margin-right: 5px;
}
.margin-r10{
    margin-right: 10px;
}
.margin-r20{
    margin-right: 20px;
}
.margin-r40{
    margin-right: 40px;
}
.margin-r50{
    margin-right: 50px;
}
.margin-top-no{
    margin-top: 0;
}
.margin-top5{
    margin-top: 5px;
}
.margin-top10{
    margin-top: 10px;
}
.margin-top20{
    margin-top: 20px!important;
}
.margin-top30{
    margin-top: 30px!important;
}
.margin-top40{
    margin-top: 40px!important;
}
.margin-top50{
    margin-top: 50px;
}
.margin-top60{
    margin-top: 60px;
}
.margin-top70{
    margin-top: 70px;   
}    
.margin-top20{
    margin-top: 20px;
}
.margin-top5{
    margin-top:5px;   
}  
.margin-b8{
     margin-bottom: 8px;   
} 
.margin-b10{
     margin-bottom: 10px;   
} 
.margin-b20{
    margin-bottom: 20px;
}
.margin-b30{
    margin-bottom: 30px;
}
.margin-b40{
    margin-bottom: 40px;
}
.margin-b35{
    margin-bottom: 35px;
}
.margin-b20{
    margin-bottom: 20px;
}
.margin-b15{
    margin-bottom: 15px;
}
.margin-b70{
    margin-bottom: 70px;
}
.margin-b85{
    margin-bottom: 85px;
}
.margin-b5{
     margin-bottom: 5px;   
}    
.margin-r5{
    margin-right: 5px;
}
.margin-l5{
    margin-left: 5px;
}
.position-r{
    position: relative;
}
.margin-t50{
    margin-top: 50px;
}
.margin-t15{
    margin-top: 15px;
}
.margin-t70{
    margin-top: 70px;
}
.margin-t85{
    margin-top: 85px;
}
.padding-top30{
     padding-top: 30px;   
}    
.padding-r-no{
    padding-right: 0;
}   
.padding-l-no{
    padding-left: 0;
}  
.padding40-0{
    padding: 40px 0;
}
.padding-b40{
    padding-bottom: 40px;
}
.padding-top-5{
    padding-top: 5px;
}
.margin-r15{
    margin-right: 15px;
}
.margin-r70{
    margin-right: 70px;
}
.margin-t-no{
    margin-top: 0!important;
}
.margin-b-no{
    margin-bottom: 0!important;
}
.padding-t70{
    padding-top: 70px;
}  
.padding-t40{
    padding-top: 40px;
}    
.padding-b70{
    padding-bottom: 70px;
}  
.padding-no{
    padding: 0;
}
.padding-t-no{
    padding-top: 0!important;   
}    
.clearfix{
    overflow: hidden;
    clear: both;
}
.display-b{
    display: block;
}
.width100{
    width: 100%;
}
.height100{
    height: 100%;
}
.checkbox label{
    font-size: 14px;
}
.position-rel{
    position: relative;
}   
.padding-r-no{
     padding-right: 0;   
}    
.padding-r40 {
    padding-right: 40px;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #f3f3f3;
} 
.clear{
    clear: both;
    overflow: hidden;
}    
    .show-sm-ib{
        display: none;
    }    
    .show-sm{
         display: none;   
    }    
@media (max-width: 768px) {
    .navbar-collapse.pull-right{
        float: none!important;            
    }
    .navbar-collapse .navbar-nav {
        margin: 60px 0 30px 0;
    }
    .navbar-default .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }
    h1, .carousel-caption h1, .parallax-wrap h2, .carousel-caption h2, h2.h1-like, .bg h2{
        font-size: 26px;
        line-height: 1.3;

    }
    h2{
        font-size: 20px;
        font-weight: bold;
    }
    .display-no-sm{
        display:none;
    }
    .own-trailer{
        text-align: center;
    }    

    .own-trailer .pull-right, .own-trailer .pull-left{
        float: none!important;
    }  
    .own-trailer img{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #homeCarousel.carousel, #homeCarousel.carousel .item, #homeCarousel.carousel-inner > .item > div,  #homeCarousel.carousel .slide {
        height: 300px!important;
    }
    .bg{
        height: 360px!important;   
    } 
    .bg.bg-inner {
        background-size: initial!important;
        height: 190px!important;
    }
    .bg.bg-inner.bg-narrow {
        height: 140px!important;
    }
     .bg.bg-inner h2 {
       margin: 60px 15px 0 15px;
    }
    .bg .caption{
        max-width: 100%;   
    }  
    .bg .caption p{
        color: white;   
    }    
    .carousel-controls {
        bottom: 45px;
        right: 5%;
    }
    .contact.form{
        margin-bottom: 25px; 
    }    
    footer .glyphicon {
        display: none;
    }
    footer .form{
        margin-top: 40px;
    }

    .margin-t70{
        margin-top: 40px;
    }
    .carousel-caption p{
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
        color: white;
    }
    .description{
        font-size: 16px;
    }

    .nav-tabs li {
        width: 100%;
    }

    footer{
        margin-top: 0;   
    }    
    footer, .push{
        height: 100%;     
    }    
    html, body, form {
        height: initial;
    }

    .height-sm300{
        height: 300px!important;
    }
    .nav-tabs{
        border: none;
        background: #f3f3f3;
    }    
    .nav-tabs li{
        display: block;
    }    
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        background-color: #454545;
    }  
    .btn.btn-default.margin-r15{
        margin-right: 0;
        margin-bottom: 20px;
    }    
    .br-sm{
        height: 50px;
    }    

    footer .feed{
        margin-top: 20px;   
        margin-bottom: 34px;
    }    
    .why-us .col-md-4.because-1, .why-us .col-md-4.because-2, .why-us .col-md-4.because-3{
        height: auto!important;   
    }  
    .why-us .col-md-4 {
        padding: 30px 24px;
    }
    .services .col-md-4,   .canvas .col-md-6 {
        padding-top: 15px;
    }
    .customer-feedback .carousel-caption {
        text-align: center;
        left: 0;
        right: 0;
        padding: 15px;
        max-width: 100%;
    }
     .mdl-stepper-horizontal-alternative .mdl-stepper-step{
         padding: 5px;   
         width: 70px;
    }  
    .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title{
         font-size: 14px;   
    }    
    .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left, .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right{
         display:none;   
    }    
    .build-trailer .item h2{
         padding-top: 20px;
         margin-top: 0;
         padding-bottom: 10px;

    }    
    .build-trailer .item .position-r{
         height: auto;   
    }    
    .build-trailer .item .add{
        top: 10px;
        height: 46px;
        line-height: 52px;
    }  
    .build-trailer .item p{
         margin-bottom: 15px;   
    }    
    .canvas .col-md-6 .hover-product,.services .col-md-4 .hover-product, .services .col-md-6 .hover-product{
         opacity: 1;   
         height: 52px;
    }    
    .row-eq-height{
         display:initial;   
    }  
    .us .big-title{
        margin-top: 30px;
    }
    .let-us{
         margin-left: 0;   
    }   
    .icon-block h2 {
        padding: 10px 15px;
   
    }
    .varieties a.label {   
        margin: 8px 0;
        display: inline-block;
    }
       
    
    .show-sm-ib{
        display: inline-block;
    }    
    .shopping-cart-menu{
        position: initial!important;
        right: 0;
    }    
    .shopping-cart-menu.has-items{
        background-color: white;
    }    
    .carousel-ats .carousel-control.right, .carousel-control.left{
        display: none;   
    }    
    .bg-inner.sticky, .filters.sticky{
         position: initial;   
    }    
    .variety .varieties-half h3{
         margin-top: 20px!important;   
    }   
    .turf .variety{
          -webkit-box-shadow: 0 6px 30px rgba(0,0,0,.15);
    box-shadow: 0 6px 30px rgba(0,0,0,.15);
        padding: 20px 10px;
    }
    .show-sm{
         display: block;   
    }  
    .compare  .btn.btn-default{
         display:block;   
    } 
    .varieties .green-block{
         margin-bottom: 0;   
    }    
    .varieties.anchor .thumbnail {
         margin-bottom: 30px!important;   
    }    
    .delivery {
        padding: 15px;
    }
    .bg-inner .btn{
         display: none!important;   
    }    
    .price-big{
        margin-top: 20px;
    }    
    .turf-services .nav-pills.nav-stacked{
         margin-bottom: 30px;   
    }   
    .about .panel-title small.margin-l25{
         margin-left: 0;   
    }    
    .mdl-stepper-horizontal-alternative{
         padding-top: 30px;   
    }  
    .review-order .checkbox-box small{
        display: block;
        margin-left: 0;
        margin-top: 10px;  
     }    
    .delivery-details h3 {
        margin-top: 0;
    }
    .review-order .table{
         font-size: 14px;   
    }    
    .review-order .checkbox label{
       font-size: 18px!important;     
    }   
   .review-order .btn.btn-default{
       margin-left: 0;
       margin-top: 10px;
       display:block;
    }
    .checkout-summary{
         padding-top: 20px!important;   
    }    
    .checkout-wizard .btn-lg{
         width: 100%;
         display:block;
    }    
    .right-turf{
          background-size: cover;   
    }    
}
@media (min-width: 768px) {

    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav>li>a{
        padding: 32px 22px;
    }
    .carousel-caption p, .bg p{
        margin-bottom: 20px;
        font-size: 21px;
        color:white;
        line-height: 1.4;
    }
    .carousel-controls {       
        right: 2%;
    }
     


}

@media (min-width: 992px) {

    .container{
        /*width: 992px;*/
    }

}
@media (max-width: 1280px) {

    .why-us .col-md-4 {
        padding: 30px;
    }
}

.categories a {
    color: #000;
}

.viced {
    background-color: #FFF; 
    color: #000 !important;
    padding: 5px 18px 5px 18px;
}

.bgwhite { 
    background: #FFF;
}

.height-15 {
    height: 15px;
}
.padding-45 {
    padding-left: 45px;
    padding-right: 45px;
}

@media (min-width: 1200px){
    .container {
        width: 1000px;
    }
}
@media (max-width: 1400px){
    .shopping-cart-menu.has-items .total-checkout {
        display: none;
    }
}