﻿/*
Theme Name: Newturf
Author: True Blue Websites
Author URI: http://truebluewebsites.com.au
*/


/* =========== TOOLS =========== */




/* --- OVERRIDING GUTTERS --- */

.container {
/*padding-right: !important;*/
}

.row {
/*margin-right: !important;*/
}

.row .col-xs-1, .row .col-sm-1, .row .col-md-1, .row .col-lg-1,
.row .col-xs-2, .row .col-sm-2, .row .col-md-2, .row .col-lg-2,
.row .col-xs-3, .row .col-sm-3, .row .col-md-3, .row .col-lg-3,
.row .col-xs-4, .row .col-sm-4, .row .col-md-4, .row .col-lg-4,
.row .col-xs-5, .row .col-sm-5, .row .col-md-5, .row .col-lg-5,
.row .col-xs-6, .row .col-sm-6, .row .col-md-6, .row .col-lg-6,
.row .col-xs-7, .row .col-sm-7, .row .col-md-7, .row .col-lg-7,
.row .col-xs-8, .row .col-sm-8, .row .col-md-8, .row .col-lg-8,
.row .col-xs-9, .row .col-sm-9, .row .col-md-9, .row .col-lg-9,
.row .col-xs-10, .row .col-sm-10, .row .col-md-10, .row .col-lg-10,
.row .col-xs-11, .row .col-sm-11, .row .col-md-11, .row .col-lg-11,
.row .col-xs-12, .row .col-sm-12, .row .col-md-12, .row .col-lg-12 {
/*padding-right: !important;*/
}

/* --- IMAGES (RESPONSIVE) --- */

.main img { display:block;max-width:100%;height:auto; }
.main img.alignleft { float:left;margin: 0 20px 10px 0 ; }
.main img.alignright { float:right;margin: 0 0 10px 20px ; }
.main img.aligncentre { margin: 0 auto; }

/* --- VIDEO (RESPONSIVE) --- */

.videowrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.videowrap iframe,
.videowrap object,
.videowrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- MAP (RESPONSIVE) --- */

.mapwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.mapwrap iframe,
.mapwrap object,
.mapwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- SOCAL (RESPONSIVE) --- */

.socialwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.socialwrap iframe,
.socialwrap object,
.socialwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- GALLERY (RESPONSIVE) ---*/

.gallery {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.gallery .gallery-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery .gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 5px #efefef solid;
}
@media (width:768px) and (height:1366px){
.navigationwrap .navbar-nav li a {min-width: 55px !important;}
}
@media (max-width: 767px) {
.navbar-brand{  float: left;
    max-width: 70%;
    font-size: 16px;
    line-height: normal;
    padding: 5px 10px;}

  .gallery .gallery-item {
  width: 50%; /* Determines how many to show in a row */
  }
.product-thumb li{max-width:none !important; margin:0px !important; width:100%;}
.product-thumb li a{max-width: none !important; max-height:none !important; width:100% !important; overflow: visible !important; max-height:145px;}
.product-thumb li a img{width:100% !important; max-height:none !important; max-width:none !important;}

  .newturf-journey-list{margin:0px !important; padding-left:0px;}

  .newturf-journey-list li:before{margin:0px auto 15px auto !important; display:block !important;}
  .newturf-journey-list li p{text-align: center; padding-bottom: 5px; width:100%;}
  .newturf-cat li{width:98% !important;}
  .newturf-tab .nav-tabs a{font-size:14px;}
  .navbar-nav>li>a{padding-left:13.5px !important; padding-right:13.5px;}

.quickcontact{font-size:18px !important;}
.btn{padding:7px 10px 8px 10px; font-size:12px;}
.navigation{margin-top:10px;}
.newturf-journey-list li:before {display:none !important;}
.newturf-side-nav ul.sub-menu{display:block !important; position: relative !important; border:none !important;}
.newturf-side-nav ul li.menu-item-has-children>a:after{ content:""; display: block; width: 0;
height: 0;
border-style: solid;
border-width: 8px 7px 0 7px;
border-color: #ffffff transparent transparent transparent; float: right; margin-top:5px;
}
.newturf-side-nav ul.sub-menu li{border-bottom:none !important;}

.newturf-side-nav ul li.menu-item-has-children:hover .sub-menu{display:block !important; position: relative !important; left:auto !important; top:auto !important; box-shadow:none !important; width:auto !important;}
}

/* --- SOCIAL ICONS - BUTTONS --- */

.list-social {
  margin-left: 0;
}

.list-social li {
  padding: 0;
}

.btn-social {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  border-radius: 100% !important;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
  color: #fff;
  -moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
}

.btn-facebook {
  background: #3b5998;
}

.btn-twitter {
  background: #2CAAE2;
}

.btn-google-plus {
  background: #DC4B31;
}

.btn-linkedin {
  background: #00659B;
}

.btn-youtube {
  background: #ED2400;
}

.btn-pinterest {
  background: #CE2021;
}

.btn-instagram {
  background: #6B5245;
}

/* --- WIDGETS - IMAGE --- */

.widget_simpleimage .panel-heading { display: none; }
.widget_simpleimage .panel-body { padding: 0 !important; }
.widget_simpleimage p {margin: 0;}
.widget_simpleimage img { display:block;max-width:100%;height:auto; }


/* =========== STYLES - Global =========== */

/* --- PAGE --- */

body {
  font-family: 'Lato', sans-serif;
  line-height:1.8;
  font-size:14px;
}
body p{font-family: Arial, Sans-serif;}
/* --- LINKS --- */

a {

}

a:hover,
a:focus {

}

/* --- BUTTONS --- */

.btn {

  font-family: Arial, sans-serif;
}

