	/* General */
	
	
	
@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('/fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Rold'), url('/fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Italic'), url('/fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url('/fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold Italic'), url('/fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
font-family: 'BigNoodleTitling';
font-style: normal;
font-weight: normal;
src: local('BigNoodleTitling'), url('/fonts/big_noodle_titling.woff') format('woff');
}

@font-face {
font-family: 'BigNoodleTitlingOblique';
font-style: normal;
font-weight: normal;
src: local('BigNoodleTitlingOblique'), url('/fonts/big_noodle_titling_oblique.woff') format('woff');
}

@font-face {
font-family: 'Calibre-Regular';
font-style: normal;
font-weight: normal;
src: local('Calibre-Regular'), url('/fonts/Calibre-Regular.woff') format('woff');
}

@font-face {
font-family: 'Calibre-Light';
font-style: normal;
font-weight: normal;
src: local('Calibre-Light'), url('/fonts/Calibre-Light.woff') format('woff');
}

@font-face {
font-family: 'Times-Regular';
font-style: normal;
font-weight: normal;
src: local('Times-Regular'), url('/fonts/TIMESR.woff') format('woff');
}



.wp-shadow {
	box-shadow: 3px 3px 3px LightGray;
	z-index: 10;	
	display: inline-block
}


.checkbox {
	margin-left: 6px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 10px 0px;
    background-color: #f89800;
    color: #fff;
    border: 0px;
    font-size: 18px;
    padding: 9px 30px;
    border-radius: 3px;
}

