﻿#body {
    background: #fff;
}

#sdheaderbook a.b11kbttblue
{
	border:1px solid #fff;
}

#slideshow .b11kh2title.titlewhite:after, #cyclepager {
	display: none;
}

.slideshowvideocontent {
	top: 32vh !important;
	padding-left: 0;
	z-index: 3;
}

#ctl00_textPL_ProductList1_noresults {
	display: block;
	text-align: center;
	color: #cc0000;
	font-weight: bold;
}

#ctl00_textPL_ProductList1_noresults img {
	width: 32px;
}

#slideshow .b11kh2title {
	margin-bottom: 10px;
	font-size: 28px;
	letter-spacing: 4px;
}

#slideshow {
	position: relative;
    max-height: 60vh;
    min-height: 60vh;
}

#body div.searchbox {
	position: absolute;
	top: 41vh;
	width: 100%;
	padding: 23px 6% 48px 6%;
	margin: 0px auto;
	z-index: 9998;	
}

#videoshadow
{
	background: rgb(24, 44, 92, 0.7);
    z-index: 2;
}

/* search form */

#filters li {
	border: 2px solid #fff;
    background: none;
}

#filters li:last-of-type {
	border:0;
    border-color: transparent;
}

#ysearchbtn.b11kbttgreen
{
	background:#8491BE;
	border:0;
}

#ysearchbtn.b11kbttgreen:hover
{
	background:#000;
}

/* grid */

#content {
	padding: 100px 0 60px 0;
}

.productlist {
	width: 88%;
	margin: 0 6%;
	display: table;
	height: auto;
}

.productlist .b11kh4title {
	font-size: 30px;
	letter-spacing: 0px;
	font-family: PoppinsLight;
}

.productlist .tagline {
	display: table;
	width: 100%;
	padding-bottom: 2vh;
	font-size: 14px;
	line-height: 14px;
}

.productlist .tagline .taglineinfo {
	float: left;
	color: #66491B;
}

.productlist .tagline .reviewlink {
	float: right;
	padding-right: 10px;
	color: #000;
	font-family: PoppinsLight;
}

.productlist .tagline .reviewlink a:hover {
	transition: color 1s;
	color: #182C5C;
}

.productlist .info {
	text-align: left;
	color: #182C5C;
	font-size: 16px;
	line-height: 16px;
}

.productlist .info li {
	padding: 1vh 1vw;
}

.productlist .info li:first-child {
	padding-left: 0;
}

.productlist .info li:not(:last-child) {
	border-right: 1px solid #182C5C;
}

.productlist .info li span {
	padding-left: 10px;
	font-size: 16px;
	line-height: 16px;
}

.productlist .info li img {
	width: 40px;
}

.casestudyshadow {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	transition: opacity 0.5s, filter 1s;
}

.productlist .listitembox:hover .casestudyshadow {
	opacity: 0.3;
}

/* end grid */

/* paging bar */

.numbernav {
	clear:both;
	display:table;		
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
}

.numbernav li {
	display: inline-block;	
}

.numbernav a {
	display: inline-block;	
	width:50px;
	padding: 10px 0;	
	font-size: 30px;
	letter-spacing: 0;
	transition: 1s;
	border: 1px solid #949494;
	border-radius: 10px;
	line-height: 30px;	
	cursor:p
}

.numbernav a {
	color: #9f9f9f;
}

.numbernav .active a {
	cursor:pointer;
}

.numbernav li:not(:last-child) {
	margin-right: 10px;
}

.numbernav a:hover, .numbernav .np-item a, .numbernav .selected a {
	color: #fff;
	background-color: #182C5C;
}

.numbernav .np-item a:hover {
	color: #000;
	border: 1px solid #949494;
}

/* end paging bar */

#enquirebtn {
	position: absolute;
	top: 0;
	/*right: 5vw;*/
}

