body {
	background: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #484848;
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

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

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0px;
	float: none;
}

.clear {
	clear: both;
}

/*div.inner-header,div.inner-content,div.inner-footer style
-------------------------------------------------------------------*/
div.inner-header,
div.inner-content,
div.inner-footer {
	/*width:auto;*/
	max-width: 1140px;
}

/*.header_outer style
-------------------------------------------------------------------*/
.header_outer {}

/*.header style
-------------------------------------------------------------------*/
.header {
	background: #040064;
	padding: 18px 0px 0px;
	clear: both;

}

/*.logo style
-------------------------------------------------------------------*/
.logo {}

.logo img {
	display: block;
}

/*.header_main style
-------------------------------------------------------------------*/
.header_main {}

/*.mainnav style
-------------------------------------------------------------------*/
.mainnav {
	width: 343px;
	float: left;
	padding: 33px 0 0;
}

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

.mainnav ul li {
	display: block;
	float: left;
	padding: 0 13px;
}

.mainnav ul li:first-child {
	padding-left: 0px;
}

.mainnav ul li:last-child {
	padding-right: 0px;
}

.mainnav ul li a {
	display: block;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding: 0 0 8px;
}

.mainnav ul li a:active,
.mainnav ul li a:visited {
	color: #ffffff;
}

.mainnav ul li a:hover,
.mainnav ul li.current-menu-item a {
	border-bottom: 2px solid #FFF;
}

a.mobilenav {
	background: url(../images/mobileicon.png) no-repeat 0px 0px;
	width: 47px;
	height: 45px;
	float: right;
	display: none;
}

/*.social style
-------------------------------------------------------------------*/
.social {
	padding: 30px 0 0;
	float: left;
}

.social ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.social ul li {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}

.social ul li a {
	display: block;
	float: left;
	color: #0a78e7;
	font-size: 26px;
	line-height: normal;
	margin-top: -5px;
	position: relative;
}

.social ul li a:hover {
	color: #FFF;
}

.social span {
	display: block;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: 25px;
	white-space: nowrap;
}

.social span a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

.social span a:active,
.social span a:visited {
	color: #ffffff;
}

/*.headersearch style
-------------------------------------------------------------------*/
.headersearch {
	width: 252px;
	float: right;
	padding: 25px 0 0;
}

.headersearch form {
	padding: 0px;
	margin: 0px;
}

.headersearch input[type="text"] {
	background: none;
	width: 206px;
	height: 45px;
	padding: 7px 16px;
	border: 1px solid #FFF;
	outline: 0px;
	margin: 0px;
	display: block;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: 700;
	line-height: 29px;
	border-radius: 0px;
	-webkit-appearance: none;
}

.headersearch input[type="submit"] {
	background: url(../images/search-icon.png) no-repeat center center;
	width: 46px;
	height: 45px;
	display: block;
	float: left;
	font-size: 0px;
	color: #040064;
	border: 1px solid #FFF;
	border-left: 0px;
	outline: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}

/*subnav_wrap style
-------------------------------------------------------------------*/
.subnav_wrap {
	background: #ffffff;
	height: 80px;
	position: relative;
	z-index: 10;
	zoom: 1;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}


/*subnav_wrap style
-------------------------------------------------------------------*/
.subnav {
	text-transform: uppercase;
}

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

.subnav.item-six li {
	width: 16.66%;
}

.subnav.item-five li {
	width: 20%;
}

.subnav ul li {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	line-height: 30px;
	border-right: 1px solid #efefef;

}

.subnav ul li:last-child {
	border-right: 0px;
}

.subnav ul li:hover,
.subnav ul li.current_page_item {
	background: #f5f5f5;
}

.subnav ul li a {
	padding: 25px 0;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #040064;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 2px;

}

.subnav ul li.has_dropdown>a {
	background: url(../images/nav-arrowblue.png) no-repeat right center;
	padding-right: 20px;
}

.subnav ul li a:active,
.subnav ul li a:visited {
	color: #040064;
}

.subnav ul.sub-menu,
.subnav ul.children {
	border: $border;
	border-top: 0;
	position: absolute;
	display: none;
	z-index: 8999;

	li {

		a {
			padding-left: 10px;
			border-right: 0;
			display: block;
			width: 180px;
			border-bottom: $border;

			&:hover,
			&:focus {}

			&:link {}
		}

		&:first-child {}

		&:last-child {

			a {
				border-bottom: 0;
			}
		}

		/*
			Third plus level menus - go as deep as you like,
			I got your back bro
			*/
		ul {
			display: none;
			margin-left: 100%;
			top: 5px;
		}

		&:hover>ul {
			left: auto;
			display: block;
		}
	}

	/* highlight sub-menu current page */
	li.current-menu-item,
	li.current_page_item,
	li.current_page_ancestor {
		a {}
	}
}

/*nav_product
-------------------------------------------------------------------*/

.product_nav {
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 35px 0;
	display: none;
}

.product_nav.active {
	display: block;
}

.product_nav ul.wrap {
	max-width: 1140px;
	padding: 0;
	margin: 0 auto;
	display: block;
	list-style: none;
}

.product_nav ul li {
	float: left;
	/*width: 33.33% !important;*/
	margin: 0 0 10px;
	padding: 0 6.66667%;
	box-sizing: content-box;
	text-align: center;
	height: auto;
	border: 0px;
	min-height: 220px;
}

.product_nav ul li a {
	color: #1074d7;
	font-size: 21px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 0;
	background: none;
	display: inline-block;
}

.product_nav ul li a img {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	height: auto;
}




/*header_main.odd style
-------------------------------------------------------------------*/
.header_main.odd {}

.header_main.odd .headersearch {
	display: none;
}

.header_main.odd .mainnav {
	width: auto;
	margin: 0 0 0 56px;
}

.header_main.odd .mainnav ul li {
	padding: 0 20px;
}

.header_main.odd .mainnav ul li:first-child {
	padding-left: 0px;
}

.header_main.odd .mainnav ul li:last-child {
	padding-right: 0px;
}

.header_main.odd .social {
	float: right;
}

.header_main.odd .social ul li {
	margin: 0px 60px 0px 0px;
}

.header_main.odd .social span {
	font-size: 29px;
}

/*banner_wrap style
-------------------------------------------------------------------*/
.banner_wrap {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
}

/*banner_wrap div.inner-content style
-------------------------------------------------------------------*/
.banner_wrap div.inner-content {
	max-width: 1920px;
	width: auto !important;
	position: relative;
}

/*banner_main style
-------------------------------------------------------------------*/
.banner_main {
	position: relative;
}

.banner_main .royalSlider {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.banner_main .rsSlide {
	background: #FFF;
}

.banner_main .rsNav {
	width: 319px;
	position: absolute;
	right: 0px;
	bottom: 40px;
	z-index: 800;
}

.banner_main .rsNav.rsBullets .rsBullet {
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 8px 0 0;
}

.banner_main .rsNav.rsBullets .rsBullet span {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/bullets.png) no-repeat 0px 0px;
}

.banner_main .rsNav.rsBullets .rsBullet:hover span,
.banner_main .rsNav.rsBullets .rsBullet.rsNavSelected span {
	background-position: 0px -14px;
}

/*banner_slide style
-------------------------------------------------------------------*/
.banner_slide {}


/*sliderpic style
-------------------------------------------------------------------*/
.sliderpic {
	width: 1535px;
	float: left;
}

.sliderpic img {
	display: block;
	margin-left: 0px !important;
	max-height: 700px;

}

/*slidercaption style
-------------------------------------------------------------------*/
.slidercaption {
	width: 328px;
	float: right;
	padding: 82px 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #858585;
	font-weight: 400;
}

.slidercaption h2 {
	padding: 0px 0px 31px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #565656;
	font-weight: 700;
	text-transform: uppercase;
}

.slidercaption h3 {
	padding: 0px 0px 17px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	color: #040064;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 42px;
}

.slidercaption p {
	padding: 0px 10px 28px 0px;
	margin: 0px;
	line-height: 24px;
}

.slidercaption a {
	background: url(../images/more-arrow.png) no-repeat right center;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	color: #040064;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	line-height: 27px;
	padding: 0 45px 0 0;
	text-transform: uppercase;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.slidercaption a {
		background: url(../images/more-arrow@2x.png) no-repeat right center;
		background-size: 27px 27px;
	}
}

