/*
Theme Name: sydney flyscreens
Description: A custom wordpress theme
Author: Quicklicks
Author URI: http://www.quicklicks.com.au/
Version: 1.0
*/



/* ==========================================================================
   NORMALIZE: DEFAULT STYLES 
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}




/* ==========================================================================
   CUSTOM STYLES
   ========================================================================== */
html{
    font-size: 1em;
    line-height: 1.4;
}

html *{
  -webkit-font-smoothing: antialiased;
}

body{
	color: #454545;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	position: relative;
	word-wrap: break-word;
}

body a{
	color: #0d518c;
	text-decoration: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin: 1.6em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	opacity: 1;
}
:-moz-placeholder {
	opacity: 1;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

.mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.row, #maincontent{
	max-width: 1140px;
	margin: auto;
}
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.row:after {
    clear: both;
}
.vc_active .row{
	max-width: 1170px;
}


/*** wp login page ***/
body.login h1 a{
	background-image: url('images/logo-admin.png');
	background-size: contain;
	width: 300px;
	height: 110px;
}
body.login #login_error, body.login .message{
	color: red;
}
.btn{
	display: inline-block;
	background: none #0d518c;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	padding: 0 35px 0 20px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	.btn:after{
		display: inline-block;
		content: "";
		background: url('images/btn-arrow1.png') no-repeat 0 0 / contain;
		width: 8px;
		height: 13px;
		vertical-align: 0;
		position: absolute;
		top: 19px;
		right: 17px;
	}




/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
#header{
	background: none #0d518c;
}
	#header-logo{
		float: left;
		padding-top: 22px;
		padding-bottom: 17px;
	}
	#header-menu{
		float: right;
	}

	

	
/* ==========================================================================
   TOPSLIDER STYLES
   ========================================================================== */
#topslider{
	position: relative;
}
	#topslider .slide-item{
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		height: 669px;
	}
	#topslider .slide-item .row{
		position: relative;
		height: 100%;
	}
	#topslider .slide-text{
		color: #2c2c2c;
		padding-top: 197px;
	}
		#topslider .slide-text a{
			color: #2c2c2c;
		}
		#topslider .slide-text-inner{
			max-width: 370px;
			position: relative;
		}
		#topslider .slide-text-inner:before{
			background: none #f2ea42;
			content: "";
			display: block;
			width: 98px;
			height: 10px;
			margin-bottom: 30px;
		}
		#topslider .slide-text h2{
			font-family: 'Montserrat', sans-serif;
			font-weight: bold;
			font-size: 30px;
			line-height: 1em;
			margin: 0;
			padding-bottom: 13px;
			text-transform: uppercase;
		}
		#topslider .slide-text p{
			margin: 0;
			padding-bottom: 22px;
			font-family: 'Montserrat', sans-serif;
			font-weight: normal;
			font-size: 18px;
		}
		#topslider .slide-text p .btn{
			display: inline-block;
			background: none #0d518c;
			color: #fff;
			font-size: 14px;
			position: relative;
			padding: 0 35px 0 20px;
			margin-top: 5px;
			height: 62px;
			line-height: 62px;
			vertical-align: top;
			text-transform: uppercase;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
			#topslider .slide-text p .btn:after{
				display: inline-block;
				content: "";
				background: url('images/btn-arrow1.png') no-repeat 0 0 / contain;
				width: 8px;
				height: 13px;
				vertical-align: 0;
				position: absolute;
				top: 24px;
				right: 17px;
			}
		


/* ==========================================================================
   TOPBANNER
   ========================================================================== */
#topbanner{
	background: url('images/banner-default.jpg') no-repeat top center / cover;
}
	#topbanner .row{
		min-height: 337px;
		position: relative;
	}
	#topbanner h1,
	#topbanner h2{
		color: #2c2c2c;
		font-family: 'Montserrat', sans-serif;
		font-size: 50px;
		font-weight: bold;
		margin: 0;
		line-height: 1em;
		position: absolute;
		bottom: 52px;
		left: 0;
		text-transform: uppercase;
	}
	#topbanner .row:after{
		background: none #f2ea42;
		display: block;
		content: "";
		width: 50%;
		height: 10px;
		position: relative;
		position: absolute;
		bottom: -10px;
		left: 0;
	}
	#breadcrumb{
		font-size: 14px;
		padding-top: 25px;
	}
		#breadcrumb span,
		#breadcrumb a:hover span{
			color: #0d518c;
		}
		#breadcrumb a span{
			color: #454545;
		}

			
/* ==========================================================================
   HOME STYLES
   ========================================================================== */
