body {
font-family: lato;
}

.heading { font-weight: 900; font-size: 40px;  margin-bottom: 2%;  font-family: 'lato', calibri; }

.introtext { text-align: justify; font-size: 20px;}

.mobileintro { display: none }

.bubbleholderleft {
	padding-right: 10%;
	float: right;
}

.bubbleholderright {
	padding-left: 10%;
	float: left;
}

.leftbubble {
	position: absolute;top: 6.5%; text-align: center; width: 304px; font-size: 28px; font-weight: 900
}

.rightbubble {
	position: absolute;top:17.5%; text-align: center; width: 304px; font-size: 28px; font-weight: 900
}

.number { text-align: left; float: right; display: inline-block; font-size: 20px; color: #15670f; margin-top: 20px; margin-left: 20px; font-weight:900;}

.logoholder { display: inline-block; margin-top: 5px; }

.1stwastelogo { display: inline-block; float: right; } 

.numberholder { display: inline-block; float: right; margin-top: 30px; width: 420px; }

.header {margin-top: 5px; border-bottom: 3px solid #1a871a; }

.bintype { margin: 1% 1% 0 0; float: left; color: #1a871a; padding: 5px 30px; font-size: 20px; font-family: 'lato'; font-weight: 900; text-transform: uppercase; border: 2px solid #1a871a; border-radius: 8px; display: inline-block;}

.bintype:hover { background-color: #1a871a; border: 2px solid #1a871a; color: #ffffff; cursor: default; }

.menuholder {
float: right;
height: 20px;
line-height: 80px;
font-size: 19px;
color: #c6c6c6;
}

.desktopmenu {
margin-top: -10px;
float: right;
list-style: none;
margin-right: 17px;
}

.slider {}

form {
text-align: center;
}

@media (min-width: 1200px) {
.container {
max-width: 1117px;
}

}

.formlabels { font-size: 20px; font-weight: 900;margin-top: 10%;margin-bottom: 5%; } 

input .form-control {
width: 100%;
!important
}

.formfloat {
text-align: left;
}

.form-inline {
text-align: left;
}

.binselection {
text-align: left;
font-size: 20px;
margin: 30px 0px 10px 0px;
font-weight: 900;
font-family: 'lato', calibri;
}

.btn .btn-primary {
text-align: center;
}

#name {
margin-right: 20px;
}

input#name {
width: 100%;
}

#compnyname {
margin-right: 20px;
}

input#companyname {
width: 100%;
}

#email {
margin-right: 20px;
}

input#email {
width: 100%;
}

#telephone {
margin-right: 20px;
}

input#telephone {
width: 100%;
}

#postcode {
margin-right: 20px;
}

input#postcode {
width: 100%;
}

.btn-primary {
background-color: #ffffff;
color: #0D980D;
border: none;
border-radius: 50px;
font-size: 30px;
padding: 3px 55px;
letter-spacing: 1px;
margin-top: 3%;
font-weight: 900;
}

.btn-primary:hover {
background-color: #0D980D;
border-color: 1px solid white !important;
}

.btn-primary:active {
background-color: #0D980D;
}



.footerwrapper {
background-color: #3A9833;
color: #fff;
border-top: 15px solid #33672F;
font-size: 13px;
text-align: center;

padding-top: 0.5%;
}

.socialmedia {
text-transform: uppercase;
color: #DDDDDD;
}



.copyright {
background-color: #f2f2f2;
border-top: 1px solid #3a9833;
padding: 2px 15px 2px 15px;
color: #000
}

.copyright a {
color: #3A9833;
}


@media only screen and (max-width: 990px) {
.formlabels { margin-top: 10px; margin-bottom: 20px;}
ul { margin-left: -40px;}
}

@media only screen and (max-width: 740px) {
	.numberholder { float: none; display: block; width: 420px; margin: 0 auto; }
	.logoholder { display: block; width: 268px; margin: 0 auto; }
}

