/* 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: #2F7AB9;
			font-size: 1.6em;
			margin: 15px 0px 10px 0px;
		}

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

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

		h4 {
			color: #555555;
			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: #4F9AD9;
			background-color: transparent;
		}
		
		a:hover, a:active, a:focus { 
			background-color: transparent;
			color: #404040;
		}

		label {
			font-size: 1.1em;
			color: #2F7AB9;

		}

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

		input[type="submit"] {
			background-color: #4F9AD9;
			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;
			transition: .5s ease 0s;
			padding: 5px 12px 5px 12px;
			border: 1px solid #4F9AD9;
		}

		input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
			background-color: #c6c6c6;
			color: #4F9AD9;
			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;
			transition: .5s ease 0s;
			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: table;
			width: 90%;
			max-width: 1125px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 15px;
			padding-right: 15px;
			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: #4F9AD9;
		}

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

		.accessibility {
			background-color: #fff;
		}

		.accessibility .holding {
			background-color: transparent;
			padding-top: 3px;
			padding-bottom: 5px;
		}

		.accessibility ul {
			float: right;
			list-style: none;
			background-color: transparent;
			padding: 0px;
			margin: 0px;
		}

		.accessibility li {
			padding: 0px;
			display: inline-block;
		}

		.accessibility a {
			font-size: 0.6em;
			color: #808080;
		}

		.accessibility a:hover, .accessibility a:active, .accessibility a:focus { 
			color: #404040;
		}

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

		.header .holding {
			background-color: transparent;
			padding-left: 5px;
		}

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

		.header .contacts p {
			margin-top: 3px;
			margin-bottom: 6px;
		}

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

		.menu {
			background-color: #fff;
		}

		.menu-mobile {
			background-image: url('/images/Content_Background.jpg');
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
			overflow: hidden;
		}

		.sub-menu {
			background-color: #666;
			height: 6px;
		}

		.menu .holding, .menu-mobile .holding {
			background-color: transparent;
			padding: 0px;
		}

		.sub-menu .holding {
			background-color: transparent;
			padding: 0px;
			height: 3px;
		}

		.menu ul, .menu-mobile ul, .sub-menu ul {
			list-style: none;
			background-color: transparent;
			text-align: center;
			padding: 0px;
			margin: 0px;
		}

		.menu-mobile ul {
			background-color: rgba(79,154,217,0.3);
			text-align: left;
		}

		.menu ul, .sub-menu ul {
			float: right;
		}

		.menu .mobile-only .menu-contact ul {
			padding-right: 5px;
			float: right;
		}

		.menu li, .menu-mobile li, .sub-menu li {
			font-weight:bold;
			padding: 0px;
		}
		
		.menu li {
			line-height: 40px;
			height: 40px;
		}

		.menu .mobile-only .menu-contact li {
			line-height: 40px;
			height: 41px;
		}

		.menu li, .sub-menu li {
			display: inline-block;
			border-bottom: none;
			margin-right: -5px;
		}

		.menu {
			font-size: 1.1em;
			letter-spacing: .5px;
		}

		.menu-mobile li {
			font-size: 1.3em;
			border-bottom: 1px solid #fff;
		}

		.sub-menu li {
			font-size: 1em;
			line-height: 38px;
			height: 38px;
		}

		.menu-mobile a {
			padding-top: 7px;
			padding-bottom: 7px;
		}

		.menu a, .menu-mobile a, .sub-menu a {
			text-decoration: none;
			padding-left: 12px;
			padding-right: 12px;
			display: block;
			transition: .3s background-color;
		}

		.menu-mobile .menu-sub a {
			color: #555;
			padding-left: 40px;
		}

		.menu a {
			color: #666;
			font-weight: normal;
		}
		
		.menu-mobile a {
			color: #fff;
			text-shadow: 0px 0px 1px rgba(79, 154, 217, .75);
		}
		
		.sub-menu a {
			letter-spacing: .6px;
			color: #eee;
			text-shadow: 0px 0px 1px rgba(100, 100, 100, .75);
		}

		.menu a:hover {
			color: #4F9AD9;
		}

		.menu-mobile a:hover {
			background-color: #4F9AD9;
			color: #fff;
		}

		.sub-menu a:hover {
			color: #fff;
			text-shadow: 0px 0px 2px rgba(200, 200, 200, .75);
		}

		.menu a.active, .menu-mobile a.active {
			color: #4F9AD9;
			font-weight:bold;
		}

		.menu .mobile-only .menu-contact a {
			color: #fff;
			text-shadow: none;
			padding-left: 14px;
			padding-right: 14px;
		}

		.menu .mobile-only .menu-contact i {
			font-weight: normal;
			vertical-align: top;
		}

		.menu .mobile-only .menu-link a {
			color: #fff;
			text-shadow: none;
			position: relative;
			padding-left: 40px;
		}

		.menu .mobile-only .menu-link a:before {
			content: "";
			position: absolute;
			left: 15px;
			top: 15px;
			width: 15px;
			height: 0.125em;
			border-top: 0.375em double #fff;
			border-bottom: 0.125em solid #fff;
		}

		.top-content {
			background-image: url('/images/Content_Background.jpg');
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
			overflow: hidden;
			border-bottom: solid #666 6px;
		}

		.top-content.no-background {
			background-image: none;
			background-color:#3B8ACC;
		}

		.top-content .holding {
			background-color: rgba(79,154,217,0.3);
			background-size: 25%;
			padding: 0px;
		}

		.top-content-left .left-image {
			max-height: 180px;
			overflow: hidden;
			border-bottom: solid #ddd 3px;
		}

		.top-content-left .left-image img {
			width: 100%;
			height: auto;
			width: auto\9; /* ie8 */
		}

		.top-content-left .left-menu {
			background-color: transparent;
			color: inherit;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			font-size: 1em;
			letter-spacing: 1px;
		}

		.top-content-left .left-menu a {
			text-decoration: none;
			background-color: transparent;
			/* CSS Validator produces a warning regarding the border color and background-color being the same - this is by design. PW - 03/01/2006*/
			color: #fff;
			text-shadow: 0px 0px 1px rgba(100, 100, 100, .9);
			display: block;
			height: 100%;
			padding-top: 7px;
			padding-bottom: 7px;
			padding-left: 12px;
			border-bottom: 1px solid #eee;
			padding-right: 10px;
			margin-left: 0px;
			margin-right: 0px;
		}
		
		.top-content-left .left-menu a:hover, .top-content-left .left-menu a:active, .top-content-left .left-menu a:focus {
			text-decoration: none;
			background-color: #4F9AD9;
			color: #fff;
			margin-left: 0px;
			margin-right: 0px;
		}
		
		.top-content-left .left-menu ul	{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

		.top-content-left .left-menu li	{
			list-style-type: none;
			/*/*//*/
			list-style-type: disk;
			/* */
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
		.top-content-left .left-menu a.active{
			color: #fff;
			text-shadow: 0px 0px 1px rgba(50, 50, 50, .9);
			background-color: #2F7AB9;
		}

		.top-content-text {
			background-color: #fff;
			padding: 0px 15px 15px 15px;
			color: #000;
			min-height: 750px;
			font-size: 0.95em;
			display: block;
		}

		.top-content-text h2 {
			margin-top: 25px;
		}

		.top-content-text a:hover, .top-content-text a:active, .top-content-text a:focus { 
			background-color: transparent;
			color: #111;
		}

		.top-content-text li {
			padding: 4px 2px 4px 2px;
			line-height: 1.3em;
		}

		.top-content-text .image-floated-right {
			float:right;
			width:50%;
			height: auto;
			width: auto\9; /* ie8 */
			display: block;
		}
	
		.top-content-text .gallery-photos {
			background-color: transparent;
		}

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

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

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

		.important {
			background-color: #fff;
		}

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

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

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

		.enquiries b {
			color: #666;
			font-size: 1.1em;
			font-weight: normal;
			text-decoration: none;
			word-break: break-all;
		}

		.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: #DCDADA;
		}

		.photo-links .holding {			
			background-color: #fff;
			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: #4F9AD9;
			color: #fff;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			opacity: 0.9;
			font-size: 1.3em;
			text-align: center;
		}

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

		.gallery-photos .holding {			
			background-color: #fff;
			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: 5px 0px 5px 0px;
			margin-right: 1px;
			background-color: rgba(247, 19, 19, .75);
			color: #fff;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			font-size: 0.85em;
			text-align: center;
		}

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

		.areas-covered .holding {
			background-color: transparent;
			background-image: url(../../images/Location_Fylde_Map.png);
			background-repeat: no-repeat;
			background-position: center right;
			background-size: auto 100%;
			text-shadow: 0px 0px 2px rgba(240, 240, 240, .75);
		}

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

		.contact-details {
			background-color: #4F9AD9;
			margin-bottom: 5px;
		}

		.contact-details .holding {
			background-color: #fff;
			padding: 0px;
		}

		.contact-details .contact-links a {
			display: block;
			padding: 10px;
			color: #fff;
			font-weight: normal;
			text-decoration: none;
			transition: .3s background-color;
			background-color: #4F9AD9;
			text-shadow: 0px 0px 2px rgba(6, 6, 136, 0.75);
		}

		.contact-details .contact-links a:hover, .contact-details .contact-links a:active, .contact-details .contact-links a:focus {
			color: #333;
			background-color: #ddd;
			text-shadow: 0px 0px 2px rgba(200, 200, 200, 0.75);
		}

		.contact-details .col-first a {
			margin-left: 1px;
			margin-right: 1px;
		}

		.contact-details .col-middle a, .contact-details .col-last a {
			margin-right: 1px;
		}

		.contact-details .contact-links i {
			padding: 0px 10px 0px 10px;
			font-size: 3em;
			vertical-align: middle;
		}

		.contact-details .contact-links b {
			font-size: 1.4em;
			vertical-align: middle;
		}

		.town-feeds .holding {
			font-size: 0.9em;
			background-color: transparent;
		}

		.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: #0F5A99;
			color: #eee;
		}

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

		.footer a:hover, .footer a:active, .footer a:focus { 
			color: #4F9AD9;
		}

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

		.footer .col-2-fixed {
			margin: 10px 0px 10px 0px;
		}

		.footer .col-10-fixed {
			margin: 15px 0px 10px 0px;
		}

		.footer .footer-menu {
			font-size: 0.95em;
		}

		.footer .footer-menu ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

		.footer .footer-menu-sub {
			padding-left: 30px;
		}

		.footer .footer-menu a {
			font-weight: normal;
		}

		.footer .accreditations {
			line-height: 0px;
		}

		.footer .accreditations img {
			margin: 5px 10px 5px 0px;
			height: 120px;
			width: auto;
			height: auto\9; /* ie8 */
		}

		.footer .footer-social-media a:hover {
			opacity: 0.9;
			transition: .5s ease 0s;
		}

		.footer .footer-social-media img {
			margin-right: 20px;
		}

		.footer .footer-social-media .large-icons {
			width: 40%;
			max-width: 150px;
			height: auto;
			width: auto\9; /* ie8 */
		}

		.footer .breadcrumb {
			padding-top: 5px;
			text-align: right;
			font-size: 0.9em;
			color: #bbb;
		}

		.footer .breadcrumb ul {
			padding: 0px;
			margin: 0px;
		}
		
		.footer .breadcrumb .you-are-here {
			padding:0px 4px 0px 0px;
		}

		.footer .breadcrumb li {
			display: inline;
			padding: 0px;
		}

		.footer .breadcrumb img {
			padding-right: 5px;
			padding-left: 5px;
		}

		.footer .breadcrumb a, .footer .breadcrumb b {
			color: #ccc;
		}

		.footer .breadcrumb a:hover, .footer .breadcrumb a:active, .footer .breadcrumb a:focus { 
			color: #4F9AD9;
		}

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

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

		.footer .copyright a:hover, .footer .copyright a:active, .footer .copyright a:focus { 
			color: #4F9AD9;
		}

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

		.upper {
			text-transform: uppercase;
		}

		.bold {
			font-weight: bold;
		}

		.colour-white {
			color: white;
		}

		.colour-black {
			color: black;
		}

		.colour-red {
			color: red;
		}

		.colour-grey {
			color: #777777;
		}

		.colour-site {
			color: #4F9AD9;
		}

		.colour-site-2 {
			color: #4F9AD9;
		}

		.coloured-list {
			color: #4F9AD9;
		}

		.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;
			font-style:italic;
			color: #555;
		}

		.no-screen {
			display: none;
		}

		.no-screen-print {
			display: none;
		}

	/* END General Layout Elements */

	/* START Screen Size Dependent Formatting */

		/* width >= 1280px */
		@media only screen and (min-width: 1280px) {

			.computer-only, .header .computer-only {
				display: initial;
			}

			.mobile-only, .header .mobile-only, .show-only-480, .show-only-768, .show-only-960 {
				display: none;
			}
		}

		/* 1024px <= width < 1280px */
		@media only screen and (min-width: 1024px) and (max-width: 1279px) {
			
			.computer-only, .header .computer-only {
				display: initial;
			}

			.mobile-only, .header .mobile-only, .show-only-480, .show-only-768, .show-only-960 {
				display: none;
			}

			.top-content-left .left-image {
				max-height: 170px;
			}

			.footer .accreditations img {
				height: 120px;
			}

		}

		/* 960px <= width < 1024px */
		@media only screen and (min-width: 960px) and (max-width: 1023px) {
			.holding {
				background-color: green;
			}

			.computer-only, .header .computer-only {
				display: initial;
			}

			.mobile-only, .header .mobile-only, .show-only-480, .show-only-768, .show-only-960 {
				display: none;
			}

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

			.top-content-left .left-image {
				max-height: 155px;
			}

			.contact-details .contact-links {
				font-size: 90%;
			}

			.footer .accreditations img {
				height: 120px;
			}
		}

		/* 768px <= width < 960px */
		@media only screen and (min-width: 768px) and (max-width: 959px) {
			.holding {
				width: 96%;
				background-color: yellow;
			}

			.computer-only, .header .computer-only {
				display: initial;
			}

			.mobile-only, .header .mobile-only, .hide-below-960, .show-only-480, .show-only-768 {
				display: none;
			}

			.header .contacts {
				font-size: 80%;
			}

			.top-content-left .left-image {
				max-height: 130px;
			}

			.top-content-text {
				min-height:800px;
			}

			.enquiries input[type="text"], .enquiries textarea {
				max-width: 70%;
				width: 70%;
			}
		
			.contact-details .contact-links {
				font-size: 80%;
			}

			.photo-links .link {
				font-size: 1em;
			}

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

			.footer .accreditations img {
				height: 120px;
			}
}

		/* 480px <= width < 768px */
		@media only screen and (min-width: 480px) and (max-width: 767px) {
			.holding {
				width: 94%;
				background-color: red;
			}

			.col-7 { width: 100%; }
			.col-6 { width: 100%; }
			.col-5 { width: 100%; }
			.col-3 { width: 50%; }
			.col-2 { width:33.33333333%; }
			.col-1 { width:16.66666667%; }

			.computer-only, .header .computer-only, .sub-menu .holding, .hide-below-768, .hide-below-960, .show-only-480, .show-only-960 {
				display: none;
			}

			.mobile-only, .header .mobile-only {
				display: initial;
			}
			
			.header {
				padding-bottom: 5px;
			}

			.header .logo {
				width: 100%
				text-align:center;
			}
			
			.menu .holding {
				background-color: #4F9AD9;
				margin-bottom: 5px;
				letter-spacing: .1px;
			}

			.menu ul {
				float: left;
			}

			.top-content .holding {
				background-image: none;
			}

			.top-content-left {
				width: 100%;
			}

			.top-content-left .left-image {
				max-height: 250px;
			}

			.top-content-text {
				border: none;
				width: 100%;
				min-height:400px;
			}

			.enquiries input[type="text"], .enquiries textarea {
				max-width: 85%;
				width: 85%;
			}
		
			.contact-details .contact-links {
				font-size: 80%;
			}

			.photo-links .link {
				font-size: 0.9em;
			}

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

			.footer .accreditations img {
				height: 120px;
			}
		}

		/* width < 480px */
		@media only screen and (max-width: 479px) {
			.holding {
				width: 100%;
				background-color: blue;
			}

			.col-8 { width: 100%; }
			.col-7 { width: 100%; }
			.col-6 { width: 100%; }
			.col-5 { width: 100%; }
			.col-4 { width: 100%; }
			.col-3 { width: 100%; }
			.col-2 { width:33.33333333%; }
			.col-1 { width:33.33333333%; }

			.computer-only, .header .computer-only, .sub-menu .holding, .hide-below-480, .hide-below-768, .hide-below-960, .show-only-768, .show-only-960 {
				display: none;
			}

			.mobile-only, .header .mobile-only {
				display: initial;
			}

			.header {
				padding-bottom: 5px;
			}

			.header .logo {
				text-align:center;
			}
			
			.menu .holding {
				background-color: #4F9AD9;
				margin-bottom: 5px;
				letter-spacing: .1px;
			}

			.menu ul {
				float: left;
			}

			.top-content .holding {
				background-image: none;
			}

			.top-content-left {
				width: 100%;
			}

			.top-content-left .left-image {
				max-height: 200px;
			}

			.top-content-text {
				border: none;
				width: 100%;
				min-height:400px;
			}

			.top-content-text ul {
				padding-left: 25px;
			}

			.enquiries input[type="text"], .enquiries textarea {
				max-width: 95%;
				width: 95%;
			}
		
			.areas-covered .holding {
				font-size: 0.9em;
			}

			.contact-details .contact-links {
				font-size: 80%;
			}

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

			.photo-links .photo-link {
				height: 200px;
			}

			.footer .accreditations img {
				height: 120px;
			}

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

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

			.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: 0px;
			}
		}

	/* END Screen Size Dependent Formatting */