#main.home{
	padding: 0;
}
	#main.home .row{
		max-width: 1170px;
	}
	#main #home-welcome{
		padding-bottom: 45px;
	}
		#main #home-welcome > .row{
			position: relative;
			padding-top: 65px;
		}
		#main #home-welcome > .row:before{
			background: none #f2ea42;
			display: block;
			content: "";
			width: 50%;
			height: 10px;
			position: relative;
			position: absolute;
			top: 0;
			left: 15px;
		}
		#main #home-welcome .wpb_text_column{
			padding-right: 18px;
			margin-bottom: 23px;
		}
		#main #home-welcome h1{
			margin: 0;
			padding-bottom: 25px;
			text-transform: uppercase;
		}
			#main #home-welcome h1 em{
				font-style: normal;
				font-weight: normal;
				font-size: 18px;
				letter-spacing: 9px;
			}
	#main #home-whatwedo{
		background: url('images/home-bg1.jpg') no-repeat top center / cover;
		position: relative;
		padding-bottom: 40px;
	}
		#main #home-whatwedo:before{
			content: "";
			background: none #f2ea42;
			display: block;
			width: 165px;
			height: 10px;
			margin: 0 auto 36px auto;
		}
		#main #home-whatwedo .wpb_heading{
			display: none;
		}
		#main #home-whatwedo h2{
			margin: 0;
			padding-bottom: 3px;
			text-transform: uppercase;
		}
		#main #home-whatwedo .wpb_single_image{
		}
			#main #home-whatwedo .wpb_single_image a{
				display: block;
			}
			#main #home-whatwedo .wpb_single_image a img{
				display: block;
			}
			#main #home-whatwedo .wpb_single_image a span{
				background: none #0d518c;
				display: block;
				color: #fff;
				font-size: 20px;
				font-family: 'Montserrat', sans-serif;
				font-weight: normal;
				position: relative;
				padding: 9px 48px 9px 14px;
				min-height: 45px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				#main #home-whatwedo .wpb_single_image a span:after{
					content: "";
					display: block;
					background: url('images/btn-arrow2.png') no-repeat 0 0 / contain;
					width: 24px;
					height: 24px;
					position: absolute;
					top: 11px;
					right: 13px;
				}
	#main #home-google{
		padding-top: 45px;
		padding-bottom: 15px;
	}