.slidercaption a:active,
.slidercaption a:visited {
	color: #040064;
}

.slidercaption a:hover {
	color: #333;
}

/*tab_wrap style
-------------------------------------------------------------------*/
.tab_wrap {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 39px;
}

/*tabnav style
-------------------------------------------------------------------*/
.tabnav {}

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

.tabnav ul li {
	width: 49%;
	float: left;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	padding: 30px 0px 33px;
	margin: 0px;
}

.tabnav ul li:last-child {
	border-right: 0px;
}

.tabnav ul li a {
	background: url(../images/arrow.png) no-repeat right center;
	padding: 0 56px 0 0;
	display: inline-block;
	font-size: 23px;
	color: #040064;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
	text-decoration: none;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.tabnav ul li a {
		background: url(../images/arrow@2x.png) no-repeat right center;
		background-size: 35px 35px;
	}
}

.tabnav ul li a:active,
.tabnav ul li a:visited {
	color: #040064;
}

.tabnav ul li a:hover {
	color: #333;
}

/*section_row style
-------------------------------------------------------------------*/
.section_row {
	padding: 0 0 70px;
}

.section_row h2 {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	color: #040064;
	font-weight: 400;
	text-transform: uppercase;
}

.section_head {
	padding: 0 0 30px;
}

.section_head h2 {
	float: left;
}

/*allbtn style
-------------------------------------------------------------------*/
a.allbtn {
	background: url(../images/smallarrow.png) no-repeat right center;
	float: right;
	display: block;
	font-size: 17px;
	color: #040064;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding: 0 33px 0 0;
	text-transform: uppercase;
	text-decoration: none;
	margin: 9px 0 0;
}

a.allbtn:active,
a.allbtn:visited {
	color: #040064;
}

a.allbtn:hover {
	color: #333;
}

/*allholder style
-------------------------------------------------------------------*/
.allholder {
	display: none;
}

/*scroller_wrap style
-------------------------------------------------------------------*/
.scroller_wrap {
	padding: 0 0 70px;
	clear: both;
	overflow: hidden;
}

/*scroller_main style
-------------------------------------------------------------------*/
.scroller_main {
	height: 351px;
	overflow: hidden;
}

.scroller_main .royalSlider {
	width: 100%;
}