.btn-xs {

}

.btn-sm {

}

.btn-default {
  color:#fff;
  background-color: #0A8747;
  border-color:#0A8747;
}

.btn-primary{
  background-color:#D9E152;
  color:#44864D !important;
  border-color:#D9E152;
}

.btn-primary:hover, .btn-primary:focus{
    background-color: #eee;
   color:#44864D;
}


.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
color:#44864D !important;
}

.btn-action {
  background: red;
  color: white;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  background: white;
  color: red;
}

/* --- HEADINGS --- */

h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.6;
}

h2.media-heading a{font-size: 24px;
    color: #0A8747;
    font-weight: 700;}

h1 {
  margin-top:0;
}


h3{font-size:18px;}
/* --- LEAD --- */

.lead {

}

/* --- WELL --- */

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --- PANEL --- */

.panel {

}

.panel .panel-heading {

}

/* --- FORMS --- */

.form-group {
  margin-bottom: 10px;
}

.form-group .form-control {

}

.form-group .form-control:focus {
  /* border-color: none;*/
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group textarea.form-control {
  height: 100px;
}

/* --- WELL - TESTIMONIALS --- */

.list-testimonial li {
  margin-bottom: 20px;
}

.well-testimonial .fa {
  display: block;
  text-align: right;
  font-size: 60px;
}

.well-testimonial .review {
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}

.well-testimonial .author {
  font-weight: bold;
}

/* --- LIST - TICKS --- */

.list-ticks li {

}

.list-ticks li i {

}


/* =========== STYLES - Sections =========== */

/* --- HEADER --- */

.logo {
  margin: 40px 0 10px 0px;
}

.header{
  background:rgba(255,255,255, 0.95);
  position: relative;
  top:0;
  z-index: 9;
  width:100%;
}

.quickcontact {
  margin-top: 25px;
  color:#006A40; font-size:24px;
}

.quickcontact a{color:#006A40 !important;}

/* --- BANNER --- */
.bannerwrap{clear:both;}
.banner {
  margin-bottom: 0px;
  z-index: 1;
  position: relative;
  background-position: 50% 50%;
  width:100%;
}

/* --- SHOWCASE --- */

.showcase {
  margin-bottom:0px;
  background-image:url('./assets/images/banners/video-bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center ;
  background-size: cover;
}

/* --- MAIN --- */

.content {
  margin-bottom: 20px;
}

/* --- ASIDE --- */

.aside .panel {

}

.aside .panel-heading {

}

.aside .panel-body {

}

/* --- FOOTER --- */

.footer {
  font-size: 12px;
  color: #999;
}

/* =========== STYLES - Media Query =========== */

/* X SMALL - ONLY (Phone) */
@media (max-width: 325px) {
.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
}
@media (max-width: 991px) {
.silica-sand-1{width:20% !important;}
.silica-sand-2, .grass-qty-1{width:60% !important;}
.grass-qty-2{width:40% !important;}
.calculatorwrap{padding:5px !important;}
/* Gallery --*/
.newturfgallery .bx-wrapper .bx-viewport{height:200px !important; max-height:200px !important; max-width:348px !important;}

/*--- Slider ---*/
.tp-caption.very_big_white{
  top:10% !important;
}
.tp-caption.very_big_white h1
{font-size:28px !important; padding:10px !important;}
.tp-caption.large_bg_black{
  top:30% !important; max-width:80% !important; font-size:12px !important; line-height: 1.6 !important;
}
.tp-caption.black a{font-size:14px !important; padding:12px 10px !important; margin-top:-20px;}
.header{padding-top: 0px;}
.newturf-side-nav ul li.menu-item a{height:38px !important;}
.newturf-side-nav ul li{border-width: 1px !important;}
.newturf-side-nav ul li.current-menu-parent a{background:#D9E256 !important; color:#008C49 !important;}
.newturf-side-nav ul li.current-menu-parent a:hover{color:#fff !important; color:#037C59 !important;}
.banner-overlay{display:none;}
  /* --- NAVIGATION --- */
  .navbar {
  background: #006940;
  color: #F2F2F2;
  margin-bottom:10px;
  }
  .navbar a {
  color: #F2F2F2;
  }
.navbar-fixed-top .navbar-collapse{
  background:#41924D;
}

  .navbar .navbar-toggle {
  border-color: #F2F2F2;
  background: #F2F2F2;
  }
  .navbar .navbar-toggle .icon-bar {
  background-color: #666666;
  }
  .navbar .navbar-toggle:focus {
  border-color: #cccccc;
  background: #cccccc;
  color: #F2F2F2;
  }
  .navbar .nav>li>a:hover,
  .navbar .nav>li>a:focus {
  text-decoration: none;
  background-color: #D9E152;
  color: #666666;
  }
.newturf-side-nav ul li.current:after, .newturf-side-nav ul li.current-menu-item:after{ display:none;}
  /* Second Level */
  .sub-menu {
   /*    display: none; */
  }
  .btn-quote{padding:16px 10px !important;}
.newturf-tab .nav-tabs>li>a{padding:5px;}
.headerwrap{padding-bottom: 10px;}
  .newturf-faqs .nav-tabs li{max-width:33%; min-height:65px;}
  .newturf-product{padding-top:35px;}

  /* --- HEADER --- */
  .logo img { margin: 0 auto; }
  .btn-presstocall { padding: 10px 20px; font-size: 20px; margin-bottom: 20px; }

  /* --- CONTENT --- */
  .main { margin-bottom: 20px; }

  /* --- FOOTER --- */
  .footer { text-align: center; }

}

/* SMALL - UP (Tablet + Desktop + Large Desktop) */

@media (min-width: 768px) {

.home .header{ position:absolute;}
.banner-overlay {
     position: relative;
    margin-bottom: -50%;
    z-index: 999;
    max-width: 430px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-top: 25%;
    float: right;
    margin-right: 10%;
}
  /* --- NAVIGATION --- */

  /* Global */
  .navbar { min-height: 40px;border-radius: 0; z-index: 70; margin-bottom:5px;}
  .navbar a { text-decoration: none; transition: all 0.2s ease; }
  .navbar-nav{background:#44864D;}

  /* First Level */
  .navbar-nav>li { border-right:none; }
  .navbar-nav>li>a  { padding: 10px; }
  .navbar-nav>li>a:hover { background: #666666; color: #fff; }
  .navbar-nav li.active a, .navbar-nav li a:focus{background:#D9E152; color:#006A40 !important; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px;}

/* Second Level */
  .navbar-nav ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; padding:0; margin: 0; list-style:none; box-shadow: 0px 2px 3px rgba(0,0,0,0.4); border-bottom-left-radius: 5px; border-bottom-right-radius:5px;} /* No need to change anything */
  .navbar-nav ul.sub-menu li { 
	  position: relative; 
	  float: left; 
	  width:250px; 
	  background: #eee; 
	  border-top: 1px solid #fff; 
	  border-top: none; 
	  /*background: #fff; */
	} /* Edit width, background and borders */
  .navbar-nav ul.sub-menu li a { display: block; padding: 5px 10px; background: transparent; color: #006940; } /* Edit padding, background and color */
  .navbar-nav ul.sub-menu li a:hover { background: #D9E152; color: #fff; } /* Edit hover background and color */
  .navbar-nav li:hover > ul.sub-menu {display:block; } /* What makes it display */
  .navbar-nav>li:after{
	  content:" "; 
	  width:1px; 
	  height:18px; 
	  margin-right:-3px; 
	  margin-top:-30px; 
	  border-left:1px solid #ccc; 
	  position:relative; 
	  float:right; 
	  display:inline-block;
	}
   .navbar-nav>li:hover:after{display: none;}
  .navbar-nav>li:last-child:after{display: none;}


  .newturf-side-nav ul li.current:after, .newturf-side-nav ul li.current-menu-item:after, .newturf-side-nav ul li.current-menu-parent:after{ content: ''; background-image: url('./assets/images/select-arrow.png'); background-position: 50%; width: 20px; height: 33px; display: block; background-repeat: no-repeat; z-index: 99; position: relative; right: -20px; background-size: 100%; margin-top: -31%; float: right;}
  .newturf-side-nav ul li.current-menu-parent ul.sub-menu .current-menu-item:after{display:none;}
  .newturf-side-nav ul li.current-menu-parent ul.sub-menu a{background:#D9E152 !important; color:#008C49 !important;}
  .newturf-side-nav ul li.current-menu-parent ul.sub-menu a:hover{background:#008C49 !important; color:#fff !important;}
  .newturf-side-nav ul li.current-menu-item:after{margin-top:-35%;}
  /* --- HEADER --- */

  .quickcontact { text-align: left; margin-bottom: 5px;}

  /* --- FOOTER --- */

  .site-credits { text-align: right; }


  .navigation{margin-bottom: 10px;}
.navigationwrap{background:#44864D; margin-top:30px; border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px;}
.navigationwrap .navbar-nav li a{color:#fff; font-size:14px; padding:10px; margin:2px; text-transform: capitalize; min-width: 135px; text-align: center;}
.navigationwrap .navbar-nav li a:hover{background:#D9E152; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; color:#006940;}
.navigationwrap .navbar-nav li:last-child{border-right:none;}

}

/* MEDIUM - UP (Desktop + Large Desktop) */

@media (min-width: 993px) {

}

/* SMALL - ONLY (Tablet) */

@media (min-width: 769px) and (max-width: 1024px) {
.navigationwrap .navbar-nav li a{min-width:101px !important;}
}

/* MEDIUM - ONLY (Desktop) */

@media (min-width: 993px) and (max-width: 1200px) {

}

/* LARGE - ONLY (Large Desktop) */

@media (min-width: 1200px) {

  .container { width: 100%;  max-width:1200px;}

}


.newturf-nav{margin:0px; padding: 0px;}
.newturf-nav li{max-width:19.7%; width:100%; display: inline-block; list-style-type: none; text-align: center; background:#0A8747;}
.newturf-nav li a{color: #fff; padding: 5px 0px 5px 0px; display: block; text-transform: uppercase; text-decoration:none; font-size: 11px;  line-height: 1.5;}
.newturf-nav li:first-child{background-color:#006940;}
.newturf-nav li:nth-child(2n+3){background-color:#D9E152; }
.newturf-nav li:nth-child(2n+3) a{color:#006940;}
.newturf-nav li:last-child{background-color:#006940;}

.no-display{display: none;}
.full-width{width:100%;}
.newturf-heading{color:#006A40; border-bottom: 3px solid #D9E152; line-height: 1.6; float: left;  margin-bottom: 20px; display: block;}
.newturf-heading-secondary{color:#fff; text-shadow:1px 1px 1px #222; -webkit-text-shadow:1px 1px 1px #222; -moz-text-shadow:1px 1px 1px #222;}
h1.newturf-heading-secondary, h1.newturf-heading {font-size:28px;}
.newturf-journey-list{margin-left:30px;}
.newturf-journey-list li{color:#fff; font-size:18px; list-style-type: none; padding:0px 0px;}
.newturf-journey-list li:before{content: " "; height:10px; width:10px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; display: inline-block; background: #D9E152; margin-right:10px;}
.newturf-journey-list li p{display: inline-block; border-bottom:2px solid #D9E152; text-shadow:1px 1px 1px #222; -webkit-text-shadow:1px 1px 1px #222; -moz-text-shadow:1px 1px 1px #222;}
.newturf-layer{padding:10px 0px 50px 0px; background:rgba(255,255,255,0.95);}
.newturf-journey-layer{padding:50px 0; background:rgba(10,135,71,0.90);}
.newturf-videowrap{border:5px solid rgb(228, 234, 158);}

.client-wrap .clientimgwrap{overflow: hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; display: block; float:left;}
.client-wrap .clientimgwrap img{  padding:0 12px; width:100% !important; height:100% !important;}

.featured{
    margin-bottom:0px;
  background-image:url('./assets/images/banners/featured-bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center ;
  background-size: cover;
}

.featured .left-block{
  background:rgba(255,255,255,0.95);
    padding:50px 0px 125px 0px;
}

.featured .left-block .box-left{
  max-width: 600px;
  width:100%;
  float:right;
  text-align: center;
}

.featured .left-block .box-left .wrapper, .featured .right-block .box-right .wrapper{
  padding: 0px 10%;
  min-height:330px;
}

.featured .left-block .box-left .wrapper p{
font-size:16px;
text-align: justify;
margin-bottom: 18px;
}


.featured .right-block{
  background:rgba(65,146,77,0.95);
    padding:50px 0px;
min-height:505px;
}

.featured .right-block .box-right{
  max-width: 640px;
  width:100%;
  float:left;
  text-align: center;
}

/**Newturf Tab**/
.newturf-tab{display: block;}
.newturf-tab .nav-tabs{border:none;}
.newturf-tab .nav-tabs a{background: transparent; border:none; color:#fff; font-size:14px; line-height:normal; min-height:45px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background: transparent; border:none; color:#fff;}
.newturf-tab .nav-tabs.active>a, .newturf-tab .nav-tabs>li>a:hover, .newturf-tab .nav-tabs>li.active>a:focus{background: transparent; border:none; color:#fff;}
.newturf-tab .tab-content #enquiry, .newturf-tab .nav-tabs #enquirytab{background-color:#006A40; }
.newturf-tab .tab-content #distributor, .newturf-tab .nav-tabs #distributortab{background-color:#0A8747;}
.newturf-tab .tab-content #installer, .newturf-tab .nav-tabs #installertab{background-color:#D9E152;}
.newturf-tab .tab-content #installer a, .newturf-tab .nav-tabs #installertab a{color:#006940 !important;}
.newturf-tab .tab-content .tab-pane{padding:10px;}

.newturf-tab .nav-tabs>li{max-width:33.3%; width:100%;min-height:42px;}
.newturf-tab .input-sm{border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border:none;}
.newturf-tab .input-sm::-webkit-input-placeholder, .newturf-tab .input-sm::-moz-placeholder, .newturf-tab .input-sm::-moz-placeholder, .newturf-tab .input-sm:-ms-input-placeholder {color:#D9E152;}
.newturf-tab div.wpcf7-response-output{margin: 20px 0px 0px 0px; padding: 0.2em 1em; color: #fff;}

.newturf-footer{margin-top:28px;}
.newturf-footer p, .newturf-footer p a{color:#4A8747; font-size:14px;}
.newturf-footer p a{display:inline;}
.newturf-footer p span{color:#0A8747; font-weight:700; font-size:16px;}

.newturf-social li a{font-size:32px; color:#0A8747;}
.newturf-social li a:hover{color:#6A8747;}
.newturf-social li a i{font-size:32px;}

.single-post .newturf-social li a i{font-size:18px;}
.single-post .newturf-social li a{padding:0px 5px !important;}

.testimonialwrap{clear:both;padding:30px 0px; background:rgba(10,135,71,0.90);}
.client-wrap{padding:25px 5% 0px 5%;}

.testi-wrap .bx-wrapper .bx-pager.bx-default-pager a{background:#aaa;}
.testi-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .testi-wrap .bx-wrapper .bx-pager.bx-default-pager a.active{background:#fff;}

.testi-wrap{padding:0px 5%;}
.testi-wrap .bx-controls{float: right; margin-top: -70px; display: block; position: relative;}
.testi-wrap .bx-wrapper{margin:0px;}
.testi-wrap .bx-wrapper .bx-pager{text-align: center; font-size: .85em; font-family: Arial;  font-weight: bold; color: #fff;  padding-top: 20px; float: right; height: 120px; width: 20px;}
.testi-wrap p{ color: #fff; font-size: 16px; font-weight: 300; text-shadow:1px 1px 1px #222; -webkit-text-shadow:1px 1px 1px #222; -moz-text-shadow:1px 1px 1px #222; font-style:italic; padding: 5px;;}

.newturf-quote{margin-bottom:0px !important;}
.btn-quote{padding:11px 21px; color:#0A8747; background:#D9E152; margin:0px; border-top-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-top-left-radius: 0px; border-bottom-left-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-bottom-left-radius: 0px;}
.btn-quote:hover{color:#444;}
.collapsed .fa-chevron-up{display:none !important;}
.collapsed .fa-chevron-down{display: inline-block !important;}

#getQuote{   background-image:url('./assets/images/banners/video-bg.jpg'); background-size:cover;}
#getQuote .QuoteWrap{background-color:rgba(10,135,71, 0.9); padding:30px 0px 40px 0px; }
#getQuote h1{color:#fff;}
#getQuote .form-control{border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; -o-border-radius:0px; border:none;  background:rgba(255,255,255,0.8);  font-size:14px;}
#getQuote textarea.input-lg{height:117px;}
#getQuote div.wpcf7-validation-errors{border: 1px solid #f7e700; color: #f7e700;}
#getQuote span.wpcf7-not-valid-tip{color: #f7e700;}


.banner{background-repeat:no-repeat; background-size:cover; min-height: 260px;}
.title-wrap{background:#D9E152; margin-bottom:30px;} .title-wrap h3, .title-wrap-primary h3{ margin:0px; font-weight: 300; padding:10px 0px; font-size:24px;}
.title-wrap h3{color:#006940;} .title-wrap-primary h3{color:#fff;}
.title-wrap-primary{background:#006A40; margin-bottom:30px;}
/*Showcase effects*/
.view {
width: 100%;
    width: 100%;
    height: 225px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 5px;
    border: 5px solid rgb(228, 234, 158);
}
.view .mask,.view .content {
   width: 230px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: left;
   position: relative;
   font-size: 16px;
   padding: 10px 0px ;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: inherit;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align:left;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-second img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   width:100%;
}
.view-second .mask {
   background-color: rgba(0,154,64, 0.7);
   width: 350px;
   padding: 60px;
   height: 350px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(365px, 185px) rotate(45deg);
   -moz-transform: translate(365px, 185px) rotate(45deg);
   -o-transform: translate(365px, 185px) rotate(45deg);
   -ms-transform: translate(365px, 185px) rotate(45deg);
   transform: translate(365px, 185px) rotate(45deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second h2 {
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   background: transparent;
   margin: 20px 40px 0px 20px;
   -webkit-transform: translate(200px, -200px);
   -moz-transform: translate(200px, -200px);
   -o-transform: translate(200px, -200px);
   -ms-transform: translate(200px, -200px);
   transform: translate(200px, -200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second p {
   -webkit-transform: translate(-200px, 200px);
   -moz-transform: translate(-200px, 200px);
   -o-transform: translate(-200px, 200px);
   -ms-transform: translate(-200px, 200px);
   transform: translate(-200px, 200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second a.info {
   -webkit-transform: translate(0px, 100px);
   -moz-transform: translate(0px, 100px);
   -o-transform: translate(0px, 100px);
   -ms-transform: translate(0px, 100px);
   transform: translate(0px, 100px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
}
.view-second:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(-80px, -30px) rotate(45deg);
   -moz-transform: translate(-80px, -30px) rotate(45deg);
   -o-transform: translate(-80px, -30px) rotate(45deg);
   -ms-transform: translate(-80px, -30px) rotate(45deg);
   transform: translate(-80px, -30px) rotate(45deg);
}
.view-second:hover h2 {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.view-second:hover p {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-second:hover a.info {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}


/** Store Locator **/
.wpsl-search{background:#fff !important;}
#wpsl-category{display:none !important;}
.wpsl-input label, #wpsl-radius label, #wpsl-category label{ width:130px !important;}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap{width: 100%;}
.wpsl-input input, .wpsl-dropdown{border:2px solid #D9E152 !important; min-width:300px !important; border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important;}
#wpsl-search-btn{background:#0A8747 !important; color:#fff !important; border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; min-width:260px; border:none !important;}
.wpsl-gmap-wrap{border:8px solid #D9E152; margin:10px;}
.wpsl-store-below #wpsl-result-list{margin:10px 1% !important; width:98% !important; border:1px solid #D9E152; padding:0px 0px 0px 10px; box-shadow:inset 0px -5px 5px rgba(0,0,0,0.1); -webkit-box-shadow:inset 0px -5px 5px rgba(0,0,0,0.1); -moz-box-shadow:inset 0px -5px 5px rgba(0,0,0,0.1); -o-box-shadow:inset 0px -5px 5px rgba(0,0,0,0.1); }


.newturf-sidebar{padding:8px; background:#D9E152; }
.newturf-sidebar .btn-primary{border-color:#44864D !important;}
.newturf-sidebar .newturf-videowrap{border:none; margin-top:15px;}
.newturf-sidebar .simple-image img{width:100% !important; height:auto !important;}
.newturf-sidebar p.more{display:none;}

.EnquiryWrap{background:#D9E152; padding:25px 0px;}

.accord-enquiry .panel-heading{background:#006A40; border: 2px solid #fff; color:#fff;}
.accord-distributor .panel-heading{background:#0A8747; border: 2px solid #fff; color:#fff;}
.accord-installer .panel-heading{background:#D9E152; border: 2px solid #006940;  color:#006940;}

.accord-enquiry, .accord-distributor, .accord-installer{background:transparent; border:none !important;}

.accord-enquiry .panel-collapse .panel-body{background:transparent; border:none !important; padding:15px 0px;}
.accord-distributor .panel-collapse .panel-body{background:transparent; border:none !important; padding:15px 0px;}
.accord-installer .panel-collapse .panel-body{background:transparent; border:none !important; padding:15px 0px;}

.accord-enquiry .form-control, .accord-distributor .form-control, .accord-installer .form-control{border:none; font-size:16px; background:#fff; padding:8px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;}


.newturf-faqs .nav-tabs #about-tab{ display:inline-block; background:#D9E152; }
.newturf-faqs .nav-tabs #about-tab a{color:#006A40 !important; font-weight: 600;}
.newturf-faqs .nav-tabs #general-tab{ display:inline-block; background:#0A8747; color:#fff;}
.newturf-faqs .nav-tabs #install-tab{ display:inline-block; background:#006A40; color:#fff;}
.newturf-faqs .nav-tabs li a,  .newturf-faqs .nav-tabs li a:hover, .newturf-faqs .nav-tabs li a:focus, .newturf-faqs .nav-tabs li a:active{ color:#fff !important; background: transparent; border-color:transparent;}

.newturf-faqs .nav-tabs>li.active>a, .newturf-faqs .nav-tabs>li.active>a:hover,  .newturf-faqs .nav-tabs>li.active>a:focus{ border:1px solid transparent;}
.newturf-faqs .nav-tabs>li, .newturf-faqs .nav-tabs>li:hover, .newturf-faqs .nav-tabs>li:active, .newturf-faqs .nav-tabs>li:focus{border:none;}
.newturf-faqs .panel .panel-heading a{text-decoration: none !important; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border:none; width:100%; display: inline-block; }
.newturf-faqs .panel-group .panel{border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;  border:none;}


.newturf-faqs #accordion-about .panel .panel-heading{ background:#D9E152; color:#006A40 !important;}
.newturf-faqs #accordion-general .panel .panel-heading{ background:#0A8747; color:#fff; }
.newturf-faqs #accordion-installation .panel .panel-heading{ background:#006A40; color:#fff; }

.product-conentwrap{margin-top:20px;}


.newturf-cat{padding:0px; margin: 25px 0px;}
.newturf-cat li{list-style-type: none; width:30%; margin:1%; display: inline-block; margin-bottom: 20px;}
.newturf-cat li a img{border:5px solid #E9EEA4; width:100%;}
.newturf-cat .btn-default{margin:10px 20px; display:block;}

h1.banner-title{margin-top:8%; color:#fff; text-shadow: 1px 1px 0px #333; font-size:45px;}
h2.newturf-prod{color:#006A40; border-bottom: 2px solid #D9E152; float:left;}
.newturf-cat li a[title='New Products']:before{content:''; display:block; background:url('./assets/images/new-tag.png') no-repeat 50% 50%; width:32px; height:35px; position:relative; float: right; margin-bottom:-33px; margin-right:10px;}

.product-thumb{display:block; width:100%; clear:both; margin:30px 0px 10px 0px; padding:0px; }
.product-thumb li{max-width:32.5%; list-style-type:none; padding:0px; margin:0px 0px 0px 2px; display:inline-block;}
.product-thumb li a img{ min-height:130px; min-width:130px; }
.product-thumb li a {display:block;  overflow: hidden; border: 5px solid #D9E152; max-height:145px;}

.newturf-product .bx-viewport{border: 5px solid #D9E152;}
.newturf-product .bx-wrapper .bx-prev{left:0%;}
.newturf-product .bx-wrapper .bx-next{right:4%;}
.product-slider li img{width:100%; height:100%; min-height:178px;}

.newturf-product h3{margin:0px 0px 30px 0px; font-size:18px; color:#0A8747; font-weight: 700;}
.newturf-product p, .newturf-product ul  li{font-size:14px;}
.newturf-product .prod-banner{display: block; text-align: right; padding:5px 10px; margin-bottom: 5px; text-decoration: none; font-weight: 700;}
.newturf-product .price{color:#c02; font-weight: 700;}

.newturf-side-nav{background:#037C59; padding:8px; margin-top:8px;}
.newturf-side-nav ul{margin:0px; padding:0px; border:2px solid #fff; }
.newturf-side-nav ul li{list-style-type: none; border-bottom:2px solid #fff;}
.newturf-side-nav ul li a{background:#D9E256; color:#0A8747; font-size:14px; padding:10px 10px; display:block; width:100%; font-size:14px; text-decoration: none;  line-height: 1.2; height: 68px; }
.newturf-side-nav ul li:last-child{border-bottom:none;}
.newturf-side-nav ul li.current a, .newturf-side-nav ul li.current-menu-item a,  .newturf-side-nav ul li.current-menu-parent a{background:#008C49; color:#fff;}
.newturf-side-nav ul li a:hover{background:#008C49; color:#fff;}
.newturf-side-nav ul li.menu-item a{height:55px; word-wrap: break-word;}


.newturf-side-nav ul.sub-menu{display: none; }
.newturf-side-nav ul li.menu-item-has-children:hover .sub-menu{display: block; position: absolute; left: 175px;  width: 200px; z-index: 999; top: 72px; box-shadow:1px 3px 5px rgba(0,0,0,0.2); }

.panel-title>a{width:100%; display: block; text-decoration: none;}

.newturf-steps {margin-bottom:30px;}
.newturf-steps p{padding:0px 3%;}


#cboxLoadedContent{max-width:800px; width:100%; height:auto !important;}
#cboxLoadedContent .cboxPhoto{width:100% !important; height:auto !important;}
.newturf-product .bx-wrapper .bx-viewport{left:0;}

.store-search-heading{margin-top:14%;}
.storeSearch{ padding: 2px; border: 1px solid #bbb; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 1px 0px 3px rgba(0,0,0,0.2); -moz-box-shadow: 1px 0px 3px rgba(0,0,0,0.2);}
.storeSearch .form-control{background: #006A40; color:#fff; border:none; padding:8px 12px; outline:none;     border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;}
.storeSearch .storetypebtn{
	display:none !important;
}




.storeSearch .btn-default:hover, .storeSearch .btn-default:focus, .storeSearch .btn-default.focus, .storeSearch .btn-default:active, .storeSearch .btn-default.active, .storeSearch .open>.dropdown-toggle.btn-default
{background:#0A8747; color:#fff;}

.storeSearch .dropdown-menu{border-top-right-radius: 0px; border-top-left-radius: 0px; margin-top:0px; border:none; min-width: 134px; font-size:13px; left:1; background:#D9E152; color:#006A40; }
.storeSearch .dropdown-menu li a:hover{background:#0A8747; color:#fff;}
.storeSearch .btn-default:hover, .storeSearch .btn-default:active, .storeSearch .btn-default:focus{color: #fff !important;}

.newturf-border{border:10px solid #D9E152; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.order-form .form-group{padding: 5px 0px;
    display: block;
    width: 100%;
    float: left;}
.list-inline li a{color:#0A8747; font-size:13px;}

#pod-pager img{max-width:80px; display:inline-block;}
.newturfgallery .bx-wrapper{margin-bottom:10px;}
.newturfgallery .bx-wrapper .bx-viewport{border:5px solid #D9E152; max-height:500px; min-height:200px; height:auto !important;  max-width:755px;  width:100% !important;
    margin-left: 5px;}
.newturfgallery .bx-wrapper .bx-viewport .main-img{width:100%;  max-height:530px;  width:auto; max-width:none; min-width:755px;}
.newturfgallery #pod-pager a{border:3px solid #D9E152; display:inline-block; margin-right:7px; margin-bottom:7px;}
.newturfgallery #pod-pager a:hover{border-color:#006940;}

.page-template-page-landing .media{margin-bottom: 40px;}
.media-img-wrap{max-width:260px; width:100%; height:180px; display:block; overflow: hidden; border:5px solid #D9E152;}
.media-img-wrap img{width:100%; min-width:260px; min-height:180px;}
h4.media-heading a{color:#006A40;}

.blog .media-left{width:245px;}
.blog .media-left img{width:100%; margin-top:15px;}


.col-sm-4 .panel-default{background:#D9E152 !important; margin-bottom: 0px; border: none;  border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
.col-sm-4 .panel-default>.panel-heading{border:none; background:transparent; color:#fff;}
.col-sm-4  .panel-body{padding:0px 0px 20px 0px;}
.col-sm-4  .panel-body li a{color:#006940;}
.col-sm-4 .panel-title{color:#006940; font-weight: 600; margin-left: 8px; border-bottom: 1px solid #006940; margin-right: 8px;}


.calculatorwrap{border:1px solid #D9E152; padding:40px; background-color: #fbfbfb;}
.calculatorwrap h3{text-transform: uppercase; color:#006940; margin-top:0px;}
.calculatorwrap .btn-primary.btn-lg{margin: 40px auto 0 auto; display: block;}
.getQuoteWrap{border:1px solid #D9E152; padding:40px; background-color: #fbfbfb;}
.getQuoteWrap h3{text-transform: uppercase; color:#006940; margin-top:0px;}
.getQuoteWrap .gform_wrapper{padding:0px !important; margin:0px !important;}
.gform_body .gform_fields li{list-style-type: none; margin-bottom: 15px;}
.gform_body .gform_fields{padding:0px; margin:0px;}

.gform_body .gform_fields .gfield_label{margin-bottom:0px;}
.gform_body .gform_fields input, .gform_body .gform_fields select, .gform_body .gform_fields textarea{
  display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;outline:none !important;
}
.gform_body .gform_fields textarea{
  min-height: 200px;
}
.gform_description{line-height: normal; margin-bottom:15px; padding-bottom: 15px; border-bottom:1px solid #eee; display: block;}
.validation_error{color:red;}
.gfield_description.validation_message{color:#ffad4f;}
.gform_button.button{background-color: #D9E152;
    color: #44864D !important; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
  border:1px solid #44864D; padding:10px 15px; font-weight: 900; text-transform: uppercase; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
.gform_button.button:hover{color:#fff !important;}


.side_logo {padding-top: 10px;display: inline-block;vertical-align: middle;}
.side_logo img {width: 100px;text-align: left;display: inline-block;}
.navigationwrap {margin-top: 10px;}
.logo {margin: 44px 0 10px 0px;}
.logo img{width: 100%;}
.flag_list{display:inline-block;vertical-align: bottom;margin-bottom: 10px;}
.flag_list:after{content: '';display:block;width:100%;height:100%;clear:both;}
.flag_list li.flag_txt {background-image: url(images/aus_flag.png);background-repeat: no-repeat;background-position: 0 center;padding-left: 70px;padding-right: 20px;border-left: none;}
.flag_list li {float: left;color: #fff;font-size: 15px;min-height: 50px;line-height: 24px;padding-top: 10px;padding-bottom: 10px;border-left: 1px solid #414141;letter-spacing: -1px;}
.flag_list li.members_logo {background-image: url(images/hia_logo.png);background-repeat: no-repeat;background-position: 22px center;padding-left: 75px;font-size: 20px;padding-right: 20px;}

.flag_list li a {text-decoration: none;color: #000;}
.flag_list li.members_logo span {display: block;font-size: 14px;}

.download_pdf {position: absolute;right: 150px;z-index: 9999;}
.download_pdf a {background-color: #f24a1b;font-size: 14px;text-decoration: none;display: inline-block;padding:4px 15px 6px;-webkit-border-bottom-right-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-bottomright: 8px;-moz-border-radius-bottomleft: 8px;color: #fff;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}
.download_pdf a:hover {background-color: #da4318;}
.review_btn {z-index: 9999;position: absolute;right: 15px;top: 0;background-color: #d9e152;z-index: 9;color: #000;-webkit-border-bottom-right-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-bottomright: 8px;-moz-border-radius-bottomleft: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}
.review_btn a {color: #44864D;text-decoration: none;font-size: 15px;padding: 4px 14px 6px;display: block;}
.review_btn:hover {background-color: #cad24e;}
.quickcontact {margin-top: 40px;}
.headerwrap{position: relative;}

.newturf-nav li:nth-child(3n) a {color: #006940;}

.newturf-nav li:nth-child(2n+3) a { color: #fff; }

.header_top {background-color: #006940;color: #FFF;font-size: 16px;text-align: center;padding: 4px 0;}

.border_img {
    border: 1px solid #595959;
    padding: 10px;
}
.pet_feature_image a {
    text-align: center;
    display: inline-block;
    width: 33.3%;
    margin-right: 0;
}
.petfriendlyturf_title {
    font-size: 18px;
    line-height: normal;
    font-weight: 800;
}

.newturf-product ul{padding-left: 0px;}
.display_table { width: 100%; height: 100%; display: table;  }
.table_cell { width: 100%; height: 100%; display: table-cell; vertical-align: middle; }


.footer_logo {
    height: 200px;
}
.footer_logo .display_table {height: 200px;}
.footer_logo img {
    width: 164px;
    margin: auto;
}
.newturf-footer p, .newturf-footer p a {margin-bottom: 0;}

.footerwrap {
    padding: 24px 0 0;
}
.flag_list li{list-style: none;}

.newturf-footer {margin-top: 10px;}

    .featured .left-block .box-left .wrapper p{font-size: 15px;line-height: 24px;}
    .featured .left-block {padding: 50px 0px 41px 0px;}

@media(max-width: 1199px){
    .side_logo img {width: 84px;}
    .flag_list {padding-left: 10px;}
    .btn.btn-default {font-size: 12px;}
    .btn.btn-primary{font-size: 12px;}
    .newturf-nav li { max-width: 33%;}
    .newturf-nav li:nth-child(4) { max-width: 49.7%;}
    .newturf-nav li:nth-child(5) { max-width: 49.7%;}
    .quickcontact {font-size: 18px;}
    .flag_list li.flag_txt {padding-left: 52px;padding-right: 12px;background-size: 50px;}
    .flag_list li.members_logo {background-position: 10px center;padding-left: 56px;padding-right: 0;background-size: 38px;}
    .banner-overlay {margin-bottom: -40%;}
    .banner-overlay {position: absolute;margin-right: 4%;right: 0;top: 106px;}
    .view{height: 210px;}
    .newturf-journey-list{margin-left: 0px;padding-left:0px;}
    .newturf-journey-list li{position: relative;font-size: 16px;padding-left: 22px;}
    .newturf-journey-list li:before{position: absolute;top: 8px;left: 0px;}
    .newturf-journey-list li p {line-height: 22px;}
    h1.newturf-heading-secondary, h1.newturf-heading{font-size: 24px;margin-bottom: 14px;}
    .featured .left-block {padding: 50px 0px 53px 0px;}
    .footer_logo img {width: 138px;}
    .newturf-side-nav ul li a {height: auto;}
    .newturf-product .prod-banner {padding: 5px 8px;}
    .newturf-side-nav ul li.menu-item a{height: auto;}
    .featured .left-block {min-height: 585px;}
    .featured .left-block .box-left .wrapper p{margin-bottom: 10px;font-size: 14px;}
    .navigationwrap .navbar-nav li a {min-width: 101px !important;}
}

@media(max-width: 991px){
    .navigationwrap .navbar-nav li a {font-size: 13px;padding: 7px;min-width: 77px !important;}
    .btn-quote {padding: 8px !important;}
    .newturf-nav li {max-width: 32.9%;}
    .footer_logo{height: 100%;padding: 10px 0;}
    .footer_logo .display_table{height: 100%;}
    .featured .left-block {min-height: auto;padding: 20px;}
    .view {margin-top: 18px;}
    .featured .left-block .box-left {max-width: 100%;width: 100%;float: none;text-align: left;}
    h1.newturf-heading-secondary, h1.newturf-heading{text-align:center;}
    .featured .left-block .box-left .wrapper, .featured .right-block .box-right .wrapper {padding: 0;min-height: 100%;}
    .featured .right-block {padding: 20px;min-height: 100%;}
    .featured .right-block .box-right {max-width: 100%;width: 100%;float: none;text-align: center;}
    .flag_list li.flag_txt {padding-right: 24px;}
    .flag_list {margin-bottom: 0;margin-top: 42px;}
    .height_header{height: 272px;}
    #rev_slider_1_1 {height: 360px!important;max-height: 360px!important;}
    #rev_slider_1_1 ul{height: 360px!important;max-height: 360px!important;}
    #rev_slider_1_1 ul li{height: 360px!important;max-height: 360px!important;}
    
}

@media(max-width: 767px){
    .height_header {display: none;}
    .navbar-brand {padding: 15px;}
        #rev_slider_1_1 {height: 300px!important;max-height: 300px!important;}
    #rev_slider_1_1 ul{height: 300px!important;max-height: 300px!important;}
    #rev_slider_1_1 ul li{height:  300px!important;max-height: 300px!important;}
    .side_logo {padding-top: 42px;padding-left: 10px;}
    .flag_list li.flag_txt {padding-right: 16px;background-size: 40px;padding-left: 44px;}
    .flag_list li.members_logo {background-position: 10px center;padding-left: 46px;padding-right: 0;background-size: 28px;}
    .flag_list {margin-bottom: 0px;margin-top: 0px;}
    .newturf-heading{line-height: normal;}
}

@media(max-width: 620px){
    .navbar-brand {padding: 6px;}
    .header_top {font-size: 14px;padding: 8px 0;}
    .mobile_main_logo{width:200px;display: inline-block;}
    .mobile_main_side{width:248px;display: inline-block;}
    .side_logo img {width: 134px;}
    .flag_list {display: none;}
}

@media(max-width: 450px){
    .mobile_main_logo {width: 160px;}
    .mobile_main_side {width: 200px;}
    .side_logo img {width: 200px;}
}

.header_top a{color: #d9e152;}
.header_top a:hover{color: #fff;}