/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
#main{
	font-size: 14px;
	line-height: 1.7em;
	padding: 55px 0;
	min-height: 200px;
}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
		color: #0d518c;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		line-height: 1.1em;
		margin: 0 0 0.5em 0;
	}
	#main h1{
		font-size: 30px;
	} 
	#main h2{
		font-size: 30px;
	} 
	#main h3{
		font-size: 25px;
	} 
	#main h4{
		font-size: 22px;
	} 
	#main h5{
		font-size: 20px;
	}
	#main h6{
		font-size: 18px;
	} 
	#main dl, #main p{
		margin: 0 0 1em 0;
	}
	#main ul, #main ol{
		margin: 0 0 1em 0;
		padding-left: 14px;
	}
	#main.vc_active .row{
		max-width: 1170px;
	}
	#main .wpb_gallery_slides img{
		max-width: none !important;
	}
	#main .wpb_text_column ul {
		list-style: none;
		padding: 0;
		margin: 0 0 1.5em;
	}
		#main .wpb_text_column ul li { 
			list-style-type: none;
			position: relative;
			padding-left: 14px;
			padding-bottom: 10px;
		}
		#main .wpb_text_column ul li:before {
			display: block;
			width: 5px;
			height: 5px;
			content: "";
			background: none #f2ea42;
			left: 0;
			position: absolute;
			top: 10px;
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;
			border-radius: 100%;
		}
	#main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
		display: inline-block;
		background: none #0d518c;
		border: none;
		color: #fff;
		font-size: 14px;
		position: relative;
		padding: 0 35px 0 20px;
		height: 50px;
		line-height: 50px;
		vertical-align: top;
		text-transform: uppercase;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
		#main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after{
			display: inline-block;
			content: "";
			background: url('images/btn-arrow1.png') no-repeat 0 0 / contain;
			width: 8px;
			height: 13px;
			vertical-align: 0;
			position: absolute;
			top: 19px;
			right: 17px;
		}
	#main .left-bg-mesh.wpb_single_image{
		padding-left: 15%;
		position: relative;
	}
		#main .left-bg-mesh.wpb_single_image .vc_single_image-wrapper:before{
			content: "";
			display: block;
			position: absolute;
			left: 0;
			top: 10%;
			width: 15%;
			height: 80%;
			background: url('images/mesh-bg.jpg') no-repeat 0 0 / cover;
		}
	#main #toptitle{
		padding-bottom: 7px;
	}
		#main #toptitle h2{
			text-transform: uppercase;
		}

		

	/*** Pricelist ****/
	#main #pricelist{
	}
		#main #pricelist table{
			width: 100%;
		}
			#main #pricelist table#pricelist-table > tbody > tr:first-child{
				border-bottom: 1px solid #0d518c;
			}
			#main #pricelist table#pricelist-table > tbody > tr th{
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			#main #pricelist table#pricelist-table > tbody > tr > th:nth-child(1){
				width: 25.5%;
			}
			#main #pricelist table#pricelist-table > tbody > tr > th:nth-child(2){
				width: 33.33%;
			}
			#main #pricelist table#pricelist-table > tbody > tr > th:nth-child(3){
				width: 41.17%;
			}
			#main #pricelist table tr{
				border-bottom: 1px solid #e1e1e1;
			}
			#main #pricelist table tr tr:last-child{
				border-bottom: none;
			}
			#main #pricelist table th{
				font-weight: bold;
				font-size: 18px;
				padding-right: 10px;
				padding-bottom: 10px;
				vertical-align: top;
				text-align: left;
			}
			#main #pricelist table td{
				line-height: 1.5em;
				padding: 20px 20px 20px 0;
				vertical-align: top;
				text-align: left;
			}
			#main #pricelist table tr tr td{
				padding: 14px 20px 14px 0;
			}
			#main #pricelist table tr tr:first-child td{
				padding-top: 0;
			}

		

	/*** Colour List ****/
	#main #colourlist1{
		padding-top: 30px;
	}
		#main #colourlist1 table{
			width: 100%;
			margin-bottom: 20px;
		}
			#main #colourlist1 table#colourlist1-table > tbody > tr:first-child{
				border-bottom: 1px solid #0d518c;
			}
			#main #colourlist1 table#colourlist1-table > tbody > tr th{
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			#main #colourlist1 table#colourlist1-table > tbody > tr > th:nth-child(1){
				width: 17.1%;
			}
			#main #colourlist1 table#colourlist1-table > tbody > tr > th:nth-child(2){
				width: 12.2%;
			}
			#main #colourlist1 table#colourlist1-table > tbody > tr > th:nth-child(3){
				width: 19.2%;
			}
			#main #colourlist1 table#colourlist1-table > tbody > tr > th:nth-child(4){
				width: 51.5%;
			}
			#main #colourlist1 table tr{
				border-bottom: 1px solid #e1e1e1;
			}
			#main #colourlist1 table th{
				font-weight: bold;
				font-size: 18px;
				padding-right: 10px;
				padding-bottom: 10px;
				vertical-align: top;
				text-align: left;
			}
			#main #colourlist1 table td{
				line-height: 1.5em;
				padding: 20px 20px 20px 0;
				vertical-align: middle;
				text-align: left;
			}
			#main #colourlist1 table td img{
				border: 1px solid #ebebeb;
				display: inline-block;
				vertical-align: top;
			}
	#main #colourlist2{
		padding-top: 40px;
	}
		#main #colourlist2 table{
			width: 100%;
			margin-bottom: 15px;
		}
			#main #colourlist2 table#colourlist2-table > tbody > tr:first-child{
				border-bottom: 1px solid #0d518c;
			}
			#main #colourlist2 table#colourlist1-table > tbody > tr th{
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			#main #colourlist2 table#colourlist2-table > tbody > tr > th:nth-child(1){
				width: 24.5%;
			}
			#main #colourlist2 table#colourlist2-table > tbody > tr > th:nth-child(2){
				width: 24.5%;
			}
			#main #colourlist2 table#colourlist2-table > tbody > tr > th:nth-child(3){
				width: 51%;
			}
			#main #colourlist2 table tr{
				border-bottom: 1px solid #e1e1e1;
			}
			#main #colourlist2 table th{
				font-weight: bold;
				font-size: 18px;
				padding-right: 10px;
				padding-bottom: 10px;
				vertical-align: top;
				text-align: left;
			}
			#main #colourlist2 table td{
				padding: 20px 20px 20px 0;
				line-height: 1.5em;
				vertical-align: top;
				text-align: left;
			}
	#main #colourlist3{
		padding-top: 7px;
	}
		#main #colourlist3 h3{
			color: #454545;
			font-size: 18px;
			padding-bottom: 4px;
		}
		#main #colourlist3 .vc_row .vc_column-inner > .wpb_wrapper{
			border-bottom: 1px solid #e1e1e1;
			padding-top: 35px;
		}
		#main #colourlist3 .vc_row:last-child .vc_column-inner > .wpb_wrapper{
			border-bottom: none;
		}
	#main #colourlist4{
		padding-top: 50px;
	}

		

	/*** Contact ****/
	#main #contact{
	}
		#main #contact .wpcf7 p{
			margin: 0 0 9px 0;
		}
		#main #contact .wpcf7 p.upload{
			border: 1px solid #e1e1e1;
			padding: 10px 14px;
		}
		#main #contact .wpcf7 p.sendcopy{
			padding: 10px 0;
			padding-right: 140px;
			margin-bottom: 0;
		}
		#main #contact .wpcf7 p.sendcopy span.wpcf7-list-item{
			margin: 0;
		}
		#main #contact .wpcf7 p.submit{
			text-align: right;
			float: right;
			margin-top: -35px;
		}
		#main #contact .wpcf7 input[type="text"],
		#main #contact .wpcf7 input[type="email"],
		#main #contact .wpcf7 input[type="tel"],
		#main #contact .wpcf7 textarea{
			border: 1px solid #e1e1e1;
			width: 100%;
			padding: 6px 14px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#main #contact .wpcf7 textarea{
			height: 200px;
		}
		#main #contact .wpcf7 input[type="submit"]{
			display: inline-block;
			background: #0d518c url('images/btn-arrow1.png') no-repeat 64px 18px;
			border: none;
			color: #fff;
			font-size: 14px;
			position: relative;
			padding: 0 35px 0 20px;
			height: 50px;
			line-height: 50px;
			vertical-align: top;
			text-transform: uppercase;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
		
	/*** Products ***/
	#main.products-lists{
	}
		#main.products-lists #maincontent{
			padding-bottom: 35px;
		}
		#main.products-lists .product-title{
			font-size: 22px;
			margin-bottom: 10px;
		}
		#main.products-lists .product-desc ul{
			padding-left: 0;
		}
			#main.products-lists .product-desc ul li{
				list-style-type: none;
				position: relative;
				padding-left: 30px;
				padding-bottom: 10px;
			}
			#main.products-lists .product-desc ul li:before{
				background: url('images/li-bullet1.png') no-repeat 0 0 / contain;
				content: "";
				display: block;
				width: 21px;
				height: 21px;
				position: absolute;
				left: 0;
				top: 1px;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
			}
		#main.products-lists .termtitle{
			padding-left: 35px;
			text-transform: uppercase;
			padding-bottom: 5px;
			padding-top: 30px;
		}
		#main.products-lists .termtitle:first-child{
			padding-top: 0px;
		}
		#main.products-lists .product-featured{
			padding-bottom: 12px;
		}
			#main.products-lists .product-featured img{
				display: block;
				width: 100% !important;
				height: auto !important;
			}
		#main.products-lists .product-more{
			margin: 0;
		}
			#main.products-lists .product-more a{
				background: none #0d518c;
				display: block;
				color: #fff;
				font-size: 18px;
				font-family: 'Montserrat', sans-serif;
				font-weight: normal;
				position: relative;
				padding: 12px 48px 12px 14px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				#main.products-lists .product-more a:after{
					content: "";
					display: block;
					background: url('images/btn-arrow2.png') no-repeat 0 0 / contain;
					width: 24px;
					height: 24px;
					position: absolute;
					top: 11px;
					right: 13px;
				}
	#main.single-product{
	}
		#main.single-product #left-gallery{
			float: left;
			width: 57%;
		}
			#main.single-product #left-gallery .slider-for{
				position: relative;
			}
				#main.single-product #left-gallery .slider-for .slick-prev{
					display: block;
					border: none;
					background: url('images/gallery-prev.png') no-repeat 0 0 / contain;
					background-size: contain;
					width: 58px;
					height: 78px;
					position: absolute;
					top: 39%;
					left: 0px;
					text-indent: -999999px;
					z-index: 99;
				}
				#main.single-product #left-gallery .slider-for .slick-next{
					display: block;
					border: none;
					background: url('images/gallery-next.png') no-repeat 0 0 / contain;
					background-size: contain;
					width: 58px;
					height: 78px;
					position: absolute;
					top: 39%;
					right: 0px;
					text-indent: -999999px;
					z-index: 99;
				}
				#main.single-product #left-gallery .slider-for .img{
					display: block;
				}
				#main.single-product #left-gallery .slider-for .img img{
					display: block;
					width: 100% !important;
					height: auto !important;
				}
				#main.single-product #left-gallery .slider-for .text{
					display: block;
					background: #f6f6f6;
					padding: 10px;
					font-size: 15px;
					text-align: center;
				}
			#main.single-product #left-gallery .slider-nav{
				position: relative;
				border-top: 7px solid #fff;
				margin-left: -8px;
			}
				#main.single-product #left-gallery .slider-nav .slide-item-nav{
					margin-left: 8px;
				}
					#main.single-product #left-gallery .slider-nav .slide-item-nav img{
						display: block;
						width: 100% !important;
						height: auto !important;
					}
				#main.single-product #left-gallery .slider-nav .slick-prev{
					display: block;
					border: none;
					background: url('images/gallery-prev2.png') no-repeat 0 0 / contain;
					background-size: contain;
					width: 37px;
					height: 37px;
					position: absolute;
					top: 33%;
					left: 8px;
					text-indent: -999999px;
					z-index: 99;
				}
				#main.single-product #left-gallery .slider-nav .slick-next{
					display: block;
					border: none;
					background: url('images/gallery-next2.png') no-repeat 0 0 / contain;
					background-size: contain;
					width: 37px;
					height: 37px;
					position: absolute;
					top: 33%;
					right: 0;
					text-indent: -999999px;
					z-index: 99;
				}
		#main.single-product #right-info{
			float: right;
			width: 43%;
			padding-left: 30px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
			#main.single-product #right-info ul{
				margin: 0;
				padding: 0;
			}
				#main.single-product #right-info ul li,
				#main.single-product .wpb_text_column ul li{
					list-style-type: none;
					position: relative;
					padding-left: 30px;
					padding-bottom: 10px;
				}
				#main.single-product #right-info ul li:before,
				#main.single-product .wpb_text_column ul li:before{
					background: url('images/li-bullet1.png') no-repeat 0 0 / contain;
					content: "";
					display: block;
					width: 21px;
					height: 21px;
					position: absolute;
					left: 0;
					top: 1px;
					-webkit-border-radius: 0;
					-moz-border-radius: 0;
					border-radius: 0;
				}
			#main.single-product #right-info .title{
				margin: 0;
				padding-bottom: 15px;
			}
			#main.single-product #right-info .desc{
				padding-bottom: 20px;
			}
			#main.single-product #right-info .price{
				border-top: 1px solid #e1e1e1;
				border-bottom: 1px solid #e1e1e1;
				padding: 20px 0;
			}
				#main.single-product #right-info .price p{
					color: #0d518c;
					margin: 0;
					font-size: 30px;
				}
				#main.single-product #right-info .price p small{
					display: inline-block;
					color: #454545;
					font-size: 15px;
				}
			#main.single-product #right-info .icons{
				padding-top: 27px;
			}
				#main.single-product #right-info .icons img{
					display: inline-block;
					margin-right: 10px;
				}
		#main.single-product #more-info{
			padding-top: 85px;
		}
			#main.single-product #more-info .vc_col-sm-12 .vc_row{
				border-bottom: 1px solid #e1e1e1;
				padding-top: 30px;
			}
			#main.single-product #more-info .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child{
				margin-bottom: 0;
			}
				#main.single-product #more-info .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child h2{
					margin-bottom: 10px;
				}
			#main.single-product #more-info .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_row:last-child{
				border-bottom: none;
			}
			#main.single-product #more-info .vc_col-sm-4 .wpb_single_image img{
				display: block;
				border-top: 10px solid #f2ea42;
			}
	
		

	/*** Blog ****/
	#main.blog{
	}
		#main.blog.lists #blog-lists{
			font-size: 0;
		}
		#main.blog.lists #blog-lists .blogitem{
			font-size: 0;
			display: inline-block;
			width: 33.33%;
			font-size: 16px;
		}
		#main.blog #blog-lists{
			margin-left: -35px;
			margin-bottom: -55px;
		}
			#main.blog #blog-lists .blogitem{
				padding-left: 35px;
				margin-bottom: 55px;
				vertical-align: top;
				text-align: left;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				#main.blog #blog-lists .blogitem .blogfeatured{
					border: 10px solid #f4f4f4;
				}
					#main.blog #blog-lists .blogitem .blogfeatured img{
						width: 100% !important;
						height: auto !important;
					}
				#main.blog #blog-lists .blogitem .blogtitle{
					color: #0d518c;
					font-family: 'Montserrat', sans-serif;
					font-weight: bold;
					font-size: 22px;
					padding-top: 22px;
					position: relative;
					margin-bottom: 7px;
				}
				.single #main.blog #blog-lists .blogitem .blogtitle{
					color: #0d518c;
					margin-bottom: 30px;
					padding-top: 0;
				}
					#main.blog #blog-lists .blogitem .blogtitle a{
						color: #0d518c;
					}
				#main.blog #blog-lists .blogitem .blogexcerpt{
					padding-top: 12px;
				}
					#main.blog #blog-lists .blogitem .blogexcerpt p{
					}
				#main.blog #blog-lists .blogitem  p.blogmore{
				}
				#main.single #featured-img{
					display: inline-block;
					border: 10px solid #f4f4f4;
					margin-bottom: 30px;
				}
				#main.single .blogtitle{
					margin-bottom: 7px;
				}
				#main.single .blogdate{
					padding-bottom: 20px;
				}
			#main.blog .postsnavigation{
				padding-top: 35px;
				text-align: center;
			}
				#main.blog .postsnavigation .pages{
					display: none !important;
				}
				#main.blog .postsnavigation .wp-pagenavi a{
					display: inline-block;
					background: #0d518c none repeat scroll 0 0;
					border: medium none;
					color: #6b6b6b;
					font-weight: normal;
					font-size: 22px;
					margin: 0 0 0 10px;
					padding: 6px 13px;
					width: 49px;
					height: 49px;
					line-height: 36px;
					vertical-align: top;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					-webkit-border-radius: 100%;
					-moz-border-radius: 100%;
					border-radius: 100%;
				}
				#main.blog .postsnavigation .wp-pagenavi span,
				#main.blog .postsnavigation .wp-pagenavi a:hover{
					display: inline-block;
					background: #f2ea42 none repeat scroll 0 0;
					border: medium none;
					color: #fff;
					font-weight: normal;
					font-size: 22px;
					margin: 0 0 0 10px;
					padding: 6px 13px;
					width: 49px;
					height: 49px;
					line-height: 36px;
					text-decoration: none;
					vertical-align: top;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					-webkit-border-radius: 100%;
					-moz-border-radius: 100%;
					border-radius: 100%;
				}
	#main.blog.single #blog-lists .blogitem{
		width: 100% !important;
	}

				
	