.scroller_main .royalSlider .rsSlide {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.scroller_main .royalSlider .rsSlide.rsActiveSlide {
	opacity: 1;
	filter: alpha(opacity=100);
}

.scroller_main .rsDefault,
.scroller_main .rsDefault .rsOverflow,
.scroller_main .rsDefault .rsSlide,
.scroller_main .rsDefault .rsVideoFrameHolder,
.scroller_main .rsDefault .rsThumbs {
	background: #FFF;
}

/*scrollercont style
-------------------------------------------------------------------*/
.scrollercont {
	background: #f2f2f2;
}

.scrollercontpic {
	width: 687px;
	float: left;
}

.scrollercontpic img {
	display: block;
}

.scrollercont_info {
	/*width:453px;*/
	/*float:right;*/
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #484848;
	font-weight: 400;
	padding: 59px 1.5% 0px;
	margin-left: 687px;
}

.scrollercont_info h3 {
	padding: 0px 0px 12px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	color: #040064;
	font-weight: 700;
	text-transform: uppercase;
}

.scrollercont_info p {
	padding: 0px 0px 15px;
	margin: 0px;
	line-height: 24px;
}

.scrollercont_info a {
	background: url(../images/smallarrow.png) no-repeat right center;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #040064;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 43px 0 0;
	text-decoration: none;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.scrollercont_info a {
		background: url(../images/smallarrow@2x.png) no-repeat right center;
		background-size: 21px 21px;
	}
}

.scrollercont_info a:active,
.scrollercont_info a:visited {
	color: #040064;
}

.scrollercont_info a:hover {
	color: #333;
}

/*columns_area style
-------------------------------------------------------------------*/
.columns_area {}

/*infocolumns style
-------------------------------------------------------------------*/
.infocolumns {
	position: relative;
	margin: 0 -5px 0 0;
}

.infocolumns img {
	display: block;
}

/*infocolumns_cont style
-------------------------------------------------------------------*/
.infocolumns_cont {
	background: #f2f2f2;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #484848;
	padding: 50px 32px 30px;
	min-height: 350px;
}

.infocolumns_cont h3 {
	padding: 0px 0px 12px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #040064;
	text-transform: uppercase;
}

.infocolumns_cont p {
	padding: 0px 0px 29px;
	margin: 0px;
	line-height: 24px;
}

.infocolumns_cont a.read-more-link {
	background: url(../images/smallarrow.png) no-repeat right center;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #040064;
	font-weight: 700;
	text-decoration: none;
	padding: 0 38px 0 0;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.infocolumns_cont a.read-more-link {
		background: url(../images/smallarrow@2x.png) no-repeat right center;
		background-size: 21px 21px;
	}
}

.infocolumns_cont a.read-more-link:hover {
	color: #333;
}

/*product_gallery style
-------------------------------------------------------------------*/
.product_gallery {}

.gallerybox {
	position: relative;
	margin: 0px -5px 0px 0px;
	text-align: center;
}

.gallerybox a {
	display: block;
	text-decoration: none;
}

.gallerybox img {
	display: inline-block;
}

.gallerybox strong {
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	color: #040064;
	display: block;
	text-transform: uppercase;
}

.gallerybox strong a {
	color: #040064;
}

.gallerybox strong a:hover {
	color: #333;
}

.gallerybox span {
	font-family: 'Lato', sans-serif;
	color: #565656;
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding: 0 0 14px;
}

.gallerybox small {
	background: url(../images/smallarrow.png) no-repeat center center;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	margin: 0px auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.gallerybox small {
		background: url(../images/smallarrow@2x.png) no-repeat center center;
		background-size: 21px 21px;
	}
}

.inner-content-main {
	padding: 86px 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #414141;
	font-weight: 400;
}

.page-template-template-contact-php .inner-content-main {
	padding: 30px 0 86px 0;
}


.inner-content-main h1 {
	padding: 0px 0px 18px;
	margin: 0px 0px 35px;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	color: #040064;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #d3d3d3;
}

.inner-content-main h2,
.inner-content-main h2,
.inner-content-main h3,
.inner-content-main h4,
.inner-content-main h5,
.inner-content-main h6 {
	font-family: 'Lato', sans-serif;
	color: #040064;
	text-transform: uppercase;
}

.topsection {
	padding: 0 0 30px;
}

.topsection h1 {
	padding: 0px 0px 0px;
	margin: 0px 0px 28px;
	font-size: 36px;
	color: #040064;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border: 0px;
	text-transform: uppercase;
}

.topsection h2 {
	padding: 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	color: #040064;
	line-height: normal;
	text-transform: uppercase;
}

.infocolumns_holder {}

.list_area {}

.list_area h2 {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	color: #040064;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

.list_areahead {
	padding: 0 0 20px;
}

.list_areahead h2 {
	float: left;
}

a.back {
	display: block;
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #040064;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

a.back:hover {
	color: #333;
}

.list_main {
	border-top: 1px solid #d3d3d3;
}

.list_main a {
	background: url(../images/rightarrow.png) no-repeat right center;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #040064;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding-top: 26px;
	padding-bottom: 26px;
}

.list_main a:hover,
.list_main a:active {
	color: #333;
}

.list_main .odd a {
	border-right: 0px;
	padding-left: 43px;
}

.list_main.sealrow {}

.list_main.sealrow .grid--full {
	border-bottom: 1px solid #d3d3d3;
	padding-top: 26px;
	padding-bottom: 26px;
	position: relative;
	margin-bottom: -1px;
}

.list_main.sealrow h3 {
	padding: 0px 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #040064;
	font-weight: 700;
	text-transform: uppercase;
}

.list_main.sealrow h3 a {
	padding: 0px;
	margin: 0px;
	background: none;
	border: 0px;
}

.list_main.sealrow a.goto {
	background: #282471 url(../images/right_arrow2.jpg) no-repeat center center;
	display: block;
	width: 69px;
	height: 100%;
	right: 0px;
	top: 0px;
	position: absolute;
}

.list_main.sealrow a.goto:hover {
	background: #e4e4e4 url(../images/right_arrow2hover.jpg) center center no-repeat;
}



.product-description {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #414141;
	font-size: 18px;
	text-transform: capitalize;
	margin-right: 79px;
}


.listproducts {
	margin-bottom: 85px;
}

.productholder {
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 0px 10px;
	text-align: center;
}


.listproducts .grid--full .grid__item:first-child .productholder {
	padding-left: 0px;
}

.productholder .productpic {
	background: #f0f0f0;
	height: 269px;
	margin: 0 0 30px;
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.productholder .productpic a img:hover {
	opacity: 0.7;
}

.productholder h3 {
	color: #040064;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 25px 0px 0px;
	text-transform: uppercase;
}

.productholder h3 a {
	color: #040064;
}

.productholder h3 a:hover,
.productholder h3 a:active {
	color: #333;
}

.productholder a.viewproducts {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background: url(../images/smallarrow.png) right center no-repeat;
	text-decoration: none;
	margin-bottom: 30px;
	color: #040064;
	font-size: 16px;
	display: inline-block;
	padding: 0 30px 0 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.productholder a.viewproducts {
		background: url(../images/smallarrow@2x.png) right center no-repeat;
		background-size: 21px 21px;
	}
}

.productholder a.viewproducts:hover {
	color: #333;
}

.listproducts .grid--full.middle .productholder {
	padding-top: 10px;
}

.listproducts .grid--full.bottom .productholder {
	padding-top: 10px;
	border-bottom: 0px;
}

.productholder.first {
	padding-left: 0px;
}

.productholder.last {
	padding-right: 0px;
	border-right: 0px;
}

/*product_info_list
-------------------------------------------------*/

.product_info_list {
	display: block;
	border-top: 1px solid #d3d3d3;
	font-size: 15px;
	color: #414141;
	margin: 0;
	font-family: 'Lato', sans-serif;
}

.product_info_list h3 {
	font-size: 15px;
	color: #040064;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin: 10px 0 5px;
	line-height: normal;
	text-transform: uppercase;
}

.product_info_list p {
	padding: 0px !important;
}

.product_info_list span {
	font-size: 18px;
}

.product_info_list a {
	display: block;
	background: #040064 url(../images/right_arrow.jpg) center center no-repeat;
	width: 100%;
	height: 31px;
	box-sizing: content-box;
}

.product_info_list .rowpic,
.product_info_list .rowtitle {
	background: none !important;
	color: #040064;
	height: auto;
}

.product_info_list .rowtitle:hover,
.product_info_list .rowtitle:active {
	color: #333;
}

.product_info_list a:hover {
	background: #e4e4e4 url(../images/right_arrowhover.jpg) center center no-repeat;
}

.product_info_list_row {
	border-bottom: 1px solid #d3d3d3;
}

.product_list_pic {
	padding-top: 10px;
	text-align: center;
}

.product_list_pic img {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: auto !important;
}

.product_info_list_row p {
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.product_info.padding {
	padding-bottom: 45px;
	padding-top: 44px;
}

.inner-content-main p {}

.main {
	margin: 0 -5px 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #414141;
	font-weight: 400;
}

.info {
	font-size: 18px;
	color: #040064;
}

.info img {
	display: block;
	margin: 0 0 5px;
}

.mapholder {
	height: 403px;
}

.sidebar {
	margin: 0 0 0 -5px;
}

/*widget style
-------------------------------------------------------------------*/
.widget {
	margin: 0px 0px 7px !important;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #414141;
	font-weight: 400;
}

.widget h4 {
	padding: 0px 0px 7px;
	margin: 0px 0px 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #040064;
}

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

.widget ul li {
	display: block;
	margin: 0px;
	padding: 0 0 7px;
}

.widget ul li a {
	font-size: 16px;
	color: #040064;
	font-weight: 400;
	text-decoration: none;
}

/*installationwidget style
-------------------------------------------------------------------*/
.installationwidget {}

/*installationwidget style
-------------------------------------------------------------------*/
.installationwidget img {
	display: block;
}

.installationwidget span {
	background: #f2f2f2;
	display: block;
	padding: 23px;
}

.installationwidget span a {
	background: url(../images/smallarrow.png) no-repeat right center;
	display: block;
	font-family: 'Lato', sans-serif;
	color: #040064;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 25px 0 0;
}

.installationwidget span a:hover {
	color: #333;
}


/*footer style
-------------------------------------------------------------------*/
.footer {
	border-top: 4px solid #e9e9e9;
	background: #f2f2f2;
	padding: 39px 0px;
	min-height: 383px;
}

/*footernav style
-------------------------------------------------------------------*/
.footernav {
	border-bottom: 1px solid #cecece;
	text-align: center;
	padding: 0px 0 39px;
	margin: 0 0 26px;
}

.footernav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
	text-align: center;
}

.footernav ul li {
	display: inline;
	padding: 0 42px;
}

.footernav ul li:first-child {
	padding-left: 0px;
}

.footernav ul li:last-child {
	padding-right: 0px;
}

.footernav ul li a {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #040064;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

.footernav ul li a:active,
.footernav ul li a:visited {
	color: #040064;
}

.footernav ul li a:hover {
	color: #333;
}

/*footerlogo style
-------------------------------------------------------------------*/
.footerlogo {}

/*footermain style
-------------------------------------------------------------------*/
.footermain {
	position: relative;
	margin: 20px 0px 0px 0px;
}

/*contact_area style
-------------------------------------------------------------------*/
.contact_area {
	width: 425px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #565656;
	font-weight: 800;
	line-height: 18px;
}

.footermain .social {
	float: right;
	padding: 0px;
}

.footermain .social ul {
	margin-right: 6px;
}

.footermain .social ul li {
	margin-right: 44px;
}

.footermain .social span {
	font-size: 26px;
	color: #040064;
	line-height: 29px;
}

.footermain .social ul li a {
	color: #040064;
	font-size: 27px;
	margin-top: -3px;
}

.footermain .social span a {
	color: #040064;
}

.footermain .social span a:active,
.footermain .social span a:visited {
	color: #040064;
}

.footermain .social span a:hover {
	color: #333;
}

.footermain .social ul li a:hover {
	color: #565656;
}

/*hire_product_area
-------------------------------------------*/

.hire_product_area {}


/*hire_products_head
-------------------------------------------*/

.hire_products_head {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.hire_products_head h2 {
	color: #040064;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	float: left;
	margin: 0px;
	margin-right: 10px;
}

.list_area_breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

.list_area_breadcrumb li {
	display: inline;
	padding-right: 8px;
	margin-right: 2px;
	background: url(../images/separator.jpg) right center no-repeat;
}

.list_area_breadcrumb li.active {
	background: none;
}

.list_area_breadcrumb li a {
	font-size: 16px;
	font-weight: 700;
	color: #414141;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	text-decoration: none;
}

.hire_products_head .woocommerce-breadcrumb {
	float: left;
	padding-top: 18px;
	padding-left: 10px;
}

.hire_products_head .woocommerce-breadcrumb a {
	font-size: 16px;
	font-weight: 700;
	color: #414141;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

.hire_product {
	padding: 45px 0;
	text-align: center;
}

.hire_product_info {
	margin: 0 0 40px;
}

.hire_product_info h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 36px;
	color: #040064;
	font-weight: 400;
	text-transform: uppercase;
}

.hire_product_info ul {
	padding: 0 0 25px;
	margin: 0;
	list-style: none;
	display: block;
}

.hire_product_info ul li {
	font-size: 16px;
	color: #040064;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.hire_product_price {
	color: #040064;
	font-size: 20px;
	margin-bottom: 5px;
}

.hire_product_price small {
	width: 190px;
	padding-right: 5px;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;

}

.hire_product_price span {
	font-size: 48px;
}

.product_enquire_form {}



.product_enquire_form h3 {
	color: #040064;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 20px 0;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

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

.product_enquire_form ul li {
	width: 33.33%;
	display: block;
	float: left;
	clear: none !important;
}

.product_enquire_form ul li .ginput_container {
	position: relative;
	margin-bottom: 20px;
}

.product_enquire_form ul li .ginput_container img.ui-datepicker-trigger {
	position: absolute;
	right: 16%;
	top: 50%;
	margin-top: -13px;
}

.product_enquire_form #gform_wrapper_1 ul li#field_1_3 {
	clear: both !important;
	width: 16.66%;
}

.product_enquire_form #gform_wrapper_1 ul li#field_1_4 {
	width: 16.66%;
}

.product_enquire_form #gform_wrapper_1 ul li#field_1_6 {
	margin-top: -100px;
}

.product_enquire_form li:not(.gfield--type-radio) label {
	display: none !important;
}

.product_enquire_field {
	width: 100%;
	padding: 20px 10%;
	box-sizing: content-box;
	border: 0px;
	background: #efefef;
	font-size: 18px;
	color: #040064;
	font-family: 'Lato', sans-serif;
	height: 80px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}

.product_enquire_form input[type="text"] {
	width: 95% !important;
	padding: 0px 0px !important;
	text-indent: 33px;
	border: 0px;
	background: #efefef;
	font-size: 18px !important;
	color: #040064;
	font-family: 'Lato', sans-serif !important;
	height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	position: relative;
}



.product_enquire_form #gform_wrapper_1 ul li#field_1_3 input[type="text"] {
	width: 90% !important;
	font-size: 16px !important;
	text-indent: 15px;
}



.product_enquire_form #gform_wrapper_1 ul li#field_1_4 input[type="text"] {
	width: 90% !important;
	font-size: 16px !important;
	text-indent: 15px;
}



.product_enquire_form #gform_wrapper_2 ul li#field_2_3 {
	clear: both !important;
}

.product_enquire_form #gform_wrapper_2 ul li#field_2_6 {
	margin-top: -100px;
}