.fileUpload:hover, .fileUpload:focus {
	background-color: #f4a426;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.file-o {
    background-color: transparent;
    border: 1px solid #878787;
    padding: 10px 10px;
    color: #878787;
    background-color: #fff;
}


	
	
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	*:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	hr {
			border: 1px solid #002F87;
		color: #002F87 !important;
		border-color: #002F87 !important;
	}

	body {
		font-family: "Raleway"; font-style: normal; font-weight: 400;
		font-size: 13px;
		line-height: 1.42857143;
		color: #002F87;
		margin: 0px 0px 0px 0px !important;
		overflow-x: hidden;

body {  }
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: "Raleway"; font-style: normal; font-weight: 600;
	}

	a{
		color: #002F87;
		text-decoration: none;
	}
	
    a:hover, a:focus {
        color: #0071BC;
        text-decoration: underline;
    }
	
	.wp-link{
		text-decoration: underline;
	}
	
	.wp-link-white{
		color: #FFFFFF;
		text-decoration: underline;
	}

	.wp-link-white:hover, wp-link-white:focus{
		color: #002F87;
		text-decoration: none;
	}
	
	.wp-link-black{
		color: #000000;
		text-decoration: underline;
	}

	.wp-link-black:hover, wp-link-black:focus{
		color: #002F87;
		text-decoration: none;
	}
	
	p{
		width: 100%;
	}
	
	.heading {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	

	
	select {
		padding: 6px 12px;
		font-size: 13px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		width: 100%;
		margin: 10px 0px;
	}	

	select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
    }

	input {
		padding: 6px 12px;
		font-size: 13px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		width: 100%;
		margin: 10px 0px;
	}	

	input[type="checkbox"] {
		-moz-appearance: checkbox !important;
		-webkit-appearance:checkbox !important;
		width: 20px !important;
	}

	input[type="radio"] {
		-moz-appearance: radio !important;
		-webkit-appearance:radio !important;
		width: 20px !important;
	}
	
	/* Header */

	.wp-header-logo {
		height: 100px;
	}

	.wp-assist-img {
		height: 100px;
	}
	
	.container {
		width: 80vw ;
	}

	


	
	
	
		


	
	.wp-container {
		margin-top: 40px;
		padding-left: 10vw;
		padding-right: 10vw;
	}

	
	.wp-container-horizontal{
		width: inherit;
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: center;
	}

	.wp-relative{
		position: relative;
	}


	.wp-container-horizontal-left{
		width: 100%;
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center; 
	}

	.wp-container-horizontal-topalign{
		align-items: flex-start !important; 
	}

	.wp-container-horizontal-wrap{
		flex-wrap: wrap;
	}

	.wp-container-horizontal-right{
		width: 100%;
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center; 
	}
	
	
	.wp-container-horizontal-center{
		width: 100%;
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: center ;
		align-items: center; 
	}
	
	.wp-container-grow{
		flex-basis: 20px;
		flex-grow: 1;
		-ms-flex: 1 1 auto;
		width: 100%;
	}
	
	@media screen and (max-width: 1000px) {
		.wp-container-horizontal-center_on_narrow{
			display: flex;
			justify-content: center !important;
			align-items: center !important; 
		}

		.wp-textalign-center_on_narrow{
			text-align: center !important;
		}
		
		
		
	}
	
	@media screen and (max-width: 600px) {
		.wp-container-vertical_on_narrow{
			flex-direction: column; !important; 
		}	
	}
	
	.wp-container-horizontal-justify{
		width: 100%;
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: space-between ;
		align-items: center; 
	}	
	
	.wp-container-horizontal-center{
		width: 100%;
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: center;
		align-items: center; 
	}	
	
	.wp-container-vertical-top{
		height: 100%;
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center; 
	}

	.wp-container-vertical-justify{
		height: 100%;
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: space-between;
		align-items: center; 
	}
	
	
	/* Colours */
	
	

	.wp-background-VillaCarmelina{
		background-color: #516C77 !important;
	}	
		
	.villacarmelina-textbackground{
		height: 400px !important;
	}


	@media screen and (min-width: 750px) and (max-width: 1000px) {
		.villacarmelina-textbackground{
			height: 400px !important;
		}
	}


	@media screen and (min-width: 575px) and (max-width: 750px) {
		.villacarmelina-textbackground{
			height: 450px !important;
		}
	}

	@media screen and (min-width: 460px) and (max-width: 575px) {
		.villacarmelina-textbackground{
			height: 550px !important;
		}
	}

	@media screen and (max-width: 460px) {
		.villacarmelina-textbackground{
			height: 625px !important;
		}
	}
	

		
	
	.probuysspring2021-background{
		background-image: url("/images/probuystradediscountspring2021-background.jpg"); 
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.probuysspring2021-fillerbackground{
		background-image: url("/Images/ProBuysTradeDiscountSpring2021-filler.jpg");
		/* background-position: center top; */
		background-repeat: repeat;
		background-size: 100% auto;
	}
	
	.wp-background-lightblue2{
		background-color: #B7E2FF !important;
	}	
	
	.wp-background-lightblue{
		background-color: #0071BC !important;
	}	
		
	.wp-background-blue{
		background-color: #002F87 !important;
	}
		
	.wp-background-white{
		background-color: #FFFFFF !important;
	}

	.wp-background-hiluxred{
		background-color: #E00F13 !important;
	}
		
	
	
	
	

	.wp-text-blue{
		color: #002F87 !important;
	}
	
	.wp-text-lightblue{
		color: #0071BC !important;
	}
	
	.wp-text-black{
		color: #000000 !important;
	}
	
	.wp-text-white{
		color: #FFFFFF !important;
	}

	.wp-text-caesarstone-darkgray{
		color: #6E7371 !important;
	}

	.wp-text-caesarstone-lightgray{
		color: #CDBCAA !important;
	}




	.wp-text-header{
		color: #FFFFFF !important;
	}
	
	/* Size and Position */
	
	.wp-width-half{
		width: 50% !important;
		padding: 13px;
	}

	.wp-width-auto{
		width: auto !important;
	}

	.wp-width-100p{
		width: 100% !important;
	}

	.wp-width-75p{
		width: 75% !important;
	}



	@media screen and (max-width: 1366px) {
		
		.wp-width-half{
			width: 75% !important;
			padding: 13px;
		}
	}


	@media screen and (max-width: 1000px) {

		.wp-width-half{
			width: 75% !important;
			padding: 13px;
		}
}

	/* Grid */
	
	/* .{ */
		/* width: inherit; */
		/* display: flex; */
		/* position: relative; */
		/* flex-direction: row; */
		/* justify-content: center; */
	/* } */
	
	.wp-grid-flex-container{
		display: flex;  
		position: relative;
		flex-flow: row wrap;
		text-align: center;
		width: 80vw;
		position: relative;
		margin-bottom: 20px;
		border: 1px solid #002F87;
	}

	.wp-grid-flex-innercontainer{
		display: flex;  
		position: relative;
		flex-flow: row wrap;
		text-align: center;
		width: 100%;
	}

	.wp-grid-flex-{
		display: flex;
		position: relative;
		width: calc(80vw - 2px);
		flex-direction: column;
		justify-content: space-between;
	}

	.wp-grid-flex-1-Exact{
		display: flex;
		position: relative;
		width: calc(80vw );
		flex-direction: column;
		justify-content: space-between;
	}

	.wp-grid-flex-1{
		display: flex;
		position: relative;
		width: calc(80vw - 2.2px);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-1-noborder{
		width: calc(80vw) !important;
	}
	
	.wp-grid-flex-2{
		display: flex;
		position: relative;
		width: calc(40vw - 1.1px);
		flex-direction: column;
		justify-content: space-between;
	}

	.wp-grid-flex-2-middlegap{
		display: flex;
		position: relative;
		width: calc(40vw - 16px);
		flex-direction: column;
		justify-content: space-between;
	}

	.wp-grid-flex-2-square{
		height: calc(40vw - 1px);
	}
	
	.wp-grid-flex-3{
		display: flex;
		position: relative;
		width: calc(26.66vw - 1px);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-3x2{
		display: flex;
		position: relative;
		width: calc(53.33vw - 1px);
		flex-direction: column;
		justify-content: space-between;
	}

	.wp-grid-flex-4-Exact{
		display: flex;
		position: relative;
		width: calc(20vw);
		flex-direction: column;
		justify-content: space-between;
	}

	.wp-grid-flex-4{
		display: flex;
		position: relative;
		width: calc(20vw - 1px);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-5{
		display: flex;
		position: relative;
		width: calc(16vw - 1px);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-4x2{
		display: flex;
		position: relative;
		width: calc(40vw - 1px);
		flex-direction: column;
		justify-content: space-between;
	}
	
	
	.wp-grid-flex-4x3{
		display: flex;
		position: relative;
		width: calc(60vw - 1px);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-6{
		display: flex;
		position: relative;
		width: calc(13.3vw);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-6-empty{
		display: flex;
		position: relative;
		width: calc(13.3vw);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-6x2{
		display: flex;
		position: relative;
		width: calc(26.6vw);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-6x2to1onnarrow{
		display: flex;
		position: relative;
		width: calc(26.6vw);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-6x3{
		display: flex;
		position: relative;
		width: calc(39.9vw);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-6x4{
		display: flex;
		position: relative;
		width: calc(53.3vw);
		flex-direction: column;
		justify-content: space-between;
	}
	

	
	
	
@media screen and (max-width: 1366px) {
	
	.wp-container {
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.wp-grid-flex-container{
		width: 90vw;
	}
		
	.wp-grid-flex-1{
		width: calc(90vw - 2px);
	}

	.wp-grid-flex-1-Exact{
		width: calc(90vw);
	}

	.wp-grid-flex-1-noborder{
		width: calc(90vw) !important;
	}

	.wp-grid-flex-2{
		width: calc(45vw - 1.1px);
	}

	.wp-grid-flex-2-middlegap{
		width: calc(45vw - 16px);
	}


	.wp-grid-flex-2-square{
		height: calc(45vw - 1.1px);
	}
	
	.wp-grid-flex-3{
		width: calc(30vw - 1px);
	}
	
	.wp-grid-flex-3x2{
		display: flex;
		position: relative;
		width: calc(60vw - 1px);
		flex-direction: column;
		justify-content: space-between;
	}
	
	.wp-grid-flex-4{
		width: calc(22.5vw - 1px);
	}
	
	.wp-grid-flex-4-Exact{
		width: calc(22.5vw);
	}
	
	.wp-grid-flex-5{
		width: calc(30vw - 1px);
	}
	
	.wp-grid-flex-4x2{
		width: calc(44vw);
	}
	
	.wp-grid-flex-4x3{
		width: calc(66vw);
	}
	
	.wp-grid-flex-6x2{
		width: calc(45vw - 1px);
	}
	
	.wp-grid-flex-6x2to1onnarrow{
		width: calc(22.5vw);
	}
	
	.wp-grid-flex-6x4{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-6{
		width: calc(30vw - 1px);
	}
	
	.wp-grid-flex-6-empty{
		width: calc(0vw);
	}
	
	.wp-grid-flex-6x3{
		width: calc(60vw);
	}
	
	.wp-grid-flex-6x3{
		width: calc(60vw);
	}
	
}


@media screen and (max-width: 1000px) {
	
	.wp-container {
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.wp-grid-flex-container{
		width: 90vw;
	}
		
	.wp-grid-flex-1{
		width: calc(90vw - 2px);
	}

	.wp-grid-flex-1-Exact{
		width: calc(90vw);
	}

	.wp-grid-flex-2{
		width: calc(90vw - 2px);
	}

	.wp-grid-flex-2-middlegap{
		width: calc(90vw - 2px);
	}

	.wp-grid-flex-2-square{
		height: calc(40vw - 2px);
		min-height: 300px;
	}
	
	.wp-grid-flex-3{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-3x2{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-4{
		width: calc(45vw - 2px);
	}
	
	.wp-grid-flex-4-Exact{
		width: calc(45vw);
	}
	
	.wp-grid-flex-5{
		width: calc(45vw - 2px);
	}
	
	.wp-grid-flex-4x2{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-4x3{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-6{
		width: calc(90vw - 2px);
	}

	.wp-grid-flex-6x2{
		width: calc(90vw - 2px);
	}

	.wp-grid-flex-6x3{
		width: calc(90vw - 2px);
	}

	.wp-grid-flex-6x4{
		width: calc(90vw);
	}

	.wp-grid-flex-responsive-top{
		order: 1;
	}

	.wp-grid-flex-responsive-bottom{
		order: 2;
	}
}
	
	
	
@media screen and (max-width: 600px) {
	
	
	.wp-grid-flex-4{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-4-Exact{
		width: calc(90vw);
	}
	
	.wp-grid-flex-4x2{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-4x3{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-6{
		width: calc(90vw - 2px);
	}
	
	.wp-grid-flex-5{
		width: calc(90vw - 2px);
	}
	
}
	
	
	
	
	
	
	
	
	.wp-grid-flex-top
	{
		display: flex;
		position: relative;
		width: inherit;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start; 
	}

	.wp-grid-flex-middle
	{
		display: flex;
		position: relative;
		width: inherit;
		align-items: center;
		flex-direction: column;
		vertical-align: middle;
		justify-content: center; 
	}

	.wp-grid-flex-bottom
	{
		display: flex;
		position: relative;
		width: inherit;
		align-items: center;
		flex-direction: column;
		justify-content: flex-end; 
	}

	.wp-grid-flex-alginbottom
	{
		display: flex;
		flex-direction: column;
		justify-content: flex-end; 
	}


	.wp-height-0 {
		height: 0px !important;
	}

	.wp-minheight-200{
		min-height: 200px;
	}

	.wp-padding-none
	{
		padding: 0px !important;
	}

	.wp-margin-none
	{
		margin: 0px !important;
	}

	.wp-margin-short{
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	
	.wp-margin-top20{
		margin-top: 25px !important;
	}

	.wp-margin-top-20{
		margin-top: 20px !important;
	}


	.wp-padding-top-20{
		padding-top: 20px !important;
	}

	.wp-margin-top-none{
		margin-top: 0px !important;
	}

	.wp-margin-bottom-none{
		margin-bottom: 0px !important;
	}

	.wp-margin-bottom10{
		margin-bottom: 10px !important;
	}

	.wp-margin-bottom-20{
		margin-bottom: 20px !important;
	}
	.wp-margin-bottom-40{
		margin-bottom: 40px !important;
	}

	.wp-margin-top-40{
		margin-top: 40px !important;
	}

	.wp-padding-right-none{
		padding-right: 0px !important;
	}

	.wp-padding-left-none{
		padding-left: 0px !important;
	}

	.wp-margin-right-none{
		margin-right: 0px !important;
	}

	.wp-margin-left-none{
		margin-left: 0px !important;
	}



	.wp-padding-left-15p{
		padding-left:15% !important;		
	}

	.wp-padding-right-15p{
		padding-right:15% !important;		
	}

	.wp-margin-left-10{
		margin-left: 10px !important;
	}
	
	.wp-margin-right-10{
		margin-right: 10px !important;
	}

	.wp-padding-right-10{
		padding-right: 10px !important;
	}

	.wp-padding-left-10{
		padding-left: 10px !important;
	}

	.wp-margin-left-20{
		margin-left: 20px !important;
	}
	
	.wp-margin-right-20{
		margin-right: 20px !important;
	}

	.wp-padding-left-20{
		padding-left: 20px !important;
	}
	
	.wp-padding-right-20{
		padding-right: 20px !important;
	}
	
	.wp-padding-bottom-20{
		padding-bottom: 20px !important;
	}
	
	.wp-padding-top-60{
		padding-top: 60px !important;
	}

	.wp-padding-bottom-60{
		padding-bottom: 60px !important;
	}

	.wp-padding-left-60{
		padding-left: 60px !important;
	}
	
	.wp-padding-right-60{
		padding-right: 60px !important;
	}

	.wp-padding-top-40r{
		padding-top: 40px !important;
	}

	.wp-padding-bottom-60r{
		padding-bottom: 60px !important;
	}

	.wp-padding-left-60r{
		padding-left: 60px !important;
	}
	
	.wp-padding-right-60r{
		padding-right: 60px !important;
	}

@media screen and (max-width: 1500px){
	.wp-padding-top-40r{
		padding-top: 20px !important;
	}

	.wp-padding-bottom-60r{
		padding-bottom: 20px !important;
	}
}


@media screen and (max-width: 1000px) {
	.wp-padding-right-60{
		padding-right: 40px !important;
	}

	.wp-padding-left-60{
		padding-left: 40px !important;
	}
	
	.wp-padding-top-60{
		padding-top: 20px !important;
	}

	.wp-padding-bottom-60{
		padding-bottom: 20px !important;
	}
	
	.wp-padding-left-60r{
		padding-left: 30px !important;
	}
	
	.wp-padding-right-60r{
		padding-right: 30px !important;
	}
	
}

@media screen and (max-width: 500px) {

	.wp-padding-left-60r{
		padding-left: 15px !important;
	}
	
	.wp-padding-right-60r{
		padding-right: 15px !important;
	}
	
}



	.wp-padding-top-10{
		padding-top: 10px !important;
	}
	
	.wp-padding-bottom-10{
		padding-bottom: 10px !important;
	}

	.wp-margin-top-10{
		margin-top: 10px !important;
	}

	.wp-margin-bottom-10{
		margin-bottom: 10px !important;
	}

	.wp-padding-top-40{
		padding-top: 40px !important;
	}

	.wp-padding-bottom-40{
		padding-bottom: 40px !important;
	}
	
	
	.wp-padding-left-40{
		padding-left: 40px !important;
	}
	
	.wp-padding-right-40{
		padding-right: 40px !important;
	}
	
	.wp-padding-right-40-whenwide{
		padding-right: 40px !important;
	}

	.wp-padding-left-40-whenwide{
		padding-left: 40px !important;
	}

	@media screen and (max-width:600px) {

		.wp-padding-right-40-whenwide {
			padding-right: 0px !important;
		}

		.wp-padding-left-40-whenwide {
			padding-left: 0px !important;
		}
	}	

	.wp-padding-bottom-40{
		padding-bottom: 40px !important;
	}

	.wp-margin-left-60 {
		margin-left: 60px !important;
	}
	
	.wp-margin-right-60 {
		margin-right: 60px !important;
	}
	
	.wp-margin-top-60 {
		margin-top: 60px !important;
	}
	
	.wp-margin-bottom-60 {
		margin-bottom: 60px !important;
	}
	
	.wp-margin-right-whenwide {
		margin-right: 15px;
	}

	.wp-margin-left-whenwide {
		margin-left: 15px;
	}



	@media screen and (min-width: 1000px) {
		.wp-padding-right-5p-whenwide {
			padding-right: 5%;
		}
	}



	@media screen and (min-width: 1000px) {
		.wp-padding-left-25p-whenwide {
			padding-left: 25%;
		}
	}



	.wp-padding-right-50-whenwide {
		padding-right: 50px !important;
	}

	.wp-padding-left-50-whenwide {
		padding-left: 50px !important;
	}



	
	.wp-padding-right-150-whenwide {
		padding-right: 150px !important;
	}
	
	.wp-padding-right-100-whenwide {
		padding-right: 100px !important;
	}

	.wp-padding-left-100-whenwide {
		padding-left: 100px !important;
	}
	
	.wp-visible-less1000 {
		display: none; 
	}

	
	@media screen and (max-width: 1000px) {

		.wp-visible-less1000 {
			display: flex; 
		}

		.wp-margin-right-whenwide{
			margin-right: 0px !important;
		}

		.wp-margin-left-whenwide {
			margin-left: 0px !important;
		}
		
		.wp-padding-right-50-whenwide {
			padding-right: 20px !important;
		}

		.wp-padding-left-50-whenwide {
			padding-left: 20px !important;
		}
		
		.wp-padding-right-150-whenwide {
			padding-right: 50px !important;
		}
		
		.wp-padding-right-100-whenwide {
		padding-right: 50px !important;
		}

		.wp-padding-left-100-whenwide {
			padding-left: 50px !important;
		}
		
	}

	
	
	.wp-padding-bottom-small{
		padding-bottom: 10px;
	}
	
	.wp-grid-flex-Border-Blue-Bottom{
		border-bottom: 1px solid #002F87;
	}
	
	.wp-grid-flex-Border-Blue-Left{
		border-left: 1px solid #002F87;
	}
	
	.wp-grid-flex-Border-Blue-Top{
		border-top: 1px solid #002F87;
	}
	
	.wp-grid-flex-Border-Blue-TopInside{
		border-top: 1px solid #002F87;
		padding-top: 1px;
		width: 100%;
		margin-right: 2px;
	}
	
	
	.wp-grid-flex-Border-Blue{
		border: 1px solid #002F87;
	}

	.wp-grid-flex-border-white{
		border: 1px solid #FFFFFF;
	}

	.wp-grid-flex-borderx2-white{
		border: 2px solid #FFFFFF;
	}

	.wp-grid-flex-borderx2-caesarstonedarkgray{
		border: 2px solid #6E7371;
	}

	.wp-grid-flex-noborder{
		border: none !important;
		border: 0px !important;
	}


	.wp-grid-img-150px{
		width: 150px;
	}

	.wp-grid-img-width40r{
		width: 40%;
		max-width: 175px;
	}

	.wp-maxwidth-1200{
		max-width: 1200px;
	}

	.wp-maxwidth-330{
		max-width: 330px;
	}

	.wp-maxwidth-225{
		max-width: 225px;
	}

	.wp-maxwidth-150{
		max-width: 150px;
	}

	.wp-grid-img-width60r{
		width: 60%;
	}

	.wp-labtest-logo-maxwidth{
		max-width: 450px;
	}
	
	.wp-labtest-logo-maxwidth2{
		max-width: 475px;
	}
	
	.wp-labtest-steps{
		max-width: 80px;
		max-height: 80px;
	}
	

	
	.wp-labtest-logo-height{
	}
	

	@media screen and (max-width: 600px) {

		.wp-grid-img-width40r{
			width: 100%;
		}

		.wp-grid-img-width60r{
			width: 100%;
		}
	}



	.wp-grid-img-width100{
		width: 100% !important;
	}

	.wp-colourforecast-tabimage-maxheight{
		max-height: 630px;
	}

	@media screen and (max-width:1920px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 630px;
		}
	}
	
	@media screen and (max-width:1800px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 590px;
		}
	}
	
	@media screen and (max-width:1700px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 550px;
		}
	}
	
	@media screen and (max-width:1600px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 510px;
		}
	}
	
	@media screen and (max-width:1500px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 475px;
		}
	}	
	
	@media screen and (max-width:1400px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 442px;
		}
	}	
	
	@media screen and (max-width:1366px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 765px;
		}
	}	
	
	@media screen and (max-width:1300px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 728px;
		}
	}	


	@media screen and (max-width:1200px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 665px;
		}
	}	
	
	@media screen and (max-width:1100px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 600px;
		}
	}

	@media screen and (max-width:1000px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 1340px;
		}
	}

	@media screen and (max-width:900px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 1200px;
		}
	}

	@media screen and (max-width:800px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 1065px;
		}
	}

	@media screen and (max-width:700px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 780px;
		}
	}

	@media screen and (max-width:600px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 670px;
		}
	}

	@media screen and (max-width:500px) {
		.wp-colourforecast-tabimage-maxheight{
			max-height: 540px;
		}
	}


	.wp-grid-img-icon{
		max-width: 160px;
		max-height: 160px;
	}
	
	.wp-grid-img-video{
		max-width: 900px;
	}
	
	.wp-grid-img-fullwidth{
		width:inherit;
		object-fit: contain;
		display: block;
		height: auto;
	}

	.wp-grid-img-width70p{
		width:70%;
		object-fit: contain;
		display: block;
		height: auto;
	}

	.wp-grid-img-width80p{
		width:80%;
		object-fit: contain;
		display: block;
		height: auto;
	}

	.wp-grid-img-fullwidthp{
		width:100%;
		object-fit: contain;
		display: block;
		height: auto;
	}

	.wp-grid-img-fullwidthp2{
		width:100%;
		object-fit: contain;
		display: block;
	}

	.wp-grid-img-fullwidthWithBorder{
		width:inherit;
		object-fit: contain;
		display: block;
		height: auto;
		border: 1px;
		padding-right: 2px;
	}
	
	.wp-grid-img-fullheightp{
		Height: 100%;
		Width: auto;
		
	}
	
	.wp-grid-img-fullheight{
		Height:inherit;
		
	}

	.wp-grid-img-fixedheight-small{
		Height:	35px;
		width: auto;
	}

	.wp-grid-img-maxheight-100{
		max-height:	100px;
	}

	.wp-grid-img-maxwidth-medium{
		max-width:	400px;

	}
	
	.wp-grid-img-maxheight-medium{
		max-height:	350px;

	}
	
	.wp-grid-img-maxheight-medium{
		max-height:	350px;

	}
	
	.wp-grid-width-20px{
		width: 20px !important;
	}
	
	.wp-grid-width-100-20px{
		width: calc(100% - 20px) !important;
	}
	
	.wp-grid-width-90p{
		width: 90% !important;
	}
	
	.wp-grid-width-95p{
		width: 95% !important;
	}
	
	
	.wp-grid-img-fixedheight-medium{
		Height:	300px;
		width: auto;
	}
	
		.wp-grid-img-fixedheight-large{
		Height:	500px;
		width: auto;
	}


/* Text */
	

	
	.wp-header-text {
		padding-left: 20px;
		padding-right: 20px;
		color: #002F87;
		padding-bottom: 0px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}

	.wp-header-text h2 {
		font-size: 28px;
		margin: 10px 0px 10px 0px; 	
	}
	
	.wp-header-text h2plus {
		font-size: 30px;
		margin: 10px 0px 10px 0px; 
		font-weight: 600;		
	}
	
	.wp-header-text h5 {
		font-size: 23px;
		margin: 10px 0px 0px 0px;
	}

	.wp-header-text h6 {
		font-size: 20px;
		margin: 10px 0px 0px 0px;
	}

	.wp-header-text h6 input{
		font-size: 16px;
		margin: 10px 0px 0px 0px;
		font-weight: normal;		
	}

	.wp-header-text h6 select{
		font-size: 16px;
		margin: 10px 0px 0px 0px;
		font-weight: normal;		
	}

	.wp-header-text h7 {
		font-size: 20px;
		margin: 10px 0px 0px 0px;
	}

	.wp-font-weight-normal {
		font-weight: normal !important;
	}


	.wp-text-transform-none {
		text-transform: none !important;
	}
	
	.wp-text-transform-upper {
		text-transform: uppercase !important;
	}
	
	.wp-text-transform-Title {
		text-transform: capitalize !important;
	}
	
	.wp-textalign-right{
		text-align: right;	
	}
	
	.wp-text-align-center {
		text-align: center !important;
	}

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


	.wp-text-align-justify {
		text-align: justify !important;
	}

	
	.wp-plain-text {
		padding-left: 20px;
		padding-right: 20px;
		color: #002F87;
		width: 100%;
	}
	
	.wp-plain-text h5 {
		font-size: 16px;
		font-weight: bold;		
	}
	
	.wp-plain-text p {
		font-size: 16px;
		text-decoration: none;
		margin: 5px 0px 5px 0px;
	}
	
	.wp-textsize-10 {
		font-size: 10px !important;
	}
	
	.wp-textsize-10 p {
		font-size: 10px;
	}
	
	.wp-textsize-h2 {
		font-size: 28px !important;
	}
	
	.wp-plain-text li {
		font-size: 16px;
		text-decoration: none;
	}
	
	.wp-font-testlab-mp-38{
		font-family: "Myriad Pro Semibold" !important; 
		font-size: 38px ;
		line-height: 38px !important;
		font-weight: normal !important;
	}
	
	.wp-font-testlab-mpr-18{
		font-family: "Myriad Pro Regular" !important; 
		font-size: 18px ;
		font-weight: normal !important;
		line-height: 100%;
	}
	
	.wp-font-testlab-mpr-22{
		font-family: "Myriad Pro Regular" !important; 
		font-size: 22px ;
		font-weight: normal !important;
		line-height: 100%;
	}
	
	.wp-font-testlab-mp-20{
		font-family: "Myriad Pro Regular" !important; 
		font-size: 20px ;
		letter-spacing: 2px !important;
		line-height: 80%;
		font-weight: normal !important;
	}

	.wp-font-testlab-mpi-20{
		font-family: "Myriad Pro Regular" !important; 
		font-size: 20px ;
		font-style: oblique !important; 
		font-weight: normal !important;
		line-height: 80%;
	}

	.wp-font-testlab-mp-18{
		font-family: "Myriad Pro Bold" !important; 
		font-size: 18px ;
		letter-spacing: 1px;
		font-weight: normal !important;
	}

	.wp-font-testlab-mp-27{
		font-family: "Myriad Pro Bold" !important; 
		font-size: 27px ;
		letter-spacing: 1px;
		font-weight: normal !important;
	}
	
	.wp-font-calibreregular{
		font-family: "Calibre-Regular" !important; 
	}
	
	.wp-font-calibrelight{
		font-family: "Calibre-Light" !important; 
	}
	
	.wp-font-timesregular{
		font-family: "Times-Regular" !important; 
	}
	
	.wp-fontsize-10{
		font-size: 10px !important;
	}
	
	.wp-fontsize-20{
		font-size: 20px !important;
	}
	
	.wp-fontsize-25{
		font-size: 25px !important;
	}
	
	.wp-fontsize-30{
		font-size: 30px !important;
	}
	
	.wp-fontsize-40{
		font-size: 40px !important;
	}	

	.wp-fontsize-50{
		font-size: 50px !important;
	}	
	
	@media screen and (max-width: 1366px) {
		
		.wp-fontsize-10{
			font-size: 10px !important;
		}
		
		.wp-fontsize-20{
			font-size: 17px !important;
		}
		
		.wp-fontsize-25{
			font-size: 20px !important;
		}
		
		.wp-fontsize-30{
			font-size: 25px !important;
		}
		
		.wp-fontsize-40{
			font-size: 35px !important;
		}	

		.wp-fontsize-50{
			font-size: 40px !important;
		}	
	}
	
		@media screen and (max-width: 500px) {
		

		
		.wp-fontsize-20{
			font-size: 17px !important;
		}
		
		.wp-fontsize-25{
			font-size: 17px !important;
		}

	}
	
	
	
	h2.wp-font-testlab-bn-90{
		font-family: "BigNoodleTitlingOblique" !important; 
		font-size: 90px ;
		letter-spacing: 5px !important;
		line-height: 80%;
		font-weight: normal !important;
	}
	
	h2.wp-font-testlab-bn-72{
		font-family: "BigNoodleTitlingOblique" !important; 
		font-size: 72px ;
		letter-spacing: 5px !important;
		line-height: 80%;
		font-weight: normal !important;
	}
	
	h2.wp-font-testlab-bn-70{
		font-family: "BigNoodleTitlingOblique" !important; 
		font-size: 70px;
		letter-spacing: 8px !important;
		font-weight: normal !important;
	}


	
	h2.wp-font-testlab-bn-60{
		font-family: "BigNoodleTitlingOblique" !important; 
		font-size: 60px;
		letter-spacing: 6px !important;
		font-weight: normal !important;
	}

	h2.wp-font-testlab-bn-35{
		font-family: "BigNoodleTitlingOblique" !important; 
		font-size: 35px;
		line-height: 80%;
		font-weight: normal !important;
	}
	
	h6.wp-text-align-left {
		text-align: left !important;
	}
	
	h2.wp-text-align-left {
		text-align: left !important;
	}
	
	
	h2.wp-text-weight-600 {
		font-weight: 600 !important;
	}	
	
	
	h2.wp-text-weight-700 {
		font-weight: 700 !important;
	}	
	
	h2.wp-text-weight-800 {
		font-weight: 800 !important;
	}	

	h2.wp-text-weight-900 {
		font-weight: 900 !important;
	}	

	
@media (max-width:1336px) {

	.wp-header-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wp-header-text h2 {
		font-size: 24px;
	}

	.wp-header-text h2plus {
		font-size: 26px;
	}

	.wp-textsize-h2 {
		font-size: 24px !important;
	}

	
	.wp-header-text h5 {
		font-size: 19px;
	}

	.wp-header-text h6 {
		font-size: 14px;
	}

	.wp-header-text h6 input{
		font-size: 14px;
	}

	.wp-header-text h6 select{
		font-size: 14px;
	}


	.wp-header-text h7 {
		font-size: 15px;
	}

	.wp-plain-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wp-plain-text p {
		font-size: 13px;
	}
	
	
	h2.wp-font-testlab-mp-38{
		font-size: 32px !important;
	}
	
	h2.wp-font-testlab-mpr-18{
		font-size: 15px !important;
	}
	
	h2.wp-font-testlab-mpr-22{
		font-size: 18px !important;
	}
	
	h2.wp-font-testlab-mp-20{
		font-size: 17px !important;
	}

	h2.wp-font-testlab-mpi-20{
		font-size: 17px !important;
	}

	h2.wp-font-testlab-mp-18{
		font-size: 15px !important;
	}

	h2.wp-font-testlab-mp-27{
		font-size: 23px !important;
	}
	
	
	h2.wp-font-testlab-bn-90{
		font-size: 76px !important;
	}
	
	h2.wp-font-testlab-bn-72{
		font-size: 55px !important;
		letter-spacing: 4px !important;
	}
	
	h2.wp-font-testlab-bn-70{
		font-size: 50px !important;
		letter-spacing: 4px !important;
	}
	
	h2.wp-font-testlab-bn-60{
		font-size: 42px;
	}

	h2.wp-font-testlab-bn-35{
		font-size: 51px !important;
	}
	
	
}



	
@media (max-width:600px) {

	
	h2.wp-font-testlab-bn-60{
		font-size: 30px;
	}
	
	
}



	/* Buttons */
	
	.wp-tab-blue {
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		display: inline-block;
		background: #002F87;
		color: #fff;
		border: 1px solid transparent;
		text-transform: uppercase;
		/* margin: 0px 10px 10px 10px; */
		width: 100%;
		/* width: calc(100% - 20px); */
		padding: 13px;
	}
		
	.wp-banner-blue {
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		display: inline-block;
		background: #002F87;
		color: #fff;
		border: 1px solid transparent;
		text-transform: uppercase;
		margin: 0px 10px 10px 10px;
		width: 100%;
		/* width: calc(100% - 20px); */
		padding: 13px;
	}
	
	
	.wp-btn-transparent {
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		display: inline-block;
		text-transform: uppercase;
		margin: 0px 10px 10px 10px;
		width: 100%;
		padding: 13px;
	}
	
	.wp-btn-blue {
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		display: inline-block;
		background: #002F87;
		color: #fff;
		border: 1px solid transparent;
		text-transform: uppercase;
		margin: 0px 10px 10px 10px;
		width: 100%;
		/* width: calc(100% - 20px); */
		padding: 13px;
	}
	
	.wp-btn-white {
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		display: inline-block;
		background: #ffffff;
		color: #002F87;
		border: 1px solid #002F87;
		text-transform: uppercase;
		margin: 0px 10px 10px 10px;
		width: 100%;
		/* width: calc(100% - 20px); */
		padding: 13px;
	}
	

	
	.wp-btn-blue:hover, .wp-btn-blue:active, .wp-btn-blue:focus {
		background: #002F87;
		border: 1px solid #transparent;
		border-width: 1px;
		border-style: solid;
		border-image: initial;
		color: #fff;
	}


	.wp-btn-white:hover, .wp-btn-white:active, .wp-btn-white:focus {
		background: #eee;
		border: 1px solid #2448A5;
		border-width: 1px;
		border-style: solid;
		border-image: initial;
		color: #002F87;
	}
	
	.wp-btn-transparent:hover, .wp-btn-transparent:active, .wp-btn-transparent:focus {
		background: #eee;
		border: 2px solid #ffffff;
		border-style: solid;
		border-image: initial;
		color: #ffffff;
		font-size: 14px;
	}
	

	
	
	
	
	

	


	 
	/* Store Finder */

	.wp-result-header{
		min-height: 35px;
		margin: 10px 0px 10px 0px;
		background-color: #0071BC !important;
		color: #fff !important;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}

	.wp-result-icon{
		height: 35px;
		margin-right:5px;
		margin-left:5px;	
	}


	.wp-result-icon-container{
		display: flex;
		justify-content: center;
		height: 35px;
		width: 50px;
	}

	.wp-result-detail-row{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		width: 80vw;
		align-items: center;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.wp-result-detail-row-text{
		width: 60vw;
		display: flex;
		justify-content: flex-start;
		color: #002F87 !important;
	}

	.wp-result-detail-row-button{
		width: 20vw;
		display: flex;
		justify-content: flex-end
	}

	.wp-result-detail-btn{
		width: 250px;
	}

	.wp-searchfield{
		width: 70% !important;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		border-left: none;
		border-right: none;
		background: #fff;
		color: #333;
		font-size: 12px;
		margin: 0px 0px 0px 25px !important;
		padding: 0;
		height: 41px;
		text-indent: 15px;
	}

	.wp-searchbutton{
		width: 20% !important;
	}
	
	.wp-colourstone-buttonwidth{
		width: 45% !important;
	}



@media screen and (max-width: 1366px) {
	.wp-result-detail-row{
		width: 90vw !important;
	}	
	
	.wp-result-detail-row-text
	{
		width: 65vw !important;
	}
	
	.wp-result-detail-row-button{
		width: 35vw !important;
	}
	
}

@media screen and (max-width:768px) {

	.wp-width100p_on_narrow{
		width: 100%;
	}

	.wp-searchbutton{
		width: 90% !important;
		margin: 10px !important;
		float: left
	}

	.wp-searchfield{
		width: 90% !important;
		margin: 10px !important;
	}
		
	.wp-result-detail-row{
		flex-direction: column;
	}	
		
	.wp-result-detail-row-text
	{
		width: 90vw !important;
	}
		
	.wp-result-detail-row-button
	{
		width: 90vw !important;
	}
		
	.wp-result-detail-btn
	{
		width: 90% !important;
		margin: 10px !important;
	}
		
}




	
	
	/* Products */

	.product-details > div {
		float: left;
		padding: 5px;
		margin-top: 20px;
		height: 170px;
	}


	.product-innerdetail 
	{ 
		min-height: 159px; 
		height: auto; 
	}

	.add-info {
		float: left;
		width: 18.5%;
		height: 53px;
		margin-left: 2px;
		margin-right: 2px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}

	.add-info div {
		width: 97%;
		position: absolute;
		top: 27px;
		word-wrap: break-word;
		font-size: 10px;
		height: 25px;
		margin-left: 1px;
		color: black;
	}

	.add-info img {
		width: auto;
		height: 50%;
	}

	.product-additionalinfo {
		overflow: hidden;
		width: 100%;
		position: relative;
		top: 0px;
	}

	
	
	
	
	.wp-product-actions {
		width: 100%;
		margin: 10px;
	}

	.wp-product-details-btn {
		display: inline-block;
		width: 100%;
		height: 28px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		background: #002F87;
		padding-left: 10px;
		text-align: left;
		text-transform: none;
		color: #ffffff;
		margin-bottom: 1px; 
	}
	
	.wp-product-viewdatasheet-btn {
		display: inline-block;
		width: calc(100% - 100px);
		height: 28px;
		background: #002F87;
		padding-left: 10px;
		text-align: left;
		text-transform: none;
		color: #ffffff;
	}
	
	.wp-product-adddatasheet-btn {
		display: inline-block;
        width: 100px;
        height: 28px;
        background: #0071BC;
        text-align: center;
    }
	
	.wp-product-sizes {    
		position: relative;
		left:-2px;
		width: calc(100% + 4px);
		border: none;
	}
	
	.wp-product-sizeinfo {
		background: #002F87;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		border: none;
		text-align: center;
		padding: 2px;
	}

	.wp-product-sizes td:first-of-type {
		border-bottom-left-radius: 5px;  
		padding-left: 0px;
	}

	.wp-product-sizes td:last-of-type {
		border-bottom-right-radius: 5px;     
		padding-right: 0px;		
	}

	.wp-product-image {
		object-fit: contain;
		display: block;
		max-height:150px;
		max-width:100%;
		margin:10px;
	}
	
				
		
	
	.product-actions a.btn {
		width: 100% !important;
		height: 28px;
		
		background: #002F87 !important;
		padding: 5px 10px !important;
		text-align: left;
		text-transform: none;
		color: #ffffff !important;
		margin-bottom: 1px;
	}
	
	
	.product-actions a.btn {
		width: 100% !important;
		height: 28px;
		border-bottom-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		background: #002F87 !important;
		padding: 5px 10px !important;
		text-align: left;
		text-transform: none;
		color: #ffffff !important;
		margin-bottom: 1px;
	}


	.product-actions a.btn.add-to-cart {
		float: left;
		width: 80px !important;
		font-size: 9px;
		height: 28px;
		background: #0071BC !important;
		padding-top: 8px !important;
		text-align: center;
	}


	.product-details {    
		margin-top: -3px;
		text-align: center;
	}
		
	.product-image {
		margin-top: -3px;
		text-align: center;
		displa:flex;
	}
		
	.product-image img {
		min-height: 0;
		max-height: 200px;
		max-width: 160px;
		width: 100%;
		object-fit: contain;
	}
		
	.testlab-grid-centred
	{
		width: 10vw;
		position:relative !important; 
		left: -5vw; bottom:40px; z-index: 10; 
	}
		
	.carousel-arrows{
		position:absolute !important; 
		bottom: 40px;
		width: 100%;
	}
	
	.carousel-button{
		color:transparent;
		background:transparent; 
		border:none; 
		z-index:-100;
	}
	

	
	.carousel-button:focus{
		outline:0;
	}
	
		
	.carousel-arrow-left{
		position:absolute !important; 
		left: 35px;
		z-index: 20;
	}
	
	.carousel-arrow-right{
		position:absolute !important; 
		right: 35px;
		z-index: 20;
	}
	
	@media screen and (max-width:1000px) {
		.testlab-grid-centred
		{
			display:none !important; 
		}
	}

	@media screen and (min-width:1000px) {
		.caesarlanding-top
		{
			background-color: transparent !important;
			position: absolute !important;
			top: 0px;
			left: 0px;
			z-index: 10;
		}
	}

	@media screen and (max-width:1000px) {
		.caesarlanding-top
		{
			position:relative !important; 
		}
	}
	
	
		@media screen and (min-width:1000px) {
		.caesarlanding-bottom
		{
			position: absolute !important;
		bottom: 0px;
		right: 0px;
			z-index: 10;
		}
	}

	@media screen and (max-width:1000px) {
		.caesarlanding-bottom
		{
			position:relative !important; 
		}
	}

	
	.product-header {
		position: relative;    
		background-color: #002F87;
		color: white;
		padding: 0px;    
		height: 34px;
		margin-top: 20px;
		overflow: hidden;
		z-index: 98;
	}
		

	.product-brand {
		color: black;    
		width: 100px;
		padding: 0px;
		text-align: center;   
		height: 34px;
		border: none;     
		float: left;
		background: #ffffff;   
		text-align: center;
		border: 1px solid #2e2f31;
	}



	
	
	/* Unchecked below */

	/* #MenuH ul, #MenuH li{ */
		/* list-style-type: none; */
	/* } */

	/* #MenuH ul.menu, #MenuH li, #MenuH li a, #MenuH li span { */
		/* display: inline-block; */
	/* } */



	/* #MenuH > ul > li { */
		/* float: left; */
	/* } */

	/* #MenuH .submenu { */
		/* display: none; */
		/* z-index: 500; */
	/* } */

	/* .IE7 #MenuH .menu, .IE8 #MenuH .menu { */
		/* display: block !important; */
	/* } */

	/* .IE7 #MenuH > select, .IE8 #MenuH > select { */
		/* display: none !important; */
	/* } */

	/* .IE7 #MenuH > select + span, .IE8 #MenuH > select + span { */
		/* display: none !important; */
	/* } */


	/* #MenuH { */
		/* display: inline-block; */
		/* position: relative; */
		/* padding: 5px 15px 0px 15px !important; */
	/* } */

	/* #MenuH .menu { */
		/* float: left; */
		/* margin-left: -15px; */
		/* padding: 5px 15px 0px 15px !important; */
	/* } */

		  

	/* #MenuH .menu > li > a, #MenuH .menu > li > span { */
		/* background: transparent; */
		/* color: #002F87; */
		/* font-family: Oswald,Helvetica,Arial,Verdana,sans-serif; */
		/* font-weight: normal; */
		/* padding: 5px 10px 5px 10px !important; */
		/* text-decoration: none; */
		/* text-transform: uppercase; */
		/* /* transition: .2s all; */ */
	/* } */

	/* #MenuH .menu > li:hover > a, #MenuH .menu > li:hover > span { */
		/* background: #002F87; */
		/* color: #fff; */
		/* font-family: Oswald,Helvetica,Arial,Verdana,sans-serif; */
		/* font-weight: normal; */
		/* padding: 5px 10px 0px 10px !important;  */
		/* text-decoration: none; */
		/* text-transform: uppercase; */
	/* } */

	/* #MenuH .menu > li.sel > a, #MenuH .menu > li.sel > span { /*background:#00adef;color:#fff;*/ */
		/* border-bottom: 1px solid; */
		/* font-family: Oswald,Helvetica,Arial,Verdana,sans-serif; */
		/* font-weight: normal; */
		/* padding: 5px 15px 0px 15px !important;  */
		/* text-decoration: none; */
		/* text-transform: uppercase; */
	/* } */

	/* #MenuH .submenu { */
		/* background-color: #002F87; */
		/* margin: 0; */
		/* padding: 0; */
		/* z-index: 9999; */
	/* } */

	/* #MenuH .submenu li, #MenuH .submenu li:hover, #MenuH .submenu li.sel { */
	/* background: transparent; */
	/* } */

	/* #MenuH .submenu li a, #MenuH .submenu li span { */
		/* background: transparent; */
		/* font-family: Oswald,Helvetica,Arial,Verdana,sans-serif; */
		/* padding: 5px 15px 5px 15px !important;  */
		/* text-decoration: none; */
		/* text-transform: uppercase; */
		/* color: #FFFFFF; */
	/* } */

	
	
	
	/* This is the hover over menu item */
	/* #MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.sel > a, #MenuH .submenu li.sel > span { */
		/* background: transparent; */
		/* font-family: Oswald,Helvetica,Arial,Verdana,sans-serif; */
		/* padding: 5px 15px 5px 15px !important;  */
		/* text-decoration: none; */
		/* text-transform: uppercase; */
		/* color: #000; */
	/* } */

	
	
	
	/* #MenuH.megamenu .mega > .submenu > li, #MenuH.megamenu .mega > .submenu > .megamenu-row > li { */
		/* border-right: 1px solid #fff; */
		/* border-right: 1px solid rgba(255,255,255,0.3); */
		/* padding: 5px 5px 15px; */
	/* } */

	/* #MenuH.megamenu .mega > .submenu > li:last-child, #MenuH.megamenu .mega > .submenu > .megamenu-row > li:last-child { */
		/* border-right: none; */
	/* } */

	/* #MenuH.megamenu .mega > .submenu > li > a, #MenuH.megamenu .mega > .submenu > .megamenu-row > li > a { */
		/* font-weight: bold; */
		/* font-size: 15px !important; */
		/* padding: 5px 15px 0px 15px !important; */
	/* } */

	/* #MenuH.megamenu .mega > .submenu .submenu { */
		/* border: none; */
		/* box-shadow: none; */
		/* padding-left: 15px; */
		/* padding: 5px 15px 0px 15px !important; */
	/* } */

	/* #MenuH.megamenu .mega > .submenu .submenu li a { */
		/* font-size: .9em; */
		/* padding: 6px 10px 6px 0; */
	/* } */

	/* .IE7 #MenuH .submenu, .IE8 #MenuH .submenu { */
		/* margin-top: -1px; */
	/* } */

	/* * { */
		/* -webkit-box-sizing: border-box; */
		/* -moz-box-sizing: border-box; */
		/* box-sizing: border-box; */
	/* } */

		/* *:before, *:after { */
			/* -webkit-box-sizing: border-box; */
			/* -moz-box-sizing: border-box; */
			/* box-sizing: border-box; */
		/* } */

		
		
	/* #MenuH ul.menu, #MenuH li, #MenuH li a, #MenuH li span { */
		/* display: inline-block; */
		/* padding: 0px 10px 0px 10px !important; */
	/* } */
		
		
		
		
		
		
		
		
		
		
		
	/* MINE	 */
	#MenuH {
		display: inline-block;
		position: relative;
		padding: 5px 15px 0px 15px !important;
		text-align: left;
	}	
	
	#MenuH .menu {
		display: inline-block;
		float: left;
		list-style-type: none;
		margin-left: -15px;
		padding: 0px 10px 0px 10px !important;
	}
	
	#MenuH li{
		display: inline-block;
		list-style-type: none;
		padding: 0px 10px 0px 10px !important;		
	}
	
	 #MenuH li a{
		display: inline-block;
		text-transform: uppercase;
		text-decoration: none;
		padding: 5px 10px 5px 10px !important;
		font-weight: normal;
		color: white;
		background: transparent;
		font-weight: bold;
		font-size: 15px;
	}
	
	@media screen and (max-width:768px) {
		#MenuH li a{
			display: none;
		}
			
			
		.MenuHeader{
			display: none !important;
		}
						
	}
	

	
	#MenuH .submenu {
		display: none;
		background-color: #002F87;
		list-style-type: none;
		margin: 0;
		padding: 0;
		z-index: 9999;
		flex-direction: column;
	}
	
	#MenuH .submenu li {
		display: block;
		background: transparent;
		list-style-type: none;
		padding: 0px 10px 0px 10px !important;
		white-space: nowrap;
		text-align:left;
	}
	
	#MenuH .submenu li a {
		display: inline-block;
		background: transparent;
		color: #ffffff;
		list-style-type: none;
		padding: 5px 15px 5px 15px !important; 
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		text-align:left;
		font-size: 13px;
	}
	
	#MenuH .submenu li:hover > a {
		color: #0071BC;
	}
	
	.MenuHeader{
		display: inline-block;
		text-transform: uppercase;
		text-decoration: none;
		padding: 5px 10px 5px 10px !important;
		font-weight: normal;
		color: white;
		background: transparent;
		font-weight: bold;
		font-size: 15px;
	}
	
	
	
		/* #MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.sel > a, #MenuH .submenu li.sel > span { */
		/* background: transparent; */
		/* font-family: Oswald,Helvetica,Arial,Verdana,sans-serif; */
		/* padding: 5px 15px 5px 15px !important;  */
		/* text-decoration: none; */
		/* text-transform: uppercase; */
		/* color: #000; */
	/* } */

	
	
	/* #MenuH ul ul li { */
		/* /* white-space: nowrap; */ */
		/* display: block; */
	/* }	 */
		
	/* #MenuH ul ul li a { */
		/* display: block; */
	/* } */

	/* #MenuH ul ul li span { */
		/* display: block; */
	/* } */
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	
	.product-search-container {
		 overflow: hidden;
	 }

	 fieldset {
		 border: none;
		 background: none;
	 }

	 .product-search-container legend {
		 text-decoration: none;
		 border-bottom: none;
		 padding: 0;
		 margin: 0;
		 padding-left: 10px;
	 }

	 .product-search-container fieldset {
		 float: left;
		 width: 70%;
		 border: solid 1px black;
		 -ms-border-radius: 5px;
		 border-radius: 5px;
		 -webkit-box-shadow: 5px 5px 5px gray;
		 -ms-box-shadow: 5px 5px 5px gray;
		 box-shadow: 5px 5px 5px gray;
		 padding: 10px;
		 margin: 10px;
	 }

	.product-search-container .ads {
		 float: right;
		 min-height: 160px;
		 width: 23%;
		 border: solid 1px black;
		 padding: 20px;
		 text-align: center;
		 margin: 10px;
		 padding-top: 60px;
		 margin-top: 20px;
	 }

	.product-buttons a{
		width: 100px;
		margin-left: 0px;
		margin-right: 16px;
		margin-bottom: 10px;
	}

	.product-filters {
		margin: 10px;
	}

	/* .product-filters .tab-content { */
		/* padding: 10px; */
		/* border: solid 1px #ddd; */
		/* border-top: none; */
		/* -ms-border-bottom-left-radius: 5px; */
		/* border-bottom-left-radius: 5px; */
		/* -ms-border-bottom-right-radius: 5px; */
		/* border-bottom-right-radius: 5px; */
	/* } */

	.brand-buttons select { width: 100%; border: 1px solid #686868; }

	/* Unchecked below */

	
		
		
		
		
		
		



	#use select {
		/*margin: 3px;
		font-size: 11px;*/
		width: 100%;
	}

	/*
	#use select:nth-child(2) {
		width: 28%;
	}

	#use select:last-child {
		width: 33%;
	}

	#use select:first-child {
		width: 33%;
	}
	*/

	.search-filter {
		margin-top: 0px;
		position: relative;
		overflow: hidden;
	}

	.search-filter a {
		float: right;
		margin-right: 10px;
	}

	.search-filter input[type=text] {
		width: 50%;
		padding-left: 25px;
	}

	.search-filter i {
		position: absolute;
		top: 10px;
		left: 8px;
	}

	.search-filter img.loading {
		width: 15px;
		margin-left: 5px;
		margin-top: -5px;
	}

	#searching-product {
		display: none;
	}

	.product-list {
		border-top: solid 1px gray;
		padding: 10px 0;
		margin: 0px;
	}

	.product-info {
		min-height: 250px;
	}



	.product-brand {
		color: black;    
		width: 100px;
		padding: 0px;
		text-align: center;   
		height: 34px;
		border: none;     
		float: left;
		background: #ffffff;   
		text-align: center;
		border: 1px solid #2e2f31;
	}

	.product-heading {
		font-weight: bold;
	}

	.conditions-sectionheader {
		font-weight: bold;
		margin-top: 40px;
		margin-bottom: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.product-details {
		overflow: hidden;
		padding-bottom: 10px;
		margin-top: -60px;
		padding-top: 60px;
		position: relative;
		z-index: 99;
	}



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

	.product-quicklinks h5 {
		margin: 0;
		padding: 0;
		margin-top: -5px;
	}

	.product-quicklinks a {
		display: block;
		margin-top: 10px;
		width: 95%;
		margin-left: 5px;
	}


	.product-details .product-detail {
		width: 58%;
	}
	.product-details .product-quicklinks {
		width: 21%;
	}

	.product-detail {
		overflow: hidden;
		width: 100%;
	}

	.product-innerdetail {            
		padding-top: 10px;
		position: relative;
	}




		.product-sizes td + td {
			border-left: 1px solid #ffffff;
		}

		.product-sizes td:first-of-type {
			border-bottom-left-radius: 5px;        
		}

		.product-sizes td:last-of-type {
			border-bottom-right-radius: 5px;        
		}


	.product-desc p:first-child {
		font-size: 14px;
		font-weight: bold;
	}

	.product-desc p {
		text-align: justify;    
	}

		.product-actions a.btn i.fa {
			float: right;
		}

		.product-actions a.btn.btn-details {
			border-top-left-radius: 5px !important;
			border-top-right-radius: 5px !important;
		}

		.product-actions a.btn.btn-msds,
		.product-actions a.btn.btn-tds {
			width: calc(100% - 80px) !important;
			float: left;
		}

	.btn-warning .badge {
		background-color: #777777;
	}




	 /*.reset-search {
					display: none;
				}*/

		/*#product-filters.fixed {
					position: fixed;
					top: 0;
					left: 0;
					z-index: 1;
					width: 18%;
					margin-left: 10.5%;
					border-bottom: 5px solid #ffffff;
				}*/
		.product-bg-img {
			height: 87%;
			position: absolute;
			right: 0;
		}

		.product-section {
			background: transparent;
		}

			.product-section h1 {
				border-bottom: none;
				text-transform: none;
				margin-bottom: auto;
				line-height: normal;
				margin-top: 15px;
			}

		.product-content {
			/*width: 65%;*/
		}

		.product-search-container {
			background: #e4e4e6 none repeat scroll 0 0;
			overflow: hidden;
			width: 100%;
		}

		.product-filters {
			padding-top: 7px;
			/*width: 65%; */
			margin:10px auto; 
			padding-left:0;
		}

		#products ul li.active a {
			background: #e4e4e6 !important;
		}

		.search-filter a {
			float: none;
		}

		#brand > select {
			border: 1px solid;
		}

		#use > select {
			border: 1px solid;
		}

		#advanced-search select {
			width: 100%;
			margin-bottom: 10px;
			border: 1px solid;
		}

		/*#brand select:last-child {
			width: 27%;
		}*/

		.product-heading a {
			color: white !important;
			display: block; float: left; margin-top: 5px; margin-left: 15px;
		}

		#msds-cart i {
			margin-right: 10px;
			display: block;
			float: left;
			margin-top: 2px;
		}

		#msds-cart span {
			margin-left: 5px;
		}

		#product-filters h4 {
			border-bottom: solid 1px gray;
			padding-bottom: 2px;
		}

		#filter-list li a {
			overflow: hidden;
			padding: 5px 10px 5px 10px;
			border: solid 1px gray;
			color: gray;
			margin-top: 1px;
			margin-bottom: 1px;
		}

		#filter-list li i {
			margin-top: 3px;
		}

		#filter-list span.filter-badge {
			display: inline;
			font-size: 12px;
			margin-left: 10px;
			color: black;
		}

		#filter-list li .filter-container {
			border: solid 1px gray;
			border-top: none;
			margin-top: -2px;
			padding: 5px;
			overflow-y: auto;
			display: none;
			padding-top: 11px;
		}

		.filter-selection span {
			float: right;
			margin-left: 5px;
		}

		.filter-selection {
			margin-left: 5px;
			overflow: hidden;
		}

		.apply-filter, .reset-search {
			margin-right: 15px;
			/*margin-bottom: 20px;*/
		}

		.product-brand img {
			width: auto;
			height: 100%;
		}

		#product-filters {
			display: none;
		}

		.apply-filter {
			/*display: none;*/
		}

		.filter-buttons {
			overflow: hidden;
			margin-bottom: 10px;
		}

			.filter-buttons a {
				float: right;
				width: 40%;
				font-size: 9px;
			}

		.product-buttons {
			overflow: hidden;
		}

			.product-buttons a {
				display: block;
				float: left;
				opacity: 0.8;
			}

				.product-buttons a img {
					/*height: 100%;*/
					height: 40px;
				}

		a.active-product {
			opacity: 1;
		}

			a.active-product img {
				filter: grayscale(0%) !important;
			}

		/* .tab-content a img { */
			/* filter: grayscale(100%); */
		/* } */

		.product-list {
			border-top: none;
		}

		#load-more, #back-to-top {
			margin-top: 20px;
		}
		
		/* .product-filters .tab-content { */
			/* border: none; */
		/* } */

		.nav-tabs li a { color: #686868; background: #f6f6f7; border-bottom: 0px; }






























	/* Header/Footer */


	
	.new-header-bg {
		background-color: #002F87;
	}

	.navbar {
		position: relative;
		min-height: 50px;
		margin-bottom: 0px;
		border: 1px solid transparent;
	}

	.navbar-wrapper {
		border-top: 0px !important;
		border-bottom: 0px !important;
	}



	.new-footer {
		background: #002F87;
		padding: 15px 0;
		color: #fff;
	}

	/* Home */

	ol.carousel-indicators {
		margin-bottom: 0px !important;
	}

	/* General */




	.btn-blue-small {
		font-size: 12px;
		text-decoration: none;
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
		display: inline-block;
		background: #002F87;
		color: #fff;
		border: 1px solid transparent;
		text-transform: uppercase;
		padding: 8px 30px;
	}
	
	.btn-blue-small:hover, .btn-blue-small:active, .btn-blue-small:focus, .btn-blue-small:visited {
		background: #eee;
		border: 1px solid #2448A5;
		border-width: 1px;
		border-style: solid;
		border-image: initial;
		color: #002F87;
	}




	@media screen and (max-width: 1000px) {
		
		.wp-container {
			padding-left: 5vw;
			padding-right: 5vw;
		}


		.wp-grid-flex-container{
			width: 90vw !important;
		}
			
		.wp-grid-3-flex-image{
			width: 45vw;
		}

		.wp-grid-3-flex-copy{
			width: 45vw;
		}

		.wp-grid-3-flex-download{
			width: 90vw;
		}

	
	

	
		
	}




	@media screen and (max-width: 680px) {
		
		.wp-container {
			padding-left: 5vw;
			padding-right: 5vw;
		}
		
		.wp-grid-flex-container{
			width: 90vw !important;
		}

		.wp-grid-3-flex-image{
			width: 90vw;
			order: 1;
		}

		.wp-grid-3-flex-copy{
			width: 90vw;
			order: 2;
		}

		.wp-grid-3-flex-download{
			width: 90vw;
			order: 3;
		}


	
		
	
	}



























	/*Homepagetabs*/
	.work-tabs .nav-tabs {
		margin-top: 20px;
		border-top: 1px solid #002F87;
	}

	.work-tabs .nav-tabs li {
		display: block;
		float: left;
		width: 25%;
		border-left: 1px solid #002F87;
		margin-bottom: 0px;
	}

	.work-tabs .nav-tabs li:last-child {
		border-right: 1px solid #002F87;
	}

	.work-tabs .nav-tabs li a {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		border-radius: 0px;
		margin-right: 0px;
		border: none;
		font-weight: normal;
		font-weight: 300;
		color: #002F87;
		display: block;
		padding: 22px 0;
		text-align: center;
		font-size: 20px;
		line-height: 1;
	}

	.nav-tabs li.active a, .work-tabs .nav-tabs li.active a:hover, .work-tabs .nav-tabs li.active a:focus {
		border: none;
		background: #002F87;
		color: #eee;
	}

	/* .work-tabs .nav-tabs li a:hover { */
		/* background: #002F87; */
		/* color: #eee; */
	/* } */

	/* .tab-content { */
		/* border: 1px solid #002F87; */
		/* border-bottom-right-radius: 5px; */
		/* border-bottom-left-radius: 5px; */
	/* } */

	/* .tab-content { */
		/* position: relative; */
		/* min-height: 500px; */
		/* overflow: hidden; */
		/* padding: 20px; */
	/* } */


	.nav-tabs {
		border-bottom: none !important;
	}










	@media screen and (max-width: 640px) {
	.nav-tabs {
		display: block;
		margin-bottom: 0;
	}

	.nav-tabs li {
		width: 100%;
		border-right: 1px solid #002F87;
	}

	.nav-tabs li a {
		padding: 13px 0;
		font-size: 12px;
		display: block;
	}

	/* .tab-content  { */
		/* min-height: auto; */
	/* } */

	ul.list-text {
		padding-left: 25% !important;
	}


	






		

	}























	@media screen and (min-width:640px) and (max-width: 767px) {
		.nav-tabs {
			display: block;
			margin-bottom: 0;
		}

			.nav-tabs li {
				width: 100%;
				border-right: 1px solid #002F87;
			}

				.nav-tabs li a {
					padding: 13px 0;
					font-size: 12px;
					display: block;
				}

		/* .tab-content .tab-content-area { */
			/* min-height: auto; */
		/* } */

		ul.list-text {
			padding-left: 25% !important;
		}

		

	

	
	}





	ul.list-text {
		list-style: none;
		padding-left: 34%;
		padding-bottom: 10%;
	}

		ul.list-text li {
			float: left;
			display: inline-block;
			border-right: 1px solid;
			margin-right: 20px;
			padding-right: 10px;
		}

			ul.list-text li:last-child {
				border-right: none;
			}

			ul.list-text li a {
				color: #fff
			}

				ul.list-text li a:hover {
					color: #fff
				}



/* Carousel */

.carousel {
    position: relative;
	width:80vw;
}

	
@media screen and (max-width: 1366px) {
	
	.carousel {
		width:90vw;
	}
}

.carousel-inner {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0;
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        left: 2%;
    }

    .carousel-control.right {
        left: auto;
        right: 2%;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}


.carousel {
	margin-bottom:0;
}

.carousel .carousel-inner>.item {
	padding:0;
}

.carousel .carousel-inner>.item>img,.carousel .carousel-inner>.item>a>img {
	margin:0 auto;
}

.carousel .carousel-inner>.item .carousel-caption {
	background:transparent;
	bottom:auto;
	color:inherit;
	left:15px;
	padding:80px 0;
	position:absolute;
	right:0;
	text-align:left;
	text-shadow:none;top:0;
}.carousel .carousel-inner>.item .carousel-caption .container {
	position:relative;
}

.carousel .carousel-inner>.item .carousel-caption p {
	color:inherit;
}

.carousel .carousel-inner>.item .carousel-caption h2,.carousel .carousel-inner>.item .carousel-caption h4,.carousel .carousel-inner>.item .carousel-caption h6 {
	color:#00adef;
}

.carousel .carousel-control {
	background:#222;
	background-image:none;
	border:none;
	border-radius:0;
	font-size:20px;
	height:44px;
	left:0;
	line-height:44px;
	opacity:.2;
	top:45%;
	width:44px;
	z-index:100;
}

.carousel .carousel-control:after {
	content:"\f053";
	font-family:fontawesome;
}

.carousel .carousel-control.right {
	left:auto;
	right:0;
}

.carousel .carousel-control.right:after {
	content:"\f054";
}


/* Modal */
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: 60vw;
    margin:30px auto
}