/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
#footer{
	color: #fff;
	text-align: center;
}
	#footer a{
		color: #fff;
	}
	#footer a:hover{
		color: #fff;
		opacity: 0.9;
	}
	#footer-1{
		background: none #0d518c;
		padding: 35px 0;
	}
		#footer-1 .widgettitle{
			display: none;
		}
		#footer-1 h2{
			margin: 0;
			line-height: 1.2em;
			font-family: 'Raleway', sans-serif;
			font-weight: bold;
			font-size: 20px;
			text-transform: uppercase;
		}
	#footer-2{
		background: none #052a4b;
		font-size: 14px;
		padding: 46px;
	}
		#footer-2 .widgettitle{
			display: none;
		}
		#footer-2 hr{
			border: none;
			background: none #093e6c;
			max-width: 195px;
			margin: 1.5em auto;
			height: 1px;
		}
		#footer-2 .widget{
			margin-bottom: 28px;
		}
			#footer-2 .widget p{
				margin: 0;
				line-height: 1em;
			}
			#footer-2 .widget p .icon-address{
				display: inline-block;
				position: relative;
				vertical-align: top;
				padding-left: 26px;
				margin: 0 10px 12px 10px;
			}
				#footer-2 .widget p .icon-address:before{
					background: url('images/footer-icon-address.png') no-repeat 0 0 / contain;
					content: "";
					display: block;
					position: absolute;
					top: -4px;
					left: 0;
					width: 13px;
					height: 19px;
				}
			#footer-2 .widget p .icon-tel{
				display: inline-block;
				position: relative;
				vertical-align: top;
				padding-left: 30px;
				margin: 0 10px 12px 10px;
			}
				#footer-2 .widget p .icon-tel:before{
					background: url('images/footer-icon-tel.png') no-repeat 0 0 / contain;
					content: "";
					display: block;
					position: absolute;
					top: -4px;
					left: 0;
					width: 17px;
					height: 19px;
				}
			#footer-2 .widget p .icon-email{
				display: inline-block;
				position: relative;
				vertical-align: top;
				padding-left: 30px;
				margin: 0 10px 12px 10px;
			}
				#footer-2 .widget p .icon-email:before{
					background: url('images/footer-icon-email.png') no-repeat 0 0 / contain;
					content: "";
					display: block;
					position: absolute;
					top: -3px;
					left: 0;
					width: 16px;
					height: 19px;
				}
		#footer-2 .footer-copyright{
			color: #1368b2;
			font-size: 13px;
			margin: 0;
		}
			#footer-2 .footer-copyright a{
				color: #1368b2;
			}


	
	
