@charset "UTF-8";
/* CSS Document */

body {font-family: 'Open Sans', sans-serif; }

.logo {max-width:250px; align-content:center; margin-top:10px; margin-bottom:20px;}
.number {text-align:right; font-size:2.2em; font-weight:700; margin-top:32px; line-height:1.4em;}
.jumboCus {margin-bottom:0px; 
background-image:url(../img/van.png); background-repeat:no-repeat; background-position:left;

background: rgb(246,248,249); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */


}
.cta {text-align:center; height:auto; background-color:#6ab345; color:#fff; font-size:1.3em; font-weight:700; padding:15px 8px 15px 8px; margin-bottom:12px;}
.cta a:link {color:inherit; text-decoration:underline;}
.cta a:visited{color:inherit; text-decoration:underline;}
.midCol {border-left:1px dotted #ccc; border-right:1px dotted #ccc;}
.navbar {margin-bottom:0px; margin-top:22px; -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}
.glyphicon {margin-right:8px; line-height:100%; color:#6ab345;}
.navbar-toggle {color:#fff;}
.slider h1 {margin-top:-8px; font-family: 'Bowlby One', cursive; text-align:center; line-height:66px; font-size:33px !important;}
.yellow {color:#7b7b7b; line-height:1.2em;}
.embed-responsive {-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);}
h3 {color:#666666; border-bottom:1px dotted #ccc; padding-bottom:10px; padding-top:10px; margin-bottom:26px; font-family: 'Open Sans', sans-serif; font-weight:700; text-align:center; border-top:1px dotted #ccc;

}
.main p {line-height:22px; text-align:center;}
.btn-default {

background: rgb(114,114,114); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(114,114,114,1) 0%, rgba(66,66,66,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,114,114,1)), color-stop(100%,rgba(66,66,66,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(114,114,114,1) 0%,rgba(66,66,66,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(114,114,114,1) 0%,rgba(66,66,66,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(114,114,114,1) 0%,rgba(66,66,66,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(114,114,114,1) 0%,rgba(66,66,66,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#424242',GradientType=0 ); /* IE6-9 */


background-position:0px;

 font-weight:700; color:#fff; padding: 8px 16px; font-size:16px;}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
background: rgb(0,0,0); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */

color:#fff;
  background-position:0px;

}




.navbar-collapse {background-color:#6ab345; border:#6ab345; color:#fff; background: rgb(106,179,69); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(106,179,69,1) 0%, rgba(123,178,94,1) 44%, rgba(69,147,29,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,179,69,1)), color-stop(44%,rgba(123,178,94,1)), color-stop(100%,rgba(69,147,29,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(106,179,69,1) 0%,rgba(123,178,94,1) 44%,rgba(69,147,29,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(106,179,69,1) 0%,rgba(123,178,94,1) 44%,rgba(69,147,29,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(106,179,69,1) 0%,rgba(123,178,94,1) 44%,rgba(69,147,29,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(106,179,69,1) 0%,rgba(123,178,94,1) 44%,rgba(69,147,29,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ab345', endColorstr='#45931d',GradientType=0 ); /* IE6-9 */

}
.navbar-inverse {border:#6ab345; color:#fff; font-weight:700;}
.navbar-inverse .navbar-nav > li > a {color:#fff;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {background-color:#4f9a2a;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {background-color:#fcf135; color:#000;}

.footer {background-color:#6ab345; height:100px;}

.container.footerTop {background-image:url(../img/logo-footer.jpg); background-position:right; background-repeat:no-repeat; height:110px; margin-top:30px;}

.home-img {margin-bottom:12px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; border:3px solid #ccc;}

.jumbotron p {
    color: #6ab345;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.testimonials {margin-bottom:12px; margin-top:18px;}

.backHead h1 {font-family: 'Open Sans', sans-serif; font-weight:700; margin-top:28px;}

.bin {max-height:180px;}

.priceBt {text-align:right;}

.about p {line-height:24px; text-align:left; font-size:16px;}

.about li {line-height:24px; text-align:left; font-size:16px;}

.aboutBtn {margin-top:26px; margin-bottom:20px;}

.area {font-size:18px;}

.areas {font-size:18px; line-height:32px;}

.wb {text-align:right;}

.footy {margin-top:16px;}

td, tr {border:#000 1px solid;}

.dacorumHead {text-align:center; padding-top:8px; padding-bottom:8px; }

.dacorumHead h3 {border-top:0px; border-bottom:0px; margin-top:8px; color:#000; margin-bottom:8px;}

.dacorumHead h1 {font-weight:700; font-size:38px; color:#000;}

.dacorumHead h2 {color:#6ab345; margin-top:2px; font-weight:700;}

.dac li {margin-bottom:14px;}

.dac {text-align:left;}

.priceHead {text-align:center; font-weight:700; margin-bottom:26px; font-size:28px;}

.sideTest {margin-top:20px; font-style:italic; font-size:17px;}

h3.new {margin-bottom:6px; margin-top:6px;}

.terms {margin-top:16px;}

.terms .bigger {font-size:16px;}

.form-inline {margin-bottom:16px;}

.footer i {color:#fff; font-size:1.4em;}

.footer a {color:#fff;}

.cheaper {text-align: center; padding-top: 20px; padding-bottom:20px; text-transform: uppercase}
.cheaper p {margin-bottom: 0px; font-size: 27px; font-weight: 700; border: #c5232d solid 2px; padding-bottom: 20px; padding-top: 20px; display: inline-block; padding-left: 10px; padding-right: 10px; line-height: 30px;}
.cheaper p span {color: #c5232d; font-size: 35px}

@media (max-width: 1200px) { 

.yellow {color:#7b7b7b; font-size:20px; }
.jumbotron h1 {font-size: 53px;}
.slider h1 {margin-top:18px; text-align:center; line-height:40px;}
.bin {max-height:150px; margin-top:16px;}
 
}

@media (max-width: 992px) {

.slider h1 {margin-top:24px; text-align:center; font-size:40px; line-height:60px; }
.yellow {color:#7b7b7b; font-size:20px;}
.jumbotron {
    padding-bottom: 10px;
    padding-top: 28px;
}

.bin {max-height:120px; margin-top:55px;}

.priceHead {text-align:center; font-weight:700; margin-bottom:26px; font-size:28px;}
}



@media (max-width: 768px) {
    .centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
		text-align:center;
		margin-top:0px;
    }
	.number {font-weight:700; margin-top:0px;}
	.navbar-toggle {
  width: 96%;
  float: none;
  margin-right:0px;
  margin-left:2%;
  background-color:#464646;
}

.slider h1 {margin-top:18px; text-align:center; font-size:30px; line-height:40px;}
.yellow {color:#7b7b7b; font-size:20px; line-height:22px;}
.priceBt {text-align:center;}
.binImg {text-align:center;}
.wb {text-align:left;}

.priceHead {text-align:center; font-weight:700; margin-bottom:16px; font-size:28px;}

.dac {margin-bottom:28px; margin-top:28px;}

}


/*--------------------------------------------------------------
# Form Sending
--------------------------------------------------------------*/
.main-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background-image: url('../img/spinner.svg');
	background-size: 100%;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 40px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	-o-box-shadow: 0 0 40px rgba(0,0,0,0.05);
	z-index: 999999;
}