@media only screen and (min-width:1601px) {
	.productlist .image {
		height: 65vh;
	}
}

@media only screen and (min-width:730px) and (max-width:1600px) {
	.productlist .image {
		height: 50vh;
	}
}

@media screen and (min-width:1200px) {
	.productlist .listitembox {
		position: relative;
	}

	.prodhover {
		/*background: #65065A;*/
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-transition: opacity 0.4s, filter 0.4s;
		-webkit-transition: opacity 0.4s, filter 0.4s;
		-o-transition: opacity 0.4s, filter 0.4s;
		-ms-transition: opacity 0.4s, filter 0.4s;
		transition: opacity 0.4s, filter 0.4s;
	}
}

@media screen and (min-width:1000px) and (max-width:1150px) {


	#slideshow .b11kh2title {
		margin-bottom: 5px;
		font-size: 20px;
	}

	#slideshow .b11kh1title {
		line-height: calc(0.01944* 0vw + 40px) !important;
		font-size: calc(0.01944* 0vw + 35px) !important;
	}	
}

@media screen and (max-width:999px) {	
	#slideshow .b11kh1title {
		line-height: calc(0.01944 * 100vw + 25px) !important;
		font-size: calc(0.01944 * 100vw + 20px) !important;
	}
}

@media only screen and (min-width:730px) {
	#ctl00_textPL_ProductList1_noresults {
		width: 100%;
		margin: 0;
	}

	.image img.mainimg {
		width: 100%;
		max-width: 200px;
		height: 200px;
	}
}

@media screen and (max-width:729px) {
	#ctl00_textPL_ProductList1_noresults {
		width: 90%;
		margin: 0 5%;
	}

	.productlist .image {
		height: 35vh;
	}
}

@media screen and (max-width:600px) {
	.productlist .image {
		height: 45vh;
	}
}

/*********** reviews popup **********/

#formtoemailbigbox {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 10002;
}

#formtoemailcontent {
	width: 60%;
	height: 96vh;
	position: fixed;
	top: 2vh;
	left: 20%;
	background: white;
	overflow-y: scroll;
}

#formtoemailcontentinside a:first-child {
	float: right;
}


#formtoemailcontent {
	font-size: 18px;
}

.strx {
	color: #ed1f29;
}

#formtoemailcontentinside {
	width: 90%;
	margin: auto;
	margin-top: 3%;
	height: auto;
	display: table;
}

#formtoemailcontentinside > div {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 2%;
}

#formtoemailcontentinside p {
	margin-top: 1%;
	margin-bottom: 3%;
	font-size: 17px;
}

#formtoemailcontentinside h1 {
	font-size: 30px;
}

#formtoemailcontentinside input, #formtoemailcontentinside textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	line-height: 1.4;
	padding: 0 15px;
	border: solid 1px #808080;
	color: #000;
	background-color: #fff;
	font-weight: 400;
	font-size: 17px;
}

#formtoemailcontentinside textarea {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#formtoemailproductbox {
	border-bottom: 1px solid #808080;
	padding-bottom: 3%;
}



#formtoemailorderbox {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding-top: 2%;
	padding-bottom: 3%;
}


#formtoemailcontentinside label {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 12px;
}

#formtoemailclientbox {
	margin-top: 3%;
	margin-bottom: 3%;
}


#formtoemailclientbox div {
	display: inline-block;
	width: calc(48% - 3px);
}

#formtoemailclientbox div:nth-child(3) {
	margin-top: 3%;
}

#formtoemailclientbox div:nth-child(1), #formtoemailclientbox div:nth-child(3) {
	margin-right: 4%;
}

#formtoemailclientbox input {
}

#formtoemailrequirementbox {
	margin-top: 3%;
}

#formtoemailorderbox div:nth-child(2) {
	margin-right: 4%;
}

#formtoemailorderbox div {
	display: inline-block;
	width: calc(48% - 3px);
}