/* ==========================================================================
   SUPERFISH STYLES
   ========================================================================== */
.sf-menu{
	float: right;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
	background: none #052a4b;
}
.sf-menu > li > ul {
	border-top: 3px solid #f2ea42;
	top: 93px;
	left: -20px;
}
.sf-menu > li {
	list-style-type: none;
	line-height: 100%;
	display: inline-block;
}
.sf-menu li > ul{
	display: block;
	margin: 0;
	padding: 14px 0;
	text-align: center;
}
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu {
	line-height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.sf-menu .sub-menu{
	display: none;
}
.sf-menu ul {
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	background: none transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu > li {
	display: inline-block;
	margin: 0 21px;
	padding: 0;
	position: relative;
}
.sf-menu > li  > a{
	font-weight: 300;
	font-size: 18px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 60px 0 50px 0;
    margin: 0;
    position: relative;
    text-align: center;
	text-transform: uppercase;
}
.sf-menu > li:first-child{
	margin-left: 0;
}
.sf-menu > li:first-child > a{
	padding-left: 0;
}
.sf-menu > li:last-child{
	margin-right: 0;
}
.sf-menu > li:last-child > a{
	padding-right: 0;
}
.sf-menu > li  > a:hover,
.sf-menu > li:hover  > a,
.sf-menu > li.sfHover  > a,
.sf-menu > li.current-menu-item  > a,
.sf-menu > li.current-page-ancestor  > a,
.single-post .sf-menu > li.current_page_parent > a,
.post-type-archive-wr_product .sf-menu > li.menu-products > a,
.tax-product_type .sf-menu > li.menu-products > a,
.single-wr_product .sf-menu > li.menu-products > a{
	color: #f2ea42;
}
.sf-menu ul li {
	border: none;
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li li a{
	color: #7c9db9;
	font-size: 14px;
	font-weight: normal;
    padding: 8px 22px !important;
    text-align: left;
    text-transform: none;
	-webkit-transition: color 0s ease-in 0s;
    -moz-transition: color 0s ease-in 0s;
    -o-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
}
.sf-menu li li a:hover,
.sf-menu li li.current-menu-item  > a,
.sf-menu li li.current-wr_product-ancestor > a{
	color: #ffffff;
}
.sf-menu li li:last-child a{
	border-bottom: none;
}




	
/* ==========================================================================
   MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media only screen and (min-width : 1171px) {
	.mobile-nav-icon, #mobile-menu-container{
		display: none !important;
	}
}

@media only screen and (max-width : 1170px) {
	body{
		overflow-x: hidden;
	}
	.row{
		width: 95% !important;
		margin: auto !important;
	}
	#wpadminbar{
		position: fixed !important;
	}
	#mobile-menu-container{
		background: none #000;
		display: none;
		position: relative;
		width: 100%;
		z-index: 999999;
	}
		#mobile-menu-container ul#mobile-nav{
			background: none #000;
			padding: 15px 0 20px 0;
		}
		#mobile-menu-container ul{
			margin: 0;
			padding: 0;
		}
			#mobile-menu-container ul li{
				list-style-type: none;
			}
			#mobile-menu-container ul#mobile-nav > li > a{
				padding-left: 0;
				padding-right: 0;
			}
			#mobile-menu-container ul li a{
				font-size: 17px;
				font-weight: normal;
				display: block;
				padding: 5px 0 5px 12px;
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
			}
			#mobile-menu-container ul > li > a{
				padding-left: 2.5%;
				padding-right: 2.5%;
			}
			#mobile-menu-container ul li li a{
				padding-left: 25px;
				text-transform: none;
			}
			#mobile-menu-container ul li li li a{
				padding-left: 40px;
			}
			#mobile-menu-container ul li.current-menu-item > a,
			#mobile-menu-container ul li a:hover{
				color: #0d518c;
			}
			
	.mobile-nav-icon {
		background: #222 none repeat scroll 0 0;
		cursor: pointer;
		display: block !important;
		height: 45px;
		padding: 0;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 999999;
	}
		.mobile-nav-icon  .icon{
			background: url("images/nav-icon.jpg") no-repeat scroll 0 0;
			display: inline-block;
			height: 45px;
			width: 45px;
			margin: 0;
			vertical-align: 0;
			line-height: 100%;
		}
		.mobile-nav-icon  span{
			font-weight: 300;
			color: #fff;
			display: inline-block;
			font-size: 15px;
			margin-left: 12px;
			line-height: 100%;
			vertical-align: 18px;
			letter-spacing: 2px;
		}
	#header-menu{
		display: none;
	}
	#header-logo{
		float: none;
		padding-bottom: 22px;
		text-align: center;
	}
	#topslider .slide-item{
		height: 480px;
	}
	#topslider .slide-text{
		padding-top: 110px;
	}
	#topbanner .row {
		min-height: 290px;
	}
	#topbanner h1, #topbanner h2{
		font-size: 40px;
		bottom: 40px;
	}
}

@media only screen and (max-width : 1024px) {
	#topslider .slide-item{
		height: 350px;
	}
	#topslider .slide-text{
		padding-top: 70px;
	}
	#topslider .slide-text-inner:before{
		width: 70px;
		height: 7px;
		margin-bottom: 20px;
	}
	#topslider .slide-text h2{
		font-size: 25px
	}
	#topslider .slide-text p{
		padding-bottom: 16px;
		font-size: 16px;
	}
	#topslider .slide-text-inner {
		max-width: 310px;
	}
	#topslider .slide-text p .btn{
		height: 52px;
		line-height: 52px;
	}
	#topslider .slide-text p .btn:after{
		top: 20px;
	}
	#topbanner .row {
		min-height: 220px;
	}
	#topbanner h1, #topbanner h2{
		font-size: 35px;
		bottom: 35px;
	}
	#main.single-product #left-gallery .slider-nav .slick-prev,
	#main.single-product #left-gallery .slider-nav .slick-next{
		width: 28px;
		height: 28px;
	}
	#main.single-product #left-gallery .slider-for .slick-prev,
	#main.single-product #left-gallery .slider-for .slick-next{
		width: 40px;
	}
}

@media only screen and (max-width : 767px) {
	.row{
		width: 90% !important;
		margin: auto !important;
	}
	#topslider .slide-item{
		height: 300px;
	}
	#topslider .slide-text{
		padding-top: 50px;
	}
	#topslider .slide-text-inner {
		max-width: 275px;
	}
	#topslider .slide-text h2 {
		font-size: 22px;
	}
	#topslider .slide-text p {
		padding-bottom: 14px;
		font-size: 15px;
	}
	#topbanner .row {
		min-height: 190px;
	}
	#topbanner h1, #topbanner h2{
		font-size: 30px;
		bottom: 20px;
	}
	#topbanner .row:after{
		bottom: -7px;
		height: 7px;
	}
	#main #home-welcome > .row:before,
	#main #home-whatwedo:before{
		height: 7px;
	}
	#main #home-welcome .vc_col-sm-6:first-child{
		padding-bottom: 25px;
	}
	#main #home-whatwedo .wpb_single_image {
		margin-left: auto;
		max-width: 358px;
		margin-right: auto;
	}
	#main #about .vc_col-sm-6:first-child,
	#main #contact .vc_col-sm-6:first-child{
		padding-bottom: 20px;
	}
	#main.blog.lists #blog-lists .blogitem{
		width: 50%;
	}
	#main.single-product #left-gallery{
		float: none;
		width: auto;
		padding-bottom: 35px;
	}
	#main.single-product #right-info{
		float: none;
		width: auto;
		padding-left: 0;
	}
	#main.single-product #more-info .vc_col-sm-4 .wpb_single_image img{
		border-top: 7px solid #f2ea42;
	}
}

@media only screen and (max-width : 640px) {
	#main{
		padding: 50px 0;
	}
	#breadcrumb {
		font-size: 12px;
		padding-top: 22px;
	}
	#main #pricelist table td,
	#main #colourlist1 table td,
	#main #colourlist2 table td{
		padding: 15px 15px 15px 0;
		text-align: left;
		font-size: 12px;
		line-height: 1.5em;
	}
	#main #pricelist table th,
	#main #colourlist1 table th,
	#main #colourlist2 table th{
		font-size: 15px;
	}
	#main.single-product #left-gallery .slider-for .text{
		font-size: 13px;
		line-height: 1.35em;
	}
}

@media only screen and (max-width : 480px) {
	#topslider .slide-item{
		height: 270px;
	}
	#topslider .slide-text{
		padding-top: 45px;
	}
	#topslider .slide-text-inner {
		max-width: 250px;
	}
	#topslider .slide-text-inner:before {
		width: 50px;
		height: 4px;
		margin-bottom: 14px;
	}
	#topslider .slide-text h2 {
		font-size: 19px;
	}
	#topslider .slide-text p {
		padding-bottom: 12px;
		font-size: 13px;
	}
	#topslider .slide-text p .btn {
		height: 45px;
		line-height: 45px;
		font-size: 13px;
	}
	#topslider .slide-text p .btn:after {
		top: 16px;
	}
	#topbanner .row {
		min-height: 160px;
	}
	#topbanner h1, #topbanner h2{
		font-size: 27px;
		bottom: 20px;
	}
	#main.blog.lists #blog-lists .blogitem{
		width: 100%;
	}
	#main h1{
		font-size: 26px;
	} 
	#main h2{
		font-size: 26px;
	} 
	#main h3{
		font-size: 22px;
	} 
	#main h4{
		font-size: 20px;
	} 
	#main h5{
		font-size: 18px;
	}
	#main h6{
		font-size: 16px;
	} 
	#main.single-product #left-gallery .slider-nav .slick-prev,
	#main.single-product #left-gallery .slider-nav .slick-next{
		width: 20px;
		height: 20px;
	}
	#main.single-product #left-gallery .slider-for .slick-prev,
	#main.single-product #left-gallery .slider-for .slick-next{
		width: 33px;
		top: 30%;
	}
}

@media only screen and (max-width : 390px) {
}




/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.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: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}