.product_enquire_field.date {
	width: 60%;
	padding: 20px 36% 20px 4%;
}

.product_enquire_submit {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	width: 100%;
	height: 70px;
	background: #040064;
	border: 0px;
}

.product_enquire_form input[type="submit"] {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	width: 33.3%;
	height: 70px;
	background: #040064;
	border: 0px;
	display: block;
	float: right;
	border-radius: 0px;
	cursor: pointer;
}

.product_enquire_form .gform_footer {
	overflow: hidden;
	padding: 0px !important;
}

.product_enquire_field.text_area {
	resize: none;
	overflow: auto;
	height: 140px;
}


.product_enquire_form textarea {
	width: 100%;
	padding: 20px 0px !important;
	text-indent: 33px;
	border: 0px;
	background: #efefef;
	font-size: 18px !important;
	color: #040064;
	font-family: 'Lato', sans-serif !important;
	text-transform: uppercase;
	position: relative;
	resize: none;
	overflow: auto;
	height: 180px !important;
}


.no_padding {
	padding: 0 !important;
}

.product_enquire_field .input-field {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	box-sizing: content-box;
	width: 90%;
	height: 40px;
	border: 0px;
	padding: 20px 5%;
	position: absolute;
	left: 0;
	top: 0;
}

.product_enquire_field small {
	font-size: 18px;
	display: block;
	line-height: 20px;
}

.product_enquire_field img {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -14px;
}

/*---------------------blog----------------------*/
.blog_post {
	border-bottom: 1px solid #d3d3d3;
	margin: 0 20px 30px 0;
}

.blog_post a {
	text-decoration: none;
	color: #040064;
}

.blog_post a:hover {
	text-decoration: underline;
}

.blog_post h2 {
	margin: 0px;
}

.blog_post h2 a {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	color: #040064;
	font-weight: 700;
}

.blog_post h2 a:hover {
	color: #333;
	text-decoration: none;
}

.blog_thumb img {
	width: 100%;
	height: auto;
}

.bones_page_navi li {
	background: #CCC;
	border-bottom: 1px solid #040064;
	margin: 0 10px 0 0;
}

.bones_page_navi li a {
	color: #FFF;
	background: #040064;
}

.bones_page_navi li a:hover {
	color: #333;
	background: #CCC;
}

.bones_page_navi li.bpn-next-link,
.bones_page_navi li.bpn-prev-link {
	background: none;
	border: none;
}

.bones_page_navi li.bpn-next-link a,
.bones_page_navi li.bpn-prev-link a {
	background: none;
	color: #040064;
}



.single_post {
	border-bottom: 1px solid #d3d3d3;
	margin: 0 20px 30px 0;
}

.single_post h2 {
	margin: 0px;
}

.single_post a {
	text-decoration: none;
	color: #040064;
}

.single_post a:hover {
	text-decoration: underline;
}

.single_post .alert {
	background: #f2f2f2;
	border: #e9e9e9 1px solid;
}

.single_post input[type="submit"] {
	background: #040064;
	border: 1px solid #040064;
}



.contact_info {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #040064;
	line-height: 22px;
	font-weight: bold;
}

.contact_info p {
	padding: 0;
	margin: 0 0 5px 0;
}

.contact_info p a {
	font-size: 20px;
	color: #040064;
	text-decoration: none;
}

.contact_info p a:hover {
	color: #333;
}

.contact_form {}

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

.contact_form label {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	display: block;
	width: 30%;
	float: left;
}

.contact_form input[type="text"],
.contact_form input[type="email"] {
	width: 70%;
	height: 26px;
	float: left;
}

.contact_form textarea {
	width: 70%;
	height: 100px;
	float: left;
}

.contact_form input[type="submit"] {
	background: #040064;
	color: #FFF;
	border: #040064 1px solid;
	padding: 8px 20px;
	margin-left: 30.3%;
	cursor: pointer;
	text-transform: uppercase;
}


.contact_map {
	width: 100%;
	margin-bottom: 50px;
}

.article-header h2,
.article-header h3 {
	text-transform: uppercase;
	font-weight: 400;
}

#comment-form-title {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #040064;
	font-size: 28px;
}

.product_info {
	padding-top: 10px;
}

#gform_wrapper_3 {}

#gform_wrapper_3 label {
	margin-top: 0px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #040064;
	display: block
}

#gform_wrapper_3 input[type="text"] {
	width: 63%;
	background: #efefef;
	border: 0px;
	outline: 0px;
	padding: 10px;
	line-height: 18px;
	height: 38px;
	margin-bottom: 10px;
}

#gform_wrapper_3 input[type="submit"] {
	border-radius: 0px;
}

#gform_wrapper_3 textarea {
	width: auto;
	background: #efefef;
	border: 0px;
	outline: 0px;
	padding: 10px;
	line-height: 18px;
	margin-bottom: 10px;
}

/*--------------------------------woocommerce--------------------------------------*/

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
	margin: 0px auto;
	width: 60px;
	position: relative;
	overflow: hidden;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
}


.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
	background: -moz-linear-gradient(center top, #ffffff 0%, #e6e6e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(center top, #ffffff 0%, #e6e6e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #040064;
	border-radius: 2px;

	color: #666;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 13px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	vertical-align: text-top;
	width: 20px;

}

.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	bottom: 0;
	right: 0;
}

.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce-page #content .quantity .plus {
	border-bottom: 0 none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #040064;
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	-moz-appearance: textfield;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #cccccc -moz-use-text-color #cccccc #cccccc;
	border-color: #cccccc -webkit-use-text-color #cccccc #cccccc;
	border-image: none;
	border-radius: 2px 0 0 2px;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	box-shadow: 0 0 2px 0 #ffffff inset;
	float: left;
	font-weight: bold;
	height: 38px;
	padding: 0;
	text-align: center;
	width: 40px;
}


.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	border-radius: 2px;

	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	font-weight: bold;
	left: auto;
	line-height: 1em;
	margin: 0;
	overflow: visible;
	padding: 6px 10px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
	background: -moz-linear-gradient(center top, #040064 0%, #040064 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(center top, #040064 0%, #040064 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #040064;
	color: #fff;
}


.woocommerce div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
	float: left;
	vertical-align: middle;
}

.inner-content-main .single_add_to_cart_button {
	background: #040064;
}