#formtoemailSubmitbox {
	padding-bottom: 4%;
	text-align: right;
}

#formtoemailSubmitbox a {
	display: inline-block;
	background-color: #000000;
	color: #ffffff;
	width: 40%;
	text-align: center;
	font-size: 17px;
	padding: 18px;
	margin-top: 1%;
	text-transform: uppercase;
}

#formtoemailSubmitbox a:hover {
	background-color: #ed1f29;
}

@media screen and (max-width:1000px) {
	#formtoemailcontent {
		width: 80%;
		left: 10%;
	}

	#formtoemailcontentinside h1 {
		line-height: 50px;
	}

	.productlist .tagline .reviewlink {
		margin-top: -2px;
	}

	.productlist .tagline .reviewlink a {
		font-size: 0.8em;
	}
}

@media only screen and (min-width:1271px) and (max-width:1425px) {
	.col3 > .listitembox {
		width: 48%;
	}

	.col3 > .listitembox {
		margin: 0 0.8% 50px 0.8%;
	}

	.col3 > .listitembox:nth-child(3n+2) {
		margin-left: 0.8%;
		margin-right: 0.8%;
	}
}

@media only screen and (min-width:791px) and (max-width:900px) {
	.productlist .info li span, .productlist .tagline {
		font-size: 12px;
		line-height: 12px;
	}
}

@media screen and (max-width:650px) {
	#slideshow > li {
		height: 364px;
		background-size: cover;
		background-position: center center;
	}

	#formtoemailcontent {
		width: 80%;
		left: 10%;
	}

	#formtoemailclientbox div {
		width: 100%;
		margin-top: 1%;
	}

	#formtoemailorderbox div {
		width: 100%;
		margin-top: 1%;
	}

	#formtoemailcontentinside textarea {
		padding: initial !important;
	}

	#formtoemailcontentinside h1 {
		line-height: 35px;
		font-size: 30px;
	}

	#formtoemailcontentinside p {
		font-size: 16px;
	}

	#formtoemailcontentinside input, #formtoemailcontentinside textarea {
		font-size: 16px;
	}

	#formtoemailcontentinside label {
		font-size: 16px;
	}

	#formtoemailproductbox {
		padding-bottom: 5%;
	}

	#formtoemailclientbox {
		margin-bottom: 5%;
	}

	#formtoemailclientbox div:nth-child(2), #formtoemailclientbox div:nth-child(4) {
		margin-top: 3%;
	}

	#formtoemailorderbox div:nth-child(3) {
		margin-top: 3%;
	}

	#formtoemailorderbox {
		padding-bottom: 5%;
	}

	#formtoemailSubmitbox a {
		padding: 15px;
	}

	.productlist .tagline {
		font-size: 13px;
		line-height: 13px;
	}

	.productlist .tagline .reviewlink {
		margin-top: -4px;
	}

	.productlist .info li span {
		font-size: 14px;
		line-height: 14px;
	}
}

@media screen and (min-width:1001px) and (max-width:1200px)  {

	.slideshowvideocontent {
		top: 20vh !important;
	}

	#body div.searchbox {
        top: 26vh;
    }
}

@media screen and (min-width: 501px) and (max-width: 1100px) {
    #filters {
        grid-template-columns: repeat(2, .5fr);
    }
}

@media screen and (min-width:800px) and (max-width:1000px)  {

	.slideshowvideocontent {
		top: 18vh !important;
	}

	#body div.searchbox {
        top: 25vh;
    }
}

@media screen and (max-width:501px) and (max-width:799px)  {

	.slideshowvideocontent {
		top: 15vh !important;
	}

	#body div.searchbox {
        top: 20vh;
    }
}

@media screen and (max-width:500px) {

	.slideshowvideocontent {
		top: 15vh !important;
	}

	#body div.searchbox {
        top: 20vh;
    }

	.numbernav li
	{
		margin-bottom:10px;
	}
}