@media only screen and (max-width: 490px) {
	.numberholder {   margin: 0px 0px 10px 0px; float: none; width: 203px; margin: 0 auto;}
	.number { margin: 0px; text-align: center !important; } 
}

.quoteme { cursor: pointer; display: block; text-align: center; background-color: #3a9833; width: 190px; padding-bottom: 3px;  font-size: 20px; border-radius: 10px; margin: 0 auto ; } 

.quoteme:hover { background-color: #004069; }

button.QuoteMe{
border:none;
}
button.AddSection{
border:none;
background-color: #3a9833;
padding: 4px 25px;
border-radius: 10px;
display: inline-block;
font-weight: 900;
font-size: 17px;
cursor: pointer;
}
button.AddSection:hover{
background-color: #004069;
}



.numbers {
font-size: 40px !important;
font-weight: 800;
padding-top: 10px !important;
font-family: 'Open Sans', sans-serif;
}

.addnew {
background-color: #3a9833;
padding: 4px 25px; 
border-radius: 10px; 
display: inline-block;
font-weight: 900;
font-size: 17px;
cursor: pointer;
}

.addnew:hover {
background-color: #004069;
color: #fff
}

label { max-width: none; cursor: pointer; }

.colourchange ~ label {
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
filter: grayscale(100%);
}

li:hover .colourchange ~ label {
-webkit-filter: none; /* Chrome, Safari, Opera */
filter: none;
-webkit-filter: "alpha(opacity=100)";
}

.colourchange:checked ~ label {
-webkit-filter: none !important; /* Chrome, Safari, Opera */
filter: none !important;
}


.wasteTypeColour ~ label img {
-webkit-filter: invert(100%) opacity(35%);
}

li:hover .wasteTypeColour ~ label img {
-webkit-filter: none !important;
filter: none !important;
}

.wasteTypeColour:checked ~ label img {
-webkit-filter: none !important;
filter: none !important;
}


ul li{
display: inline-block;
width: 96px;
height: 85px;
background-color: #e1e1e1;
border-radius: 10px;
border: 3px solid #bdbdbd;
margin-right: 12px;
margin-bottom: 15px;
font-weight: 900;
font-size: 15px;
padding: 4px 4px 4px 4px;
text-align: center;
color: #989898;
float: left;
cursor: pointer;

}

ul li:hover{
color: #000;
background-color: #3A9833;
border: 3px solid #fff;
padding: 4px 4px 4px 4px !important;
color: #fff;
}

ul li:nth-child(7) {
margin-right: 0px;
}


ul li input[type=radio]{
position: absolute;
visibility: hidden;
}

ul li input[type=checkbox]{
position: absolute;
visibility: hidden;
}

ul li img{
cursor: pointer;								 

}

ul li:hover .check {

}

input[type=radio]:checked ~ .check {
border: 5px solid #000;
}

input[type=radio]:checked ~ .check::before{

}

input[type=radio]:checked ~ label {
color: #000;
background-color: #3A9833;
width: 95px;
height: 85px;
border-radius: 10px;
border: 3px solid #fff;
font-weight: 900;
font-size: 15px;
padding: 4px 4px 4px 4px !important;
text-align: center;
margin-top: -7px;
margin-left: -7px;
color: #fff;
cursor: pointer;
<!-- -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
filter: grayscale(0%); -->
-webkit-filter:"alpha(opacity=0)";
}

input[type=checkbox]:checked ~ label {
color: #000;
background-color: #3A9833;
width: 95px;
height: 85px;
border-radius: 10px;
border: 3px solid #fff;
font-weight: 900;
font-size: 15px;
padding: 4px 4px 4px 4px !important;
text-align: center;
margin-top: -7px;
margin-left: -7px;
color: #fff;
cursor: pointer;
<!-- -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
filter: grayscale(0%); -->
-webkit-filter:"alpha(opacity=0)";
}

.generalwaste {
background - image: url('img/generalwaste-gray.png');
background - repeat: no - repeat;
background - position: 20 px 4 px;
}
input[type=radio] .generalwaste: hover {
background - image: url('img/generalwaste.png');
}

.clickarea {
width: 82px; height: 75px;
}

		@media only screen and (max-width: 1770px) {
			.heading { 
				font-size: 35px; 
			}
			
		}
		
		@media only screen and (max-width: 1470px) {
			.bubbleimg {
				width: 254px;
			}
			.bubbleholderleft {
				margin-top: 15%;
			}
		
			.bubbleholderright {
				margin-top: 15%;
			}
			.rightbubble {
				font-size: 25px;
				width: 254px;
				top: 35%;
			}
			.leftbubble {
				font-size: 25px;
				width: 254px;
				top: 27%;
			}	
		}
		
		@media only screen and (max-width: 1240px) {
			.bubbleimg {
				width: 200px;
			}
			.bubbleholderleft {
				margin-top: 15%;
				margin-right:0%;
			}
		
			.bubbleholderright {
				margin-top: 15%;
				margin-left:0%;
			}
			.rightbubble {
				font-size: 20px;
				width: 200px;
				top: 37%;
			}
			.leftbubble {
				font-size: 17px;
				width: 200px;
				top: 31%;
			}	
		}
		
		@media only screen and (max-width: 992px) {
			.desktopintro { 
				display: none; 
			}
			.mobileintro {
				display: block; 
			}
			.bubbleholderleft {
				margin-top: 30px;
			}
			.bubbleholderright {
				margin-top: 30px;
			}
			.bubbleimg {
				width: 304px;
			}
			.leftbubble { 
				width: 304px;
				top: 40px;
				font-size: 28px;
			}
			.rightbubble { 
				width: 304px;
				top: 60px;
				font-size: 28px;
			}
		}
		
		@media only screen and (max-width: 830px) {
			.bubbleholderleft {
				margin-top: 30px;
			}
			.bubbleholderright {
				margin-top: 30px;
			}
			.bubbleimg {
				width: 254px;
			}
			.leftbubble { 
				width: 254px;
				top: 38px;
				font-size: 24px;
			}
			.rightbubble { 
				width: 254px;
				top: 55px;
				font-size: 24px;
			}
		}
		
		@media only screen and (max-width: 740px) {
			.numberholder { margin-bottom: 20px; }
		}
			
		@media only screen and (max-width: 700px) {
			.bubbleholderleft {
				margin-top: 30px;
			}
			.bubbleholderright {
				margin-top: 30px;
			}
			.bubbleimg {
				width: 200px;
			}
			.leftbubble { 
				width: 200px;
				top: 33px;
				font-size: 20px;
			}
			.rightbubble { 
				width: 200px;
				top: 50px;
				font-size: 20px;
			}
		}
		
		@media only screen and (max-width: 560px) {	
			.introtext { padding-bottom: 20px; border-bottom: 1px solid white; }
			
			.bubbleimg { display: none; }
			
			.leftbubble { 
				display: block;
				padding-top: 8px;
				height: 80px;
				top: 0;
				position: relative;
				font-size: 20px;
				margin-bottom: 30px;
				width: 200px;
			}
			.rightbubble {
				display: block;
				padding-top: 25px;
				height: 80px;
				top: 0;
				position: relative;
				font-size: 20px;
				margin-bottom: 30px;
				width: 200px;			
			}
			.bubbleholderleft {
				border: 3px solid white;
				margin-top: 0px;
				width: auto;
				padding-right: 0%;
				width: 200px;
			}
			.bubbleholderright {
				border: 3px solid white;
				margin-top: 0px;
				padding-left: 0%;
				width: 200px;
			}
		@media only screen and (max-width: 460px) {	
			.bubbleholderleft {
				display: block;
				width: 100%;
				margin-bottom: 10px;
			}
			.bubbleholderright {
				display: block;	
				width: 100%;
				margin-bottom: 10px;
			}
			.rightbubble { 
				width: 100%;
			}
			.leftbubble { 
				width: 100%;
			}
		}