.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	background: -moz-linear-gradient(center top, #ffffff 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;

	color: #666666;
	list-style: none outside none !important;
	margin: 0 0 2em !important;
	padding: 1em 1em 1em 3.5em !important;
	position: relative;
	text-shadow: 0 1px 0 #ffffff;
	width: auto;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	background: -moz-linear-gradient(center top, #ffffff 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;

	color: #666666;
	list-style: none outside none !important;
	margin: 0 0 2em !important;
	padding: 1em 1em 1em 3.5em !important;
	position: relative;
	text-shadow: 0 1px 0 #ffffff;
	width: auto;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	border-top: 3px solid #040064;
}




.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.quotelist-remove-icon,
.quotelist-added-icon {
	background: #040064;
	border: 1px solid #040064;
	border-radius: 2px;

	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	font-weight: bold;
	left: auto;
	line-height: 1em;
	margin: 0;
	overflow: visible;
	padding: 10px 10px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.quotelist-added-icon {
	margin-bottom: 10px;
	color: #FFF !important;
}

.quotelist-remove-icon,
.quotelist-added-icon {
	width: 225px;
}


.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
	background: #03013b !important;
	border: #03013b 1px solid !important;
}

.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce #content input.button:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #content input.button:focus {
	background: #03013b !important;
	border: #03013b 1px solid !important;
}






.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
	float: right;
}

/*------shop-table------------------------*/

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: 1px solid #e5e5e5;
	border-collapse: separate;
	border-radius: 5px;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}





.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
}





.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
	min-width: 32px;
}


.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	border-top: 1px solid #e5e5e5;
	padding: 6px 12px;
	vertical-align: middle;
}

.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
	border-radius: 100%;
	color: red;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	height: 1em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	width: 1em;
}

.product-name a {
	text-decoration: none;
	color: #333;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: left;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: right;
}

/*.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width:80px;}*/

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
	border: 1px solid #e6e6e6;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;
	float: left;
	line-height: 1em;
	margin: 0 4px 0 0;
	outline: 0 none;
	padding: 6px 6px 5px;
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
	display: none;
}





.woocommerce table.cart th,
.woocommerce table.cart td,
.woocommerce #content table.cart th,
.woocommerce #content table.cart td,
.woocommerce-page table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page #content table.cart td {
	vertical-align: middle;
}



.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
	content: " ";
	display: table;
	clear: both;
}

.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
	content: " ";
	display: table;
	clear: both;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: auto;
	/*width: 48%;*/
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	clear: right;
	float: none;
	width: auto;
	/*width: 48%;*/
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	width: 100%;
}



.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 6px 0;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
	padding: 6px 12px 0 0;
	width: 50%;
	text-align: left;
}

.shipping_calculator h2 {
	font-size: 20px !important;
}

.shipping_calculator h2 a {
	text-decoration: none;
	color: #040064 !important;
	background: url(../images/smallarrow.png) no-repeat right center;
	display: inline-block;
	padding: 0 38px 0 0;
	text-transform: uppercase;
}

.shipping_calculator h2 a:hover {
	color: #666 !important;
}

/*-------------checkuot-------------------------------*/
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	border-top: 3px solid #040064;
}

.woocommerce .woocommerce-info a,
.woocommerce-page .woocommerce-info a {
	color: #040064 !important;
	text-decoration: none;
	margin-left: 20px;
	background: url(../images/nav-arrowblue.png) no-repeat right center;
	padding-right: 16px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%;
	overflow: hidden;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 48%;
	float: left;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 48%;
	float: right;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	line-height: 2em;
	display: block;
}

.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
	border: 0 none;
	color: red;
	font-weight: bold;
}

.woocommerce-checkout .form-row .chosen-container {
	width: 100%;
}

.chosen-container {
	-moz-user-select: none;
	-webkit-user-select: none;
	display: inline-block;
	font-size: 13px;
	position: relative;
	vertical-align: middle;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
	box-sizing: border-box;
	line-height: 1em;
	margin: 0;
	outline: 0 none;
	width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	float: left;
	overflow: visible;
	width: 50%;
	padding: 6px;
	margin: 0 0 10px 0;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
	margin: 0 0 10px;
	padding: 6px;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
}


.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
	border-bottom: 1px solid #e6e6e6;
	list-style: none outside none;
	margin: 0;
	padding: 1em;
	text-align: left;
}

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
	content: "";
	display: block;
	border: 8px solid #f2f2f2;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -1px;
	left: 0;
	margin: -1em 0 0 2em;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	background: -moz-linear-gradient(center top, #f2f2f2 0%, #e6e6e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	color: #666666;
	font-size: 0.92em;
	line-height: 1.5em;
	margin: 1em 0;
	padding: 1em 2%;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	width: 96%;
}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
	font-weight: normal;
	line-height: 2em;
	margin: 0;
	text-align: left;
}

.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
	margin: 0 1em 0 0;
}

.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
	margin: -2px 0 0 0.5em;
	position: relative;
	vertical-align: middle;
}

.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	padding: 1em;
	overflow: hidden;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right;
}

/*=========================================================
for IE
===========================================================*/
.ie7 .woocommerce .woocommerce-message,
.ie7 .woocommerce .woocommerce-error,
.ie7 .woocommerce .woocommerce-info,
.ie7 .woocommerce-page .woocommerce-message,
.ie7 .woocommerce-page .woocommerce-error,
.ie7 .woocommerce-page .woocommerce-info {
	background: #ececec;
}

.ie7 .woocommerce #payment div.payment_box,
.ie7 .woocommerce-page #payment div.payment_box {
	background: #e8e8e8;
}

/*-------ie8-----------------*/
.ie8 .woocommerce .woocommerce-message,
.ie8 .woocommerce .woocommerce-error,
.ie8 .woocommerce .woocommerce-info,
.ie8 .woocommerce-page .woocommerce-message,
.ie8 .woocommerce-page .woocommerce-error,
.ie8 .woocommerce-page .woocommerce-info {
	background: #ececec;
}

.ie8 .woocommerce #payment div.payment_box,
.ie8 .woocommerce-page #payment div.payment_box {
	background: #e8e8e8;
}



/*------------------------------floating-widgets----------------------------------------------------*/

.floating-widgets {
	width: 378px;
	font-family: 'Lato', sans-serif;
	border: #cfcfcf 1px solid;
	padding: 14px 0 0 0;
	position: fixed;
	top: 300px;
	right: 5px;
	background: #FFF;
	z-index: 9999;
	border-bottom: 2px solid #0a78e7;
}

.floating-widgets .widget {
	margin-bottom: 0px !important;
}

.floating-widgets h4 {
	font-size: 20px !important;
	color: #040064 !important;
	line-height: 28px !important;
	display: block !important;
	font-weight: normal !important;
	padding: 0 0 18px 48px;
	margin: 0 0 10px 0;
	border-bottom: #cfcfcf 1px solid;
	background: url(../images/cart_icon.png) no-repeat 13px 0;
}

.floating-widgets .widget_shopping_cart_content p {
	padding: 0 14px;
}

.floating-widgets .widget_shopping_cart_content p.buttons {
	clear: both;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

.floating-widgets .widget_shopping_cart_content ul li {
	font-size: 13px;
	border-bottom: #cfcfcf 1px solid;
	line-height: 35px;
	overflow: hidden;
	padding: 6px 14px;
}

.floating-widgets .widget_shopping_cart_content ul li.empty {
	border-bottom: #cfcfcf 0px solid;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #8f8f8f;
	margin-bottom: 10px;
}

.floating-widgets .widget_shopping_cart_content img {
	float: left;
	width: 10%;
	margin-right: 4px;
	height: auto;
}

.floating-widgets .widget_shopping_cart_content .button {
	background: #0a78e7 !important;
	border: 0px !important;
	padding: 18px 15px;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.floating-widgets .widget_shopping_cart_content .button:hover {
	background: #0a78e7 !important;
	border: 0px !important
}

.floating-widgets .widget_shopping_cart_content p.buttons a.button {
	background: #0a78e7 !important;
	border: 0px;
	outline: 0px;
	display: block;
	float: none;
	border-radius: 0px;
	margin: 0px;
	width: 49.8%;
	float: left;
	text-shadow: none !important;
}

.floating-widgets .widget_shopping_cart_content p.buttons a.button.checkout {
	float: right;
}

.floating-widgets .widget_shopping_cart_content p.total {
	text-transform: uppercase;
	font-size: 16px;
	color: #8f8f8f;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.floating-widgets .widget_shopping_cart_content p.total strong {
	font-weight: 400;
	color: #8f8f8f;
}

#gform_wrapper_3 .gfield_label {
	clear: none;
	width: 30%;
	float: left;
	display: block;
}

#gform_wrapper_3 .ginput_container {
	width: 70%;
	float: left;
}

