/* Easier Than (www.easierthan.co.uk) Website Template CSS */
/* Last Modified: 16/06/2015 - DB */

	/* START Basic HTML Tags */	
		body {
			font-size: 1em;
			font-family: Verdana, Helvetica, Arial, sans-serif;
			margin: 0px;
			padding: 0px;
			background-color: #fff;
			color: #000;
		}

		img {
			border: 0px;
		}

		h1 {
			color: #111111;
			font-size: 1.6em;
			margin: 15px 0px 25px 0px;
			padding-bottom: 5px;
			border-bottom: solid 3px #111;
		}

		h2 {
			color: #333333;
			font-size: 1.3em;
			margin: 15px 0px 10px 0px;
		}

		h3 {
			color: #555555;
			font-size: 1.2em;
			margin: 10px 0px 10px 0px;
		}

		h4 {
			color: #777777;
			font-size: 1.1em;
			margin: 10px 0px 10px 0px;
		}

		ul {
			list-style-type: square;
		}
			
		li {
			padding: 2px 2px 4px 2px;
		}

		a {
			font-weight: bold;
			text-decoration: underline;
			color: #999999;
			background-color: transparent;
		}
		
		label {
			font-size: 1.1em;
			color: #555555;
		}

		input[type="text"] {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 1.1em;
			color: #444;
		}

		input[type="submit"] {
			background-color: #777;
			color: #eee;
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 1.1em;
			font-weight: bold;
			text-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
			text-decoration: none;
			padding: 5px 12px 5px 12px;
			border: 1px solid #991616;
		}

		input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
			background-color: #777;
			color: #eee;
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 1.1em;
			font-weight: bold;
			text-shadow: 0px 0px 1px rgba(255, 255, 255, .75);
			text-decoration: none;
			padding: 5px 12px 5px 12px;
			border: 1px solid #e6e6e6;
		}

		textarea {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 1.1em;
			color: #444;
		}

		select {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 1.1em;
			color: #444;
		}

		address {
			font-style: normal;
		}

	/* END Basic HTML Tags */	

	/* START Basic Layout Blocks */	

		.stripe {
			margin: 0px;
			padding-left: 0px;
			padding-right: 0px;
		}

		.holding {
			display: block;
			width: 100%;
			padding-left: 0px;
			padding-right: 0px;
			background-color: inherit;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.row {
			clear: both;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.col-12, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			float: left;
		}
		
		.col-12 { width: 100%; }
		.col-9 { width:75%; }
		.col-8 { width:66.66666667%; }
		.col-7 { width:58.33333333%; }
		.col-6 { width:50%; }
		.col-5 { width:41.66666667%; }
		.col-4 { width:33.33333333%; }
		.col-3 { width:25%; }
		.col-2 { width:16.66666667%; }
		.col-1 { width:8.33333333%; }

		.col-11-fixed, .col-10-fixed, .col-9-fixed, .col-8-fixed, .col-7-fixed, .col-6-fixed, .col-4-fixed, .col-3-fixed, .col-2-fixed, .col-1-fixed {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			float: left;
		}
		
		.col-11-fixed { width:91.66666667%; }
		.col-10-fixed { width:83.33333333%; }
		.col-9-fixed { width:75%; }
		.col-8-fixed { width:66.66666667%; }
		.col-6-fixed { width:50%; }
		.col-4-fixed { width:33.33333333%; }
		.col-3-fixed { width:25%; }
		.col-2-fixed { width:16.66666667%; }
		.col-1-fixed { width:8.33333333%; }

		.col-clear {
			clear: both;
		}

	/* END Basic Layout Blocks */	

	/* START Specific Stripe Blocks */

		.test-mode {
			background-color: #000;
		}

		.test-mode .holding {
			background-color: transparent;
			padding-top: 5px;
			padding-bottom: 5px;
			color: #fff;
			font-size: 0.8em;
		}

		.test-mode a {
			color: #ddd;
		}

		.test-mode a:hover, .test-mode a:active, .test-mode a:focus {
			color: #fff;
		}

		.accessibility {
			display: none;
		}

		.header .holding {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		.header {
			background-color: #fff;
			/* background-color: #991616;*/
		}

		.header .holding {
			background-color: transparent;
		}

		.header .logo img {
			width: 100%;
			max-width: 600px;
			height: auto;
			width: auto\9; /* ie8 */
		}

		.header .logo .show-only-480 {
			display: none;
		}

		.header .contacts {
			font-size: 0.8em;
		}

		.header .contacts a {
			text-decoration: none;
			font-weight: normal;
		}

		.menu, .menu-mobile {
			display: none;
		}

		.sub-menu {
			display: none;
		}

		.banner-image {
			display: none;
		}

		.top-content {
			background-color: #fff;
		}

		.top-content .holding {
			background-color: transparent;
		}

		.top-content-left {
			display: none;
		}

		.top-content-text {
			font-size: 0.95em;
			width: 100%;
		}

		.content {
			font-size: 0.95em;
			background-color: #fff;
		}

		.content .holding {
			background-color: transparent;
		}

		.important {
			background-color: #fff;
		}

		.important .holding {
			background-color: transparent;
		}

		.enquiries .col-2-fixed {
			text-align: center;
		}

		.enquiries .col-10-fixed {
			padding-left: 5px;
			padding-right: 15px;
		}

		.enquiries input[type="text"], .enquiries textarea {
			max-width: 95%;
			width: 95%;
		}

		.enquiries a {
			color: #666;
			font-size: 1.5em;
			font-weight: normal;
			text-decoration: none;
		}

		.enquiries address {
			color: #666;
			font-size: 1.1em;
		}

		.job-application-form fieldset {
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
			border-radius:8px;
			margin: 10px;
			padding: 10px 5px 15px 5px;
		}

		.job-application-form legend {
			font-size: 110%;
			font-weight: bold;
			padding: 0px 5px 0px 5px;
			margin: 0px;
		}

		.job-application-form table, .job-application-form td, .job-application-form th {
			border: none;
			font-size: 100%;
			vertical-align: top;
		}

		.job-application-form .blank-row td {
			font-size: 5%;
			height: 5px;
			padding: 0px;
		}

		.job-application-form label {
			color: 606060;
		}

		.job-application-form h2 {
			margin-top: 10px;
		}

		.job-application-form input[type="text"], .job-application-form textarea {
			max-width: 95%;
			width: 95%;
		}

		.photo-links {
			background-color: #fff;
		}

		.photo-links .holding {			
			background-color: transparent;
			padding: 0px;
		}

		.photo-links .photo-link {
			position: relative;
			overflow: hidden;
		}

		.photo-links .row-first .photo-link {
			border-left: solid 1px #fff;
			border-right: solid 1px #fff;
			border-bottom: solid 1px #fff;
		}

		.photo-links .row-middle .photo-link {
			border: solid 1px #fff;
		}

		.photo-links .row-last .photo-link {
			border-left: solid 1px #fff;
			border-right: solid 1px #fff;
			border-top: solid 1px #fff;
		}

		.photo-links .row-only .photo-link {
			border-left: solid 1px #fff;
			border-right: solid 1px #fff;
		}

		.photo-links .photo {
			position: relative;
		}

		.photo-links .photo img {
			width: 100%;
			height: auto;
			width: auto\9; /* ie8 */
			display: block;
		}

		.photo-links a {
			text-decoration: none;
		}

		.photo-links a:hover {
			opacity: 0.9;
			transition: .5s ease 0s;
		}

		.photo-links .link {
			padding: 10px 0px 10px 0px;
			margin-right: 1px;
			background-color: #666;
			color: #fff;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			opacity: 0.9;
			font-size: 1.3em;
			text-align: center;
		}

		.gallery-photos {
			background-color: #fff;
		}

		.gallery-photos .holding {			
			background-color: transparent;
			padding: 0px;
		}

		.gallery-photos .gallery-photo {
			position: relative;
			overflow: hidden;
		}

		.gallery-photos .row-first .gallery-photo {
			border-left: solid 1px #fff;
			border-right: solid 1px #fff;
			border-bottom: solid 1px #fff;
		}

		.gallery-photos .row-middle .gallery-photo {
			border: solid 1px #fff;
		}

		.gallery-photos .row-last .gallery-photo {
			border-left: solid 1px #fff;
			border-right: solid 1px #fff;
			border-top: solid 1px #fff;
		}

		.gallery-photos .row-only .gallery-photo {
			border-left: solid 1px #fff;
			border-right: solid 1px #fff;
		}

		.gallery-photos .photo {
			position: relative;
		}

		.gallery-photos .photo img {
			width: 100%;
			height: auto;
			width: auto\9; /* ie8 */
			display: block;
		}

		.gallery-photos a {
			text-decoration: none;
		}

		.gallery-photos a:hover {
			opacity: 0.9;
			transition: .5s ease 0s;
		}

		.gallery-photos .label {
			padding: 10px 0px 10px 0px;
			margin-right: 1px;
			background-color: #666;
			color: #fff;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			opacity: 0.9;
			font-size: 0.85em;
			text-align: center;
		}

		.areas-covered {
			font-size: 0.95em;
			background-color: #fff;
		}

		.areas-covered .holding {
			background-color: transparent;
		}

		.areas-covered .holding h2 {
			color: #333333;
		}

		.contact-details {
			display: none;
		}

		.town-feeds {
			display: none;
		}

		.standard-include-text {
			background-color: #fff;
		}

		.standard-include-text .holding {
			background-color: transparent;
		}

		.about-us {
			background-color: #fff;
		}

		.about-us .holding {
			background-color: transparent;
		}

		.footer {
			background-color: #fff;
			color: #999;
			/* There is no easy explanation for why this displays the bottom as the top, but it works! */
			border-bottom: solid 3px #111;
		}

		.footer a {
			color: #999;
			text-decoration: none;
		}

		.footer .holding {
			background-color: transparent;
		}

		.footer .col-4 {
			width: 50%;
		}

		.footer .col-2-fixed {
			display: none;
		}

		.footer .col-10-fixed {
			display: none;
		}

		.footer .footer-menu {
			display: none;
		}

		.footer .accreditations img {
			padding-right: 10px;
			height: 70px;
			width: auto;
			height: auto\9; /* ie8 */
		}

		.footer .footer-social-media {
			display: none;
		}

		.footer .breadcrumb {
			display: none;
		}

		.footer .copyright {
			font-size: 0.8em;
			text-align: right;
			color: #999;
		}

		.footer .copyright a {
			color: #999;
		}

	/* END Specific Stripe Blocks */

	/* START General Layout Elements */

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

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

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

		.block-left, .block-left-space, .block-left-space-border, .block-left-space-border-label { 
			float: left;
		}

		.block-right, .block-right-space, .block-right-space-border, .block-right-space-border-label { 
			float: right;
		}

		.block-none-space, .block-none-space-border, .block-none-space-border-label,
		.block-right-space, .block-right-space-border, .block-right-space-border-label,
		.block-left-space, .block-left-space-border, .block-left-space-border-label {
			margin: 10px;
		}

		.block-none-space-border img, .block-none-space-border-label img,
		.block-right-space-border img, .block-right-space-border-label img,
		.block-left-space-border img, .block-left-space-border-label img {
			padding: 0px;
			border: solid 1px #555555;
			box-shadow: 2px 2px 6px #888888;
			-webkit-box-shadow: 2px 2px 6px #888888;
			-moz-box-shadow: 2px 2px 6px #888888;
		}

		.block-none-space-border img, .block-right-space-border img, .block-left-space-border img {
			margin: 0px 0px 0px 0px;
		}

		.block-none-space-border-label img, .block-right-space-border-label img, .block-left-space-border-label img {
			margin: 0px 0px 7px 0px;
		}

		.block-none-space-border-label, .block-right-space-border-label, .block-left-space-border-label {
			color: #555555;
			font-style:italic;
			font-size: 0.85em;
			padding: 0px 8px 9px 8px;
		}

		.block-none-space, .block-none-space-border, .block-none-space-border-label,
		.block-right-space, .block-right-space-border, .block-right-space-border-label,
		.block-left-space, .block-left-space-border, .block-left-space-border-label {
			width: 50%;
			max-width: 404px;
		}
		
		.block-none-space img, .block-none-space-border img, .block-none-space-border-label img,
		.block-right-space img, .block-right-space-border img, .block-right-space-border-label img,
		.block-left-space img, .block-left-space-border img, .block-left-space-border-label img {
			width: 100%;
			max-width: 400px;
			height: auto;
			width: auto\9; /* ie8 */
		}

		.colour-white {
			color: white;
		}

		.colour-black {
			color: black;
		}

		.colour-red {
			color: red;
		}

		.colour-grey {
			color: #777777;
		}

		.colour-site {
			color: #444444;
		}

		.colour-site-2 {
			color: #666666;
		}

		.coloured-list {
			color: #444444;
		}

		.coloured-list span {
			color: #000000;
		}

		.coloured-list li {
			padding: 3px 0px 3px 0px;
		}

		.font-70 {
			font-size: .7em;
		}

		.font-80 {
			font-size: .8em;
		}

		.font-90 {
			font-size: .9em;
		}

		.font-100 {
			font-size: 1em;
		}

		.font-110 {
			font-size: 1.1em;
		}
		
		.font-120 {
			font-size: 1.2em;
		}
		
		.font-130 {
			font-size: 1.3em;
		}

		.font-140 {
			font-size: 1.4em;
		}

		.font-150 {
			font-size: 1.5em;
		}

		.font-160 {
			font-size: 1.6em;
		}

		.font-170 {
			font-size: 1.7em;
		}

		.font-180 {
			font-size: 1.8em;
		}

		.font-200 {
			font-size: 2em;
		}

		.font-250 {
			font-size: 2.5em;
		}

		.font-300 {
			font-size: 3em;
		}

		.indent-20 {
			margin-left: 20px;
		}

		.indent-30 {
			margin-left: 30px;
		}

		.indent-50 {
			margin-left: 30px;
		}

		.company-name {
			font-weight: bold;
			color: #555;
		}

		.no-print {
			display: none;
		}

	/* END General Layout Elements */
