﻿@import "normalize.css";
@import "flexslider.css";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700");
@import "font-awesome/css/fontawesome.css";
@import "font-awesome/css/fa-solid.css";
@import "font-awesome/css/fa-regular.css";
@import "font-awesome/css/fa-brands.css";

/*#region "Main Styles"*/
/*html, button, input, select, textarea {*/
* {
	font-family: 'Open Sans',sans-serif;
}

input[type="text"][disabled=disabled] {
	background-color: transparent;
}

html, body, form {
	height: 100vh;
}

html {
	font-size: 1em;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	color: #666666;
}

body {
	position: relative;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio, canvas, img, video, .vertical-middle {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, arial, helvetica, sans-serif;
	color: #1d5dab; /*#FFFFFF;*/
	font-weight: 400;
}

h1 {
	font-size: 3.2em;
}

h2 {
	font-size: 3.2em;
	margin: 10px 0;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 10px;
}

h5 {
	font-size: 1em;
	/*color: #439ae6;*/
	/*color: #1B77C5;*/
}

h6 {
	font-size: 1em;
	/*color: #666;*/
}

.font_weight_300 {
	font-weight: 300;
}

.font_weight_400 {
	font-weight: 400;
}

.font_weight_600 {
	font-weight: 600;
}


#mainwrap {
	margin-top: 76px;
	min-height: calc(100% - 318px);
}

header {
	float: left;
	width: 100%;
	/*height: 100px;*/
	height: 75px;
	border-bottom: solid 1px #d9d9d9;
	box-shadow: 0 1px 8px #212020;
	/*margin-bottom: 10px;*/
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #FFF;
	/*background-color: #000;*/
}

main {
	float: left;
	width: 100%;
}


/*.main-content p, .main-content li {
	color: #8d8d8d;
}

	.main-content p a, .main-content li a {
		color: #1B77C5;
	}*/

footer {
	float: left;
	width: 100%;
	/*background-color: #222222;*/
	background-color: #22579d;
	border-top: 10px solid #D11B34;
}

a, a:visited, a:active, a:focus, a:focus-visible, a:focus-within, a:target {
	/*transition: all .5s;*/
	text-decoration: none;
	outline: none 0;
	color: #1d5dab;
}

	a:hover {
		color: #c7242c;
	}

footer a, footer a:visited {
	color: #FFFFFF;
}

	footer a:hover {
		/*color: #c7242c;*/
		color: #FFFFFF;
	}

		footer a:hover svg {
			/*fill: #c7242c;*/
			fill: #FFFFFF;
		}

a .charcoal, a.charcoal:focus, a.charcoal:visited, a.charcoal:hover, a.charcoal:active {
	color: #3C424F;
}

p {
	/*color: #4A4A4A;*/
}

.txt-left {
	text-align: left;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.wrapper {
	clear: both;
	position: relative;
}

	.wrapper label {
		float: left;
		width: 30%;
		display: block;
		margin-bottom: 5px;
		font-size: 1.1em;
	}

	.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea {
		float: left;
		width: calc(70% - 1.2% - 2px);
		padding: 0.6%;
		margin-bottom: 5px;
		/*border: 1px solid %SiteLineColour2%;*/
	}

	.wrapper select {
		float: left;
		width: 67%;
		padding: 0.6%;
		margin-bottom: 5px;
		/*border: 1px solid %SiteLineColour2%;*/
	}

.header {
	float: left;
	/*position: relative;*/
	/*position: absolute;*/
	width: 100%;
	/*z-index: 200;*/
}

/*.header-bg {
	background: rgba(255,552,255,1) none repeat scroll 0 0;
	min-height: 113px;
	float: left;
}*/

.subpage .header {
	position: relative;
}

.subpage .header-bg {
	background-image: url(/public/assets/documents/BannerImageSea.jpg);
}

.subpage .header-bg {
	height: 194px;
	width: 100%;
	background-size: contain;
	box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.6);
	background-color: rgb(0, 0, 0);
	background-attachment: fixed;
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-content: center;
}

	.subpage .header-bg .title_container {
		width: auto;
		background-color: transparent;
		z-index: 100;
		padding: 10px;
		border-radius: 14px;
		align-self: center;
	}

		.subpage .header-bg .title_container h1 {
			margin: 0;
			color: #FFFFFF;
		}

		.subpage .header-bg .title_container p {
			color: #FFFFFF;
			font-size: 25px;
			font-weight: 200;
		}

.separator_bar {
	background: #47A2D6; /* For browsers that do not support gradients */
	height: 10px;
}


.header h2 {
	font-size: 2.2em;
	margin-left: 45px;
	margin-top: 40px;
}

	.header h2 a {
		display: block;
		/*background-image: url(/siteassets/images/backgrounds/rochem.png);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-color: rgba(0, 0, 0, 0);*/
		/*background-position-x: 45px;
			background-position-y: 10px;*/
		/*text-indent: -9999px;
		width: 165px;
		height: 35px;*/
	}

.container {
	margin: 0 auto;
	/*max-width: calc(100% - 200px);*/
	/*max-width: 1300px;*/
	/*padding: 0 20px;*/
}

	.container.mw-75pc {
		max-width: 75%;
	}

.inner_container {
	margin: 0 auto;
	max-width: 1200px;
}

.sidebar {
	/*float: left;*/
	/*width: 30%;*/
	margin-top: 30px;
	margin-bottom: 20px;
}

	.sidebar h3 {
		/*color: #5e87ab;*/
	}