#gform_wrapper_3 .ginput_container input,
#gform_wrapper_3 .ginput_container textarea {
	width: 100%;
}



.product_info_list_row .grid .desk--three-fifths .grid {
	position: relative;
}

.product_info_list_row .grid .desk--three-fifths .grid div.desk--one-tenth {
	background: #040064 !important;
	width: 46px !important;
	height: 100% !important;
	position: absolute !important;
	right: 0px !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.product_info_list_row .grid .desk--three-fifths .grid div.desk--one-tenth a.product_info {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

.product_info_list_row .grid .desk--one-half .grid {
	position: relative;
}

.product_info_list_row .grid .desk--one-half .desk--one-tenth {
	background: #040064 !important;
	width: 46px !important;
	height: 100% !important;
	position: absolute !important;
	right: 0px !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.product_info_list_row .grid .desk--one-half .desk--one-tenth a.product_info {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

#gform_wrapper_1 .gfield_error,
#gform_wrapper_2 .gfield_error {
	background: none;
	padding: 0px !important;
	border: 0px;
}

.single-product .woocommerce-message {
	display: none;
}

.search .main {
	padding-bottom: 30px;
}

.search .archive-title {
	color: #040064;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.search .search-title {
	font-family: 'Lato', sans-serif;
	color: #040064;
	font-weight: 700;
	margin: 0px 0px 0px;
}

.search .search-title a {
	color: #040064;
}

.search p {
	padding: 0px;
	margin: 0px 0px 17px;
}

.productholder.itemno3,
.productholder.itemno9,
.productholder.itemno6 {
	border-right: 0px;
}

.cart {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.search-results .entry-content {
	border-bottom: 1px solid #E5E5E5;
	padding: 0px 0px 0px;
	margin: 0px 0px 17px;
}

.search-results .product_info_list_row {
	border-bottom: 0px;
}

.search-results .product_info_list_row .grid .one-whole {
	border-top: 1px solid #E5E5E5;
}

.search-results .product_info_list_row .grid {
	border-bottom: 1px solid #E5E5E5;
}

.search-results .product_info_list_row .grid .grid__item .grid {
	border-bottom: 0px;
}

.search-results .product_info_list_row h3 {
	color: #040064;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	margin: 10px 0 5px;
	text-transform: uppercase;
}

.search-results .product_info_list_row a.product_info {
	background: url(../images/right_arrow.jpg) no-repeat center center;
}

.search-results .product_info_list_row div.leftareaholder {
	width: 60%;
}

.search-results .product_info_list_row div.leftareaholder .two-fifths {
	width: 20%;
}

.search-results .product_info_list_row div.leftareaholder .three-fifths {
	width: 80%;
}

.search-results .product_info_list_row div.rightareaholder {
	width: 40%;
}

.page-results {
	position: relative;
}

.page-results .page-result-main {
	margin-right: 56px;
}

.search-results .product_info_list_row .page-results h3 {
	color: #040064;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	margin: 10px 0 5px;
	text-transform: uppercase;
}

a.fulldetail {
	background: #040064 url(../images/right_arrow.jpg) no-repeat center center;
	width: 46px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.login {
	max-width: 300px;
}

.login input[type="text"],
.login input[type="password"],
.login input[type="email"],
#customer_details input[type="text"],
#customer_details textarea,
#customer_details select,
.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="email"] {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 0;
	line-height: 18px;
	margin-bottom: 10px;
	outline: 0;
	padding: 10px;
}

.lost_password a {
	color: #040064;
}





/*==========================================================================
  Media Queries
  ========================================================================== */
@media only screen and (max-width: 768px) {
	.floating-widgets {
		background: #FFF;
		margin-top: -1px;
		position: static;
		width: auto;
		max-width: 1140px;
		margin: 0px auto;
		padding-left: 10px;
		padding-right: 10px;
		border-right: 0px;
		border-left: 0px;
		border-bottom: 1px solid #EFEFEF;
	}

	.floating-widgets .widget {
		width: auto;
	}

	.floating-widgets h4 {
		font-size: 16px !important;
		margin-bottom: 0px !important;
	}

	.floating-widgets .widget_shopping_cart_content ul li.empty {
		font-size: 14px;
	}

	.floating-widgets .widget_shopping_cart_content img {
		width: 33px;
	}

	.floating-widgets .widget ul li a {
		font-size: 13px;
	}

	.floating-widgets .widget_shopping_cart_content p.total {
		font-size: 15px;
	}

	.floating-widgets .widget_shopping_cart_content p {
		margin: 7px 0px;
	}

	.search-results .product_info_list_row div.leftareaholder {
		width: 100%;
		float: none;
	}

	.search-results .product_info_list_row div.rightareaholder {
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 9999px) {
	.subnav_wrap {
		display: block !important;
	}
}



@media only screen and (min-width: 1920px) and (max-width: 9999px) {
	.banner_wrap div.inner-content {
		left: -384px;
	}
}

@media only screen and (max-width: 1919px) {
	.sliderpic {
		width: 68%;
		overflow: hidden;
	}

	.slidercaption {
		padding-left: 20px;
		float: left;
	}

	.sliderpic img {
		display: block;
		margin-left: 0px !important;
	}

	.banner_main .rsNav {
		right: inherit;
		left: 68%;
		margin-left: 20px;
	}

	.scrollercontpic {
		width: auto;
		float: left;
	}

	.scrollercontpic img {
		height: auto !important;
		min-width: 100%;
	}

	.scrollercont_info {
		margin: 0px;
	}

}

@media only screen and (max-width:1920px) {
	.scrollercontpic {
		width: 50%;
	}

	.sliderpic img {
		display: block;
		margin-left: 0px !important;
	}

	.scrollercont_info {
		margin: 0px 0px 0px 50%;
		padding: 20px;
	}

	.scroller_main {
		height: auto;
	}
}

@media only screen and (max-width: 1770px) {
	.sliderpic img {
		display: block;
		margin-left: 0px !important;
	}

	.scrollercont_info {
		padding: 20px 20px;
	}

}


@media only screen and (max-width: 1714px) {
	.scroller_main {
		overflow: visible;
	}

	.scrollercontpic {
		/*width:auto; float:none;*/
	}

	.scrollercontpic img {
		/*min-width:100%; height:auto !important;*/
	}

	.scrollercont_info {
		float: none;
		/* margin:0px;*/
	}
}

@media only screen and (max-width: 1470px) {
	.sliderpic img {
		margin-left: -45%;
	}

	.scrollercont_info h3 {
		padding-bottom: 6px;
	}

	.scrollercont_info {
		padding: 10px 10px;
	}

	.scrollercont_info p {
		line-height: 21px;
	}
}

@media only screen and (max-width: 1366px) {
	.sliderpic {
		width: 68%;
	}

	.sliderpic img {
		margin-left: -68%;
	}

	.banner_main .rsNav {
		right: inherit;
		left: 70%;
		margin-left: 20px;
	}

	.scrollercont_info {
		padding: 10px 10px;
	}



}

@media only screen and (max-width: 999px) {
	.scrollercontpic img {
		height: auto !important;
	}

	.scrollercont_info {
		padding: 20px;
	}
}

@media only screen and (max-width: 1575px) {
	.scrollercont_info h3 {
		padding-bottom: 6px;
	}

	.scrollercont_info {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.sliderpic {
		width: 64%;
	}

	.banner_main .rsNav {
		right: inherit;
		left: 64%;
		margin-left: 20px;
	}

	.sliderpic img {
		margin-left: -70%;
	}

	.scrollercont_info {
		padding: 10px;
		font-size: 13px;
	}

	.scrollercont_info h3 {
		font-size: 18px;
		padding: 0 0 5px 0;
	}

	.scrollercont_info p {
		padding: 0 0 5px;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_3 input[type="text"] {
		padding-right: 50% !important;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_4 input[type="text"] {
		padding-right: 40% !important;
	}




}

@media only screen and (min-width: 1000px) and (max-width: 1139px) {
	.header_main.odd .mainnav {
		margin: 0 0 0 10px;
	}

	.header_main.odd .mainnav ul li {
		padding-right: 10px;
	}

	.header_main.odd .social ul li {
		margin: 0 30px 0 0;
	}

	div.inner-header,
	div.inner-content,
	div.inner-footer {
		width: 94%;
	}

	.mainnav {
		width: 300px;
	}

	.headersearch {
		width: 170px;
	}

	.productholder h3 {
		font-size: 20px;
	}

	.headersearch input[type="text"] {
		width: 123px;
	}

	.mainnav ul li a {
		font-size: 15px;
	}

	.footernav ul li {
		padding: 0 30px;
	}

	.subnav ul li a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 999px) {
	.sliderpic {
		width: 100%;
		float: none;
	}

	.sliderpic img {
		height: auto;
	}

	.slidercaption {
		width: auto;
		float: none;
	}

	.banner_main .rsNav {
		width: 100%;
		bottom: 20px;
		left: 0px;
	}

	.banner_main .royalSlider {
		height: auto;
		padding-bottom: 50px;
	}

	.slidercaption {
		padding: 20px;
	}

	.slidercaption h2 {
		padding-bottom: 15px;
	}

	.slidercaption h3 {
		font-size: 25px;
		line-height: normal;
	}

	.banner_main .royalSlider {
		height: auto;
	}

	.sliderpic img {
		max-width: 100%;
		margin-left: 0px;
	}

	.scroller_main {
		height: auto;
	}

	.scrollercontpic {
		float: none;
		width: 100%;
	}

	.scrollercont_info {
		width: auto;
		margin: 0;
	}

	.scrollercontpic img {
		height: auto;
	}

}

@media only screen and (min-width: 481px) and (max-width: 999px) {
	.subnav .product_nav ul li {
		width: 26% !important;
		padding: 0 3.66667%;
		height: auto;
	}

	div.inner-header,
	div.inner-content,
	div.inner-footer {
		width: 92%;
	}

	.mainnav {
		float: right;
		clear: both;
		padding-top: 0px;
		width: auto;
	}

	.mainnav ul li a {
		font-size: 14px;
	}

	.header_main.odd .social ul li {
		margin: 0 30px 0 0
	}

	.subnav ul li a {
		font-size: 12px;
	}

	.social {
		padding: 10px 0 0 0;
		clear: both;
	}

	.header_main.odd .social {
		width: 250px;
	}

	.inner-content-main {
		padding: 50px 0;
	}

	.header_main.odd .social span {
		font-size: 22px;
	}

	.topsection h1 {
		padding: 0 0 15px 0;
		font-size: 30px;
	}

	.productholder h3 {
		font-size: 18px;
		padding: 15px 0 0 0;
	}

	.footernav ul li {
		padding: 0 12px;
	}

	.footernav ul li a {
		font-size: 14px;
	}

	.section_row h2 {
		font-size: 30px;
		float: none;
	}

	.footermain {
		margin: 0
	}

	.footermain .social {
		clear: none;
		margin-right: 0px;
	}

	.footermain .social ul li {
		margin-right: 20px;
	}

	.footermain .social span {
		font-size: 18px;
	}

	.product_enquire_field {
		padding: 10px 5%;
		width: 90%;
		height: 30px;
		font-size: 15px;
	}

	.product_enquire_field small {
		line-height: 30px;
		font-size: 15px;
	}

	.product_enquire_field small br {
		display: none;
	}

	.product_enquire_field .input-field {
		height: 30px;
		padding: 10px 5% 10px 10%;
		width: 85%;
	}

	.product_enquire_submit {
		height: 50px;
	}

	.hire_product_info h2 {
		font-size: 30px;
	}

	.hire_products_head h2 {
		font-size: 30px;
	}

	.list_area_breadcrumb {
		display: block;
	}

	.hire_product_price span {
		font-size: 40px;
	}

	.topsection h2 {
		font-size: 18px;
	}

	.list_main a {
		font-size: 16px;
	}

	.product_list_pic img {
		margin: 0;
	}

	.product_info.padding {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.subnav_wrap {
		height: auto;
	}

	.subnav ul li {
		padding: 20px 0;
		line-height: 20px;
	}

	.infocolumns img {
		min-width: 100%;
	}

	.infocolumns_cont {
		margin-bottom: 20px;
		padding: 20px;
	}

	a.allbtn {
		float: none;
		clear: both;
		display: inline-block;
	}

	.tabnav ul li a {
		font-size: 20px;
	}

	.installationwidget span {
		padding: 10px;
	}

	.installationwidget span a {
		padding: 0 0 30px 0;
		background-position: bottom center;
		text-align: center;
		font-size: 14px;
	}

	.tabnav ul li {
		padding: 20px 0;
	}

	.footer {
		height: 300px;
	}

	.headersearch {
		padding-top: 10px;
	}

	.listproducts {
		margin-bottom: 50px;
	}

	.subnav.item-six li.subnav.item-six li {
		width: 16%;
	}

	.product_enquire_form ul li {
		width: 50%;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_3 {
		width: 50% !important;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_4 {
		width: 50% !important;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_3 input[type="text"],
	.product_enquire_form #gform_wrapper_1 ul li#field_1_4 input[type="text"] {
		width: 95% !important;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_4 input[type="text"],
	.product_enquire_form #gform_wrapper_1 ul li#field_1_4 input[type="text"] {
		width: 95% !important;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_6,
	.product_enquire_form #gform_wrapper_2 ul li#field_2_6 {
		margin-top: 0px;
	}

	.product_enquire_form textarea {
		width: 95% !important;
	}

	.product_enquire_form input[type="submit"] {
		margin-right: 2.5% !important;
	}

}

@media only screen and (max-width: 767px) {
	.header {
		position: relative;
	}

	.sidebar_wrap {
		width: 100%;
		padding: 0px;
	}

	.about_info_wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.contact_info {
		width: 100%;
		margin-bottom: 30px;
	}

	.contact_form {
		width: 100%;
	}

	.widget {
		width: 50%;
		float: left;
	}

	.installationwidget img {
		min-width: 100%;
	}

	.installationwidget {
		margin-left: 24px;
	}

	.subnav_wrap {
		height: auto;
	}

	.product_nav {
		position: static;
		padding: 20px 0 0 0;
	}

	.subnav.item-six li {
		width: auto;
	}

	.subnav ul li {
		height: auto;
		text-align: left;
		float: none;
		padding: 5px;
		width: auto;
		border-bottom: 1px solid #efefef;
		border-right: 0px;
	}

	.subnav ul li a {
		display: block;
		margin-right: 5px;
	}

	.subnav .product_nav ul li {
		margin: 0 0 20px 0;
		width: auto !important;
	}

	.product_nav ul.wrap {
		width: 100%;
	}

	.subnav .product_nav ul li a img {
		margin: 0;
	}

	.subnav ul li a {
		font-size: 16px;
	}

	.product_nav ul.wrap {
		margin: 0;
	}

	.subnav.item-five li {
		width: auto;
	}

	.productholder h3 {
		font-size: 13px;
	}

	.productholder a {
		font-size: 11px;
		padding: 3px 30px 3px 0;
	}

	.topsection h1 {
		font-size: 25px;
	}

	.topsection h2 {
		font-size: 15px;
	}

	.contact_area {
		margin-bottom: 20px;
	}

	.footerlogo {
		text-align: center;
	}

	.section_row h2 {
		font-size: 25px;
	}

	.contact_area {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}

	.footermain .social {
		float: none;
		margin: 0 auto;
		width: 225px;
	}

	.product_enquire_form h3 {
		font-size: 20px;
	}

	.hire_product_info ul li {
		font-size: 14px;
	}

	.list_main .grid__item {
		width: 100%;
	}

	.list_main a {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.list_main .odd a {
		border-right: 1px solid #d3d3d3 !important;
		padding-left: 0px !important;
	}

	.tabnav ul li a {
		font-size: 16px;
	}

	.header_main.odd .mainnav {
		margin-bottom: 10px !important;
	}

	.mainnav ul li a {
		font-size: 14px;
	}

	.header_main.odd .social span {
		font-size: 19px;
	}

	.headersearch {
		clear: both;
	}

	.social {
		float: right;
	}

	.logo {
		margin-right: -40px;
	}

	.slidercaption h3 {
		font-size: 18px;
	}

	.section_row {
		padding-bottom: 30px;
	}

	.subnav .product_nav ul li a img {
		display: inline;
	}

	.subnav ul li a {
		padding: 10px;
		font-size: 20px;
	}

	.subnav .product_nav ul li a {}

	.subnav .product_nav ul li a img {
		display: none;
	}

	.subnav .product_nav ul li a span {
		padding-left: 7px;
		font-size: 16px;
	}

	.subnav .product_nav ul li {
		margin-bottom: 0px;
	}

	.subnav .product_nav {
		padding-top: 0px;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_6,
	.product_enquire_form #gform_wrapper_2 ul li#field_2_6 {
		margin-top: 0px;
	}

	.headersearch {
		width: 310px;
	}

	.headersearch form {
		display: block;
		float: left;
		margin: 0 10px 0 0;
	}

	a.mobilenav {
		display: block;
	}

	.subnav_wrap {
		display: none;
	}

	.mainnav {
		padding-top: 10px;
	}

	.header {
		margin: 0 0 1px;
	}

	.mainnav ul li {
		padding: 0 10px;
	}


	.floating-widgets {
		position: static;
		width: auto;
		max-width: 1140px;
		margin: 0px auto;
		padding-left: 10px;
		padding-right: 10px;
		border-right: 0px;
		border-left: 0px;
		border-bottom: 1px solid #EFEFEF;
	}

	.floating-widgets .widget {
		width: auto;
		float: none;
	}


	.list_main.sealrow h3 {
		margin-right: 79px;
	}

	.list_main a {
		border-right: 0px;
	}

	.list_main .odd a {
		border-right: 0px !important;
	}

	.installationwidget span {
		text-align: center;
	}

	.installationwidget span a {
		display: inline-block;
	}

}

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

	div.inner-header,
	div.inner-content,
	div.inner-footer {
		width: 90%;
	}

	.inner-content-main {
		padding: 35px 0;
	}

	.productholder {
		border: 0px;
	}

	.topsection h1 {
		font-size: 20px;
	}

	.topsection h2 {
		font-size: 14px;
	}

	.productholder h3 {
		padding: 15px 0 0 0;
	}

	.main {
		font-size: 14px;
	}

	.section_row h2 {
		font-size: 20px;
	}

	a.allbtn {
		float: left;
		clear: both;
		font-size: 15px;
	}

	.gallerybox a strong {
		font-size: 18px;
	}

	.footernav ul li {
		padding: 0;
		display: block;
		text-align: center;
	}

	.footermain {
		margin: 0;
	}

	.contact_area {
		width: auto;
	}

	.footermain .social span a {
		font-size: 18px;
	}

	.footermain .social ul li {
		margin-right: 20px;
	}

	.header_main.odd .mainnav {
		margin: 0;
	}

	.header_main.odd .social ul li {
		margin: 0 30px 0 0;
	}

	.social {
		float: left;
		padding-top: 10px;
	}

	.header_main.odd .social {
		float: left;
		padding-top: 10px;
	}

	.logo {
		margin: 0 auto !important;
		width: 149px;
	}

	.headersearch {
		padding-top: 10px;
	}

	.mainnav {
		width: auto;
	}

	.hire_products_head h2 {
		font-size: 20px;
	}

	.list_area_breadcrumb li a {
		font-size: 14px;
	}

	.list_area_breadcrumb {
		display: block;
	}

	.hire_product_info h2 {
		font-size: 20px;
	}

	.hire_product_price span {
		font-size: 30px;
	}

	.product_enquire_form h3 {
		font-size: 16px;
	}

	.product_enquire_field {
		padding: 10px 5%;
		width: 90%;
		height: 30px;
		font-size: 15px;
	}

	.product_enquire_field small {
		line-height: 30px;
		font-size: 15px;
	}

	.product_enquire_field small br {
		display: none;
	}

	.product_enquire_field .input-field {
		height: 30px;
		padding: 10px 5% 10px 10%;
		width: 85%;
	}

	.product_enquire_submit {
		height: 50px;
	}

	.list_main a {
		font-size: 14px;
	}

	.list_area h2 {
		font-size: 20px;
		float: none;
	}

	a.back {
		float: none;
	}

	.product_info.padding {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.product_info_list_row {
		padding-bottom: 15px;
	}

	.tabnav ul li {
		float: none;
		width: auto;
		padding: 10px 0;
		border: 0px;
	}

	.infocolumns_cont h3 {
		font-size: 14px;
	}

	.infocolumns_cont {
		font-size: 13px;
		padding: 20px;
	}

	.gallerybox a strong {
		font-size: 14px;
	}

	.scroller_main {
		height: auto;
	}

	.scroller_wrap {
		padding-bottom: 35px;
	}

	.widget {
		width: auto;
		float: none;
	}

	.installationwidget span a {
		font-size: 14px;
	}

	.inner-content-main h1 {
		font-size: 20px;
	}

	.info {
		font-size: 14px;
	}

	.mainnav {
		float: none;
	}

	.headersearch {
		float: none;
		margin: 0 auto;
	}

	.header_main.odd .social,
	.header_main .social {
		float: none;
		margin: 0 auto;
		width: 225px;
	}

	.social {
		float: none;
	}

	.mainnav ul {
		text-align: center;
	}

	.mainnav ul li {
		display: inline;
		padding: 0 !important;
		float: none;
	}

	.mainnav ul li a {
		display: inline-block;
		padding: 0 10px;
		float: none;
	}

	.infocolumns {
		margin: 0 0 20px;
	}

	.infocolumns a.read-more-link {
		display: block;
	}

	.infocolumns a.read-more-link img {
		min-width: 100%;
	}

	.gallerybox {
		margin: 0 0 20px 0;
	}

	.product_nav ul.wrap {
		width: 100%;
	}

	.subnav .product_nav ul li {
		width: auto !important;
	}

	.social ul li {
		margin-right: 27px;
	}

}

@media only screen and (max-width: 449px) {
	.subnav .product_nav ul li a img {
		display: block;
	}

	.headersearch {
		width: 260px;
	}

	.headersearch input[type="text"] {
		width: 156px;
	}

	#gform_wrapper_3 .gfield_label {
		clear: none;
		width: auto;
		float: none;
		display: block;
	}

	#gform_wrapper_3 .ginput_container {
		width: auto;
		float: none;
	}

	#gform_wrapper_3 .ginput_container input,
	#gform_wrapper_3 .ginput_container textarea {
		width: 100%;
	}

	.contact_form input[type="submit"] {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 530px) {
	.product_enquire_form ul li {
		float: none;
		width: 100% !important;
	}

	.product_enquire_form input[type="text"] {
		width: 100% !important;
		padding-left: 2% !important;
		padding-right: 2% !important;
	}

	.product_enquire_form ul li .ginput_container img.ui-datepicker-trigger {
		right: 2%;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_3 {
		width: 100% !important;
	}

	.product_enquire_form ul li .ginput_container {
		background: #EFEFEF;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_4 {
		width: 100% !important;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_6,
	.product_enquire_form #gform_wrapper_2 ul li#field_2_6 {
		margin-top: 0px;
	}

	.product_enquire_form input[type="submit"] {
		margin-right: 0% !important;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_3 input[type="text"] {
		width: 100%;
	}

	.product_enquire_form #gform_wrapper_1 .validation_message,
	.product_enquire_form #gform_wrapper_2 .validation_message {
		margin: 0px;
		padding: 3px 0px;
		background: #FFF;
	}

	.product_enquire_form #gform_wrapper_1 ul li#field_1_3 input[type="text"],
	.product_enquire_form #gform_wrapper_1 ul li#field_1_4 input[type="text"] {
		width: 100% !important;
	}
}

@media only screen and (max-width: 800px) {
	.contact_area {
		width: 260px;
	}

	.ie8 .footernav,
	.ie7 .footernav {
		text-align: center;
	}

	.ie8 .footernav ul li,
	.ie7 .footernav ul li {
		display: inline !important;
		float: none !important;
	}

	.ie8 .sidebar,
	.ie7 .sidebar {
		margin-top: 0px;
	}

	.installationwidget img,
	.ie7 .installationwidget img,
	.ie8 .installationwidget img {
		height: auto !important;
	}

	.search-results .product_info_list_row div.leftareaholder {
		width: 100%;
		float: none;
	}

	.search-results .product_info_list_row div.rightareaholder {
		width: 100%;
		float: none;
	}
}

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