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

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Muli:400,700);

	/* 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;
		}

		blockquote {
			font-family: 'Muli', sans-serif;
			font-weight: 400;
			font-size: 1.1em;
			color: #444;
			background: #eee;
			border-left: 10px solid #888;
			margin: 1.5em 25px;
			padding: 0.8em 10px 0.1em 10px;
			quotes: "\201C""\201D""\2018""\2019";
		}

		blockquote:before {
			color: #aaa;
			content: "\201C";
			font-size: 4em;
			line-height: 0em;
			margin-right: 0.25em;
			vertical-align: -0.4em;
		}

		blockquote:after {
			color: #aaa;
			content: "\201D";
			font-size: 4em;
			line-height: 0.1em;
			margin-left: 0.25em;
			vertical-align: -0.6em;
		}

		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 #888;
		}

		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;
		}

		table {
			width: 70%;
			border-spacing: 20px 2px;
			margin-bottom: 20px;
		}

		th {
			font-family: 'Bitter', sans-serif;
			color: #555;
			font-size: 1.2em;
			border-bottom: 2px dotted #CCC;
			letter-spacing: 2px;
			text-align: left;
			padding: 6px 6px 6px 6px;
			background-color: transparent;
			vertical-align: top;
		}

		td {
			border-bottom: 2px dotted #CCC;
			background-color: transparent;
			padding: 6px 6px 6px 6px;
			vertical-align: top;
		}

	/* 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, .col-2-4 {
			-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-2-4 { width:20%; }

		.col-11-fixed, .col-10-fixed, .col-9-fixed, .col-8-fixed, .col-7-fixed, .col-6-fixed, .col-5-fixed, .col-4-fixed, .col-3-fixed, .col-2-fixed, .col-1-fixed, .col-2-4-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-7-fixed { width:58.33333333%; }
		.col-6-fixed { width:50%; }
		.col-5-fixed { width:41.66666667%; }
		.col-4-fixed { width:33.33333333%; }
		.col-3-fixed { width:25%; }
		.col-2-fixed { width:16.66666667%; }
		.col-1-fixed { width:8.33333333%; }

		.col-2-4-fixed { width:20%; }

		.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;
		}

		.top-links {
			display: none;
		}

		.navigation {
			position: relative;
		}

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

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

		.header .logo {
			width: 50%;
		}

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

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

		.header .contacts {
			width: 50%;
			font-size: 90%;
		}

		.header .contacts p {
			font-family: 'Muli', sans-serif;
			font-weight: 700;
			letter-spacing: 1.5px;
			margin-top: 1px;
			margin-bottom: 1px;
		}

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

		.header .social-icons {
			display:none;
		}

		.announcement {
			display: none;
		}

		.dropdown-menu {
			display: none;
		}

		.slideshow {
			display: none;
		}

		.banner-image {
			background-color: #fff;
			height: initial;
		}

		.banner-image .holding {
			background-color: transparent;
		}

		.banner-image .title {
			position:relative;
			text-align: left !important;
		}

		.banner-image .title h1 {
			padding: 0px;
		}

		.banner-image .title p {
			display: none;
		}

		.message {
			display: none;
		}

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

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

		.content .content-text {
			width: 100%;
		}
		
		.content .content-feature {
			display:none;
		}

		.content .diagram {
			text-align: center;
			padding: 5px;
		}

		.content .diagram img {
			width: 100%;
			height: auto;
			width: auto\9; /* ie8 */
		}
		
		.page-links {
			background-color: #fff;
		}

		.page-links .holding {
			background-color: transparent;
		}

		.page-link {
			font-family: 'Raleway', sans-serif;
			font-weight: 400;
			text-align: center;
			padding: 20px 20px 10px 20px;
		}

		.page-link a {
			color: #444;
			text-decoration: none;
		}

		.page-link img {
			width: 100%;
			height: auto;
			width: auto\9; /* ie8 */
			border-radius:50%;
			-webkit-border-radius:50%;
			-moz-border-radius:50%;
		}

		.page-link p {
			margin: 15px 5px 10px 5px;
			font-size: 1.2em;
		}

		.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%;
		}

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

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

		.gallery-photos .gallery-photo {
			position: relative;
			overflow: hidden;
			border: solid 15px #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 .label {
			font-family: 'Montserrat', sans-serif;
			font-weight: 700;
			padding: 7px 0px 7px 0px;
			background-color: #666;
			color: #fff;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			font-size: 1.1em;
			text-align: center;
		}

		.gallery-photos .different-sizes {
			margin: 0px 30px 0px 30px;
			line-height: 0;
			-webkit-column-count: 3;
			-moz-column-count:    3;
			column-count:         3;
			-webkit-column-gap:   30px;
			-moz-column-gap:      30px;
			column-gap:           30px;
		}

		.gallery-photos .different-sizes img {
			width: 100% !important;
			height: auto !important;
			padding: 15px 0px 15px 0px;
		}

		.gallery-links {
			display: none;
		}

		.towns {
			position: relative;
			background: #fff;
			color: #555;
		}

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

		.towns h2 {
			color: #111;
		}

		.towns .col-12 {
			color: #222;
			padding: 15px 0px;
			text-align: left;
			line-height: 1.5em;
		}

		.towns .town {
			font-size: 1em;
			padding: 15px;
			text-align: center;
		}

		.towns .acknowledgement {
			display: none;
		}

		.testimonial {
			display: none;
		}

		.contact-details {
			display: none;
		}
		
		.google-map {
			display: none;
		}

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

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

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

		.footer .footer-contact-details {
			border-top: solid 3px #111;
			width: 50%;
			padding-top: 15px;
			line-height: 1.5em;
			text-align: center;
		}
		
		.footer .footer-opening-hours {
			border-top: solid 3px #111;
			width: 50%;
			text-align: center;
		}

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

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

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

		.footer .copyright {
			width: 100%;
			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 */
		}

		.block-slider-align-right {
			display:none;
		}

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

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

		.colour-white {
			color: white;
		}

		.colour-black {
			color: black;
		}

		.colour-red {
			color: red;
		}

		.colour-grey {
			color: #777777;
		}

		.colour-dark-grey {
			color: #333333;
		}

		.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;
		}

		.map iframe {
			width:100%;
			height:450px;
			border:solid 1px #aaa;
			margin: 15px 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-190 {
			font-size: 1.9em;
		}

		.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-screen {
			display: initial;
		}

		.no-print {
			display: none;
		}

		.spacer-40 {
			height: 40px;
		}

	/* END General Layout Elements */
