#main_inner p {margin-bottom:10px;}

.butttons-side img {float:right;width:100%}
.foot-address div, .foot-address span {display:inline; color:#fff; text-align:center;}
.foot-address {width:100%;text-align: center;padding: 0 0 1% 0;}

/* installer card edits 21/8/2015 */

.contactForm{width:97.5% !important;}
.contact-form {box-sizing: border-box; padding:1%;background: #000 url(images/form-bg-2.jpg); color:#fff !important;border-radius: 8px;}
.contact-form-2 {position:absolute;top:976px; right:0;}
.contact-form h2{ color:#fff !important;}
.contactForm{padding:1%;box-sizing:border-box;}
.grass-head h1{color:#fff !important; text-align:center;margin: 0;}
.section-wrap {width:100%;clear:both;}
.form-50 {width:44%;float:left;}
.last-50 {text-align: right; width:56%!important;}
.contactForm input, .contactForm textarea, .contactForm select 
{
    padding:10px 4px;width:99%;margin-bottom:10px;border:none;color:#999999;
    border: solid 1px #aaa;
}
.contactForm select {width:102.7% !important;}
.contactForm .buttoni input {border-radius:0 !important; background:yellow !important;color:#000 !important; padding:4% 0;font-weight:bold;font-size:20px;transition: all 500ms ease;-webkit-box-shadow: 0px 0px 19px 1px rgba(28,102,33,1);-moz-box-shadow: 0px 0px 19px 1px rgba(28,102,33,1);box-shadow: 0px 0px 19px 1px rgba(28,102,33,1); }
.contactForm .buttoni input:hover {background:#21A700 !important;color:#fff !important;}
.socialBubble {
    right: 0;
    width: 200px;
}
.body-infocard .socialBubble {
    top: -73px;
    position: absolute;    
}
.yelloText {color:yellow;}
#main_inner {font-size: 14px;}
@media all and (max-width: 480px) {
    .contact-form, .contact-form-2{position:static;}  
    .form-50 {width:100%;}
    .socialBubble {position: static;}
    .arrow{display:none;}
    
    .titleBar, .titleBar h1, .titleBar h2, .titleBar h3, .titleBar h4, .titleBar h5 {font-size: 22px !important;text-align: center;}
    
}

/* dog fun changes 24-9-15 */
.newchanges p {margin-bottom:10px;}
.telephone {text-align:center;font-size: 21px;}
.telephone a {font-size: 50px;}
.right-vid iframe {width:100%; height:250px;border-radius:10px;}
.telephone > span {display:block;width:100%;text-align:center;}
.telephone > span > img {;margin-right:5px;width:6%}
.doggy {margin-left: 0.6% !important;}


.cLeft {width:42% !important; float:left !important; padding: 0 !important; margin-right:1%;}
.cRight {width:57% !important; float:left !important; padding: 0 !important;}
.cRight iframe {width: 95%; height: 500px;}



/* installer card edits 17/9/2015 */
.phoneNumber{font-size:38px; text-align:center;display:block;margin-right:5px;background: #000; color: #fff; border-radius:12px;}
.phoneNumber a {color:#fff;}
.headerarea {margin:0 !important;}
.companyAddress {text-align:center;}
.companyLogoArea {margin: 0!important; text-align:center;}
.infocard img { border-radius: 12px;}
p {margin:0;}
.fillform {font-size:30px; box-sizing: border-box;padding-top:1%;}
.lBusiness {margin-bottom:10px;}
.description p {margin-bottom:10px;}
.links button {
    width:99%;
    border:none;
    text-align:center;
    border-radius: 0 !important;
    background: yellow !important;
    color: #000 !important;
    padding: 4% 0;
    cursor:pointer;
    font-weight: bold;
    font-size: 20px;
    transition: all 300ms ease;
}

.links button:hover {
        background: #21A700 !important;
    color: #fff !important;
     -webkit-box-shadow: 0px 0px 19px 1px rgba(28,102,33,1);
    -moz-box-shadow: 0px 0px 19px 1px rgba(28,102,33,1);
    box-shadow: 0px 0px 19px 1px rgba(28,102,33,1);
}
.center {text-align:center;}
.gplus-holder {
        width: 300px;
    margin: 0 auto;
}

.index_php p {margin-bottom:10px;}

.reviews h3 {font-size: 16px !important;}

.tabbedItem > .titleBar {text-align: center; font-size: 18px;}
.bizofmonth {background: #f3d80c; padding: 4%;}


#fixedContact, .panel_1, .panel_2{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.centerText{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.panel_1, .panel_2{
	float: left;
}
#fixedContact{
	position: fixed;
	/*right: 0;*/
	right: -261px;
	top: 253px;
	z-index: 99999;
	
	color: #fff;
}
#fixedContact._on{
	right: 0px !important;
}
#contact_clicker{
	background: #21A700;
	margin-top: 30px;
	cursor: pointer;
	display: table;
	text-align: center;
	padding-bottom: 5px;
}
#contact_clicker img{
	display: block;
	margin: 10px 20px;
}
#submit{
	background: #000;
	color: #fff;
}
.panel_2{
	width: 261px;
	
	padding: 20px;
	background: #21A700;
}
.panel_2, #contact_clicker{
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.panel_2 h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
	font-size: 1.95em;
}
.panel_2 input, .panel_2 textarea{
    border: none;
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    padding: 4px 6px;
    width: 100%;
    
    margin-bottom: 20px;
    
    font-size: 1.25em;
    text-transform: uppercase;
    
    font-family: 'OpenSansLight',Arial,Helvetica,sans-serif;
    font-weight: lighter;
}
#submit, #fixedContact{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#submit:hover{
    background: #333;
    cursor: pointer;
}
.input_error{
    border: 1px #F00 solid !important;
}
input.input_error::-webkit-input-placeholder, textarea.input_error::-webkit-input-placeholder {
  color: #900;
}
input.input_error:-moz-placeholder, textarea.input_error:-moz-placeholder {
  color: #900;
}
input.input_error:-ms-input-placeholder, textarea.input_error:-ms-input-placeholder{
  color: #900;
}

.playgroundsHolder{
    width: 49%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.playgroundsHolder img{
    box-sizing: border-box;
    border: solid 2px #141414;
}
.playgroundsHolder h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.playgroundsHolder:first-child, .playgroundsHolder:first-child{
    margin-left: 0px;
}
.playgroundsHolder:last-child, .playgroundsHolder:last-child{
    margin-right: 0px;
}
.playgroundsHolder img, .playgroundsHolder img{
    width: 100%;
    height: auto;
}


.videoHolder{
    width: 32%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.videoHolder img{
    box-sizing: border-box;
    border: solid 2px #141414;
}
.videoHolder h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.videoHolder:first-child, .videoHolder:first-child{
    margin-left: 0px;
}
.videoHolder:last-child, .videoHolder:last-child{
    margin-right: 0px;
}
.videoHolder img, .videoHolder img{
    width: 100%;
    height: auto;
}




.sportsHolder{
    width: 49%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.sportsHolder img{
    box-sizing: border-box;
    border: solid 2px #141414;
}
.sportsHolder h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.sportsHolder:first-child, .sportsHolder:first-child{
    margin-left: 0px;
}
.sportsHolder:last-child, .sportsHolder:last-child{
    margin-right: 0px;
}
.sportsHolder img, .sportsHolder img{
    width: 100%;
    height: auto;
}




.retailDisplaysHolder{
    width: 49%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.retailDisplaysHolder img{
    box-sizing: border-box;
    border: solid 2px #141414;
}
.retailDisplaysHolder h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.retailDisplaysHolder:first-child, .retailDisplaysHolder:first-child{
    margin-left: 0px;
}
.retailDisplaysHolder:last-child, .retailDisplaysHolder:last-child{
    margin-right: 0px;
}
.retailDisplaysHolder img, .retailDisplaysHolder img{
    width: 100%;
    height: auto;
}







.TrafficHolder{
    width: 49%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.TrafficHolder img{
    box-sizing: border-box;
    border: solid 2px #141414;
}
.TrafficHolder h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.TrafficHolder:first-child, .TrafficHolder:first-child{
    margin-left: 0px;
}
.TrafficHolder:last-child, .TrafficHolder:last-child{
    margin-right: 0px;
}
.TrafficHolder img, .TrafficHolder img{
    width: 100%;
    height: auto;
}







.puttingGreensHolder{
    width: 32%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.puttingGreensHolder img{
    box-sizing: border-box;
    border: solid 2px #141414;
}
.puttingGreensHolder h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.puttingGreensHolder:first-child, .puttingGreensHolder:first-child{
    margin-left: 0px;
}
.puttingGreensHolder:last-child, .puttingGreensHolder:last-child{
    margin-right: 0px;
}
.puttingGreensHolder img, .puttingGreensHolder img{
    width: 100%;
    height: auto;
}




.turfHolder{
    width: 49%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.turfHolder img{
    box-sizing: border-box;
    border: solid 2px #141414;
}
.turfHolder h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.turfHolder:first-child, .turfHolder:first-child{
    margin-left: 0px;
}
.turfHolder:last-child, .turfHolder:last-child{
    margin-right: 0px;
}
.turfHolder img, .turfHolder img{
    width: 100%;
    height: auto;
}



.dogRunHolder_1{
    width: 23.5%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.dogRunHolder_1 img{
    box-sizing: border-box;
    border: solid 2px #141414;
}
.dogRunHolder_1 h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.dogRunHolder_1:first-child, .dogRunHolder_1:first-child{
    margin-left: 0px;
}
.dogRunHolder_1:last-child, .dogRunHolder_1:last-child{
    margin-right: 0px;
}
.dogRunHolder_1 img, .dogRunHolder_1 img{
    width: 100%;
    height: auto;
}
.dogRunHolder_2{
    width: 49%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.dogRunHolder_2 img{
    box-sizing: border-box;
}
.dogRunHolder_2 h2{
    font-weight: bolder;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    display: block;
}
.dogRunHolder_2:first-child, .dogRunHolder_2:first-child{
    margin-left: 0px;
}
.dogRunHolder_2:last-child, .dogRunHolder_2:last-child{
    margin-right: 0px;
}
.dogRunHolder_2 img, .dogRunHolder_2 img{
    width: 100%;
    height: auto;
}




.aboutHolder{
    border: solid #141414 2px;
    width: 22.1% !important;
    
}
.aboutHolder h3{
    text-align: center;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, html{
    margin:0px;
    padding:0px;
    font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
    font-size:13px;
    
    height: 100%;
    width: 100%;
}
body{
    display: table;
    
    background-color: #FFF;
    background-image: url(images/new-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.txtArea{
    font-family: Arial,Helvetica,sans-serif;
}

#hiddenNavSection{
    display: none;
}
.showMoreNavButton{
    border: none;
    background: #177908 !important;
    color: #fff !important;
}
.showMoreNavButton:hover{
    cursor: pointer;
}

.indexFeedItem a{
    color: #167608 !important;
}










img{ display:inline-block; border:none; border: 0px;max-width:100%; height:auto; }

h1, h2, h3, h4, h5{ color:#000; }

a{color:#358fea; text-decoration:none}
a:visited{ color:#358fea; text-decoration:none} /* HAVE VISITED AS A SEPERATE COLOR */
a:hover, a:active{ color:#2db7f7; text-decoration:none}

#header, #main, #footer, #navigation, #page_footer, .container{
    width:100%;
    display:table;
}

#header_inner, #main_inner, #footer_inner, #navigation_inner, #page_footer_inner, .container_inner{
    width:100%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    display:table;
    position:relative;
}
.container_inner{
    height: 100%;
}

.sitemap a{
    color: #141414 !important;
}
.sitemap a:hover{
    text-decoration: underline;
}

.bizofmonth a{
    color: #141414 !important;
}
.bizofmonth a:hover{
    text-decoration: underline;
}

.installerA{
    color: #141414 !important;
}

.installerA:hover{
    text-decoration: underline;
}

#logo{
    margin: 5px 0px 10px 0px;
    vertical-align: bottom;
	
   
    height:auto;
    
    max-height: 200px;
    
    position: relative;
    z-index: 102;
}

.categories_sitemap{
    color: #141414 !important;
}

.categories_sitemap {
    text-decoration: underline;
}
.reviews a{
    color: #141414 !important;
}
.reviews a :hover{
    text-decoration: underline;
}
.aboutUs a{
    color: #1a8506 !important;
}
.aboutUs a:hover{
    text-decoration: underline;
}

.reviews_percent_1{width: 1%;}
.reviews_percent_2{width: 2%;}
.reviews_percent_3{width: 3%;}
.reviews_percent_4{width: 4%;}
.reviews_percent_5{width: 5%;}
.reviews_percent_6{width: 6%;}
.reviews_percent_7{width: 7%;}
.reviews_percent_8{width: 8%;}
.reviews_percent_9{width: 9%;}
.reviews_percent_10{width: 10%;}

.reviews_percent_11{width: 11%;}
.reviews_percent_12{width: 12%;}
.reviews_percent_13{width: 13%;}
.reviews_percent_14{width: 14%;}
.reviews_percent_15{width: 15%;}
.reviews_percent_16{width: 16%;}
.reviews_percent_17{width: 17%;}
.reviews_percent_18{width: 18%;}
.reviews_percent_19{width: 19%;}
.reviews_percent_20{width: 20%;}

.reviews_percent_21{width: 21%;}
.reviews_percent_22{width: 22%;}
.reviews_percent_23{width: 23%;}
.reviews_percent_24{width: 24%;}
.reviews_percent_25{width: 25%;}
.reviews_percent_26{width: 26%;}
.reviews_percent_27{width: 27%;}
.reviews_percent_28{width: 28%;}
.reviews_percent_29{width: 29%;}
.reviews_percent_30{width: 30%;}

.reviews_percent_31{width: 31%;}
.reviews_percent_32{width: 32%;}
.reviews_percent_33{width: 33%;}
.reviews_percent_34{width: 34%;}
.reviews_percent_35{width: 35%;}
.reviews_percent_36{width: 36%;}
.reviews_percent_37{width: 37%;}
.reviews_percent_38{width: 38%;}
.reviews_percent_39{width: 39%;}
.reviews_percent_40{width: 40%;}

.reviews_percent_41{width: 41%;}
.reviews_percent_42{width: 42%;}
.reviews_percent_43{width: 43%;}
.reviews_percent_44{width: 44%;}
.reviews_percent_45{width: 45%;}
.reviews_percent_46{width: 46%;}
.reviews_percent_47{width: 47%;}
.reviews_percent_48{width: 48%;}
.reviews_percent_49{width: 49%;}
.reviews_percent_50{width: 50%;}

.reviews_percent_51{width: 51%;}
.reviews_percent_52{width: 52%;}
.reviews_percent_53{width: 53%;}
.reviews_percent_54{width: 54%;}
.reviews_percent_55{width: 55%;}
.reviews_percent_56{width: 56%;}
.reviews_percent_57{width: 57%;}
.reviews_percent_58{width: 58%;}
.reviews_percent_59{width: 59%;}
.reviews_percent_60{width: 60%;}

.reviews_percent_61{width: 61%;}
.reviews_percent_62{width: 62%;}
.reviews_percent_63{width: 63%;}
.reviews_percent_64{width: 64%;}
.reviews_percent_65{width: 65%;}
.reviews_percent_66{width: 66%;}
.reviews_percent_67{width: 67%;}
.reviews_percent_68{width: 68%;}
.reviews_percent_69{width: 69%;}
.reviews_percent_70{width: 70%;}

.reviews_percent_71{width: 71%;}
.reviews_percent_72{width: 72%;}
.reviews_percent_73{width: 73%;}
.reviews_percent_74{width: 74%;}
.reviews_percent_75{width: 75%;}
.reviews_percent_76{width: 76%;}
.reviews_percent_77{width: 77%;}
.reviews_percent_78{width: 78%;}
.reviews_percent_79{width: 79%;}
.reviews_percent_80{width: 80%;}

.reviews_percent_81{width: 81%;}
.reviews_percent_82{width: 82%;}
.reviews_percent_83{width: 83%;}
.reviews_percent_84{width: 84%;}
.reviews_percent_85{width: 85%;}
.reviews_percent_86{width: 86%;}
.reviews_percent_87{width: 87%;}
.reviews_percent_88{width: 88%;}
.reviews_percent_89{width: 89%;}
.reviews_percent_90{width: 90%;}

.reviews_percent_91{width: 91%;}
.reviews_percent_92{width: 92%;}
.reviews_percent_93{width: 93%;}
.reviews_percent_94{width: 94%;}
.reviews_percent_95{width: 95%;}
.reviews_percent_96{width: 96%;}
.reviews_percent_97{width: 97%;}
.reviews_percent_98{width: 98%;}
.reviews_percent_99{width: 99%;}
.reviews_percent_100{width: 100%;}


/*************************************** SITE SPECIFIC *****************************/

.floatRight{float: right; margin: 0 0 4px 4px;}
.floatLeft{float: left; margin: 0 4px 4px 0; }
.asTable{display: table;}
.hr{border:none;width: 100%;}
.clear{clear: both;}
.hidden{ display: none; }
iframe{ border: none; }
.leftImg, .leftIMG{ margin: 6px 6px 6px 0px; }
.rightImg, .rightIMG{ margin: 6px 0px 6px 6px; }
.tickerOverlay{ width: 100%; height: 100%; display: table; }

.gradient_green{ 
    background: #00a74c;
}

.gradient_red{
    background: none;
    
}
.flat_dark_red{
    background: #00a74c;
}
.gradient_blue{
    background: #43b3cb;
    background: -moz-linear-gradient(top,  #43b3cb 0%, #106ab8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b3cb), color-stop(100%,#106ab8));
    background: -webkit-linear-gradient(top,  #43b3cb 0%,#106ab8 100%);
    background: -o-linear-gradient(top,  #43b3cb 0%,#106ab8 100%);
    background: -ms-linear-gradient(top,  #43b3cb 0%,#106ab8 100%);
}
.sub_title_bar{
    background: #9f9f9f;
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #dedcdc 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#dedcdc));
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#dedcdc 100%);
    background: -o-linear-gradient(top,  #f6f6f6 0%,#dedcdc 100%);
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#dedcdc 100%);
}
.titleBar, .titleBar h1, .titleBar h2, .titleBar h3, .titleBar h4, .titleBar h5{
    color: #000;
    font-family: 'OpenSansLight',Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 20px;
   
    text-transform: uppercase;
    
}

.fullWidth{
width:100% !important;
}

.fix{
width:auto !important;
text-align:left;
padding:0;
margin:0;
}

.submitButton{
padding:5px 10px;
border:none;
color:#fff;
}
.sub_title_bar, .sub_title_bar h1, .sub_title_bar h2, .sub_title_bar h3, .sub_title_bar h4, .sub_title_bar h5{
    color: #000 !important;
    text-align:center;
}
.titleBar h1, .titleBar h2, .titleBar h3, .titleBar h4, .titleBar h5{
    margin: 0px;
    padding: 1%;
    box-sizing:border-box;
}

.about_progreen_icons{
    width: 100%;
}

.tabbedItem{
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.vertSpacer{
    margin: 0 6px;
}
.redirect_message{
	z-index: 10099;
	position: fixed;
	
	display: table;
	
	width: 700px;
	
	text-align: center;
	
	top:40%;
	left: 50%;
	
	margin-left: -350px;
}
.redirect_message_inner{
	width: 100%;
	height: 100%;
	
	position: relative;
	
	box-shadow: 4px 4px 4px #000;
}
.redirect_message a {color: silver}
.redirect_message a:hover {color: white}

.message_text{
	padding: 80px 0 80px 0;
	
	color: #FFF;
	
	font-weight: bold;
}
.message_close{
	width: 16px;
	height: 16px;
	
	position: absolute;
	
	top: 4px;
	right: 4px;
	
	background: #000;
	
	background: url('images/msgCross.png') 0 0;
	cursor: pointer;
}
.message_close:hover{
	background: url('images/msgCross.png') -16px 0;
}

.message_close_button {
        cursor: pointer;
}

.redirect_message_background {
    /*position: fixed;*/
    /*top: 0; left: 0; bottom: 0; right: 0;*/
    top: 0; left: 0;
    width: 100%; height: 100%;
    position: fixed;
    /*opacity: 0.6;
    filter:alpha(opacity=60);*/
    background: url('images/background_trans.png');
    /*background-color: #777;*/
    z-index: 10000;        
}

.recentProducts{
width:97%;
padding:1% 10px;
float:left;
}

.recentRow{
width:98%;
padding:1% 10px;
float:left;
}

.rProduct{
width:29%;
padding:1% 10px;
float:left;
}

.rProduct2{
width:47%;
padding:1% 10px;
float:left;
}

.rProduct img{
width:100%;
background-size:contain !important;
background-repeat:no-repeat !important;
background-position:center !important;
}

.rProduct h2{
text-align:center;
margin:2px 0;
}

.medal {
    float: right; width: 1.25em; 
    
    margin-top: -0.2em; margin-right: -0.2em; 
    
    font-size: 3em; text-align: center; background-color: gray;
    
    display: none; /*NOT USED YET */
}
/*********************************************************  HEADER  *************************************************/
#header, #header_inner{
    
}
#header_inner{
    /*background-image: url(images/city.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 100%;*/
}
#header{   
    color:#000;
}

#contact{
    text-align:center;
    
    display:table;
    
    padding: 6px 12px 6px 12px;
    
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    
    -moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
    
    background: #f6e001;
    background: -moz-linear-gradient(top,  #fff05c 0%, #f6e001 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff05c), color-stop(100%,#f6e001));
    background: -webkit-linear-gradient(top,  #fff05c 0%,#f6e001 100%);
    background: -o-linear-gradient(top,  #fff05c 0%,#f6e001 100%);
    background: -ms-linear-gradient(top,  #fff05c 0%,#f6e001 100%);

    float: right;
}
#contact a, #contact a:visited, #contact a:hover, #contact a:active{
    color: #000000;
}
.fixedHolder{
    position: fixed;
    max-width: 1200px;
    z-index: 101;
    
    height: 20px;
    max-height: 20px;
}
#ulNav, #ulNav ul{
	width: 100%;
	display: table;
}
#ulNav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#ulNav ul li{
	float: left;
	width: 14.2%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;	
}
.productDrop a{padding:0px !important;}

#ulNav ul li a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	color: #FFF;
}
#ulNav ul li a:hover{
	color: #fff05c;
}

.navGalleryHolder{
font-size: 0.8em;
}

.productDrop{
	width:98% !important;
	left:0
}

.productDrop li{
width:100% !important;
float:left;
}

.navGalleryHolder1{
text-align:center;
}

.navGalleryHolder1 img{
width:100%;
background-size:contain !important;
background-position:center !important;
background-repeat:no-repeat !important;
}

.navProductHolder{
width:23%;
float:left;
margin:1%;
}

.navGalleryHolder img{
	width:25%;
	float:left;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	margin-right:5px;
}

.far-right{
    right:0;
}

.mapNew{
    max-width: 230px;
    /*margin: 10px 0px 5px 10px;*/
    padding-bottom: 5px;
}
/*********************************************************  HEADER  *************************************************/

/****************************************************** SPEECH BUBBLE ***********************************************/

/* Bubble with an isoceles triangle
   css from: http://nicolasgallagher.com/pure-css-speech-bubbles/
------------------------------------------ */

.speech-bubble {
    position: relative;
    top: 1em;
}

.speech-bubble div {
    text-align: center;
    color: white;
    font-size: 1.3em;
    padding: 2.5em 1.5em;    
}

.speech-bubble a {
    color: white;
    text-decoration: none;
}

.speech-bubble a:hover {
    text-decoration: underline;
}

.speech-bubble div {
   position:relative;
   margin:1em 0 3em;
   color:#000;

   /* css3 */
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   background:-moz-linear-gradient(top, #43b3cb, #106ab8);
   background:-webkit-linear-gradient(top, #43b3cb, #106ab8);
   background:linear-gradient(top, #43b3cb, #106ab8);
   
   background-color:#106ab8;
}

/* creates triangle */
.speech-bubble div:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   left:50px;
   width:0;
   border-width:15px 15px 0;
   border-style:solid;
   border-color:#106ab8 transparent;
}


/******************************************************** SEARCH BAR */
.searchBarHolder{
    display: block;
    position:absolute;
    
    right:0px; bottom: 0px;
    
    width:74%;
    
    -moz-border-top-left-radius:8px; -webkit-border-top-left-radius:8px; border-top-left-radius:8px;
    -moz-border-top-right-radius:8px; -webkit-border-top-right-radius:8px; border-top-right-radius:8px;
}
.searchBarBase{
    min-height: 20px;
    height: 20px;
    max-height: 20px;
    
    position: relative;
    z-index: 200;
	border-radius: 8px 0 0px 0px;
}
.whatBox, .whereBox, .resultBox{
    width: 38%;
    margin: 0 1% 0 1%;
    display: inline-block;
    
    font-size: 18px;
    color: #999999;
    
    padding: 4px 1% 4px 1%;
}
.whatBox {
    text-align: right;
}
.searchButton{
    width: 13%;
    display: inline-block;
    margin: 0px;
    height: 34px;
    
    border: none;
    
    background: #0861a9;
    background: -moz-linear-gradient(top,  #0861a9 0%, #073d69 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0861a9), color-stop(100%,#073d69));
    background: -webkit-linear-gradient(top,  #0861a9 0%,#073d69 100%);
    background: -o-linear-gradient(top,  #0861a9 0%,#073d69 100%);
    background: -ms-linear-gradient(top,  #0861a9 0%,#073d69 100%);
    
    color: #FFF;
    font-weight: bolder;
    
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    
    text-transform: uppercase;
    
    cursor: pointer;
}
.searchButton:hover{  
    background: #126bbb;
    background: -moz-linear-gradient(top,  #43b2d0 0%, #126bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b2d0), color-stop(100%,#126bbb));
    background: -webkit-linear-gradient(top,  #43b2d0 0%,#126bbb 100%);
    background: -o-linear-gradient(top,  #43b2d0 0%,#126bbb 100%);
    background: -ms-linear-gradient(top,  #43b2d0 0%,#126bbb 100%);
}
.whatBox, .whereBox, .resultBox, .searchButton{
    max-height: 34px;
}
.companyCheckBox{
    position: absolute;
    bottom: -15px;
    left: 17px;
    z-index: 25;
}
.lookupDDL_container_header{
    width: 100%;
    /*background: #FFF;*/
    position: absolute;
    width: 39.4%;
    left: 44.2%;
    z-index: 99999;
}
.lookupDDL_container_header .lookupDDL{
    background: #FFF;
    color: #000;
}
.lookupDDL .alt, .lookupDDL .std, .sel{
    cursor: pointer;
    padding: 6px;
    color: #000;
}
.lookupDDL .alt {
    background-color: #eee;
}
.lookupDDL .std {
    background-color: #dfdfdf;
}
.alt:hover, .sel, .std:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb1cb', endColorstr='#116cbb');
    background: -webkit-gradient(linear,left top,left bottom,from(#3fb1cb),to(#116cbb));
    background: -moz-linear-gradient(top,#3fb1cb,#116cbb);
    color: #FFF;
}
/******************************************************** SEARCH BAR */

/******************************************************** SEARCH RESULTS */

.entry{
    width: 100%;
    display: table;    
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;    
    position: relative;    
    background-color: #00a74d;
    margin-bottom: 10px;
    transition: all 500ms ease;
}

.entry:hover {background: #f4d90d;}

.greyscale{
    background-color: #CCCCCC;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#CCCCCC'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#CCCCCC)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #CCCCCC,  #CCCCCC); /* for firefox 3.6+ */
}
.entryInner{
    width: 95%;
    margin: 2.5%;
    display: table;
}
.entryLeft{
    display: table;
    float: left;
    
    width: 20%;
}
.entryRight{
    float: right;
    width: 75%;
    display: table;
    
    padding: 1.5%;
    
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    
    background: url('images/50-white.png');
}
.entryRight h2, .entryRight h3, .entryRight h4{
    margin-top: 0px;
    padding-top: 0px;
    
    margin-bottom: 0px;
    padding-bottom: 4px;
    
     color: #2d3a41;
}
.entryRight p{
    padding: 0px;
    margin: 0px;
}
.entryRight iframe,
.entryRight iframe[style],
.entryRight iframe[width],
.entryRight ins,
.entryRight ins[style]{
    max-width: 100% !important;
    width: 100% !important;
}
.bulletHolder{
    width:99%;
    display: table;
}
.bulletPoints{
    width: 30%;
    display: table;
    float: left;
}
.topMargin{
margin-top:30px !important;
}
.quoteButton{
border:none;
padding:10px 15px;
border-radius:8px;
color:#fff;
cursor:pointer;
}
.bulletHolder img {
float: left;
width: 40%;
}
.businessLogo{
    width: 100%;
    max-width: 135px;
    
    background: #999999;
    
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    
    overflow: hidden;
}
.businessLogo img{
    width: 100%;
    display: block;
}
.businessSmallMap{
   /* width: 300px;
    height: 150px;*/
    
    background: #999;
    
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    
    overflow: hidden;
}
.unpaid_map {
    width: 100%;
}
.unpaid_map img{
    max-width: 100%;
}
.unpaid_map_caption {
    height: 1em;
}
.infocard_adBlock{
    width: 100%;
}
.infocard_adBlock iframe,
.infocard_adBlock iframe[style],
.infocard_adBlock iframe[width],
.infocard_adBlock ins,
.infocard_adBlock ins[style],
.infocard_adBlock ins[width]
{
    width: 100% !important;
}
.reviewStars{
    width: 135px;
    height: 25px;
    
    margin: 5px 0px 0px 1px;
    
    display: table;
}
.hHolder{
    width: 100%;
    display: table;
    margin-bottom: 8px;
}

#ulNav ul li ul{
	width: 300px;
    position: absolute;
    background: #E5FFE4;
    border: 3px solid #C3FFB0;
    padding: 5px 10px;
    border-radius: 8px;
	display:none;
	height:0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}



#ulNav ul li ul li{
	width:100%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

#ulNav ul li:hover > ul{
	display:block;
	height:auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

#ulNav{
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}

.searchTitle a, .searchTitle a:visited{
    color: #000;
}
.searchTitle a:hover, .searchTitle a:active{
    color: #333;
}

.searchTitle {
    display: block;
    max-width: 70%;
    float: left;
    
    font-weight: lighter;
}
.searchCategory {
    display: block;
    max-width: 30%;
    float: right;
    
    text-align: right;
}

.searchCategory{
    color: #2d3a41;
}
.seeMore, .seeMore a, .seeMore a:visited{
    padding: 4px;
    
    float: right;
    
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    
    background-color: #3fb1cb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb1cb', endColorstr='#116cbb'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#3fb1cb), to(#116cbb)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #3fb1cb,  #116cbb); /* for firefox 3.6+ */
}
.seeMore:hover, .seeMore a:hover{
    color: #125f9f;
}
.seeMoreA, .seeMoreA a, .seeMoreA a:visited, .seeMore{
    color: #05253f;
    text-shadow: 0px 1px 0px #54c7e2;
}
.seeMoreA:hover, .seeMoreA a:hover, .seeMore a:active{
    color: #125f9f;
}


.seeMoreGrey{
    padding: 4px;
    
    float: right;
    
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    
    background-color: #dbdbdb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#acacac'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#acacac)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #dbdbdb,  #acacac); /* for firefox 3.6+ */
}
.seeMoreGrey:hover{
    color: #666666;
}
.seeMoreAGrey, .seeMoreAGrey a, .seeMoreAGrey a:visited, .seeMoreGrey{
    color: #333333;
    text-shadow: 0px 1px 0px #FFFFFF;
}
.seeMoreAGrey:hover, .seeMoreAGrey a:hover, .seeMoreAGrey a:active{
    color: #666666;
    text-shadow: 0px 1px 0px #FFFFFF;
}
.flatBord{
    border: 0px;
}
.g-plusone{
    width: 40px;
    overflow: hidden;
    
    margin-right: 4px;
    
    border: none;
    overflow:hidden;
    
    float:right;
}
.fbShare{
    border:none;
    overflow:hidden;
    width:46px;
    height:21px;
    
    margin-right: 4px;
    
    border: none;
    overflow:hidden;
    
    float:right;
}
.twitterShare{
    width:100px;
    height: 21px;
    max-height:21px;
    margin: 0 4px 0 4px;
    
    border: none;
    overflow:hidden;
    
    float: right;
}
.socialBubble{
    display: table;
    margin: 5px 0px 0px 0px;
}


.classification { 
    position: relative;
    width: 135px;
    height: 25px;
}
.classification .cover {
    position: absolute;
    background: transparent url('images/stars.png') top left no-repeat;
    top: 0px;
    left: 0px;
    width: 135px;
    height: 25px;
    z-index: 101;
}
.classification .progress, .progress_mousemove {
    position: absolute;
    background: transparent url('images/stars_full.png') top left no-repeat;
    top: 0px;
    left: 0px;
    height: 25px;
    z-index: 102;
}
.progress_mousemove{
    background: transparent url('images/stars_full_mousemove.png') top left no-repeat;
}

/******************************************************** SEARCH RESULTS */

/* INFOCARD */
.infocardLogo{
    width: 100%;
}
.infocardLogo img{
    display: block;
}
.businessLogo, .infocardLogo .reviewStars{
    margin-left: auto;
    margin-right: auto;
}
.companyAddress h2, .companyAddress h3{
    padding: 0px;
    margin: 0px;
    color: #464646;
    font-weight: lighter;
}
.companyLogoArea{
    background: #ececec;
    padding: 10px 0;
    
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.description,
.description span,
.description span[style],
.description strong,
.description strong[style],
.description p,
.description p[style]
{
    color: #464646 !important;
    font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif !important;
}
.infocard_addn_table{
        width: 100%;
        padding-top: 0.5em;
}

.infocard_addn_item, .infocard_addn_group{
}
        
.infocard_addn_cell{
        float: left; width: 20%; padding: 0.25em 0.5em; vertical-align: middle;
        
        
}

.infocard_addn_item{
        clear: both;
        width: 98%;
        overflow: hidden;
}

.infocard_addn_group{
        font-weight: bold; padding: 0.5em 0.7em; background-color: #eee; text-transform: uppercase;
}
.noReadRatingDetails{
    display: none;
}

/* none found */

.infocard_nonefound_inner > p {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.infocard_nonefound {
    text-align: center;
}

.infocard_nonefound .entry {
    margin-left: auto;
    margin-right: auto; /* don't want to reset the bottom margin */
}

.infocard_nonefound {
    margin-top: 2.5em;
}

.infocard_nonefound .entry {
    text-align: left;
}
.review_starsandtitle .review_stars  .reviewStars,
.starsandtitle .reviewStars{
    margin: 0px;
}
.infocardLogo .classification{
    margin-left: auto;
    margin-right: auto;
}
.map{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}

.infocardImage{
    width: 30% !important;
    max-width: 100%;
    
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    
    float: left;
    
    margin: 0 1.5% 10px 1.5%;
    /*opacity: 0.6;*/
    
    -webkit-transition: all 0.6s ease;
    -moz-transition:    all 0.6s ease;
    -o-transition:      all 0.6s ease;
}
.infocardImage:hover{
    opacity: 1;
}

#reviews_add a, #reviews_loadmore a, .claimButton{
    padding: 10px 20px;
    
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    
    background: #71bb14;
    background: -moz-linear-gradient(top, #a5cd40 0%, #71bb14 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd40), color-stop(100%,#71bb14));
    background: -webkit-linear-gradient(top, #a5cd40 0%,#71bb14 100%);
    background: -o-linear-gradient(top, #a5cd40 0%,#71bb14 100%);
    background: -ms-linear-gradient(top, #a5cd40 0%,#71bb14 100%);
    
    text-align: center;
    
    color: #FFF;
}
#reviews_loadmore a{
    background: #ccc;
    background: -moz-linear-gradient(top, #ccc 0%, #999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#999));
    background: -webkit-linear-gradient(top, #ccc 0%,#999 100%);
    background: -o-linear-gradient(top, #ccc 0%,#999 100%);
    background: -ms-linear-gradient(top, #ccc 0%,#999 100%);
}
#reviews_add a:hover, #reviews_loadmore a:hover, .claimButton:hover{
    background: #126bbb;
    background: -moz-linear-gradient(top, #43b2d0 0%, #126bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b2d0), color-stop(100%,#126bbb));
    background: -webkit-linear-gradient(top, #43b2d0 0%,#126bbb 100%);
    background: -o-linear-gradient(top, #43b2d0 0%,#126bbb 100%);
    background: -ms-linear-gradient(top, #43b2d0 0%,#126bbb 100%);
}
.reviews_more div[style]{
    width: auto !important;
    display: table;
    border: 0px #FFF solid !important;
    min-width: 0 !important;
}
.reviews_more div[style] a[style]{
    padding: 0px !important;
}
.review_title{
    font-size: 1.2em;
    padding-top: 5px;
}
.existingReview, .newReview,
.existingReview h1, .existingReview h2, .existingReview h3, .existingReview h4, .existingReview h5,
.newReview h1, .newReview h2, .newReview h3, .newReview h4, .newReview h5
{
    font-weight: lighter;
    color: #333;
}

.existingReview, .newReview{
    background: #efebeb;
    width: 90%;
    padding: 10px 5%;
    display: table;
    margin-bottom: 10px;
}
.review_totals{
    text-align: center;
}
/*.reviewButtonArea{
    text-align: center;
}*/
.leaveReviewArea{
    text-align: right;
}
.showReviewArea{
    text-align: left;
}
.unpaidDetails{
    width: 100%;
    display: table;
}


/*********************************************************NAVIGATION*************************************************/
.fullMobileMenu{
    z-index: 99;
    
    position: absolute;
    top: 0px;
    left: 0px;
}
.mobileMenu{
    width: 100%;
    line-height: normal;
    display: table;
    
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #000;
}
.mobileMenu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    
    width: 100%;
    margin: 0px auto;
}
.mobileMenu ul li{
    text-align: center;
    width: 100%;
    border-top: #FFF 1px solid;
}
.mobileMenu ul li a{
    color: #FFF;
    display: block;
    
    padding-bottom: 16px;
    padding-top: 16px;
}

#nav ul, #nav ol, #nav li {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#nav {
    margin: 0 auto; 
    text-align: center;
    z-index: 2;
}

#nav ul ul {
    display: none;
    z-index:3;
}

    #nav ul li:hover > ul {
	display: block;
	z-index:3;
    }


#nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
    vertical-align: middle;
    z-index:4;
}
    #nav ul:after {
	content: "";
	clear: both;
	display: block;
	z-index:5;
    }

    #nav ul li {
	float: left;
	z-index:6;
    }
	#nav ul li:hover, #active, .mobileMenu ul li a:hover, .mobileMenu ul li a:active, .active a{	    
	    background: #c3c3c4;
	    background: -moz-linear-gradient(top,  #c3c3c4 0%, #7b7b7b 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3c4), color-stop(100%,#7b7b7b));
	    background: -webkit-linear-gradient(top,  #c3c3c4 0%,#7b7b7b 100%);
	    background: -o-linear-gradient(top,  #c3c3c4 0%,#7b7b7b 100%);
	    background: -ms-linear-gradient(top,  #c3c3c4 0%,#7b7b7b 100%);
	    
	    z-index:7;
	    
	    text-align: center;
	    
	}
	    #nav ul li:hover a {
		color: #FFF; /* IS THE HOVER COLOUR */
	    }
	
	    #nav ul li a {
		display: block;
		
		padding-top: 10px;
		padding-bottom: 10px;
		
		text-align: center;
		
		width:120px; /* width of each nav item*/
		
		text-decoration: none;
		
		color: #d7d7d7; /*NON-HOVER COLOUR*/
	    }
    
    #nav ul ul {
	background: #a7a7a7;
	border-radius: 0px;
	padding: 0px;
	position: absolute;
	top: 100%;
    }
	    #nav ul ul li {
		float: none; 
		border-top: 1px solid #6a6a6a;
		/*border-bottom: 1px solid #575f6a;  <- NICE EFFECT WHEN LEFT IN, TAKEN OUT ON SLATERS*/
		position: relative;
	    }
		    #nav ul li ul li a:hover{ /* ADDED FOR SUB-NAV HOVER COLOURS */
			color: #FFF;
		    }
		    #nav ul ul li a {
			/*padding: 15px 40px;*/
			min-width: 100px;
			max-width: 240px;
			padding: 11px auto;
			color: #35590c;
		    }	
			#nav ul ul li a:hover {
			    background: #051a77;
			    color: #FFF;
			}
			
    #nav ul ul ul {
	position: absolute; left: 100%; top:0;
    }
#navigation, .mobileMenu{    
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    
    background: #253b9b;
    background: -moz-linear-gradient(top,  #253b9b 0%, #122574 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#253b9b), color-stop(100%,#122574));
    background: -webkit-linear-gradient(top,  #253b9b 0%,#122574 100%);
    background: -o-linear-gradient(top,  #253b9b 0%,#122574 100%);
    background: -ms-linear-gradient(top,  #253b9b 0%,#122574 100%);
        
    /*background: url(images/80_overlay.png);*/
}
#navigation_inner{
    /* NOT USED IN WIDE NAV */
}
.onlyMobileNav{
    display: none;
}

.width31{
width:30% !important;
}

#active, #active a, #active a:visited, #active a:active, #active a:hover, #nav #active, #nav #active a, #nav #active a:visited, #nav #active a:active, #nav #active a:hover{
    color:#fff;
}
/*********************************************************NAVIGATION*************************************************/

/*********************************************************   MAIN   *************************************************/

.removeMargin{
    margin: 1% 0 !important;
}
.addCompany label{
    display: table;
    float: left;
    width: 40%;
}
.addCompany input{
    float: left;
    width: 55%;
}
.addCompany .submit_button{
    width: auto;
}
.midPageHead{
    margin-top: 15px;
}
.ua_company{
    width:98%;
    disply:table;
    float:left;
    padding: 4px 0 4px 2%;
}
.ua_company_name{
    width: 50%;
}
.ua_company_town{
    width: 30%;
}
.ua_company_view{
    width: 20%;
}
.ua_company_name,
.ua_company_town,
.ua_company_view{
    display: table;
    float: left;
}
.ua_account_details #reviews_more,
.ua_account_details .showReviewArea{
    width: 100%;
}
.ind_blogTitle{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

#main{
    /*background: #FFF;*/
}
#main_inner{   
    padding: 5px 5px 40px 5px;
    background: rgba(255,255,255,0.6);
    box-sizing:border-box;
    width: 100%;
    max-width:1200px;    
    color:#000;   
}
.bizofthemonth_image{
    float: left;
    max-width: 40%;
    margin: 0 2% 2% 0;
}
.bizofthemonth_url{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.indexFeedItem, .resultFeedItem{
    width: 90%;
    background: #EFEFEF;
    padding: 5px 5%;
    margin-bottom: 5px;
}
.indexFeedItem h1,.indexFeedItem h2, .indexFeedItem h3, .indexFeedItem h4, .indexFeedItem h5,
.resultFeedItem h1, .resultFeedItem h2, .resultFeedItem h3, .resultFeedItem h4, .resultFeedItem h5{
    color: #000;
    margin: 0px;
    text-decoration: underline;
}
.recentLogo{
    width: 20%;
    vertical-align: middle;
    margin-right: 10px;
}
.fb-like-box{
    max-width: 100%;
    width: 100%;
	padding-left: 45px;
}
.fb-like-box iframe[width],
.fb-like-box span[style],
.googleTab div,
.googleTab div[style],
.googleTab div[style] iframe,
.googleTab div[style] iframe[style]
{
    width: 100% !important;
}
.ft_left_panel{
    text-align: left;
}
.ft_right_panel{
    text-align: right;
}

.bg-fix{
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	max-width: 40%;
}

.installer-form-boxes{
background: #E9FFEC;
border-radius: 5px;
width: 97%;
padding: 5px 8px 5px 8px;
}


.portfolioHolder{
    width: 23.5%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.portfolioHolder2{

}
.portfolioHolder h2{
    font-weight: normal;
    
    position: absolute;
    bottom: 0px;
    
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    background: url(images/assets/80_overlay.png);
    
    display: block;
}
.portfolioHolder:first-child, .portfolioHolder2:first-child{
    margin-left: 0px;
}
.portfolioHolder:last-child, .portfolioHolder2:last-child{
    margin-right: 0px;
}
.portfolioHolder img, .portfolioHolder2 img{
    width: 100%;
    height: auto;
}



.portfolioHolder2{
    width: 23.5%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.portfolioHolder2 h2{
    font-weight: normal;
    
    position: absolute;
    bottom: 0px;
    
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    background: url(images/assets/80_overlay.png);
    
    display: block;
}
.portfolioHolder2:first-child{
    margin-left: 0px;
}
.portfolioHolder2:last-child{
    margin-right: 0px;
}
.portfolioHolder2 img{
    width: 100%;
    height: auto;
}













.portfolioHolder_about_icons{
    width: 12%;
    
    margin: 10px 2.75% 10px 2.75%;
    
    float: left;
    position: relative;
    
    display: block;
}
.portfolioHolder_about_icons{

}
.portfolioHolder_about_icons h2{
    font-weight: normal;
    
    position: absolute;
    bottom: 0px;
    
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    background: url(images/assets/80_overlay.png);
    
    display: block;
}
.portfolioHolder_about_icons:first-child, .portfolioHolder_about_icons:first-child{
    margin-left: 0px;
}
.portfolioHolder_about_icons:last-child, .portfolioHolder_about_icons:last-child{
    margin-right: 0px;
}
.portfolioHolder_about_icons img, .portfolioHolder_about_icons img{
    width: 100%;
    height: auto;
}


.companyAddress a{
    color: #fff !important;
}
.companyAddress a:hover{
    text-decoration: underline;
}

.infoCard_logo{
    width: 20% !important;
}

/*********************************************************   MAIN   *************************************************/

/* LOGIN PAGE */
.loginMiddle{
    text-align: center;
}
.loginMiddle img{
    max-width: 100%;
}
.big_box_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.scheme_noAttn, .scheme_Attn {
    width: 80%;
    padding: 10%;
    background: #FFF;
    border: #d9d9d9 2px solid;
}
.scheme_Attn{
    background: #dceeb2;
}

.big_box{
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    
    display: table;
}

.button, .buttoni input, .loginButton, .registerButton {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5e345', endColorstr='#6ca11b');
    background: -webkit-gradient(linear,left top,left bottom,from(#b5e345),to(#6ca11b));
    background: -moz-linear-gradient(top,#b5e345,#6ca11b);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 10px;
    color: #FFF;
    border: 0;
    cursor: pointer;
}
.login_graybutton, .login_graybutton input {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#999');
    background: -webkit-gradient(linear,left top,left bottom,from(#ccc),to(#999));
    background: -moz-linear-gradient(top,#ccc,#999);
}
.button, .buttoni input {
    margin: 2px;
}
.button, .buttoni input {
    float: left;
}
.button a, .button a:visited {
    color: #FFF;
    display: table;
}
.button:hover, .buttoni input:hover, .loginButton:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb1cb', endColorstr='#116cbb');
    background: -webkit-gradient(linear,left top,left bottom,from(#3fb1cb),to(#116cbb));
    background: -moz-linear-gradient(top,#3fb1cb,#116cbb);
}
.login_graybutton input:hover, .login_graybutton:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#777');
    background: -webkit-gradient(linear,left top,left bottom,from(#aaa),to(#777));
    background: -moz-linear-gradient(top,#aaa,#777);
}
.login_label{
    display: table;
    float: left;
    width: 40%;
}
.login_edit{
    max-width: 55%;
    display: inline-block;
    float: left;
}
/*****************************************************   CONTACT FORM   *********************************************/
.contactForm{
    width: 475px;
    float: left;
}
.contactFormR{
    width: 186px; /*475px;*/
    float: right;
}
.lightText{
    color: #898989;
}
.inactiveInput, .txtArea{
    color:#999999;
    width: 300px;
}
.inactiveCity {
    color:#999999;
    width: 224px;
}
.activeCity{
    width: 224px;
    color:#000000;
}
.inactiveCity, .activeCity {
    padding: 4px 6px;
}
.contact-state {
    padding: 4px 6px;
}
.txtArea{
    color: #000000;
    height: 150px;
}
.activeInput{
    width: 300px;
    color:#000000;
}
.inactiveInput, .activeInput{
    padding: 4px 6px;
    width: 288px;
}

.code{
    float:left; padding: 9px 4px; width: 180px; margin: 0 0 0 0;
}
.codeImg{
    vertical-align:middle; float:left;
}

#formComplete, #formError{
    padding: 2% 5%;
    width:90%;
    
    margin: 15px auto 15px auto;
    
    background-color: #0b9644;
    
    font-size:14px;
    font-weight:bold;
    
    color:#FFFFFF;
    text-align:center;
}
#formError{
    background-color: #960b0b;
}
/*****************************************************   CONTACT FORM   *********************************************/

/****************************************************   RESPONSIVE YTV   *********************************************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/****************************************************   RESPONSIVE YTV   *********************************************/

/**************************************************** INNER MARGINS */
.margin_inner_10{
    margin: 10px;
    color:#FFF;
}
/**************************************************** INNER MARGINS */

/***********************************************************FOOTER***************************************************/
.directoryFooter{
    -moz-border-bottom-left-radius:8px; -webkit-border-bottom-left-radius:8px; border-bottom-left-radius:8px;
    -moz-border-bottom-right-radius:8px; -webkit-border-bottom-right-radius:8px; border-bottom-right-radius:8px;
	min-height: 30px;
    margin-bottom: 1%;
}

body, #footer{
    /*background: #000f4e;*/
}
#footer_inner{
    width: 940px;
    padding: 0px 10px 0px 10px;
}



.footerContent{
    float:left;
    display:table;
    padding: 10px 10px 10px 0;
    height:100%;
    
    color: #FFF;
}
#footer #footer_inner .footerContent a, #footer #footer_inner .footerConten  a:visited{
    color: #bbd2a0;
}
#footer #footer_inner .footerContent a:hover, #footer #footer_inner .footerContent a:active{
    color: #FFF;
}

#footer{font-size:12px; }
#footer, #footer a{ color:#217cbe; }
#footer a:hover{ text-decoration: underline; }

.designBy{
    vertical-align:middle;
}
.footer_vr{
    float:left;
    margin-left:4px;
    margin-right:14px;
    height:100px;
}

.rightFooter{
    float:right;
    border-right:none;
}
.socialHolder{
    float: left;
    display: table;
    
    margin: 12px 0 0 0;
}
.socialIcon{
    float: left;
    margin: 5px;
}

#twitter-widget-0{
    width: 100%;
    min-width: 0;
}
.col span_4_of_12 iframe{
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
/***********************************************************FOOTER***************************************************/


/*********************************************************COOKIES*************************************************/
.footerArea a, .footerArea a:visited{
    color: #CCC;
}
.footerArea a:hover, .footerArea a:active{
    color: #FFF;
}
.cookies_notifier{
    display: block !important;
    position: fixed;
    height: 60px;
    width: 165px;
    background: url('http://www.attacat.co.uk/external/cookienotifier/cookies.png') bottom right;
    text-indent: -99999px;
    opacity: 0.5;
    z-index: 100;
}

.cookies_notifier:hover{
    background-position: 0 0;
    width: 165px;
}

.formal{ background: url(cookies.png) bottom right; z-index:90;}

.cctv{
    background: url('http://www.attacat.co.uk/external/cookienotifier/cookies_cctv.png') bottom right;
}

.cookies_notifier{
    display: block !important;
    position: fixed;
    height: 50px;
    width: 50px;
    text-indent: -99999px;
    opacity: 0.5;
    z-index: 100;
    
    position:fixed;bottom: 0px; right: 0px;
}

.cookies_notifier:hover{
    background-position: 0 0;
    width: 50px;
}

.formal{ background: url(cookies/cookies.png) bottom right; z-index:90;}

.cctv{
    background: url('http://www.attacat.co.uk/external/cookienotifier/cookies_cctv.png') bottom right;
}
/*********************************************************COOKIES*************************************************/

.onlyMobile, .mobileOnly, .loadHidden{
  display: none;
}


/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
    width: 100%;
}
.span_11_of_12 {
    width: 91.46%;
}
.span_10_of_12 {
    width: 83%;
}
.span_9_of_12 {
    width: 74.54%;
}
.span_8_of_12 {
    width: 66.08%;
}
.span_7_of_12 {
    width: 57.62%; 
}
.span_6_of_12 {
    width: 49.16%; 
}
.span_5_of_12 {
    width: 40.7%; 
}
.span_4_of_12 {
    width: 32.24%; 
}
.span_3_of_12 {
    width: 23.78%;
}
.span_2_of_12 {
    width: 15.32%; 
}
.span_1_of_12 {
    width: 6.86%; 
}

/*  SECTIONS  ============================================================================= */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


@media all and (max-width: 960px) {
    /*************************************** TABLET */
    * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    }
    body{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
    }
    
    #header, #main, #footer, #navigation, .container, .classMain{
	width: 100%;
    }
    #header_inner, #main_inner, #footer_inner, #navigation_inner, #page_footer_inner, .container_inner, .classMain_inner{
	width: 100%;
    }
     
    
    #logo{
	margin: 5px 0px 5px 0px;
	vertical-align: bottom;
	
	min-width:25.7%;
	max-width:25.7%;
	
	
	
	
	height:auto;
    }
    
     .videoHolder{
	width: 100% !important;
	margin: 0;
	margin-top: 20px;
    }
    .videoHolder iframe{
	width: 100% !important;
	height: 500px;
    }
    

    
    .gplus iframe{
        margin-right:45px;
}
    
	
	.recentRow, .recentProducts{
	width:100% !important;
	}
	
	.rProduct{
	width:33% !important;
	}
    
    .whatBox, .whereBox, .resultBox{
	width: 40%;
    }
    .whatBox {
        text-align: right;
    }
    .searchButton{
	width: 14%;
    }
    #contact{
	/*font-size: 12px;*/
    }
    .contactImg{
	display:none;
    }
    .container_inner img{
	max-width: 100%;
	height: auto;
    }
    .lookupDDL_container_header{
	left: 43.6%;
	width: 38.8%;
    }
    
    .onlyMobile, .mobileOnly, .loadHidden{
	display: none;
    }
    
    .fixedHolder{
	position: relative;
	display: table;
    }
    .indexFeedItem, .resultFeedItem{
	width: 100%;
    }
    
    .twitterArea, .facebookTab, .googleTab{
	display: none;
    }
    
    /* SEARCH RESULT */
    .entryRight{
	width: 75%;
    }
    .searchTitle, .searchCategory{
	width: 100%;
	max-width: none;
	text-align: left;
    }
    .entryLeft img{
	max-width: 100%;
    }
    /*.reviewStars{
	width: 100%;
    }*/ /* this breaks the stars */
    
    /* LOGIN */
    .loginMiddle{
	display: none;
    }
    .loginRight{
	margin-left: 4%;
    }
    .loginLeft, .loginRight{
	width:48%;  
    }
    .scheme_noAttn, .scheme_Attn{
	width: 100%;
    }
    .login_label, .login_edit{
	width: 100%;
	max-width: none;
    }
    
    /* INFOCARD */
    .existingReview, .newReview{
	width: 100%;
    }
    
}
@media all and (max-width: 800px) {
    .entryLeft{
	margin-left: auto;
	margin-right: auto;
	float: none;
    }
    .entryRight{
	width: 100%;
    }
    .adEntry{
	display: none;
    }
    .unpaid_map, .socialBubble {
	width: 100%;
	max-width: none;
	text-align: center;
    }
	.cautionary-responsive{
	right:0;
	}
	.productDrop{
	width:100% !important;
	}
    
    .phoneNumber {
        font-size:20px;}
    
}
@media all and (max-width: 600px) {
    /*************************************** TABLET STAGE 2 */
    #logo{
	max-width: 90%;
	height: auto;
    }
    #header{
	margin-bottom: 5px;
    }
    .searchBarHolder{
	width: 100%;
	display: table;
	position: relative;
    }
    .searchBarBase{
	/*display: none;*/
	border-radius:0 0 0px 0px;
    }
    .videoHolder iframe{
	height: 350px;
    }
	
	.rProduct{
	width:100% !important;
	}
	
	.lawns img{
	    width: 100% !important;
	}
	.dog_runs img{
	    width: 100% !important;
	}
	.putting_greens img{
	    width: 100% !important;
	}
	.playgrounds img{
	    width: 100% !important;
	}
	.tee_lines img{
	    width: 100% !important;
	}
	.tennis_courts img{
	    width: 100% !important;
	}
	.sports img{
	    width: 100% !important;
	}
	.retail_displays img{
	    width: 100% !important;
	}
	.traffic_medians img{
	    width: 100% !important;
	}
	.patios_balconies img{
	    width: 100% !important;
	}
	.batting_cages img{
	    width: 100% !important;
	}
	.bocce_ball img{
	    width: 100% !important;
	}
	.remnants img{
	    width: 100% !important;
	}
	.quadribind img{
	    width: 100% !important;
	}
}
@media all and (max-width: 480px) {
    /*************************************** MOBILE */
    .cLeft, .cRight {width:100% !important;}
    
    .turfHolder{
	width: 100%;
	margin: 0;
    }
    
    #header_inner {
     text-align:center;   
    }
    
    .infocard img {
        width:100%;
        height:auto;
    }
    
    #logo{
	max-width: 100%;
	height: auto;
	
	max-height: none !important;
    }
    .vertSpacer{
	display: block;
	width: 100%;
	clear: both;
	
	max-height: 10px;
	
	overflow: hidden;
	
	visibility: hidden;
    }
    
    .body-infocard .socialBubble {
        top:-84px;}
    
    .portfolioHolder, .portfolioHolder2{
	width: 100% !important;
	
    }
    
    .portfolioHolder_about_icons{
	width: 20% !important;
	margin: 0px 6% !important;
	height: 95px; 
	
	
    }
    
    #widget_bounds[style]{
	width: 100% !important;
    }
    
    .whatBox, .whereBox, .resultBox, .searchButton{
	width: 98%;
	padding: 4px 1% 4px 1%;
	
	margin-top: 2px;
	margin-bottom: 2px;
        
        font-size: 20px;
        max-height: 2em;
    }
    .searchButton{
	margin-left: 4px;
	margin-top: 10px;
    }
    .companyCheckBox{
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: right;
    }
    .searchBarBase{
	display: none;
    }
    .lookupDDL_container_header, .facebookTab, .googleTab{
	display: none !important;
    }
    .infocardImage{
	width: 48% !important;
	margin: 0 1% 10px 1%;
    }
    /* INFOCARD */
    .leaveReviewArea, .showReviewArea{
	text-align: center;
    }
    #reviews_add a, #reviews_loadmore a, .claimButton{
	display: block;
	text-align: center;
    }
    
    .addCompany label{
	display: table;
	float: left;
	width: 100%;
    }
    .addCompany input{
	float: left;
	width: 100%;
    }
    .addCompany .submit_button{
	width: auto;
    }
    
    .ft_left_panel, .ft_right_panel{
	text-align: center;
    }
    .bulletPoints{
	width: 100% !important;
    }
    .bulletHolder img{
	width: 100% !important;
    }
    
    
    
    
    
    #contact{
	display: table;
	width: 100%;
	/*font-size: 20px;
	font-weight: normal;*/
	
	margin-bottom: 5px;
    }
    #header, #main, #footer, #navigation, #nav, .container{
	width: 100%;
    }
    #header_inner, #main_inner, #footer_inner, #navigation_inner, #page_footer_inner, .container_inner{
	width:100%;
    }
    #footer{
	display: none;
    }
    
    /************************************* CONTACT */
    .contactForm{
	width: 100%;
	max-width: 100%;
    
    }
    .gMap, .contactFormR{
	width: 95%;
	
	margin-left: auto;
	margin-right: auto;
    }
    .inactiveInput, .activeInput{
	width: 100%;
    }
    
    .contactImg{
	max-width: 100%;
    }
    /************************************* CONTACT */
    
    /************************************* OTHER */
    .notMobile{
	display: none;
    }
    .onlyMobile{
	display: table;
    }
    table{
	width: 100%;
    }
    table tr{
	width: 50%;
    }
    .twitterArea{
	display: none;
    }
    /************************************* OTHER */
    
    .loadHidden{
	display: none;
    }
    
    .span_12_of_12 {
	width: 100%; 
    }
    .span_11_of_12 {
	width: 100%; 
    }
    .span_10_of_12 {
	width: 100%; 
    }
    .span_9_of_12 {
	width: 100%; 
    }
    .span_8_of_12 {
	width: 100%; 
    }
    .span_7_of_12 {
	width: 100%; 
    }
    .span_6_of_12 {
	width: 100%; 
    }
    .span_5_of_12 {
	width: 100%; 
    }
    .span_4_of_12 {
	width: 100%; 
    }
    .span_3_of_12 {
	width: 100%; 
    }
    .span_2_of_12 {
	width: 100%; 
    }
    .span_1_of_12 {
	width: 100%; 
    }
    .col { 
	margin: 1% 0 1% 0%;
    }
    
    
    /* mobile login */
    
    .login_edit, .registerBox select {
        font-size: 3.3em;
        margin-bottom: 0.4em;
    }
    .registerBox select {
        font-size: 2.2em;
    }
    
    .login_button_login input, .loginButton {
        font-size: 2em;
    }
    
    .login_graybutton a {
        font-size: 1.5em;
    }
    
    span[class='login_edit'] {
        font-size: 1em;
    }
    .registerBox img { /* captcha */
        height: 5em;
    }
    
    .login_label {
        font-size: 1.3em;
    }
}

/*--------------------------------  ADD COMPANY ADDITIONAL SECTION  --------------------------------*/

.addcompany_infolink{
    text-decoration: none;
    border-bottom: dotted 1px red;
    color: red;
    cursor: pointer;
}

.addcompany_addninfo_items{
        width: 100%;
        padding-top: 0.5em;    
}

.addcompany_addninfo_items .buttoni input,
    .addcompany_addninfo_items .button a {font-size: 0.8em}

.addcompany_addninfo_item{
        clear: both;
        width: 98%;
        overflow: hidden;
}

.addcompany_addninfo_cell{
        float: left; width: 20%; padding: 0.25em 0.5em; vertical-align: middle;
        
        width: 15%;
}

.addcompany_addninfo_name select, 
.addcompany_addninfo_value input,
.addcompany_addninfo_order input,
.addcompany_addninfo_group input{
        width: 80%; font-size: 1em
}
.addcompany_addninfo_name select{
    padding: 0.3em
}

/* individual fields */

.addcompany_addninfo_name{
        width: 25%;
}

.addcompany_addninfo_value{
        width: 25%;
}

.addcompany_addninfo_order{
        width:  7%;
        text-align: center;
}

.addcompany_addninfo_group{
        width: 17%;
}

.addcompany_addninfo_buttons{
        width: 18%;
}

.addcompany_addninfo_groupdivider{
        padding: 0.25em 0.5em;
        font-style: italic;
}

/*--------------------------------  ADD COMPANY ADDITIONAL SECTION  --------------------------------*/

.pagelinks a, .pagelinks span {
    color: black;
    font-size: 1.3em;
}
.pagelinks .sel {
    border: solid 1px red !important; 
}
.pagelinks .notsel {
    border: solid 1px #ddd !important;
}

/* adEntry Advertisement caption */

.adEntryAdCaption {
    margin: 5px 0;
    text-align: center;
}
.adEntryInner {
    margin-top: 0;
}



.add_company_description {
    width: 98%;
}


.whatBox {
    color: white;
}



/*********************************************************************************************************** GALLERY */

.gallery-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*********************************************************************************************************** GALLERY */




#addninfo_add {
    width: 8em !important;
}





.index_map_message {
    text-align: center;
}

/*
#map .fm-map-container {
    position: inherit !important;
}*/

.index_php #main_inner, .map_php #main_inner {
    position: inherit;
}



/* admin-style lists */

.pagelinks_outer {
    float: right; 
    /*margin: 0.5em 0;*/
    width: 100%;
}

.pagelinks {
    float: right;
}

._table{
    display: table;
    /*width: 100%;*/
}

.admin_list .admin_list_item span {
    height: 2em;
    vertical-align: middle;
}

.admin_list .admin_list_item {
    display: table-row;
}

.admin_list .admin_list_item > span {
    display: table-cell;
    /*padding: 0.5em 1em;*/
    vertical-align: top;
}
.admin_list .admin_list_item > span {
    padding: 2em 1em;
}
.admin_list .admin_list_item:first-child > span {
    padding: 0.5em 1em;
}
.admin_list .admin_list_item:not(:first-child):hover a {
    color: white;
}
/*.admin_list .admin_list_item:first-child:hover a {
    color: inherit;
}*/
.admin_list .admin_list_header > span {
    vertical-align: top;
}

.pagelinks span:hover {
    background-color: #edddd3;
} 
.pagelinks a.sel:hover, .pagelinks a.notsel:hover {
    background-color: #cfa68b !important;
}

.pri {
    background-color: #e7eaeb;
}

.sec {
    background-color: #f5f5f5;
}

.sel {
    background-color: #aaa;
}
.pri:hover, .sec:hover {
    background-color: #84ce03;
}

.sel ._hide_ifsel {
    display: none;
}
/*.nosel ._show_ifsel_inline, .nosel ._show_ifsel_block, */
.nosel ._hide_ifnosel {
    display: none;
}

.admin_list ._no_results {
    padding-left: 1em;
    padding-top: 1em;
    font-size: 1.2em;
    font-weight: bold;
}




.frontend_details_table {
    display: table;
}

.frontend_details_row {
    display: table-row;
}

.frontend_details_cell {
    display: table-cell;
    line-height: 2.25em;
}
.frontend_details_cell:first-child {
    padding-right: 1em;
    vertical-align: top;
}

.quotes_and_jobs_table_heading {
    color: #21A700;
    font-size: 1.2em;
    margin-top: 0.7em;
}

.frontend_details_table_heading {
    height: 3.5em /* move it past the absolute positioned line */
}
.frontend_details_table_heading .frontend_details_cell {
    position: absolute; 
    left: 0;
}



.frontend_details_status_row {
    font-size: 1.2em;
}

.frontend_details_status_value {
    font-weight: bold;
}



.cms_user_account_reload {
    position: absolute; left: 0; margin-top: -0.3em
}



.cms_rep_notes {
    width: 35%;
    height: 35em;
    position: absolute;
    right: 0;
    /*background-color: white;
    border: solid 1px #aaa;*/
    padding: 0 0.5em;
}

.cms_rep_notes_inner {
    overflow-y: scroll;  
    
    height: 30em;
}

.cms_rep_notes textarea {
    width: 100%;
    height: 5.2em;  
}



.edit_details_input {
    margin-bottom: 0.7em;
}




.contact_address {
    line-height: 1.5em;
    font-size: 1.2em;
}





.dealer_login a {
    color: yellow !important;
    font-weight: 500;
}
.dealer_login a:hover {
    color: white !important;
    font-weight: 500;
}



.map_container_usa {
    margin: 0;
}


.installer_list .admin_list_item > span:first-child,
.customer_list .admin_list_item > span:first-child {
    white-space: nowrap;
}



.edit_details_input {
    border: none;
    background: transparent;
}





.buttons_table {
    display: table;
}

.buttons_table > div {
    display: table-row;
}

.buttons_table > div > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.15em;
    padding-right: 0.15em;
}



#installer_form .width_100 {
    width: 100%;
}





.installer-callback-header-future, .installer-callback-header-missed {
    border: solid 1px green;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: green;
    text-align: center;
}

.installer-callback-header-missed {
    color: red;
    border: solid 1px red;    
}




.index-contact-form {
    padding: 3%;
}

.logo-picker img {
    max-width: none !important;
}



#ulNav li {
    font-size: 15px;
}



.artificial-grass-reviews .existingReview, .artificial-grass-reviews .newReview {
    background-color: rgba(239, 235, 235, 0.6);
    margin-left: 1em;
    margin-right: 2em;
}

.artificial-grass-reviews .reviews_more div[style] {
    width: inherit;
}

.artificial-grass-reviews .reviews_more .showReviewArea {
    text-align: center !important;
}