@media (max-width:1366px) {
	.modal-dialog {
		width: 75vw;
	}
}

@media (max-width:1000px) {
	.modal-dialog {
		width: 90vw;
	}
}


.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}


@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}


.wp-desktop {
	 display: block;
}

.wp-mobile {
	display: none ;
}

@media screen and (max-width: 1000px) {

	.wp-desktop {
		 display: none ;
	}

	.wp-mobile {
		display: block ;
	}
}


.wp-background-colourstonedarkgray{
	background-color: #6e7371;	
}

.wp-background-colourstonelightgray{
	background-color: #F2F0ED;	
}

.wp-background-colourstonegray{
	background-color: #404B5D;	
}

.wp-background-colourstoneorange{
	background-color: #A76E01;	
}


.wp-background-testlabyellow{
	background-color: #EEAB1E;	
}

.wp-background-spaceodyssey{
	background-color: #25527F;	
}

.wp-background-firefly{
	background-color: #AE3A38;	
}

.wp-background-secretshrine{
	background-color: #F3C727;	
}

.wp-background-greyember{
	background-color: #4A4A4C;	
}

.wp-background-prettypolly{
	background-color: #82C1C6;	
}

.wp-background-madeinmars{
	background-color: #E2753C;	
}

.wp-background-redochre{
	background-color: #B07367;	
}