.content {
}

	.content .left {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.content .right {
		float: right;
		width: 48%;
		margin-bottom: 4%;
	}

		.content .right img {
			/*padding: 20px;*/
			float: right;
		}

	.content h1, .content h2, .content h3, .content h4, .content h5 {
		clear: both;
		color: #3C424F;
		font-weight: 400;
	}

	.content p {
		margin: 5px 0;
		color: #3C424F;
	}

	.content h2 {
		padding: 0 0 20px 0;
		margin: 0;
	}

	.content .validationSummary p {
		color: #5088a9;
		padding: 20px 20px 0 20px;
	}

.subnav {
	background-color: #47a2d6;
	/*margin-right: 15%;*/
	border-right: solid 1px #47a2d6;
	border-bottom: solid 1px #47a2d6;
	margin-top: 3%;
}

.inner_container .subnav h4 {
	margin: 0;
	padding: 5px 15px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-size: 1.2em;
}

.subnav ul, ul {
	background-color: #FFFFFF;
	margin: 0 0 0 5px;
	padding: 0;
	/*color: #00275B;*/
	/*list-style: outside none none;*/
	list-style: inside;
	/*padding: 5px 5px 15px 15px;*/
}

	.subnav ul li.selected {
		/*background-image: url(/siteassets/images/backgrounds/icon_smallarrow.png);
		background-repeat: no-repeat;
		background-position-y: 17px;*/
	}

		.subnav ul li.selected > a, ul li.selected > a {
			font-weight: bold;
		}

	.subnav ul li {
		padding: 10px 5px 10px 15px;
	}

		.subnav ul li a {
			/*color: #00275B;*/
		}

	.subnav ul.level1 li {
		border-bottom: solid 1px #DCECFF;
	}

	.subnav ul.level2 li, .subnav ul.level3 li {
		padding: 10px 5px 10px 15px;
		border-bottom: none;
	}

	/*.subnav ul.level2 li:first-of-type {
					padding: 20px 5px 10px 15px;
				}*/

	.subnav ul li:last-child {
		border-bottom: none;
	}


.image_list {
	margin-top: 40px;
}

	.image_list h3 {
		margin: 0;
		padding: 0 0 10px 0;
	}

	.image_list ul {
		background-color: #FFFFFF;
		margin: 0 0 0 5px;
		padding: 0;
		/*color: #00275B;*/
		list-style: outside none none;
		/*padding: 5px 5px 15px 15px;*/
	}

		.image_list ul li {
			/*background-image: url(/siteassets/images/backgrounds/icon_smallarrow.png);
			background-repeat: no-repeat;
			background-position-y: 11px;
			padding: 5px 5px 5px 15px;*/
			float: left;
			margin-right: 30px;
			margin-bottom: 40px;
		}



.nav-main {
	float: right;
	width: 100%;
}

	.nav-main ul {
		margin: 0;
		padding: 0;
	}

	.nav-main li {
		float: left;
		/*margin-right: 1%;*/
		/*border-right: 1px solid #ec739a;*/
		/*font-weight: bold;*/
		position: relative;
		border-left: solid 1px #d9d9d9;
		/*border-bottom: solid 1px #d9d9d9;*/
	}

		.nav-main li:last-of-type {
			margin-right: 0;
			/*border-right: solid 1px #d9d9d9;*/
		}

		.nav-main li.hasmenu > a::after {
			content: '';
			display: block;
			position: absolute;
			left: 50%;
			top: 70%;
			width: 0;
			height: 0;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			border-top: 10px solid #FFFFFF;
		}

	/*.nav-main li.current a {
			border-bottom: 5px solid;
		}*/

	.nav-main a {
		/*color: #1d5dab;*/
		/*color: #FFF;*/
		color: #D11B34;
		text-decoration: none;
		display: block;
		transition: none;
		/*white-space: nowrap;*/
		font-size: 1.2em;
		font-weight: 600;
		font-style: normal;
		/*letter-spacing: 1px;*/
		text-transform: uppercase;
		/*padding: 4px 15px;*/
		/*border: solid 2px #000000;
		border-radius: 100px;*/
		/*height: 100px;*/
		/*height: 61px;*/
		height: 75px;
		/*line-height: 100px;*/
		/*line-height: 60px;*/
		line-height: 75px;
		text-align: center;
	}

		/*.nav-main li:last-child a {
		padding-right: 10px;
	}*/

		.nav-main a:hover {
			/*border: solid 2px #FFFFFF;
			border-radius: 100px;*/
			/*background: #e73d74;*/
			/*border-bottom: 5px solid;*/
		}



.dropdown-categories {
	position: absolute;
	background: #b81247;
	width: 94%;
	padding: 3%;
	top: -200%;
	z-index: 1;
	transition: top 0.4s;
}

	.dropdown-categories ul {
		padding: 0;
		margin: 0;
		list-style: none;
		overflow: hidden;
	}

	.dropdown-categories.active {
		top: 69px;
	}

	.dropdown-categories li {
		float: left;
		width: 31%;
		margin: 5px 1%;
	}

		.dropdown-categories li a {
			/*color: rgba(255,255,255,0.9);*/
			background: rgba(0,0,0,0.3);
			display: block;
			padding: 3%;
			text-decoration: none;
		}

			.dropdown-categories li a:hover {
				background: rgba(0,0,0,0.5);
			}


.sub-items ul {
	display: none;
	position: absolute;
	/*top: 61px;*/
	top: 75px;
	right: 0;
	/*background-color: #F4F4F4;*/
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	/*font-size: 80%;*/
	width: 100%;
	z-index: 999;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	transition: all .5s ease-in-out;
	/*transform: translateY(0);
	visibility: hidden;*/
	/*transform: translateY(-100%);*/
}

	.sub-items ul.logos {
		width: 350px;
	}

	.sub-items ul li {
		border: 0;
		padding: 0;
		margin: 0;
		display: block;
		width: 100%;
	}

		.sub-items ul li.current {
			background-color: #EEEEEE;
		}

		.sub-items ul li a {
			display: block;
			float: none;
			padding: 15px 20px;
			height: initial;
			line-height: 20px;
			text-align: left;
			/*white-space: nowrap;*/
			font-size: 0.95em;
			/*color: #000000;*/
			color: #D11B34;
		}

			.sub-items ul li a.logo {
				line-height: 40px;
			}

		.sub-items ul li:hover {
			/*background-color: #1d5dab;*/
			/*background-color: #565656;*/
			background-color: #22579d;
		}

			.sub-items ul li:hover a {
				color: #FFFFFF;
			}

	.sub-items ul.logos li {
		width: 50%;
		height: 70px;
	}


.sub-items:hover ul {
	display: block;
	/*visibility: visible;
	transform: translateY(100%);*/
	/*transform: translateY(0);*/
}


/*.sub-items a {
	padding-right: 45px;
}*/

/*.sub-items:after {
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	top: 33px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid white;
}*/

.togglenav {
	text-align: right;
	text-decoration: none;
	font-size: 2.1em;
	padding: 0 5px;
	display: none;
	color: #FFFFFF !important;
	font-size: 2.7em;
	width: auto;
	float: right;
	line-height: 75px;
}

	.togglenav:hover {
		background: #1d5dab;
		color: #FFFFFF;
	}

.sidenav {
	position: fixed;
	display: block;
	/*background: #222222;*/
	background: #FFFFFF;
	right: -15.625em;
	top: 0;
	width: 15.625em;
	height: 100%;
	transition: right .5s;
	/*color: #fff;*/
}

	.sidenav.opened {
		right: 0;
	}

	.sidenav a {
		/*color: #FFFFFF;*/
		color: #000000;
	}

	.sidenav ul {
		padding: 0;
		margin: 0;
		background-color: transparent;
	}


	.sidenav li {
		padding: .5em 0;
		border-bottom: 1px solid #646464;
	}

		.sidenav li.current {
			/*background-color: #1d5dab;*/
			background-color: #565656;
		}

			.sidenav li.current a {
				color: #FFFFFF;
			}

		.sidenav li ul li {
			margin-left: 30px;
			border-bottom: none;
		}

	.sidenav a {
		/*color: white;*/
		padding: 0 20px;
		transition: none;
	}

	.sidenav ul.level_2 li:hover {
		/*font-weight: bold;*/
		background-color: #565656;
	}

		.sidenav ul.level_2 li:hover a {
			/*font-weight: bold;*/
			color: #FFFFFF;
		}

	.sidenav ul.level_2 {
		display: none;
	}

		.sidenav ul.level_2 a {
			font-size: 0.9em;
			display: inline-block;
		}

li a.snapper:before {
	content: '';
	position: absolute;
	left: 4px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #000000;
	margin-top: 2.5%;
}
/*
li a.snapper:hover:before {
	border-left: 10px solid #FFFFFF;
}*/

li a.snapper.snapped:before {
	transform: rotate(90deg);
}


body {
	position: relative;
	right: 0;
	transition: right .5s;
	margin: 0;
}

	body.cke_editable {
		background-image: none;
	}

	body.opened {
		right: 15.625em;
	}

.homepage_banner {
	background-image: url(/siteassets/images/backgrounds/banner_pattern.jpg);
	background-repeat: repeat;
	float: left;
	/*margin-top: 10px;*/
	max-width: 1101px;
	min-height: 384px;
	position: relative;
	width: 100%;
	padding-bottom: 1%;
}

	.homepage_banner h2 {
		color: #FFFFFF;
		font-size: 3.6em;
		font-weight: 400;
		margin: 18% 0 7.3% 16%;
		line-height: 1;
		text-shadow: 0 0 20px #575555;
		max-width: 350px;
		width: 84%;
	}

	.homepage_banner p {
		color: #e1e1e1;
		max-width: 295px;
		width: 80%;
		font-size: 1em;
		margin: 0 0 0 16%;
		padding: 0;
	}

	.homepage_banner .but {
		background-color: #FFFFFF;
		font-size: 1em;
		font-weight: normal;
		margin: 7% 0 0 16%;
		padding: 12px 50px 5px 15px;
		text-transform: uppercase;
		text-align: left;
		/*color: #5B87A0;*/
	}

		.homepage_banner .but:after {
			border-left: 10px solid;
			border-right: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-top: 5px solid transparent;
			content: '';
			display: block;
			position: relative;
			left: 130px;
			bottom: 15px;
			width: 0;
			height: 0;
		}

	.homepage_banner .text_container {
		float: left;
		/*width: 40%;*/
	}

	.homepage_banner .dog_container {
		/*float: right;*/
		position: absolute;
		right: 0;
		bottom: 0;
		width: 65%;
	}


	.homepage_banner .dog_small {
		/*float: left;*/
		/*height: 178px;*/
		position: absolute;
		right: 66%;
		bottom: 0;
		/*right: 68px;*/
		/*text-indent: -9999px;*/
		/*top: 206px;*/
		width: 35%;
		overflow: hidden;
	}

		.homepage_banner .dog_small img {
			max-width: 243px;
			width: 100%;
			bottom: -48px;
			position: relative;
		}

	.homepage_banner .dog_medium {
		/*float: left;*/
		/*height: 270px;*/
		position: absolute;
		right: 43%;
		bottom: 0;
		/*right: 59px;*/
		/*text-indent: -9999px;*/
		/*top: 114px;*/
		width: 33%;
		overflow: hidden;
	}

		.homepage_banner .dog_medium img {
			position: relative;
			bottom: -61px;
			max-width: 240px;
			width: 100%;
		}

	.homepage_banner .dog_large {
		/*float: left;*/
		/*height: 420px;*/
		position: absolute;
		right: 4%;
		bottom: 0;
		/*right: 39px;*/
		/*text-indent: -9999px;*/
		/*top: -36px;*/
		width: 35%;
		overflow: hidden;
	}

		.homepage_banner .dog_large img {
			position: relative;
			bottom: 0;
			/*bottom: -40px;*/
			/*bottom: -8%;*/
			max-width: 240px;
			width: 100%;
		}

/*.homepage_banner .dog_small {
		background-image: url("/siteassets/images/backgrounds/dog-small.png");
		background-repeat: no-repeat;
		background-size: 244px auto;
		float: left;
		height: 178px;
		position: relative;
		right: 68px;
		text-indent: -9999px;
		top: 206px;
		width: 175px;
	}

	.homepage_banner .dog_medium {
		background-image: url("/siteassets/images/backgrounds/dog-medium.png");
		background-repeat: no-repeat;
		background-size: 210px auto;
		float: left;
		height: 270px;
		position: relative;
		right: 59px;
		text-indent: -9999px;
		top: 114px;
		width: 240px;
	}

	.homepage_banner .dog_large {
		background-image: url("/siteassets/images/backgrounds/dog-large.png");
		background-repeat: no-repeat;
		background-size: 242px auto;
		float: left;
		height: 420px;
		position: relative;
		right: 39px;
		text-indent: -9999px;
		top: -36px;
		width: 240px;
	}*/

.homepage_col1 h3, .homepage_col2 h3, .homepage_col3 h3 {
	font-size: 2em;
	font-weight: normal;
	margin: 30px 0;
	padding: 0;
}

.homepage_col1 ul {
	background-color: #EFEFEF;
	margin: 0 0 0 0;
	padding: 0;
	list-style: outside none none;
	float: left;
	width: 100%;
}

	.homepage_col1 ul li {
		float: left;
		width: 100%;
		border-bottom: 2px solid #FFFFFF;
	}

		.homepage_col1 ul li:last-of-type {
			border-bottom: none;
		}

		.homepage_col1 ul li > span {
			float: left;
			margin-left: 40px;
			padding: 14px 0;
		}

		.homepage_col1 ul li:after {
			border-left: 10px solid;
			border-right: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-top: 5px solid transparent;
			content: '';
			display: block;
			position: relative;
			left: 19px;
			/*bottom: 15px;*/
			width: 0;
			height: 0;
			margin: 20px 0;
		}

.homepage_col2 p {
	color: #4A4A4A;
}


.homepage_col3 ul {
	/*background-color: #EFEFEF;
	margin: 0 0 0 0;
	padding: 0;*/
	list-style: outside none none;
	float: left;
	width: 100%;
	/*list-style-image: url(/siteassets/images/sitewide/DogPawBullet.jpg);
	list-style-position: outside;*/
}

	.homepage_col3 ul li {
		float: left;
		width: 92%;
		padding: 5px 0 5px 8%;
		background-image: url(/siteassets/images/sitewide/DogPawBullet.jpg);
		background-repeat: no-repeat;
		background-position-y: center;
		/*border-bottom: 2px solid #FFFFFF;*/
	}

		.homepage_col3 ul li:last-of-type {
			border-bottom: none;
		}

/*.homepage_col3 ul li > span {
			float: left;
			margin-left: 40px;
			padding: 14px 0;
		}*/

.list-twocol {
	margin-top: 3em;
	padding: 0 0 0 20px;
}

	.list-twocol a {
		text-decoration: none;
	}

		.list-twocol a:hover {
			text-decoration: underline;
		}

	.list-twocol li,
	.arrows li {
		position: relative;
		list-style: none;
	}

		.list-twocol li:before,
		.arrows li:before {
			width: 0;
			height: 0;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-left: 10px solid white;
			content: '';
			position: absolute;
			top: 6px;
			left: -20px;
		}

		.arrows li:before {
			border-left-color: #439ae6;
		}

.products-slider, .product-listing {
	padding-bottom: 30px;
}

	.products-slider img, .product-listing img {
		width: 100%;
	}

	.products-slider .title, .product-listing .title, .products-slider .price, .product-listing .price {
		display: block;
		text-align: center;
		font-size: 1.2em;
		/*color: #439ae6;*/
		/*color: #1B77C5;*/
	}

	.products-slider .was_price,
	.product-listing .was_price,
	.pricing .prev-price {
		text-align: center;
		display: block;
		/*color: #999;*/
		text-decoration: line-through;
	}

.pricing .prev-price {
	display: inline;
}

.products-slider p.was_price,
.product-listing p.was_price {
	margin-top: -20px;
}

.products-slider .title, .product-listing .title {
	margin-bottom: 20px;
}

	.products-slider .title a,
	.product-listing .title a {
		text-decoration: none;
		/*color: #439ae6;*/
		/*color: #1B77C5;*/
	}

.bg-dark .products-slider .title a,
.bg-dark .product-listing .title a {
	/*color: #fff;*/
}

.products-slider .price, .product-listing .price {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: -20px;
}

.product-listing a {
	text-decoration: none;
}

.sale_price_overlay {
}

.flex-direction-nav a {
	background: #057ad3;
}

.flex-direction-nav .flex-next:before, .flex-direction-nav .flex-next:after {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid white;
	content: '';
	top: 15px;
	left: 25px;
	position: absolute;
}

.flex-direction-nav .flex-next:after {
	border-left: 15px solid #057ad3;
	left: 20px;
}

.flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-prev:after {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid white;
	content: '';
	top: 15px;
	right: 25px;
	position: absolute;
}

.flex-direction-nav .flex-prev:after {
	border-right: 15px solid #057ad3;
	right: 20px;
}

.nav-sidebar {
	background: #e4ebf1;
	margin-top: 2em;
	border-bottom: 4px solid #439ae6;
}

	.nav-sidebar h3 {
		padding: 20px 20px 10px;
		margin: 0;
		font-size: 1.5em;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}

	.nav-sidebar ul {
		padding: 10px 20px 20px;
		margin: 0;
	}

	.nav-sidebar li {
		margin: 5px 0;
	}

	.nav-sidebar a {
		/*color: #999;*/
		font-weight: bold;
		text-decoration: none;
	}

		.nav-sidebar a:hover {
			/*color: #1B77C5;*/
			text-decoration: underline;
		}

	.nav-sidebar .current a {
		/*color: #057ad3;*/
	}

.paging {
	margin-bottom: 20px;
}

	.paging .perpage {
		float: right;
	}

	.paging a {
		/*color: #5e87ab;*/
		text-decoration: none;
		padding: 10px;
	}

		.paging a.current {
			font-weight: bold;
		}

.backto {
	font-weight: bold;
	/*color: #439ae6;*/
	padding-left: 20px;
	position: relative;
	text-decoration: none;
	font-size: .8em;
}

	.backto:before {
		content: '';
		height: 0;
		width: 0;
		position: absolute;
		left: 0;
		top: 4px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 10px solid #439ae6;
	}

.faq_item {
	background: #FFFFFF;
}

	.faq_item h5 {
		margin: 0;
		padding: 0;
	}

	.faq_item a.question {
		text-decoration: none;
		/*color: #439ae6;*/
		/*color: #1B77C5;*/
		padding: 10px;
		display: block;
		padding-left: 43px;
		position: relative;
	}

		.faq_item a.question:before {
			content: '';
			position: absolute;
			top: 12px;
			left: 20px;
			width: 0;
			height: 0;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 10px solid #439ae6;
		}

		.faq_item a.question.active:before {
			transform: rotate(90deg);
		}

	.faq_item div p {
		margin-left: 45px;
	}





.mainimg, .thumbimg {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

	.mainimg img, .thumbimg img {
		width: 100%;
	}

	.mainimg li {
		display: none;
	}

		.mainimg li.current {
			display: block;
		}

	.thumbimg li {
		float: left;
		margin-bottom: 20px;
		margin-right: 2.5%;
		width: 18%;
		opacity: .7;
	}

		.thumbimg li.current {
			opacity: 1;
		}

		.thumbimg li.col-last {
			margin-right: 0;
		}

.pricing .price {
	/*color: #439ae6;*/
	/*color: #1B77C5;*/
	font-weight: 700;
	font-size: 1.4em;
	margin-top: 7px;
	display: inline-block;
}

.pricing.offer .price {
	position: relative;
	padding: 0 0 0 55px;
	margin-top: 0;
}

	.pricing.offer .price:before {
		content: url(/siteassets/images/sitewide/img-sale.png);
		float: left;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 0;
		top: -10px;
	}

	.pricing.offer .price .prev-price {
		/*color: #8d8d8d;*/
		font-size: .5em;
		opacity: .7;
		font-weight: normal;
		text-decoration: line-through;
		display: block;
	}

.basket, .generic_table {
	width: 100%;
	text-align: left;
}

	.basket th, .generic_table th {
		background: #e4ebf1;
		padding: 10px;
		/*border-bottom: 10px solid white;*/
		/*color: #004b80;*/
	}

	.basket th, .generic_table td {
		padding: 5px;
	}

.pricelist {
	width: 98%;
	text-align: left;
}

	.pricelist th {
		background: #e4ebf1;
		padding: 10px;
	}

	.pricelist td {
		padding: 1%;
	}

	.pricelist tr td:nth-child(1), .pricelist tr th:nth-child(1) {
		width: 60%;
	}

	.pricelist tr td:nth-child(2), .pricelist tr th:nth-child(2) {
		width: 20%;
		text-align: center;
	}

	.pricelist tr td:nth-child(3), .pricelist tr th:nth-child(3) {
		width: 20%;
		text-align: center;
	}

.privacypolicy a {
	color: #3C424F;
}

.privacypolicy .generic_table {
	width: 98%;
	/*text-align: left;*/
}

.privacypolicy ul li {
	color: #4A4A4A;
	font-size: 0.9em;
}

.privacypolicy .generic_table th {
	background: #e4ebf1;
	padding: 10px;
}

.privacypolicy .generic_table td {
	padding: 1%;
}



.product-options label {
	width: 30%;
	display: inline-block;
	/*color: #8d8d8d;*/
}

.product-options input {
	border: 1px solid #cdd3d8;
	padding: 5px;
}

.product-options select {
	width: 60%;
}

.txt-short {
	width: 30px;
	margin-bottom: 10px;
}

label {
	/*color: #8d8d8d;*/
	padding: 0;
}

	label.fullwidth {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	label.halfwidth {
		width: 49%;
		display: block;
		margin-bottom: 10px;
	}

.select-fullwidth {
	width: 100%;
	padding: 2%;
	margin-bottom: 10px;
}

.txt-fullwidth, .wrapper textarea.txt-fullwidth {
	width: 96%;
	padding: 2%;
	margin-bottom: 10px;
}

.input_fullwidth_container input[type=text], .input_fullwidth_container input[type=password], .input_fullwidth_container select {
	width: 98%;
	padding: 1%;
	margin-bottom: 10px;
}

.input_fullwidth_container .col-half input[type=text], .input_fullwidth_container .col-half input[type=password], .input_fullwidth_container .col-half select {
	width: 96%;
	padding: 2%;
	margin-bottom: 10px;
}

.input_fullwidth_container textarea {
	width: 98%;
	padding: 1%;
	margin-bottom: 10px;
}

.input_fullwidth_container .col-half input[type=file] {
	/*width: 96%;*/
	padding: 2% 0;
	/*margin-top: 10px;*/
	/*max-width: 225px;*/
}

.input_fullwidth_container select {
	width: 100%;
}

.txt-halfwidth {
	width: 49%;
	padding: 2%;
	margin-bottom: 10px;
}

input[type=text], input[type=password] {
	border: 1px solid #afbcc8;
}

	input[type=text].txt-fullwidth, input[type=password].txt-fullwidth {
		width: calc(100% - 4% - 2px);
		padding: 2%;
		margin-bottom: 10px;
	}

textarea {
	border: 1px solid #afbcc8;
	min-height: 100px;
}

select {
	border: 1px solid #afbcc8;
	border-radius: 0;
	background-color: #FFFFFF;
	color: #747474;
}

input[type="checkbox"], input[type="radio"] {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.bg-dark {
	background: #004b80;
}

	.bg-dark h2, .bg-dark p, .bg-dark a, .bg-dark .products-slider span {
		/*color: white;*/
	}

.bg-light {
	background: #439ae6;
}

	.bg-light h2, .bg-light p, .bg-light a {
		/*color: white;*/
	}


.bg-blue-light {
	background-color: #3F72B8;
}

.bg-blue-medium {
	background-color: #043C8D;
}

.bg-blue-dark {
	background-color: #031634;
}

.bg-bluegrey {
	background: #e4ebf1;
	display: inline-block;
}

.bg-bluegrey-dark {
	background: #ccdae5;
}

.bg-red {
	background-color: #c7242c;
}

.bg-black {
	background-color: #000000;
}

.col {
	float: left;
	margin-right: 4%;
}

.col-third, .col-half, .col-quarter, .col-threequarters, .col-full {
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.col-half, .input_fullwidth_container .col.col-half {
	width: 47%;
}

	.col-half.col-nomarg {
		width: 50%;
		margin-right: 0;
		margin-left: 0;
	}

.col-third {
	width: 30%;
}

	.col-third:nth-child(3n+1) {
		clear: left;
	}

	.col-third.col-nomarg {
		width: 33%;
	}

	.col-third.galleryview:nth-child(3n+4) {
		clear: both;
	}

.col-twothirds {
	width: 60%;
}

.col-quarter {
	width: 22%;
	/*margin-right: 1%;*/
}

.col-threequarters {
	width: 72%;
}

.col-full {
	width: 97%;
}

.col-productinfo {
	width: 36%;
}

.col-productpic {
	width: 60%;
}

.col-last {
	margin-right: 0 !important;
}

.but {
	display: inline-block;
	border-radius: 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	border: 0;
	text-align: center;
	/*border-radius: 100px;*/
	color: #1d5dab;
}

	.but.small {
		padding: 4px 15px;
	}

	.but.medium {
		padding: 6px 22px;
	}

	.but.large {
		padding: 8px 30px;
	}

	.but.xlarge {
		padding: 10px 32px;
	}

	.but.tall {
		padding: 15px 25px;
	}

	.but.blue {
		/*color: #3F72B8;*/
		color: #1d5dab;
	}

	.but.white {
		color: #FFFFFF;
		/*border: #FFFFFF solid 2px;*/
	}

	.but.bgblue {
		background-color: #1d5dab;
		border: 1px solid #1d5dab;
	}

	.but.bgred {
		background-color: #c7242c;
		border: 1px solid #c7242c;
	}

	.but.bgtrans {
		background-color: transparent;
		border: 1px solid transparent;
	}

	.but.bgwhite {
		background-color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}

	.but.bggrey {
		background-color: #565656;
		border: 1px solid #FFFFFF;
	}

	.but.borderblue {
		border: 2px solid #1d5dab;
		/*box-shadow: inset 0px 0px 6px 1px rgb(0, 57, 128);*/
	}

	.but.button_group_left {
		border-radius: 14px 0 0 14px;
	}

	.but.button_group_right {
		border-radius: 0 14px 14px 0;
	}

	.but.bgred:hover {
		background-color: #FFFFFF;
		border: 1px solid #c7242c;
		color: #c7242c;
	}

.b-radius-5 {
	border-radius: 5px;
}

.b-radius-14 {
	border-radius: 14px;
}

.b-radius-30 {
	border-radius: 30px;
}

.b-l-radius-5 {
	border-bottom-left-radius: 5px;
}

.b-r-radius-5 {
	border-bottom-right-radius: 5px;
}

.t-l-radius-5 {
	border-top-left-radius: 5px;
}

.t-r-radius-5 {
	border-top-right-radius: 5px;
}

/*.but-pink {
	background: #057ad3;
}

.but-grey {
	background: #8d8d8d;
}

.but-blue {
	background: #439ae6;
}

.but-white {
	background: #FFFFFF;
}

.but-small {
	padding: 4px 25px;
	font-size: 0.8em;
	margin-left: 10px;
}*/

.m-0 {
	margin: 0;
}

.m-5 {
	margin: 5px;
}

.m-v-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.m-v-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-t-0 {
	margin-top: 0;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-l-2pc {
	margin-left: 2%;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-r-0 {
	margin-right: 0;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-r-40 {
	margin-right: 40px;
}


.m-l-1pc {
	margin-left: 1%;
}

.m-l-2pc {
	margin-left: 2%;
}

.m-l-3pc {
	margin-left: 3%;
}

.m-l-4pc {
	margin-left: 4%;
}

.m-l-5pc {
	margin-left: 5%;
}

.m-r-1pc {
	margin-right: 1%;
}

.m-r-2pc {
	margin-right: 2%;
}

.m-r-3pc {
	margin-right: 3%;
}

.m-r-4pc {
	margin-right: 4%;
}

.m-r-5pc {
	margin-right: 5%;
}

.p-0 {
	padding: 0;
}

.p-1pc {
	padding: 1%;
}

.p-5 {
	padding: 5px;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding: 30px;
}

.p-70 {
	padding: 70px;
}

.p-t-0 {
	padding-top: 0;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-50 {
	padding-top: 50px;
}

.p-t-80 {
	padding-top: 80px;
}

.p-b-0 {
	padding-bottom: 0;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-70 {
	padding-bottom: 70px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-30 {
	padding-left: 30px;
}

.p-l-50 {
	padding-left: 50px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-30 {
	padding-right: 30px;
}

.p-r-50 {
	padding-right: 50px;
}

.p-v-0 {
	padding-bottom: 0;
	padding-top: 0;
}

.p-v-5 {
	padding-bottom: 5px;
	padding-top: 5px;
}

.p-v-10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.p-v-50 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.p-v-80 {
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-h-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.p-h-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.p-h-20 {
	padding-right: 20px;
	padding-left: 20px;
}

.p-h-30 {
	padding-right: 30px;
	padding-left: 30px;
}

.p-h-40 {
	padding-right: 40px;
	padding-left: 40px;
}

.p-h-90 {
	padding-right: 90px;
	padding-left: 90px;
}

.b-none {
	border: none;
}

.b-b-grey {
	border-bottom: 1px solid #f3f3f3;
}

.b-grey {
	border: 1px solid #f3f3f3;
}

.b-darkgrey-2 {
	border: 2px solid #a0a0a0;
}

.b-darkblue-2 {
	border: 2px solid #05214E;
}

.b-t-1 {
	border-top: 1px solid #E4E8EE;
}

.b-r-1 {
	border-right: 1px solid #E4E8EE;
}

.b-b-1 {
	border-bottom: 1px solid #E4E8EE;
}

.b-l-1 {
	border-left: 1px solid #E4E8EE !important;
}

.clear {
	clear: both;
}

.display-flex {
	display: flex;
}

.display-block {
	display: block;
}

.display-inlineblock {
	display: inline-block;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	display: block;
	margin: 0 auto;
}

.float_none {
	float: none !important;
}


.flex_center {
	display: flex;
	justify-content: center;
}

.flex_wrap {
	flex-wrap: wrap;
}


.Flexible-container {
	position: relative;
	padding-bottom: 55.25%;
	padding-top: 40px;
	height: 0;
	overflow: hidden;
}

	.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

	.ir:before {
		content: "";
		display: block;
		width: 0;
		height: 150%;
	}

.hidden {
	display: none !important;
	visibility: hidden;
}

.hiddenelement {
	display: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.address_list strong {
	width: 40%;
	float: left;
	text-align: right;
	margin-top: 1%;
}


a.lnkTop {
	border: 1px solid #fff;
	background: black;
	color: #FFFFFF;
	padding: 30px 5px 0;
	height: 30px;
	width: 40px;
	display: none;
	position: fixed;
	bottom: 28px;
	right: 95px;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	opacity: 0.8;
	z-index: 9999;
}

	a.lnkTop:before {
		position: absolute;
		content: '';
		display: block;
		width: 0;
		height: 0;
		top: 10px;
		left: 50%;
		margin-left: -7px;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid white;
	}

.cat-side {
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	background: #e4ebf1;
	padding: 2%;
}

	.cat-side h5 {
		margin: 0;
	}

	.cat-side p {
		margin: 0 0 20px 0;
		font-size: 0.7em;
	}

	.cat-side input[type="text"] {
		width: 100px;
		margin-bottom: 20px;
	}

	.cat-side input[type="submit"] {
		background: #057ad3;
		border: 0;
		font-size: 0.8em;
		/*color: #fff;*/
		padding: 5px 10px 4px;
	}

	.cat-side ul {
		padding: 0 0 0 20px;
		margin: 0 0 20px;
		font-size: 0.7em;
	}

		.cat-side ul a {
			/*color: #222;*/
		}

		.cat-side ul .active a {
			font-weight: 600;
		}

.cat-main {
	margin-left: 240px;
	min-height: 105px;
}

.relative {
	position: relative;
}

.sale_price_overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 10px;
	width: 30px;
	height: 30px;
	background: #057ad3;
	border-radius: 50%;
	text-align: center;
	line-height: 2.9;
	font-weight: 600;
	/*color: white;*/
	border: 1px solid white;
	transform: rotate(-20deg);
}

.col.galleryview {
	position: relative;
}

.basket-delete {
	text-decoration: none;
	/*color: #8d8d8d;*/
	display: inline-block;
	width: 18px;
	padding-left: 1px;
	height: 19px;
	border: 1px solid transparent;
	line-height: 19px;
	border-radius: 50%;
	opacity: 0.8;
}

	.basket-delete:hover {
		border-color: #8d8d8d;
	}

.basketnav {
	background: #e7497c;
	/*border-radius: 3px;*/
	display: inline-block;
	font-size: 50%;
	font-weight: 600;
	top: -3px;
	position: relative;
}

.basketnav-items,
.basketnav-total {
	display: inline-block;
	padding: 3px 5px;
	border-right: 1px solid #057ad3;
}

.basketnav-total {
	border: 0;
}

.basket.final th,
.basket.final td {
	text-align: left;
}

.overview {
	margin-bottom: 20px;
}

	.overview p {
		margin: 0;
	}

.address a {
	text-decoration: none;
}

.resultsperpage {
	float: right;
}

	.resultsperpage span {
		margin-right: 5px;
	}

.negative,
.positive {
	list-style: none;
	padding: 20px;
	margin: 10px 0;
	border: 2px solid green;
	background: white;
}

.negative {
	border-color: red;
}

.validationSummary {
	background: #e4ebf1;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid red;
	float: left;
	width: calc(100% - 20px - 4px);
}

	.validationSummary p {
		margin-top: 0;
	}

	.validationSummary ul {
		background-color: transparent;
		margin-left: 0;
	}

	.validationSummary li {
		list-style: none;
		margin: 5px 0;
	}

.footer_form .validationSummary {
	color: #222222;
	padding: 0;
	width: calc(100% - 4px);
	margin-bottom: 10px;
}

.mini {
	background: white;
}

p.txt-dark {
	/*color: #004b80;*/
}

.captcha-image {
	margin-bottom: 10px;
}

.filters ul {
	list-style: none;
	padding: 0;
}

.filters a {
	display: block;
	background: rgba(255,255,255,0.5);
	padding: 3px 10px;
	margin: 2px 0;
}

.input_fullwidth_container .col {
	width: 100%;
	/*margin: 0;*/
}

	.input_fullwidth_container .col ul {
		padding: 0;
	}


.w-fitcontent {
	width: fit-content;
}

.w-5pc {
	width: 5%;
}

.w-10pc {
	width: 10%;
}

.w-12-5pc {
	width: 12.5%;
}

.w-15pc {
	width: 15%;
}

.w-20pc {
	width: 20%;
}

.w-25pc {
	width: 25%;
}

.w-30pc {
	width: 30%;
}

.w-32pc {
	width: 32%;
}

.w-33pc {
	width: 33%;
}

.w-35pc {
	width: 35%;
}

.w-40pc {
	width: 40%;
}

.w-45pc {
	width: 45%;
}

.w-48pc {
	width: 48%;
}

.w-50pc {
	width: 50%;
}

.w-55pc {
	width: 55%;
}

.w-60pc {
	width: 60%;
}

.w-65pc {
	width: 65%;
}

.w-70pc {
	width: 70%;
}

.w-75pc {
	width: 75%;
}

.w-80pc {
	width: 80%;
}

.w-85pc {
	width: 85%;
}

.w-90pc {
	width: 90%;
}

.w-95pc {
	width: 95%;
}

.w-100pc {
	width: 100%;
}

.w-150 {
	width: 150px;
}

.max-width-300 {
	max-width: 300px;
}

.max-width-100pc {
	max-width: 100%;
}

.min-width-70 {
	min-width: 70px;
}

.min-width-90 {
	min-width: 90px;
}

.min-width-150 {
	min-width: 150px;
}

.min_height_350 {
	min-height: 350px;
}

.min_height_400 {
	min-height: 400px;
}

.bold {
	font-weight: bold;
}

.thin_text {
	font-weight: 100;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.font-size-xxxsmall {
	font-size: 0.5em !important;
}

.font-size-xxsmall {
	font-size: 0.6em !important;
}

.font-size-xsmall {
	font-size: 0.7em !important;
}

.font-size-small {
	font-size: 0.8em !important;
}

.font-size-medium {
	font-size: 1.1em !important;
}

.font-size-large {
	font-size: 1.5em !important;
}

.font-size-xlarge {
	font-size: 2em !important;
}


/*Start Home Page Sliders*/
/*.slider-outer-container {
	float: left;
	width: 100%;
}

.slider-inner-container {
	width: 100%;
	height: 100%;
	display: table;
}

.section-container {
	float: left;
	width: 100%;
	overflow: visible;
	z-index: 10;
}

	.section-container h4 {
		padding-bottom: 30px;
	}

	.section-container p {
		padding-bottom: 20px;
	}

	.section-container .divSectionPanel ul {
		font-size: 1.5em;
		margin: 0;
		padding: 0 0 20px 0px;
		list-style: none;
	}

		.section-container .divSectionPanel ul li {
			padding: 5px 0;
		}

	.section-container div {
		width: 100%;
		float: left;
	}

	.section-container .divSectionPanel img {
		width: 100%;
	}*/

.cycle-slideshow, .cycle-slideshow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cycle-slideshow {
	width: 100%;
	/*min-width: 200px;*/
	margin: auto;
	padding: 0;
}

.homepage_banners {
	background-color: #000000;
	/*height: 665px;*/
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 342px;
	overflow: hidden;
}

	.homepage_banners .imageContent {
		background-repeat: no-repeat;
		background-position: 100% 100%; /*top center;*/
		background-size: cover;
		/*height: 665px;*/
		/*width: 100%;*/
		height: 100%;
	}

.microsite .homepage_banners {
	height: 680px;
}

.imageContent {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	/*height: 665px;*/
	height: 792px;
}


/* divs */
.cycle-slideshow > div.divSectionPanel {
	position: absolute;
	/*top: 0;*/
	left: 0;
	width: 100%;
	/*box-shadow: inset 0 0 0 99999px rgba(144, 97, 33, 0.38);*/
}

.quote_container {
	z-index: 100;
	position: absolute;
	top: 5%;
	left: 1%;
	background-color: rgba(68, 68, 68, 0.79);
	width: 350px;
	padding: 10px;
	border-radius: 14px;
}

	.quote_container .but {
		font-size: 1.1em;
	}

/*.divSectionPanel .quote_container {
	padding: 10px;
	margin-left: 315px;
	margin-top: 285px;
	margin-right: 20px;
	float: left;
}*/

.microsite .divSectionPanel .quote_container {
	background: rgba(3, 22, 52, 0.5) none repeat scroll 0 0;
	padding: 10px;
	margin-top: 130px;
	margin-right: 11%;
	float: right;
	max-width: 400px;
}

.divSectionPanel h3 {
	color: #FFFFFF;
	font-size: 2.3em;
	margin: 0;
	/*text-transform: uppercase;*/
	width: 100%;
}

.microsite .divSectionPanel h3 {
	color: #FFFFFF;
	font-size: 2em;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}

.divSectionPanel .but {
	/*text-transform: uppercase;*/
}

/* pager */
.cycle-pager-style {
	/*text-align: center;*/
	/*width: 100%;*/
	z-index: 600;
	position: absolute;
	/*overflow: hidden;*/
}

.banner-cycle-pager {
	top: 65%;
	right: 19%;
	display: none !important;
}

.microsite .banner-cycle-pager {
	display: none;
	/*top: 82%;
	right: 21%;*/
}

.scroller-cycle-pager {
	margin-top: -25px;
	text-align: center;
	width: 100%;
	/*bottom: 0;*/
	/*overflow: hidden;*/
}

.cycle-pager-style span {
	font-family: arial;
	font-size: 2em;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}

	.cycle-pager-style span.cycle-pager-active {
		color: #FFFFFF;
	}

.microsite .cycle-pager-style span.cycle-pager-active {
	color: #004B80;
}

.cycle-pager-style > * {
	cursor: pointer;
}


div.banner_text_position {
	position: absolute;
	width: 600px;
	font-weight: bold;
	color: #FFFFFF;
	/*height: 203px;*/
	/*background: url(/siteassets/images/backgrounds/slidebg_blue.png) no-repeat 0 0;*/
	/*top: 123px;
	right: 25px;*/
	z-index: 500;
}

	div.banner_text_position p {
		/*padding: 5px 20px 0 27px;*/
		font-weight: normal;
		font-size: 12px;
		/*width: 243px;*/
		color: #16627f;
	}

	div.banner_text_position a {
		text-decoration: none;
		color: #16627f;
	}

	div.banner_text_position h6 {
		/*padding: 16px 20px 0 25px;*/
		font-size: 30px;
		letter-spacing: -1px;
		font-weight: 400;
		color: #16627f;
		text-decoration: none;
	}

p.banner_readmore a {
	font-size: 12px;
	position: absolute;
	bottom: 18px;
	color: #FFFFFF;
}

/*End Home Page Sliders*/
.bg-white {
	background-color: #FFFFFF; /*#E4DCD9;*/
	/*color: #213248;*/
}

	.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5 {
		/*color: #05214E;*/
	}

.bg-grey {
	background-color: #a8a7a7;
}

.bg-darkgrey {
	background-color: rgb(52, 58, 64);
}

.testimonial_item {
	width: 100%;
	display: inline-block;
	/*padding-top: 50px;*/
}

	.testimonial_item p {
		font-style: italic;
		font-size: 1.4em;
	}

	.testimonial_item h4 {
		margin: 0;
		padding: 0;
		/*font-size: 1em;*/
		text-transform: uppercase;
	}

	.testimonial_item h5 {
		margin: 0;
		padding: 0;
		/*color: #8AA3C3;*/
		/*font-size: 0.8em;*/
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.4em;
	}


footer .bg-blue-medium {
	background-color: #011B3C;
}

footer .bg-blue-dark {
	background-color: #011128;
}

footer h1, footer h2, footer h3, footer h4, footer h5 {
	/*color: #FFFFFF;*/
	margin: 0;
	padding: 0;
}

footer h5 {
	font-size: 0.9em;
}

footer p {
	/*color: #FFFFFF;*/
	font-size: 1.2em;
}

footer .legal a {
	color: #4A4A4A;
	font-size: 0.7em;
	margin-right: 10px;
}

footer .legal :not(:first-of-type) {
	margin-left: 10px;
}

footer .social a {
	margin-left: 15px;
}

.white {
	color: #FFFFFF;
}

.offwhite {
	color: #DBDBDB;
}

.charcoal {
	color: #3C424F;
}

.blue, a.blue, a.blue:focus, a.blue:visited, a.blue:hover, a.blue:active {
	color: #1d5dab;
}

.red, a.red, a.red:focus, a.red:visited, a.red:hover, a.red:active {
	color: #c7242c;
}

.job_listing {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.jobdetails {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

	.jobdetails h4 {
		margin: 0 0 10px 0;
		padding: 0;
	}

	.jobdetails div {
		float: left;
		width: 50%;
	}

	.jobdetails .joblist_desc {
		float: left;
		width: 100%;
		margin-top: 20px;
	}

.jobform .lnkBack {
	float: right;
}

.loginform {
	margin-top: 20px;
}

	.loginform h4 {
		margin: 0 0 10px 0;
		padding: 0;
	}

.login_bar {
	/*float: right;*/
	margin-top: 30px;
	text-align: right;
}

	.login_bar h2 {
		font-size: 1.7em;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}

	.login_bar a {
		font-size: 1.1em;
		font-weight: bold;
	}

.footer_col1 {
	width: 30%;
	float: left;
}

.footer_col2 {
	width: 40%;
	float: left;
}

.footer_col3 {
	width: 30%;
	float: right;
}

.footer_col1_inner {
	padding-left: 0;
	padding-top: 15px;
}

.footer_col2_inner {
	padding-top: 0;
	width: 100%;
	text-align: center;
}

.footer_col3_inner {
	text-align: right;
	padding-right: 0;
	padding-top: 15px;
}

.footer_text_left {
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.footer_text_right {
	float: right;
	padding-right: 0;
}


.newsitem {
}

.content .newsitem h5 {
	margin: 0;
	padding: 0;
}

.newsitem .news_date {
	width: 65px;
	float: left;
	text-align: center;
	margin-right: 4%;
	margin-top: 1%;
	max-width: 15%;
}

.newsitem .news_summary {
	float: left;
	width: 70%;
}

.testimonial_scroller_container {
	float: left;
	background-color: #EFEFEF;
	padding: 10px;
	position: relative;
}

	.testimonial_scroller_container * {
		color: #4A4A4A;
	}

	.testimonial_scroller_container .quote_open {
		min-width: 30px;
		width: 12%;
		font-family: Georgia,'Open Sans',sans-serif;
	}

		.testimonial_scroller_container .quote_open span {
			font-size: 10em;
			font-family: Georgia,'Open Sans',sans-serif;
			line-height: 125px;
		}

	.testimonial_scroller_container .quote_text {
		width: 76%;
	}

	.testimonial_scroller_container .quote_close {
		min-width: 30px;
		width: 12%;
		text-align: right;
	}

		.testimonial_scroller_container .quote_close span {
			font-size: 10em;
			font-family: Georgia,'Open Sans',sans-serif;
			position: absolute;
			right: 10px;
			line-height: 125px;
		}


.groomroom .image-window {
	cursor: pointer;
	height: 150px;
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*border-radius: 10px;*/
	transition: height 0.3s ease-in-out;
}

	.groomroom .image-window img {
		position: relative;
		left: -50%;
		top: -50%;
		/*-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);*/
	}

.gallery .image-window {
	/*height: 170px;
	max-width: 170px;*/
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*border-radius: 10px;*/
	transition: height 0.3s ease-in-out;
	max-width: 440px;
	height: 210px;
}


	.gallery .image-window img {
		width: 100%;
		float: left;
		transition: all .2s linear;
		/*position: relative;
		left: -50%;
		top: -50%;*/
		/*-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);*/
	}

	.gallery .image-window:hover img {
		transform: scale(1.1);
	}

.gallery.testimonials .image-window {
	height: 150px;
	max-width: 150px;
}

	.gallery.testimonials .image-window img {
		position: relative;
		left: -90%;
		top: -35%;
	}

.howwework .image-window {
	cursor: pointer;
	height: 150px;
	max-width: 150px;
	width: 100%;
	overflow: hidden;
	/*border-radius: 10px;*/
	transition: height 0.3s ease-in-out;
	float: left;
	margin: 0 3% 3% auto;
}

	.howwework .image-window img {
		position: relative;
		left: -40%;
		top: -40%;
		/*-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);*/
	}

.cc-message {
	color: #FFFFFF;
}

.profile_image {
	float: left;
	margin-right: 40px;
	margin-bottom: 0;
}

.topbar {
	background-color: rgb(52,58,64);
}

	.topbar span {
		font-size: 1em;
		margin-left: 5px;
	}

	.topbar .fa {
		font-size: 1.2em;
		font-weight: 600;
		float: left;
		min-width: 15px;
		/*padding-right: 5px;*/
	}

	.topbar p {
		margin: 0 10px 0 20px;
	}

.bottombar {
	/*background-color: #000000;*/
	background-color: #1B467E;
}

	.bottombar .logo img {
		max-height: 80px;
		width: 100%;
	}

.flip-h {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/*width: 100%;*/
}

.v-center-flex {
	align-content: center;
}

.position-relative {
	position: relative;
}

.position_right {
	right: 0;
}

.h-20 {
	height: 20px;
}

.h-60 {
	height: 60px;
}

.h-100 {
	height: 100px;
}

.l-h-60 {
	line-height: 60px;
}

.l-h-100 {
	line-height: 100px;
}

.nav-main li.current a {
	/*background-color: #1d5dab;*/
	/*background-color: #565656;*/
	background-color: #EEEEEE;
	/*border: 2px solid #FFFFFF;*/
	/*color: #FFFFFF;*/
	color: #D11B34;
	/*text-decoration: underline;*/
}

.cta_button {
	border: 2px solid #FFFFFF;
	border-radius: 14px;
}

.cta_button_blue {
	background-color: #1d5dab;
	color: #FFFFFF !important;
}

	.cta_button_blue:hover {
		background-color: #FFFFFF;
		border: 2px solid #1d5dab;
		color: #1d5dab !important;
	}

.cta_button_red, a.cta_button_red {
	background-color: #c7242c;
	color: #FFFFFF;
}

	.cta_button_red:hover {
		background-color: #FFFFFF;
		border: 2px solid #c7242c;
		color: #c7242c;
	}

footer .footer_box {
	text-align: center;
	border-top: 1px solid rgba(128,128,128,.2);
	border-right: 1px solid rgba(128,128,128,.2);
	position: relative;
	min-height: 300px;
	width: calc(25% - 1px);
	margin-right: 0;
}

	footer .footer_box:last-of-type {
		border-right: none;
		width: 25%;
	}

footer .footer_box_content {
	/*padding: 80px 0;*/
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.colour_overlay {
	background: rgba(39,62,84,0.82);
	overflow: hidden;
	height: 100%;
	z-index: 2;
	position: relative;
}

.heavy_rain {
	background-image: linear-gradient(to top,#cfd9df 0,#e2ebf0 100%);
	background-size: cover;
	background-position: center top;
}


.card {
	padding: 24px 40px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(189,189,189,.4),0 2px 3px 0 rgba(189,189,189,.3),0 2px 3px rgba(0,0,0,.08);
	float: left;
	min-height: 135px;
}

	.card.row-card, .section-title-col {
		padding-right: 15px;
		padding-left: 15px;
	}

.page_breaker {
	box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.67);
	background-color: rgba(0, 0, 0, 0.486);
}

.shadow-medium {
	box-shadow: 0 4px 10px 0 rgba(74,74,74,0.6),0 4px 10px rgba(0,0,0,0.3);
}

.shadow-large {
	box-shadow: 0 10px 30px 0 rgba(189,189,189,.3),0 10px 30px rgba(0,0,0,.08);
}

.section-separator-top {
	height: 30px;
}

svg.section-separator-bottom, svg.section-separator-top {
	display: block;
	margin-left: 0;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

	svg.section-separator-top path.svg-white-bg, svg.section-separator-bottom path.svg-white-bg {
		fill: #e88835;
	}

.home_contactus {
	background-image: url('/public/assets/documents/PageImage02.jpg');
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 99999px rgba(26, 26, 26, 0.637);
}

	.home_contactus .formcontrol {
		background-color: #FFFFFF;
		width: 60%;
		padding: 5%;
		margin: 0 auto;
	}

		.home_contactus .formcontrol label {
			color: #313439;
			font-size: 1em;
			font-weight: 700;
			letter-spacing: 0.2em;
			text-transform: uppercase;
		}

.services {
	/*padding-bottom: 30px;*/
	display: flex;
}

	.services .col {
		overflow: hidden;
		position: relative;
	}

		.services .col:hover .service_image {
			transform: scale(1.1);
		}

		.services .col a {
			position: absolute;
			bottom: 10px;
			left: 0;
			right: 0;
			text-align: center;
			font-size: 2.5em;
			font-weight: 600;
		}

.col-quarter .service_image {
	min-height: 297px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .2s linear;
	box-shadow: inset 0 0 0 99999px rgba(26, 26, 26, 0.25);
}

.col-third .service_image {
	min-height: 297px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .2s linear;
	box-shadow: inset 0 0 0 99999px rgba(26, 26, 26, 0.25);
}

.fullwidth_map {
	border: 1px solid #afbcc8;
	width: calc(100% - 2px);
	height: 450px;
}

.red_salvation {
	background-attachment: fixed;
	background-image: linear-gradient(to top,#f43b47 0,#453a94 100%);
}


.quicksearch_outer_container {
	position: absolute;
	right: 5%;
	top: 5%;
	z-index: 200;
	width: 15%;
	background-color: rgba(68, 68, 68, 0.79);
	padding: 15px;
	color: #FFFFFF;
	border-radius: 14px;
	min-width: 280px;
}

	.quicksearch_outer_container .wrapper {
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}

	.quicksearch_outer_container h3 {
		margin: 0 0 10px 0;
		padding: 0
	}

	.quicksearch_outer_container label {
		display: inline-block;
		width: 100%;
		color: #FFFFFF;
	}

	.quicksearch_outer_container .switcher_container {
		width: 100%;
		float: left;
		margin-top: 5px;
	}

		.quicksearch_outer_container .switcher_container .switch_option {
			width: calc((100% / 3) - 10px - 2px - 1.5% - 1.5%); /* 100% / 3 items - padding left and right - border left and right - margin left and right */
			float: left;
			color: #1d5dab;
			background-color: #FFF;
			border: 1px solid #1d5dab;
			text-align: center;
			margin-right: 1.5%;
			margin-left: 1.5%;
			padding: 2px 5px;
			font-size: 16px;
			/*font-weight: bold;*/
			border-radius: 14px;
		}

			.quicksearch_outer_container .switcher_container .switch_option:first-of-type {
				margin-left: 0;
				width: calc((100% / 3) - 10px - 2px - 1.5%); /* 100% / 3 items - padding left and right - border left and right - margin left */
			}

			.quicksearch_outer_container .switcher_container .switch_option:last-of-type {
				margin-right: 0;
				width: calc((100% / 3) - 10px - 2px - 1.5%); /* 100% / 3 items - padding left and right - border left and right - margin right */
			}

			.quicksearch_outer_container .switcher_container .switch_option.selected, .quicksearch_outer_container .switcher_container .switch_option:hover {
				background-color: #1d5dab;
				color: #FFFFFF;
				/*border: 1px solid;*/
				box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.84);
			}

	.quicksearch_outer_container input[type=text] {
		width: calc(100% - 1.2% - 2px); /* 100% - padding left and right - border left and right */
		font-size: 14px;
	}

		.quicksearch_outer_container input[type=text].short {
			width: calc(40% - 1.2% - 2px);
		}

	.quicksearch_outer_container select.short {
		width: 40%;
		color: #747474;
		font-size: 14px;
	}

	.quicksearch_outer_container .ui-slider {
		border: none !important;
		background: none !important;
	}

	.quicksearch_outer_container .sliderContainer {
		border: 1px solid #dddddd;
		/*background:#eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
		padding-right: 73px;
		padding-left: 6px;
	}

	.quicksearch_outer_container .ui-slider-range-min {
		background: none !important;
	}

	.quicksearch_outer_container .lnkSwitcher {
		text-decoration: none;
	}

	.quicksearch_outer_container .ui-slider .ui-slider-handle {
		width: 80px !important;
	}

	.quicksearch_outer_container .spliiter {
		width: 20%;
		font-size: 14px;
	}

.featured_listing_header {
	float: left;
	margin: 30px 1% 5px 1%;
	width: 98%;
}

.featured_listing {
	list-style-type: none;
	float: left;
	width: 98%;
	margin: 1%;
}

.featured_listing_item {
	list-style-type: none;
	float: left;
	width: calc((100% / 4) - 1% - 2px - 10px); /*100% full width screen - 4 items in a row - 1% margin right - 2px border (1px either side) - 10px padding (5px either side)*/
	margin-right: 1%;
	overflow: hidden;
	position: relative;
	border: 1px solid #bbb;
	margin-bottom: 1%;
	padding: 5px;
	box-shadow: 0 0 8px 0 #919191;
}

	.featured_listing_item:nth-child(4n+1) {
		clear: left;
	}

	.featured_listing_item:nth-child(4n) {
		float: left;
		margin-right: 0;
		width: calc((100% / 4) - 2px - 10px);
	}
	/*
	.featured_listing_item a {
		position: relative;
	}*/

	.featured_listing_item .ribbon {
		-moz-box-shadow: 0 2px 1px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.5);
		box-shadow: 0 2px 1px rgba(0,0,0,0.5);
		-moz-transform: translate3d(0, 0, 1px) rotate(-45deg);
		-ms-transform: translate3d(0, 0, 1px) rotate(-45deg);
		-webkit-transform: translate3d(0, 0, 1px) rotate(-45deg);
		transform: translate3d(0, 0, 1px) rotate(-45deg);
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		padding: 5px;
		position: absolute;
		z-index: 1;
		left: -49px;
		top: 38px;
		width: 200px;
		text-align: center;
		margin: auto;
		height: 25px;
		background-color: #c7242c;
		line-height: 25px;
	}

	.featured_listing_item .image {
		height: 200px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: hidden;
	}


	.featured_listing_item h4 {
		color: #c7242c;
		font-size: 1.2em;
		min-height: 55px;
	}

	.featured_listing_item h5 {
		color: #666666;
	}

	.featured_listing_item p {
		color: #666666;
	}



.boat_listing_container {
	/*padding: 10px;*/
	float: left;
	/*width: calc(100% - 20px);*/
	width: 100%;
}

	.boat_listing_container.forsale {
		width: calc(100% - 20px);
		padding: 10px;
	}

	.boat_listing_container .filter {
		width: 20%;
		margin-right: 2%;
		float: left;
		height: 100%;
		/*background-color: #1e5eac;*/
		/*background-color: #222222;*/
		background-color: #F6F6F6;
		/*position: sticky;
		top: 0;
		bottom: 0;*/
		min-height: 100vh;
		padding-bottom: 30px;
		box-shadow: 1px 0px 8px #212020;
	}

		.boat_listing_container .filter .filter_inner_container {
			padding: 10px;
		}


		.boat_listing_container .filter .wrapper {
			float: left;
			width: 100%;
			margin-bottom: 5px;
		}

		.boat_listing_container .filter input[type=text] {
			width: calc(100% - 1.2% - 2px);
			font-size: 15px;
		}

			.boat_listing_container .filter input[type=text].short {
				width: calc(40% - 1.2% - 2px);
				/*Commented out below as it's not working for boat listing side panel*/
				/*float: none;*/
			}

		.boat_listing_container .filter label {
			font-size: 0.9em;
			/*color: #FFF;*/
			color: #666666;
			width: 100%;
		}

		.boat_listing_container .filter .filter_wrapper a {
			display: inline-block;
		}

			.boat_listing_container .filter .filter_wrapper a.filter_textvalue {
				width: calc(100% - 60px);
				margin-left: 20px;
				float: left;
				/*color: #FFFFFF;*/
				color: #666666;
			}

			.boat_listing_container .filter .filter_wrapper a.filter_countvalue {
				float: right;
				margin-right: 10px;
				/*color: #FFFFFF;*/
				color: #666666;
			}

			.boat_listing_container .filter .filter_wrapper a.filter_removeitem {
				/*color: #1d5dab;*/
				/*color: #FFFFFF;*/
				color: #666666;
			}

		.boat_listing_container .filter select {
			width: 100%;
			color: #747474;
			font-size: 15px;
			/*Commented out below as it's not working for boat listing side panel*/
			/*float: none;*/
		}

			.boat_listing_container .filter select.short {
				width: 40%;
			}

		.boat_listing_container .filter.open {
			/*height: 430px;*/
			height: auto;
		}

			.boat_listing_container .filter.open.open_advanced {
				height: 837px;
			}

	.boat_listing_container .results {
		width: 76%;
		float: left;
		padding-top: 20px;
	}

		.boat_listing_container .results .view_options {
			padding-bottom: 15px;
			float: left;
			width: 100%;
		}

			.boat_listing_container .results .view_options .switch_option i {
				font-size: 27px;
				margin-right: 5px;
			}

			.boat_listing_container .results .view_options .switch_option {
				font-size: 1.2em;
				line-height: 27px;
				display: inline-flex;
				margin-right: 30px;
				color: #1d5dab;
			}

				.boat_listing_container .results .view_options .switch_option.selected {
					color: #c7242c;
				}


	.boat_listing_container.forsale .results {
		width: 100%;
	}

	.boat_listing_container .switcher_container {
		width: 100%;
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
	}

		.boat_listing_container .switcher_container .switch_option {
			width: calc((100% / 3) - 3% - 10px - 2px);
			float: left;
			color: #1d5dab;
			background-color: #FFF;
			border: 1px solid #1d5dab;
			text-align: center;
			margin-right: 1.5%;
			margin-left: 1.5%;
			padding: 5px;
			font-size: 15px;
			font-weight: bold;
		}

			.boat_listing_container .switcher_container .switch_option:first-of-type {
				margin-left: 0;
				width: calc((100% / 3) - 1.5% - 10px - 2px);
			}

			.boat_listing_container .switcher_container .switch_option:last-of-type {
				margin-right: 0;
				width: calc((100% / 3) - 1.5% - 10px - 2px);
			}

			.boat_listing_container .switcher_container .switch_option.selected, .boat_listing_container .switcher_container .switch_option:hover {
				background-color: #1d5dab;
				color: #FFFFFF;
				/*border: 1px solid;*/
				box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.84);
			}



	.boat_listing_container.forsale select.short {
		width: 25%;
	}

	.boat_listing_container.forsale input[type=text].short {
		width: calc(25% - 1.2% - 2px);
	}

.boat_listing {
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 0;
}

.boat_listing_item {
	list-style-type: none;
	float: left;
	width: calc((100% / 4) - 1% - 2px - 10.3px); /*100% full width screen - 4 items in a row - 1% margin right - 2px border (1px either side) - 10px padding (5px either side)*/ /* Had to add on 0.3 to 10px padding allowance as small resolution was pushing the fourth item down to the next line*/
	margin-right: 1%;
	/*Overflow here to prevent ribbon overlap*/
	position: relative;
	border: 1px solid #bbb;
	margin-bottom: 1%;
	padding: 5px;
	box-shadow: 0 0 8px 0 #919191;
}

	.boat_listing_item:nth-child(4n+1) {
		clear: left;
	}

	.boat_listing_item:nth-child(4n) {
		float: left;
		margin-right: 0;
		width: calc((100% / 4) - 2px - 10px);
	}
	/*
	.boat_listing_item a {
		position: relative;
	}*/

	.boat_listing_item .ribbon {
		-moz-box-shadow: 0 2px 1px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.5);
		box-shadow: 0 2px 1px rgba(0,0,0,0.5);
		-moz-transform: translate3d(0, 0, 1px) rotate(-45deg);
		-ms-transform: translate3d(0, 0, 1px) rotate(-45deg);
		-webkit-transform: translate3d(0, 0, 1px) rotate(-45deg);
		transform: translate3d(0, 0, 1px) rotate(-45deg);
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		padding: 5px;
		position: absolute;
		z-index: 1;
		left: -49px;
		top: 38px;
		width: 200px;
		text-align: center;
		margin: auto;
		height: 25px;
		background-color: #c7242c;
		line-height: 25px;
	}

.list .boat_listing_item {
	width: calc(100% - 2px - 10px);
	margin-right: 0;
}

.grid .boat_listing_item .image {
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .2s linear;
	position: relative;
	overflow: hidden;
}

	.grid .boat_listing_item .image:hover {
		transform: scale(1.033);
	}


.grid .boat_listing_item h4 {
	color: #c7242c;
	font-size: 1.2em;
	/*height: 55px;*/
}

.grid .boat_listing_item h5 {
	color: #666666;
}

.grid .boat_listing_item p {
	color: #666666;
}

.list .boat_listing_item .listview_left {
	float: left;
	width: 30%;
}

.list .boat_listing_item .listview_right {
	float: right;
	width: 68%;
}

.list .boat_listing_item .image {
	height: 173px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	margin-right: 0;
	transition: all .2s linear;
	position: relative;
	overflow: hidden;
}

	.list .boat_listing_item .image:hover {
		transform: scale(1.033);
	}


.list .boat_listing_item h4 {
	color: #c7242c;
	font-size: 1.5em;
	height: 55px;
	float: left;
	width: 68%;
}

.list .boat_listing_item h5 {
	color: #666666;
	float: left;
}

.list .boat_listing_item p {
	color: #666666;
	float: left;
	/*width: 68%;*/
	width: 100%;
}

.list .boat_listing_item .action_buttons, .list .boat_listing_item .share_container {
	width: 68%;
	float: right;
}

.tabbing {
	color: #1d5dab;
}

	.tabbing.hiddentab {
		display: none;
	}

	.tabbing h4:first-of-type {
		display: none;
	}

	.tabbing h4 {
		color: #c7242c
	}

	.tabbing label {
		font-weight: 600;
		width: 17%;
		display: inline-block;
	}

	.tabbing .wrapper {
		margin-bottom: 10px;
	}

	.tabbing .engine_layout label {
		width: 55%;
	}

.tabheadings, .tabheadings li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabheadings {
	border-bottom: solid 1px #d9d9d9;
	margin-bottom: 5px;
	clear: both;
}

	.tabheadings li {
		display: inline-block;
		margin-top: 20px;
	}

		.tabheadings li a {
			color: #1d5dab;
			display: block;
			/*background: %SiteTabBackgroundColour%;*/
			padding: 10px 25px;
			font-weight: bold;
			border: solid 1px #d9d9d9;
			font-size: 14px;
			position: relative;
			bottom: -1px;
			outline: 0;
		}

			.tabheadings li a.active {
				background: #eee;
				border-bottom: 1px solid #fff;
				border-left: solid 1px #1d5dab;
				border-top: solid 1px #1d5dab;
				border-right: solid 1px #1d5dab;
			}


.sticky_header {
	position: sticky;
	top: 61px;
	background: #FFF;
	display: inline-block;
	width: 100%;
	z-index: 5;
	box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.49)
}

.gallery_container {
	height: 550px;
}

	.gallery_container .thumbnails {
		float: left;
		width: 25%;
		height: 550px;
		overflow: auto;
	}

	.gallery_container .large_image {
		float: left;
		width: 75%;
		/*height: 550px;
		overflow: hidden;
		display: flex;
		align-items: center;*/
	}

		.gallery_container .large_image img {
			width: 100%;
		}

		.gallery_container .large_image a {
			height: 550px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			display: block;
		}

	.gallery_container ul {
		list-style-type: none;
		float: left;
		width: 100%;
		margin: 0;
	}

		.gallery_container ul li {
			list-style-type: none;
			float: left;
			width: calc((100% / 3)); /*100% full width screen - 4 items in a row - 1px margin right*/
			/*margin-left: 1px;*/
			overflow: hidden;
			position: relative;
			margin-bottom: 3px;
			height: 50px;
			text-align: right;
		}

			.gallery_container ul li:nth-child(3n) {
				/*float: left;*/
				/*margin-left: 0;
			width: calc((100% / 3));*/
			}

			.gallery_container ul li a {
				display: inline-block;
				width: 99px;
				height: 46px;
				overflow: hidden;
			}

			.gallery_container ul li img {
				cursor: pointer;
				width: 100%;
			}

.three_d_thumbnails ul {
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 20px 0;
}

	.three_d_thumbnails ul li {
		list-style-type: none;
		float: left;
		overflow: hidden;
		position: relative;
		margin-bottom: 3px;
		text-align: center;
		width: calc(100% / 6);
		background-color: #f0f0f0;
		box-shadow: 0 4px 10px 0 rgba(74,74,74,0.6),0 4px 10px rgba(0,0,0,0.3);
		padding: 10px;
	}

		.three_d_thumbnails ul li:nth-child(3n) {
			/*float: left;*/
			/*margin-left: 0;
			width: calc((100% / 3));*/
		}

		.three_d_thumbnails ul li a {
			display: inline-block;
			overflow: hidden;
		}

			.three_d_thumbnails ul li a h5 {
				margin: 0 0 5px 0;
				font-weight: bold;
			}

			.three_d_thumbnails ul li a svg {
				width: 120px;
			}

		.three_d_thumbnails ul li img {
			cursor: pointer;
			width: 100%;
		}

.triangle_down_white {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #FFF;
	display: inline-block;
	margin-left: 5px;
}

.triangle_up_white {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #FFF;
	display: inline-block;
	margin-left: 5px;
}

.form_container {
	padding-left: 15px;
	padding-right: 15px;
	width: calc(50% - 30px);
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 20px;
}

.contact.map-canvas {
	width: 100%;
	border: 0px;
	overflow: auto;
	min-height: 380px;
	box-shadow: 0 5px 10px 0 #999;
	margin-top: 5px;
	z-index: 99;
}


.spliiter {
	width: 20%;
	display: inline-block;
	text-align: center;
	/*Added the below for home page splitter*/
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.location_flags {
	flex-flow: wrap;
	justify-content: center;
	display: flex;
}

	.location_flags > div {
		text-align: center;
		margin-bottom: 30px;
		position: relative;
		overflow: hidden;
	}

		.location_flags > div a {
			overflow: hidden;
			display: block;
		}

		.location_flags > div img {
			transition: all .5s;
		}

			.location_flags > div img:hover {
				transform: scale(1.2);
			}


.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.ajax_loader {
	display: none;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
	/*background-color: #100C0C;*/
	border-radius: 5px;
	padding: 5px;
	height: 60px;
	width: 60px;
}

	.ajax_loader.gallery_loader {
		display: none;
		opacity: 0.8;
		cursor: pointer;
		z-index: 8060;
		/*background-color: #100C0C;*/
		border-radius: 5px;
		padding: 5px;
		height: 230px;
		width: 440px;
	}

	.ajax_loader.loading {
		display: none;
		opacity: 0.8;
		cursor: pointer;
		z-index: 8060;
		/*background-color: #100C0C;*/
		border-radius: 5px;
		padding: 5px;
		height: 180px;
		width: 185px;
	}

.data-loading {
	-webkit-animation: ajaxanim-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	/*margin: -25px 0 0 -25px;*/
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 50px;
	z-index: 99999;
}

	.data-loading.gallery_loader, .data-loading.loading {
		position: relative;
		margin: 0 auto;
	}

@-webkit-keyframes ajaxanim-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ajaxanim-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



.dynamic_loader_control {
	min-height: 300px;
}

a.searchfilter_icon {
	display: none;
	font-size: 1.2em;
	color: #FFFFFF;
	align-items: center;
	margin-top: 10px;
}

	a.searchfilter_icon:hover {
		color: #c7242c;
	}

.view_options .left_side {
	float: left;
}

.view_options .right_side {
	float: right;
}

.paging .perpage {
	float: right;
}

.paging a.current {
	font-weight: bold;
}

.top_paging {
	width: 50%;
	text-align: center;
	padding: 6px;
	margin: 0 auto;
}

	.top_paging a, .bottom_paging a {
		background-color: #1d5dab;
		border-radius: 5px;
		color: #FFFFFF;
		display: inline-flex;
		display: -webkit-inline-flex;
		/*line-height: 2;*/
		margin-bottom: 3px;
		padding: 0px 10px;
	}

.bottom_paging {
	width: 50%;
	text-align: center;
	padding: 6px;
	margin: 0 auto;
}

.resp_490_w100pc {
	display: inline-block;
}


.contactus ul.nav-pills {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0;
}

	.contactus ul.nav-pills li {
		float: left;
		margin-left: 1.5%;
	}

		.contactus ul.nav-pills li:first-of-type {
			float: left;
			margin-left: 0;
		}

		.contactus ul.nav-pills li a {
			font-weight: bold;
			font-size: 11px !important;
			padding: 10px 15px;
			float: left;
			background-color: #D11B34;
			color: #FFFFFF;
			border: 1px solid #D11B34;
		}

.contactus .nav-pills > li.active > a, .contactus .nav-pills > li.active > a:focus {
	background-color: #1d5dab;
	color: #FFFFFF;
	border: 1px solid #000;
}

.contactus .nav-pills > li > a:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000;
}

.blockUI {
	z-index: 99 !important;
}

.share_container {
	display: none;
	transition: all .5s ease-in-out;
	z-index: 10;
	background-color: #FFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

	.share_container.open {
		display: flex;
	}

.boat_listing_item .share_container {
	/*position: absolute;
	top: 97%;
	left: 0;
	right: 0;*/
	margin-left: -1px;
	/*border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;*/
}

.a2a_default_style:not(.a2a_flex_style) a {
	margin-bottom: 5px;
}

#a2a_modal input#a2a_copy_link_text {
	font-size: 15px !important;
}

.fancybox-navigation .fancybox-button {
	height: 150px !important;
	width: 120px !important;
}

/*.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	right: 0;
	width: 100% !important;
	left: 0;
	right: 0;
	top: auto !important;
}

.fancybox-thumbs__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
	left: 0;
	text-align: center;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0 !important;
}*/
/*.tab-content .tab-pane a img[src$="jpg"]:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/

.cookie_notification {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #000000;
	color: #FFFFFF;
	/*Added this silly z-index number as the tawk icon has a z-index of 2000000000 but it should not be overriding the cookie banner */
	z-index: 2000000001 !important;
}

	.cookie_notification h5 {
		color: #FFFFFF;
		font-weight: 600;
		font-size: 1.2em;
		margin: 0;
		padding: 0;
	}

	.cookie_notification p {
		margin: 0;
		padding: 5px 0;
	}

#cookie_settings_box {
}

	#cookie_settings_box p {
		padding: 5px 0;
		margin: 0;
	}

	#cookie_settings_box h3 {
		margin: 10px 0 0 0;
		padding: 0;
	}

	#cookie_settings_box input[type=checkbox] {
		height: 25px;
		width: 25px;
		margin-top: 10px;
	}

}
/* End of main styles */
/*#endregion*/
/*#region "Font Awesome Overrides"*/
footer .big-icon, footer .social-icon {
	font-size: 48px;
	margin-bottom: 24px;
	/*color: #FFFFFF;*/
}

.social-icon {
	margin: 0 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

i.fa.big-icon {
	font-size: 40px;
}

i.fa.small-icon {
	font-size: 20px;
}

i.fa.icon {
	font-size: 2rem;
	line-height: 1.125em;
	margin-bottom: .5625em;
	text-align: center;
}

	i.fa.icon.large {
		font-size: 3rem;
	}

	i.fa.icon.round, img.round {
		border-radius: 100%;
	}

	i.fa.icon.reverse {
		color: #fff;
		background-color: #03a9f4;
		padding: .5em;
		font-size: 1.8rem;
		width: 1.4em;
		height: 1.4em;
		line-height: 1.4em;
	}

		i.fa.icon.reverse.color1 {
			background-color: #e88835;
			color: #ffffff;
		}

		i.fa.icon.reverse.large {
			font-size: 3.5rem;
		}

		i.fa.icon.reverse.xlarge {
			font-size: 4.5rem;
		}

	i.fa.icon.bordered, i.fa.icon.card[class*="bottom-border-"] {
		border: 2px solid #03a9f4;
		border-top-color: rgb(3, 169, 244);
		border-right-color: rgb(3, 169, 244);
		border-bottom-color: rgb(3, 169, 244);
		border-left-color: rgb(3, 169, 244);
		line-height: 2em;
		width: calc(2em + 4px);
	}

		i.fa.icon.bordered.color2 {
			border-color: #3C424F;
		}

/*.fa.fa-twitter {
	font-family: sans-serif;
}

	.fa.fa-twitter::before {*/
/*content: "𝕏";*/
/*content: url('font-awesome/css/x-twitter-brands-solid.svg');*/
/*font-size: 1.2em;*/
/*width: 25px;
		height: 25px;
		filter: invert(100%) sepia(95%) saturate(19%) hue-rotate(320deg) brightness(103%) contrast(100%);*/ /* white */
/*}*/

/*#endregion*/


/*#region "Media Responsive Styles"*/
@media only screen and (max-width:1560px) {
	.nav-main a {
		font-size: 1em;
	}
}

@media only screen and (max-width:1500px) {
	.boat_listing_item {
		width: calc((100% / 2) - 1% - 2px - 10.3px);
	}

		.boat_listing_item:nth-child(4n) {
			width: calc((100% / 2) - 1% - 2px - 10.3px);
		}
}

@media only screen and (max-width:1420px) {
	.boat_info_left {
		width: 65%;
	}

	.boat_info_right {
		width: 35%;
	}
}

@media only screen and (max-width:1330px) {
	.sub-items ul {
		width: auto;
	}
}

@media only screen and (max-width:1310px) {
	header div.w-60pc {
		width: 75%;
	}
}

@media only screen and (max-width:1290px) {
	.gallery_container .large_image {
		width: 65%;
	}

	.gallery_container .thumbnails {
		width: 35%;
	}
}

@media only screen and (max-width:1225px) {
	.boat_info_left {
		width: 100%;
	}

	.boat_info_right {
		width: calc(100% - 30px);
		margin-bottom: 15px;
		padding: 15px;
	}

	.form_container {
		width: calc(60% - 30px);
	}
}

@media only screen and (max-width:1190px) {
	/*	.container {
		max-width: calc(100% - 50px);
	}*/

	.inner_container {
		/*Added the padding below for the home page three CTA icons. If anywhere else is disrupted, consider alternate plan*/
		padding: 0 5%;
	}

	.services {
		display: block;
		width: 100%;
		float: left;
		padding-bottom: 0;
	}

		.services.threecol {
			padding-bottom: 4%;
		}

		.services .col-quarter {
			width: 49%;
			margin-bottom: 10px;
		}

	.location_flags h2 {
		font-size: 2em;
	}
}

@media only screen and (max-width:1120px) {
	.homepage_banners {
		height: auto;
	}
}

@media only screen and (max-width:1100px) {
	.boat_listing_container .filter {
		height: 77px;
		width: 100%;
		margin-right: 0;
		min-height: auto;
		overflow: hidden;
		transition: all .5s;
	}

	.boat_listing_container .results {
		width: calc(100% - 30px);
		float: left;
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.boat_listing_container.forsale .results {
		width: calc(100% - 30px);
	}

	a.searchfilter_icon {
		display: flex;
	}

	.filter_wrapper .wrapper label {
		cursor: pointer;
	}

		.filter_wrapper .wrapper label:after {
			content: '';
			position: absolute;
			top: 5px;
			right: 4px;
			width: 0;
			height: 0;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			border-left: 10px solid #fff;
		}

		.filter_wrapper .wrapper label.open:after {
			transform: rotate(90deg);
		}

	.filter_list_options {
		display: none;
		transition: all .5s;
	}

		.filter_list_options.open {
			display: block;
		}
}

@media only screen and (max-width:1080px) {
	/*	.homepage_banners {
		width: auto;
	}

		.homepage_banners video {
			width: auto !important;
			margin-left: -65%;
		}*/
}

@media only screen and (max-width:1060px) {
	.nav-main a {
		font-size: 0.85em;
	}

	/*	.homepage_banners .imageContent {
		height: 100vh;
	}*/
}

@media only screen and (max-width:1040px) {
	/*	.col-third {
		width: 32%;
		margin-right: 2%;
	}*/

	footer .footer_box_content {
		width: calc(100% - 20px);
		word-break: break-word;
		padding-left: 10px;
		padding-right: 10px;
	}

	.tab-content .tab-pane .col-third {
		width: 47%;
		margin-right: 0;
	}

	.col-third:nth-child(3n+1) {
		clear: none;
	}

	.col-third:nth-child(2n+1) {
		clear: left;
	}

	.boat_brief .col-third:nth-child(2n+1) {
		clear: none;
	}
}

@media only screen and (max-width:1020px) {
	/*	header {
		height: 80px;
	}*/

	/*	.nav-main a {
		font-size: 1em;
		height: 80px;
		line-height: 80px;
	}*/
}

@media only screen and (max-width:1015px) {
	footer .footer_box {
		width: calc(50% - 1px);
		min-height: 240px;
	}

		footer .footer_box:last-of-type {
			border-right: none;
			width: 50%;
		}

	footer p {
		font-size: 1em;
	}
}

@media only screen and (max-width:1000px) {
	.topbar {
		display: none;
	}

	.sticky_header h1, .sticky_header h2 {
		font-size: 2.2em;
	}

	.formbuildernewboats.w-50pc {
		width: 70%;
	}

	.form_container {
		width: calc(70% - 30px);
	}
}

@media only screen and (max-width:995px) {
	/*.homepage_banner .text_container {
		width: 35%;
	}*/
	.page_breaker .inner_container div.w-50pc {
		width: 100%;
		margin-bottom: 30px;
	}

	.location_flags .col-quarter {
		width: 47%;
	}
}

@media only screen and (max-width:950px) {
	.gallery .image-window {
		max-height: 150px;
	}

		.gallery .image-window img {
			width: auto;
			height: 100%;
		}

	.nav-main {
		display: none;
	}

	.togglenav {
		display: block;
	}

	header div.w-60pc {
		width: 60%;
	}

	.featured_listing_item {
		width: calc((100% / 2) - 1% - 2px - 10px)
	}

		.featured_listing_item:nth-child(4n) {
			width: calc((100% / 2) - 1% - 2px - 10px)
		}

		.featured_listing_item:nth-child(4n+1) {
			clear: none;
		}

		.featured_listing_item:nth-child(2n+1) {
			clear: left;
		}

	.gallery_container .large_image {
		width: 100%;
	}

	.gallery_container .thumbnails {
		width: 100%;
		margin-top: 10px;
		height: auto;
	}

	.gallery_container ul {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}

		.gallery_container ul li {
			width: calc((100% / 9));
			min-width: 104px;
		}

	.tabbing label {
		width: 22%;
	}
}

@media only screen and (max-width:865px) {
	.card .icon-column i.fa.icon.bordered {
		line-height: 1.5em;
		width: calc(1.5em + 4px);
	}
}

@media only screen and (max-width:850px) {


	.flex_right_850 {
		display: flex;
		justify-content: flex-end;
	}

		.flex_right_850.w-50pc {
			width: 20%;
		}

	.bottombar .container .w-25pc {
		width: 75%;
	}

	header .w-25pc {
		min-width: 232px;
	}

	.formbuildernewboats.w-50pc {
		width: 100%;
	}

	.boat_listing_container.forsale .results .center.w-70pc {
		width: 100%;
	}

		.boat_listing_container.forsale .results .center.w-70pc .col-half {
			width: 100%;
			margin-bottom: 0;
		}

			.boat_listing_container.forsale .results .center.w-70pc .col-half .wrapper label {
				width: 20%;
			}
}

@media only screen and (max-width:810px) {
	.view_options .left_side {
		display: flex;
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}

	.view_options .right_side {
		display: flex;
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}

	.bottom_paging {
		margin-top: 5px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:800px) {
	.services.threecol {
		padding-bottom: 0;
	}

		.services.threecol .col-third {
			width: 100%;
			margin-bottom: 2%;
			padding: 0;
		}
}

@media only screen and (max-width:780px) {
	.container.mw-75pc .col-third {
		width: 97%;
		padding-bottom: 0;
		padding-top: 0;
	}

		.container.mw-75pc .col-third:first-of-type {
			padding-top: 2%;
		}

		.container.mw-75pc .col-third:last-of-type {
			padding-bottom: 2%;
		}

	.container.mw-75pc .widget {
		float: none;
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}
}

@media only screen and (max-width:750px) {

	.resultsperpage {
		width: 236px;
		float: none;
		margin-top: 10px;
	}

	.image_list ul li img {
		max-width: 100%;
	}

	.privacypolicy .generic_table th {
		font-size: 0.7em;
	}

	.privacypolicy .generic_table td {
		font-size: 0.6em;
	}

	.col-third, .col-twothirds {
		width: 96%;
		padding: 0 2% 5% 2%;
		margin-right: 0;
	}

	.boat_brief .col-third {
		width: 30%;
		padding: inherit;
		margin-right: inherit;
	}

	.tab-content .tab-pane .col-third {
		width: 47%;
		padding: 0;
	}

	.aboutus_whychooseus {
		display: block;
		float: left;
	}

		.aboutus_whychooseus .col-third .v-center {
			position: relative;
			top: 0;
			transform: none;
			margin: 0;
		}

			.aboutus_whychooseus .col-third .v-center > * {
				text-align: center;
			}

		.aboutus_whychooseus .col-twothirds .col-half {
			width: 100%;
		}

			.aboutus_whychooseus .col-twothirds .col-half p {
				padding: 10px !important;
			}

	.home_contactus .formcontrol {
		width: 80%;
		display: table;
	}

		.home_contactus .formcontrol label.halfwidth {
			width: 100%;
		}

	.tabbing label {
		width: 27%;
	}
}

@media only screen and (max-width:710px) {
	.quote_container {
		display: none;
	}

	.quicksearch_outer_container {
		width: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width:695px) {
	header h2 {
		margin-bottom: 0.3em;
	}

	.nav-main {
		width: 100%;
		/*text-align: center;*/
		margin-top: 0;
	}

		.nav-main ul {
			width: 100%;
		}

			.nav-main ul li {
				width: 14%;
				text-align: center;
			}

		.nav-main a {
			display: inline-block;
			margin: 0;
			padding: 0;
		}

	.homepage_banner .text_container > * {
		margin-left: 4%;
	}

	.homepage_banner .text_container h2 {
		width: 96%;
	}

	.contactus .display-flex {
		display: block;
		width: 100%;
		float: left;
	}

	.contactus .col-half {
		width: 97%;
		margin-right: 1.5%;
	}

	.contactus .v-center {
		position: relative;
		top: 0;
		transform: none;
		margin: 0 0 20px 0;
	}

	.sticky_header h1, .sticky_header h2 {
		width: 100%;
	}

		.sticky_header h1 span, .sticky_header h2 span {
			text-align: left;
		}

	.sticky_header h2 {
		margin-top: 0;
	}

	/*.container-fluid.gallery */
	.container.mw-75pc {
		max-width: 100%;
	}

	.form_container {
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width:650px) {
	.col-half, .input_fullwidth_container .col.col-half {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.flex-direction-nav a {
		width: 40px;
		height: 40px;
	}

	.flex-direction-nav .flex-prev:before,
	.flex-direction-nav .flex-prev:after {
		right: 13px;
		top: 5px;
	}

	.flex-direction-nav .flex-prev:after {
		right: 8px;
	}

	.flex-direction-nav .flex-next:before,
	.flex-direction-nav .flex-next:after {
		left: 13px;
		top: 5px;
	}

	.flex-direction-nav .flex-next:after {
		left: 8px;
	}

	.banner .container > * {
		margin-left: 5%;
		width: 90%;
	}

	.banner h1 {
		padding-top: 110px;
	}

	.profile_image {
		width: 60%;
		margin-right: 20px;
	}

	.card .icon-column i.fa.icon.bordered {
		line-height: 2em;
		width: calc(2em + 4px);
	}

	.homepage_minitile .col-half {
		width: 48%;
		margin-right: 4%;
	}

	.boat_listing_item {
		width: calc(100% - 1% - 2px - 10.3px);
	}

		.boat_listing_item:nth-child(4n) {
			width: calc(100% - 1% - 2px - 10.3px);
		}
}

@media only screen and (max-width:630px) {
	.contactus ul.nav-pills li, .contactus ul.nav-pills li:first-of-type, .contactus ul.nav-pills li:last-of-type {
		width: 100%;
		margin: 0 0 5px 0;
	}

		.contactus ul.nav-pills li a {
			width: calc(100% - 30px - 2px);
		}
}

@media only screen and (max-width:620px) {
	.featured_listing_header h2, .featured_listing_header h3 {
		width: 100%;
		float: left;
		text-align: left;
		margin-left: 0;
		padding-left: 0;
		margin-top: 0;
	}

	.framequote-container iframe {
		float: none !important;
		margin: 0 auto !important;
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 352px;
	}
}

@media only screen and (max-width:610px) {
	.homepage_banners video {
		width: auto;
		height: 100%;
	}
}

@media only screen and (max-width:600px) {
	.page_breaker .col.w-70pc, .page_breaker .col-last.w-25pc {
		width: 100%;
	}

	.page_breaker .cta_button.v-center {
		position: relative;
		margin-left: 20px;
	}

	footer .footer_box {
		width: 100%;
		min-height: 205px;
	}

		footer .footer_box:last-of-type {
			border-right: none;
			width: 100%;
		}

	footer .big-icon, footer .social-icon {
		margin-bottom: 0;
	}

	i.fa.big-icon {
		font-size: 30px;
	}

	.tab-content .tab-pane .col-third {
		width: 97%;
		padding: 0;
	}

	a.searchfilter_icon {
		margin-top: 18px;
	}
}

@media only screen and (max-width: 590px) {
	.list .boat_listing_item .listview_left {
		width: 100%;
	}

	.list .boat_listing_item .listview_right {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.list .boat_listing_item .action_buttons, .list .boat_listing_item .share_container {
		width: 100%;
		float: left;
	}
}

@media only screen and (max-width: 580px) {
	header div.w-60pc {
		width: auto;
	}
}

@media only screen and (max-width: 575px) {

	h1, h2 {
		font-size: 2.6em;
		text-align: center;
	}
}

@media only screen and (max-width:565px) {

	.services .col-quarter {
		width: 100%;
		margin-right: 0;
	}

	.services .col a {
		bottom: 30px;
	}

	.featured_listing_item {
		width: calc(100% - 1% - 2px - 10px);
	}

		.featured_listing_item:nth-child(4n) {
			width: calc(100% - 1% - 2px - 10px);
		}
}

@media only screen and (max-width:530px) {
	.container.mw-75pc img {
		float: none !important;
		clear: both;
		display: block;
		margin: 10px auto;
	}

	.container .location_flags img.zoom {
		width: 60%;
		height: auto;
	}
}

@media only screen and (max-width:520px) {

	.col-third, .col-third.col-nomarg, .col-twothirds, .col-threequarters, .col-quarter {
		width: 96%;
		padding: 0 2% 5% 2%;
		margin-right: 0;
	}

	footer .col-quarter {
		padding: 0;
	}

	.products-slider .col-third {
		width: 32%;
		margin-right: 2%;
		font-size: 50%;
	}

		.products-slider .col-third:nth-child(3n+3) {
			margin-right: 0;
		}

	.togglenav {
		/*padding: 7px 10px 6px;
		margin-right: 0px;*/
	}

	.sidebar {
		display: none;
	}

	.login_bar {
		margin-top: 55px;
		margin-right: 10px;
	}

	.nav-main {
		display: none;
	}

	.homepage_banner {
		min-height: 375px;
	}

		.homepage_banner .text_container {
			width: 100%;
		}

		.homepage_banner h2 {
			margin: 5% 0 7% 5%;
			width: 95%;
			max-width: none;
		}

		.homepage_banner p {
			margin: 0 5% 0 5%;
			width: 90%;
			max-width: none;
		}

		.homepage_banner .but {
			margin: 7% 0 0 5%;
		}

	.cat-main {
		margin-left: 0;
	}

	.cat-side {
		position: relative;
		width: auto;
	}

	.orderdetails,
	.orderdetails tbody,
	.orderdetails tr,
	.orderdetails tr td,
	.orderdetails tr th {
		display: block;
	}

		.orderdetails .headingrow {
			display: none;
		}

		.orderdetails tr {
			clear: both;
			border-bottom: 1px solid #eee;
			overflow: hidden;
			margin-bottom: 10px;
		}

		.orderdetails td {
			float: left;
			width: 40%;
			text-align: left;
			border-bottom: none;
		}

			.orderdetails td:first-child {
				float: none;
				font-weight: bold;
				width: 100%;
				text-align: left;
			}

			.orderdetails td:nth-child(4) {
				width: 20%;
				padding-top: 10px;
			}

	.footer_col1_inner {
		text-align: center;
	}

	.footer_text_right {
		float: none;
		text-align: center;
	}

	.homepage_padding, .subpage_padding {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content h2 {
		text-align: center;
	}

	.pricelist td {
		font-size: 0.7em;
	}

	.privacypolicy h3 {
		font-size: 1.5em;
	}

	.profile_image {
		width: 55%;
	}

	.location_flags .col-quarter {
		width: 97%;
	}

	.location_flags .overlay {
		bottom: 6.5%;
		left: 2%;
		width: 96%;
		height: auto;
	}

	.location_flags > div {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:490px) {
	.view_options .right_side {
		display: block;
	}

	.resp_490_w100pc {
		width: 100%;
		margin-bottom: 10px;
	}

		.resp_490_w100pc span {
			width: 130px;
			display: inline-block;
		}

		.resp_490_w100pc select {
			width: calc(100% - 130px - 15px);
			margin-right: 0;
		}
}

@media only screen and (max-width:470px) {
	.filter_inner_container h3 {
		font-size: 1.6em;
	}

	a.searchfilter_icon {
		margin-top: 12px;
	}
}

@media only screen and (max-width:450px) {
	.homepage_banner .dog_container {
		display: none;
	}

	/*.homepage_banner {
		height: 325px;
	}*/

	.homepage_banner p {
		width: 92%;
	}

	.homepage_col1 ul li div {
		margin-right: 3%;
	}

	.homepage_col1 .getintouch .col-half {
		width: 48%;
		margin-right: 4%;
	}

	.homepage_col1 .getintouch .col-last {
		margin-right: 0;
	}

	.login_bar h2 {
		font-size: 1.2em;
	}

	.card .icon-column i.fa.icon.bordered {
		line-height: 1.5em;
		width: calc(1.5em + 4px);
	}
}

@media only screen and (max-width:420px) {
	h1, h2 {
		font-size: 2em;
	}

	h1 {
		text-align: center;
	}

	.quote_container .but.cta_button, .page_breaker .cta_button {
		display: block;
		width: 100px;
		margin: 0 auto 10px auto !important;
	}

	.boat_listing_container .results .view_options .switch_option {
		font-size: 1em;
	}
}


@media print {
	* {
		/*background: transparent !important;*/
		/*color: #000 !important;*/
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	/*a[href]:after {
			content: " (" attr(href) ")";
		}*/

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	/*img {
		max-width: 100% !important;
	}*/

	@page {
		margin: .5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}
/*#endregion*/