.wp-background-seagrape{
	background-color: #614244;	
}

.wp-background-ridgey{
	background-color: #8C6669;	
}

.wp-background-indianasgold{
	background-color: #D79D3E;	
}

.wp-background-pointbyron{
	background-color: #5B7575;	
}

.wp-background-moccacino{
	background-color: #C0AF9A;	
}


.wp-background-nourishingearthtones{
	background-color: #9B634A;	
}


.wp-background-nourishingearthtonestowhite {
  background: linear-gradient(
    to bottom, 
    #9B634A 0%, 
    #9B634A 50%, 
    #FFFFFF 50%, 
    #FFFFFF 100%
  );
}

.wp-background-upliftinglights{
	background-color: #D3E0D1;	
}

.wp-background-upliftinglightstowhite {
  background: linear-gradient(
    to bottom, 
    #D3E0D1 0%, 
    #D3E0D1 50%, 
    #FFFFFF 50%, 
    #FFFFFF 100%
  );
}

.wp-background-shadowydarks{
	background-color: #3D4142;	
}

.wp-background-shadowydarkstowhite {
  background: linear-gradient(
    to bottom, 
    #3D4142 0%, 
    #3D4142 50%, 
    #FFFFFF 50%, 
    #FFFFFF 100%
  );
}

.wp-background-humblewhites{
	background-color: #D0C7B9;	
}

.wp-background-humblewhitestowhite {
  background: linear-gradient(
    to bottom, 
    #D0C7B9 0%, 
    #D0C7B9 50%, 
    #FFFFFF 50%, 
    #FFFFFF 100%
  );
}

.wp-background-testlab-gray{
	background-color: #EBE9EA;	
}

.wp-text-spaceodyssey{
	color: #25527F;	
}

.wp-text-firefly{
	color: #AE3A38;	
}

.wp-text-secretshrine{
	color: #F3C727;	
}

.wp-text-greyember{
	color: #4A4A4C;	
}

.wp-text-prettypolly{
	color: #82C1C6;	
}

.wp-text-madeinmars{
	color: #E2753C;	
}

.wp-text-redochre{
	color: #B07367;	
}

.wp-text-seagrape{
	color: #614244;	
}

.wp-text-ridgey{
	color: #8C6669;	
}

.wp-text-indianasgold{
	color: #D79D3E;	
}

.wp-text-pointbyron{
	color: #5B7575;	
}

.wp-text-moccacino{
	color: #C0AF9A;	
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
