/**







 * Theme Name: Allcott







 * Version: 1.0







 */















/* =Reset CSS (v2.0) http: //meyerweb.com/eric/tools/css/reset/







-------------------------------------------------------------- */







html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */







article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{ font-size: 14px; }
@font-face {
	font-family: 'itc_avant_garde_gothic_prdemi';
	src: url('font/itcavantgardepro-demi-webfont.eot');
	src: url('font/itcavantgardepro-demi-webfont.eot?#iefix') format('embedded-opentype'), url('font/itcavantgardepro-demi-webfont.woff2') format('woff2'), url('font/itcavantgardepro-demi-webfont.woff') format('woff'), url('font/itcavantgardepro-demi-webfont.ttf') format('truetype'), url('font/itcavantgardepro-demi-webfont.svg#itc_avant_garde_gothic_prdemi') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'itc_avant_garde_gothic_proXLt';
	src: url('font/itcavantgardepro-xlt-webfont.eot');
	src: url('font/itcavantgardepro-xlt-webfont.eot?#iefix') format('embedded-opentype'), url('font/itcavantgardepro-xlt-webfont.woff2') format('woff2'), url('font/itcavantgardepro-xlt-webfont.woff') format('woff'), url('font/itcavantgardepro-xlt-webfont.ttf') format('truetype'), url('font/itcavantgardepro-xlt-webfont.svg#itc_avant_garde_gothic_proXLt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'itc_avant_garde_gothic_proBk';
	src: url('font/itcavantgardepro-bk-webfont.eot');
	src: url('font/itcavantgardepro-bk-webfont.eot?#iefix') format('embedded-opentype'), url('font/itcavantgardepro-bk-webfont.woff2') format('woff2'), url('font/itcavantgardepro-bk-webfont.woff') format('woff'), url('font/itcavantgardepro-bk-webfont.ttf') format('truetype'), url('font/itcavantgardepro-bk-webfont.svg#itc_avant_garde_gothic_proBk') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* =Base







-------------------------------------------------------------- */







html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1.5;
	background: #fff url(img/bg.png) repeat center 0;
	font-family: 'Open Sans', Roboto, sans-serif, Arial, Helvetica;
	font-weight: 300;
	font-size: 14px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'itc_avant_garde_gothic_prdemi';
}
h1 {
	font-size: 32px;
	line-height: 32px;
}
h2 {
	font-size: 28px;
	line-height: 28px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
}
h5 {
	font-size: 18px;
	line-height: 20px;
}
h6 {
	font-size: 18px;
	line-height: 20px;
}
small {
	font-size: 10px;
	line-height: 16px;
}
dl {
	font-size: 12px;
}
dt {
	font-weight: bold;
}
a {
	color: #009cff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: 700;
}
fieldset, img {
	border: none;
}
hr {
	color: #D2D2D2;
	background-color: #D2D2D2;
	height: 1px;
	border: 0px;
	margin: 30px 0;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}
/* clear float */







.cf:before, .cf:after {
	content: '';
	display: table;
	line-height: 0;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
/* wrapper */







.wrapper {
	clear: both;
	width: 974px;
	margin: 0 auto;
}
/* cols */







.cols-2, .cols-3, .cols-4 {
	font-size: 0;
}
.cols-2 .col, .cols-3 .col, .cols-4 .col {
	vertical-align: top;
	display: inline-block;
	width: 50%;
	font-size: 14px;
}
.cols-3 .col {
	width: 33.33%;
}
.cols-4 .col {
	width: 25%;
}
/* btn */







.btn-more {
	position: relative;
	display: inline-block;
	line-height: 32px;
	padding: 0 40px 0 10px;
	background: #111F5E;
	border: 5px solid #F2CF4E;
	color: #fff;
}
.btn-more:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	height: 32px;
	width: 20px;
	background: url(img/icon-more-arraw-r.png) no-repeat center 0;
}
.btn-more:hover {
	background: #050a20;
}
/* =Main */







.site {
}
/* =Header







-------------------------------------------------------------- */







.site-header {
}
.header-main {
	padding: 18px 0;
	background: #111f5e url(img/header-main-bg.png) no-repeat center 0;
}
.header-main .wrapper {
	width: 960px;
	padding: 0 7px;
}
.site-title {
	display: inline-block;
	max-width: 450px;
}
.site-title img:hover {
	opacity: 1.0;
}
.header-info {
	text-align: right;
	color: #fff;
	margin-top: -10px;
}
.header-info h4 {
	line-height: 30px;
	padding-bottom: 5px;
	font-size: 30px;
	color: #fff200;
	text-transform: uppercase;
}
.header-info p {
	line-height: 15px;
	font-size: 13px;
}
.header-info ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
.header-info ul li {
	font-family: itc_avant_garde_gothic_prdemi;
	font-size: 13px;
	color: #8892b3;
	font-weight: normal;
	display: inline;
	text-align: right;
}
.header-info ul li a {
	font-family: itc_avant_garde_gothic_prdemi;
	font-size: 13px;
	color: #fff200;
	font-weight: normal;
	text-decoration: none;
}
/* site navi ---------- */







.site-navi-main {
	height: 50px;
	background: #fff url(img/site-navi-main-bg.png) no-repeat center 0;
}
.site-navi {
	position: relative;
}
.site-navi a.site-navi-m {
	display: none;
}
.site-navi ul {
	list-style: none;
}
.site-navi ul li {
	float: left;
	position: relative;
}
.site-navi ul li a {
	display: inline-block;
	line-height: 50px;
	padding: 0 16px 0 18px;
	background: url(img/site-navi-a-bg.png) no-repeat 0 center;
	font-size: 13px;
	font-weight: 700;
	color: #0b1e60;
}
.site-navi ul li:hover > ul {
	display: block;
}
.site-navi ul li:hover > a {
	background: #50609c;
	color: #fff;
}
.site-navi ul li.current_page_item > a, .site-navi ul li.current-menu-ancestor > a, .site-navi ul li.current-menu-item > a, .site-navi ul li.current-menu-parent > a {
}
.site-navi ul ul {
	position: relative;
	z-index: 999;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 680px;
	min-height: 206px;
	padding: 10px 0;
	background: #50609c;
}
.site-navi ul ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: -500%;
	width: 1000%;
	height: 100%;
	background: #50609c;
}
.site-navi ul ul:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #50609c;
}
.site-navi ul ul li {
	width: 220px;
}
.site-navi ul ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	width: 190px;
	padding: 0 20px 0 10px;
	border-bottom: 1px solid #5a69a2;
	background: #50609c;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	white-space: nowrap;
}
.site-navi ul ul li a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(img/site-navi-a-arraw.png) no-repeat center center;
}
.site-navi ul ul li a:hover {
	text-decoration: underline;
}
.site-navi ul ul ul {
	display: none!important;
	z-index: 9999;
	left: 100%;
	top: -1px;
}
.site-navi #product-term-thumb {
	position: absolute;
	left: 100%;
	top: 0;
	width: 290px;
	min-height: 226px;
}
.site-navi #product-term-thumb img {
	display: none;
	width: 290px;
	height: auto;
}
.site-navi #product-term-thumb img:first-child {
	display: block;
}
/* Search form */







.search-form {
	position: absolute;
	right: 0;
	top: 12px;
}
.search-form p {
	display: inline-block;
	position: relative;
}
.search-form p label.placeholder {
	position: absolute;
	left: 3px;
	top: 0;
	line-height: 28px;
}
.search-form input {
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
	color: #747474;
	background: #fff;
	border: none;
	font-family: 'Open Sans';
}
.search-form #s {
	width: 180px;
	height: 28px;
	padding: 0 3px;
}
.search-form #searchsubmit {
	cursor: pointer;
	width: 31px;
	height: 28px;
	text-indent: -9999px;
	background: #e5e5e5 url(img/search-submit-bg.png) no-repeat center center;
}
.search-form #searchsubmit:hover {
	background-color: #CECECE;
}
/* =site-main







-------------------------------------------------------------- */







.site-main {
}
/* page-title -------- */







.page-title {
}
/* =content-main







-------------------------------------------------------------- */







.content-main {
}
/* =unit







-------------------------------------------------------------- */







/* FIND A LOCATION */







.row {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}
.unit {
	vertical-align: top;
	display: inline-block;
	min-height: 137px;
	width: 203px;
	padding: 20px;
	margin-left: 6px;
	border: 7px solid #EBEBEB;
	font-size: 14px;
	text-align: left;
	color: #fff;
}
.unit:first-child {
	margin-left: 0;
}
.unit h4, .unit h5, .unit form, .unit p {
	position: relative;
	z-index: 1;
}
.unit p {
	line-height: 14px;
	font-size: 13px;
}
.unit .btn-more {
	border-color: #CDCDCD;
}
.unit p a.read-more {
	display: inline-block;
	padding-right: 30px;
	background: url(img/icon-more-arraw-r.png) no-repeat right -9px;
	color: #fff;
}
.unit p a.read-more:hover {
	background-position: right -49px;
	color: #FCF136;
	text-decoration: underline;
}
.unit-fal {
	min-height: 166px;
	background: #111F5E url(img/unit-fal-bg.png) no-repeat right bottom;
	font-size: 12px;
}
.unit-fal h4, .unit-fal h4 a {
	line-height: 36px;
	font-size: 22px;
	color: #fff200;
}
.unit-fal h4 a:hover {
	color: #fff;
}
.unit-fal p.state {
	line-height: 16px;
	padding: 8px 0;
	font-size: 16px;
}
.unit-fal p.state a {
	color: #FCF136;
}
.unit-fal p.state a:hover {
	text-decoration: underline;
}
.unit-fal form {
	margin: 5px 0 0;
}
.unit-fal input {
	vertical-align: top;
	display: inline-block;
	height: 34px;
	width: 150px;
	padding: 0 5px;
	border: 1px solid #57628E;
	background: transparent;
	color: #fff;
	font-family: 'Open Sans';
}
.unit-fal input.submit {
	cursor: pointer;
	width: 38px;
	height: 36px;
	border-left: none;
	background: url(img/loc-search.png) no-repeat center center;
}
.unit-fal input.submit:hover {
	background-color: #324076;
}
.unit-whs {
	position: relative;
	width: 394px;
	min-height: 166px;
	background: #ddd;
	color: #244289;
}
.unit-whs h4 {
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #57699B;
	font-size: 34px;
	color: #f00;
	text-transform: uppercase;
}
.unit-whs h4 a {
	color: #f00;
}
.unit-whs h4 a:hover {
	color: #111F5D;
}
.unit-whs h5 {
	padding-top: 7px;
	line-height: 22px;
	font-size: 18px;
}
.unit-whs p {
	padding-right: 155px;
}
.unit-whs .btn-more {
	z-index: 2;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.unit-vofpr {
	background: url(img/unit-vofpr-bg.png);
}
.unit-vofpr h4 {
	line-height: 30px;
	padding-bottom: 5px;
	font-size: 28px;
	color: #fff200;
	text-transform: uppercase;
}
.unit-vofpr h4 a {
	color: #fff200;
}
.unit-vofpr h4 a:hover {
	color: #fff;
}
.carousel {
	position: relative;
}
.carousel-display {
	overflow: hidden;
	position: relative;
	/*width: 100%;*/







	height: 166px;
	padding: 20px 0 0;
}
.carousel-container {
	position: relative;
	width: 1000%;
}
.carousel .list {
	position: absolute;
	left: 0;
	top: 0;
	height: 166px;
}
.carousel .list ul {
	position: relative;
	float: left;
	height: 138px;
	padding-bottom: 28px;
}
.carousel .list ul span {
	z-index: 0;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-family: 'itc_avant_garde_gothic_prdemi';
	font-size: 15px;
	color: #0b1e60;
	text-align: center;
	text-transform: uppercase;
}
.carousel .list li {
	list-style: none;
	float: left;
	width: 185px;
	height: 138px;/* background: #000; */
}
.carousel .list li img {
	position: relative;
	width: 185px;
	height: 138px;
	opacity: 1.0;
}
.carousel .arrow {
	cursor: pointer;
	position: absolute;
	left: -38px;
	top: 50%;
	margin-top: -15px;
	width: 16px;
	height: 30px;
	background: url(img/carousel-left.png) no-repeat left 0;
}
.carousel .right {
	left: auto;
	right: -38px;
	background: url(img/carousel-right.png) no-repeat right 0;
}
.carousel .left:hover {
	background-position: left -30px;
}
.carousel .right:hover {
	background-position: right -30px;
}
.unit-news {
	width: 243px;
	min-height: 196px;
	padding: 0 0 10px;
	background: #fff;
	color: #0b1e60;
}
.unit-news h4 {
	position: relative;
	line-height: 52px;
	padding-left: 20px;
	background: #111F5E url(img/unit-news-h4-bg.png) no-repeat;
	font-size: 17px;
	color: #fff200;
}
.unit-news h4 a {
	position: absolute;
	right: 0;
	top: 1;
	line-height: 52px;
	width: 88px;
	background: #050E38;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-family: 'Open Sans';
}
.unit-news h4 a:hover {
	background: #33437E;
}
.unit-news h5 {
	margin: 0 20px;
	padding: 15px 0 7px;
	line-height: 16px;
	border-bottom: 1px solid #B6BBCE;
	font-size: 14px;
}
.unit-news p {
	padding: 5px 20px 0;
}
.unit-news p a.read-more {
	color: #0b1e60;
	background-position: right -89px;
}
.unit-news p a.read-more:hover {
	color: #0b1e60;
	background-position: right -89px;
}
.unit-about {
	position: relative;
	width: 434px;
	min-height: 186px;
	padding: 0 0 18px;
	background: #050A20;
	font-size: 0;
}
.unit-about h4 {
	line-height: 52px;
	padding-left: 20px;
	background: url(img/unit-about-h4-bg.png) no-repeat;
	color: #fff;
	font-size: 17px;
	font-family: 'Open Sans';
	text-transform: uppercase;
}
.unit-about .ua-content {
	padding: 10px 10px 0;
}
.unit-about .ua-content p {
	vertical-align: top;
	display: inline-block;
	width: 187px;
	padding: 0 10px 42px;
	font-size: 13px;
}
.unit-about .ua-content p:first-child {
	padding: 0 10px;
}
.unit-about .btn-more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	border: none;
	font-size: 14px;
}
.unit-about .btn-more:hover {
	background: #FCF136;
	color: #0B1E60;
}
.unit-about .btn-more:hover:before {
	background-position: center -80px;
}
.unit-img {
	width: 243px;
	padding: 0;
}
.unit-img img {
	display: block;
}
.unit-img img:hover {
	opacity: 0.8;
}
/* =Template Page







-------------------------------------------------------------- */







.banner {
	margin-top: 12px;
	margin-bottom: 6px;
	width: 960px;
	border: 7px solid #EBEBEB;
}
.banner img {
	display: block;
	width: 100%;
	height: auto;
}
.inner-navi {
	margin-bottom: 6px;
	width: 960px;
	/*height: 52px;*/







	line-height: 52px;
	border: 7px solid #EBEBEB;
	background: #111F5E url(img/inner-navi-bg.png) no-repeat 0 0;
	color: #F6ED3A;
	font-size: 18px;
	font-family: 'Oswald';
}
.inner-navi a, .inner-navi span {
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	text-transform: uppercase;
}
.inner-navi a:hover, .inner-navi a.current, .inner-navi span {
	color: #F6ED3A;
}
.inner-navi a.email, .inner-navi a.print {
	float: right;
	width: 52px;
	height: 52px;
	margin-left: 0;
	background: #EBEBEB url(img/icon-email-print.png) no-repeat center 0;
}
.inner-navi a.print {
	background: #111f5e url(img/icon-email-print.png) no-repeat center -120px;
}
.inner-navi a.email:hover {
	background: #050E38 url(img/icon-email-print.png) no-repeat center -60px;
}
.inner-navi a.print:hover {
	background: #CECECE url(img/icon-email-print.png) no-repeat center -180px;
}
/* =content







-------------------------------------------------------------- */







.content {
	float: left;
	width: 697px;
	border: 7px solid #EBEBEB;
	background: #fff;
}
.content .inner-navi {
	width: auto;
	border: none;
}
/* post */







.post {
	padding: 20px;
}
.back-to-top {
	padding: 15px 0 0;
	text-align: right;
}
.back-to-top a {
	display: inline-block;
	padding: 0 40px 0 15px;
	line-height: 32px;
	background: #111F5E url(img/back-to-top.png) no-repeat right center;
	color: #fff;
	font-size: 14px;
}
.back-to-top a:hover {
	background-color: #050A20;
}
.sticky {
}
/* entry */







.entry {
	font-family: 'Arial';
	font-size: 12px;
}
.entry ul, .entry ol {
	list-style: none;
	margin: 0 0 20px 0;
}
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
}
.entry li {
	position: relative;
	line-height: 18px;
	padding-left: 40px;
}
.entry li:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	width: 20px;
	height: 18px;
	background: url(img/icon-more-arraw-r.png) no-repeat center -86px;
}
.entry hr {
	display: block;
	margin: 20px 0;
}
.entry p {
	line-height: 18px;
	margin: 0 0 20px;
}
.entry a {
	color: #0b1e60;
}
.entry a:hover {
	text-decoration: underline;
}
.entry strong {
	font-weight: 700;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin: 0 0 20px 0;
	font-family: 'Oswald';
	font-weight: 300;
}
.entry h2 {
	color: #444;
	font-size: 18px;
	font-weight: 400;
}
.entry img {
	max-width: 100%;
	height: auto;
}
.entry blockquote {
	overflow: hidden;
	width: 95%;
	margin: 0 0 20px 20px;
	padding: 10px;
	border-left: 4px solid #eee;
}
.entry code {
	text-shadow: none;
	background: #555;
	color: #bfbebe;
	font-family: "Courier New", clearSys;
}
.entry pre {
	text-shadow: none;
	font-size: 12px;
	width: 95%;
	line-height: 16px;
	overflow: auto;
	font-family: "Courier New", clearSys;
	background: #fcfcfc;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 15px solid #eee;
	border-right: 1px solid #eee;
	margin: 0 0 20px;
	padding: 0 5px 16px;
}
.entry .wp_link_pages {
	clear: both;
	padding: 10px 0 20px;
}
.entry .read-more a, .entry a.more-link {
}
.entry .read-more a:hover, .entry a.more-link:hover {
}
/* =sidebar







-------------------------------------------------------------- */







.sidebar {
	float: right;
	width: 257px;
}
.sidebar .widget {
	margin-bottom: 6px;
	border: 7px solid #EBEBEB;
	background: #111F5E;
	color: #fff;
}
.sidebar-navi h3 {
	line-height: 52px;
	padding: 0 0 0 20px;
	background: url(img/product-need-h3.png) no-repeat 0 center;
	font-size: 22px;
	font-family: 'Open Sans';
	font-weight: 400;
}
.sidebar-navi ul {
	list-style: none;
	padding: 0 20px;
}
.sidebar-navi li {
	position: relative;
	padding: 10px 50px 10px 0;
	border-bottom: 1px solid #28356E;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 400;
}
.sidebar-navi li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	width: 20px;
	height: 32px;
	background: url(img/icon-more-arraw-r.png) no-repeat center 0;
}
.sidebar-navi li:hover:before {
	right: 10px;
}
.sidebar-navi a {
	display: block;
	color: #fff;
}
.sidebar-navi li:hover > a {
	text-decoration: underline;
}
.sidebar-navi ul ul {
	display: none;
}
.sidebar .unit-img {
	margin-left: 0;
}
/* = .pagination, .pagenavi, .navigation







-------------------------------------------------------------- */







.pagination {
	text-align: center;
}
.pagenavi, .navigation {
}
.page-numbers {
}
/* =footer







-------------------------------------------------------------- */







.footer {
	margin-top: 30px;
	background: url(img/footer-bg.png) repeat-x center 80px;
}
.footer .wrapper {
	width: 960px;
}
.footer .col .inner {
	margin: 0 0 0 38px;
}
.footer .col:first-child .inner {
	margin: 0;
}
.footer .col .inner h4 {
	line-height: 16px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #0b1e60;
}
.footer .col-l .inner form {
	position: relative;
	font-size: 0;
}
.footer .col-l .inner p {
	position: relative;
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
}
.footer .col-l .inner p .ajax-loader {
	position: absolute;
	bottom: -20px;
	right: 20px;
}
.footer .col-l .inner input {
	vertical-align: top;
	display: inline-block;
	height: 34px;
	width: 250px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #E5E7F1;
	font-size: 14px;
	font-family: 'Open Sans';
	color: #252525;
}
.footer .col-l .inner input.wpcf7-submit {
	cursor: pointer;
	width: 44px;
	height: 36px;
	padding: 0;
	border-left: none;
	text-align: center;
	color: #0b1e60;
}
.footer .col-l .inner input.wpcf7-submit:hover {
	background: #E5E7F1;
}
.footer .col-l .inner .wpcf7-response-output {
	position: absolute;
	top: 38px;
	left: 5px;
}
.footer .col-m .inner {
	padding: 15px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	text-align: right;
}
.footer .col-m .inner h5 {
	float: left;
	line-height: 35px;
	font-size: 20px;
	color: #549dc7;
	text-align: left;
}
.footer .col-m .inner a {
	vertical-align: top;
	display: inline-block;
	width: 36px;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	background: url(img/icon-twitter.png) no-repeat;
}
.footer .col-m .inner a:hover {
	background-position: 0 -35px;
}
.footer .col-r .inner {
	padding: 15px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	text-align: right;
}
.footer .col-r .inner h6 {
	float: left;
	display: inline-block;
	line-height: 17px;
	font-size: 13px;
	font-family: 'Open Sans';
	color: #7b7b7b;
	text-align: left;
}
.footer .col-r .inner a {
	display: inline-block;
	line-height: 35px;
	font-size: 22px;
	font-weight: 700;
	color: #1E2852;
}
.footer-info {
	padding: 120px 0 0 0;
	color: #fff;
}
.footer-info h4 {
	line-height: 50px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
	font-family: 'itc_avant_garde_gothic_proXLt';
}
.footer-info .items {
	position: relative;
	font-size: 0;
}
.footer-info .item {
	vertical-align: top;
	display: inline-block;
	margin-right: 15px;
	font-size: 13px;
}
.footer-info .item a {
	color: #fff;
}
.footer-info .item a:hover {
	text-decoration: underline;
}
.footer-info .item h5 {
	position: relative;
	line-height: 40px;
	margin-bottom: 15px;
	font-family: 'itc_avant_garde_gothic_prdemi';
	font-size: 16px;
}
.footer-info .item h5:before {
	z-index: 0;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 1px solid #3F4B77;
}
.footer-info .item h5 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 10px;
}
.footer-info .item li {
	list-style: none;
}
.footer-info .item p {
	line-height: 22px;
}
.footer-info .item p, .footer-info .item li {
	color: #fff;
	opacity: 0.75;
	font-family: 'itc_avant_garde_gothic_proBk';
}
.footer-info .item li a {
	position: relative;
	display: block;
	list-style: none;
	line-height: 44px;
	padding-right: 18px;
	border-top: 1px solid #3F4B77;
	color: #fff;
}
.footer-info .item li:hover, .footer-info .item li a:hover {
/*color: #B9B542;*/







	/*opacity: 1;*/







}
.footer-info .item li:first-child a {
	border-top: none;
}
.footer-info .item li a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 18px;
	background: url(img/li-dot.png) no-repeat center 0;
}
.footer-info .item li a:hover:before {
	background-position: center -50px;
}
.footer-info .item-1 {
	width: 210px;
}
.footer-info .item-2, .footer-info .item-3 {
	width: 265px;
}
.footer-info .item-2 h5 {
	margin-bottom: 0;
}
.footer-info .item-3 a {
	position: relative;
	display: block;
	border: 1px solid #394778;
}
.footer-info .item-3 img {
	display: block;
}
.footer-info .item-3 a:hover:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	background: #757575;
}
.footer-info .item-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer-info .item-4 a {
	display: none;
	line-height: 25px;
	font-size: 24px;
	font-family: 'itc_avant_garde_gothic_prdemi';
	color: #fff200;
}
.footer-info .item-4 a:first-child {
	display: block;
}
.footer-info .item-4:hover > a {
	display: block;
	text-decoration: none;
}
.footer-info .item-4:hover > a:first-child {
	display: none;
}
.copyright-area {
	margin-top: 34px;
	padding: 20px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
}
.copyright-area a {
	color: #fff;
}
.copyright-area a:hover {
	text-decoration: underline;
}
.copyright {
	display: inline-block;
	line-height: 15px;
}
.copyright-area ul {
	float: right;
}
.copyright-area li {
	display: inline-block;
}
/* =home







-------------------------------------------------------------- */







.home .content-main {
	margin-top: -136px;
}
.home-banner {
	overflow: hidden;
	height: 480px;/*background: url(img/home-slides-bg.png) repeat-x center 0;*/
}
.home-banner .wrapper {
	position: relative;
}
.home-banner .bx-wrapper {
	position: relative;
	height: 344px;
}
.home-banner li {
	list-style: none;
	position: relative;
	min-height: 364px;
	background-repeat: repeat-x;
	background-position: center 0;
	background-image: url(img/home-slides-bg.png);
}
.home-banner li img {
	position: relative;
	height: 480px;
	width: auto;
	margin: -25px 0 0 26%;
	top: -500px;
}
.home-banner .item {
	z-index: 99;
	position: absolute;
	top: 60px;
	left: 0;
	color: #fff;
}
.home-banner .item h4, .home-banner .item h5 {
	display: inline-block;
	line-height: 45px;
	margin-left: 5px;
	padding-top: 20px;
	border-top: 1px solid #fefefe;
	font-family: 'itc_avant_garde_gothic_proBk';
	font-size: 46px;
	color: #fefefe;
}
.home-banner .item h5 {
	padding-top: 0;
	padding-bottom: 20px;
	border-top: none;
	border-bottom: 1px solid #fefefe;
	font-family: 'itc_avant_garde_gothic_proXLt';
}
.home-banner .btn-more {
	position: relative;
	width: 80px;
	height: 32px;
	border: none;
	margin-top: 20px;
	margin-left: 4px;
	text-align: center;
}
.home-banner .btn-more span {
	z-index: 1;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.home-banner .btn-more i {
	z-index: -1;
	position: absolute;
	left: -4px;
	top: -4px;
	width: 138px;
	height: 40px;
	background: rgba(255,255,255,.3);
}
.home-banner .bx-controls {
}
.home-banner .bx-pager {
	position: absolute;
	bottom: 20px;
	right: 50%;
	margin-right: -475px;
}
.home-banner .bx-pager .bx-pager-item {
	display: inline-block;
}
.home-banner .bx-pager .bx-pager-item a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-left: 2px;
	background: #111F5E;
	text-align: center;
	color: #fff;
	font-family: 'itc_avant_garde_gothic_prdemi';
	font-size: 16px;
}
.home-banner .bx-pager .bx-pager-item a.active, .home-banner .bx-pager .bx-pager-item a:hover {
	background: #fff;
	color: #111F5E;
}
.home-banner .bx-prev, .home-banner .bx-next {
	position: absolute;
	top: 137px;
	left: 48px;
	width: 37px;
	height: 70px;
	background: url(img/slider-control.png) no-repeat;
	text-indent: -9999px;
}
.home-banner .bx-next {
	left: auto;
	right: 48px;
	background-position: 0 -140px;
}
.home-banner .bx-prev:hover {
	background-position: 0 -70px;
}
.home-banner .bx-next:hover {
	background-position: 0 -210px;
}
.home .unit-fal, .home .unit-whs {
	min-height: 138px;
}
/* =Template Name: News







-------------------------------------------------------------- */







.news .content {
	padding: 0 0 20px;
	background: #fff;
}
.news .inner-navi {
	margin-bottom: 20px;
}
.news .post {
	padding: 10px 20px;
}
.news .entry {
	padding: 0;
}
.news .entry h3 {
	margin-bottom: 0;
}
.news .entry h3 a {
	color: #272727;
}
.news .entry h3 span {
	color: #999;
	font-size: 14px;
	font-style: italic;
}
/* =Template Name: Equipment & Taxonomy product list







-------------------------------------------------------------- */







.list-area {
	font-size: 0;
	margin: 0 -3px;
}
.list-item {
	vertical-align: top;
	display: inline-block;
	width: 50%;
}
.list-item .item {
	margin: 0 3px 6px 3px;
	border: 7px solid #EBEBEB;
	background: #fff;
	color: #0b1e60;
}
.list-item.featured .item {
	background: #111F5E;
	color: #fff;
}
.list-item a.thumb {
	vertical-align: top;
	display: inline-block;
	width: 220px;
	height: 220px;
}
.list-item a.thumb img {
	display: block;
	width: 220px;
	height: 220px;
}
.list-item .right {
	vertical-align: top;
	display: inline-block;
	width: 220px;
	padding: 15px;
	font-family: 'Oswald';
	font-size: 13px;
}
.list-item.featured .right h2 {
	overflow: hidden;
	line-height: 18px;
	height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Oswald';
	color: #ffffff;
	white-space: nowrap;
}
.list-item .right h2 {
	overflow: hidden;
	line-height: 18px;
	height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Oswald';
	color: #111f5e;
	white-space: nowrap;
}
.list-item .right h2 a {
	color: #0b1e60;
}
.list-item .right h2 a:hover {
	text-decoration: underline;
}
.list-item.featured .right h2 a {
	color: #fff;
}
.list-item .right p {
	overflow: hidden;
	height: 108px;
	line-height: 18px;
	margin: 9px 0;
	font-family: Arial;
}
.list-item .right .read-more {
	display: block;
	line-height: 32px;
	padding: 0 10px;
	background: #111F5E url(img/read-more-bg.png) no-repeat right 0;
	color: #fff;
}
.list-item .right .read-more:hover {
	background-color: #050E38;
}
.list-item.featured .right .read-more {
	background-color: #23326F;
}
.list-item.featured .right .read-more:hover {
	background: #F6ED3A url(img/read-more-bg.png) no-repeat right -32px;
	color: #111F5E;
}
/* =Template: Locations







-------------------------------------------------------------- */







.map-section {
	position: relative;
	height: 550px;
	background: #A5C3FD;
}
.map-area {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.map-area-img {
	width: 300%;
	margin-left: -100%;
	text-align: center;
}
.map-section .wrapper {
	z-index: 1;
	position: relative;
	padding: 20px 0;
}
.map-section .map-inner-navi {
	position: relative;
	padding: 7px;
	margin-bottom: 6px;
}
.map-section .map-inner-navi:before {
	z-index: 0;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
}
.map-section .inner-navi, .map-section .unit-fal {
	z-index: 1;
	position: relative;
	margin: 0;
	border: none;
}
.map-section .unit-fal {
	min-height: 138px;
}
.map-section .inner-navi a.email {
	background-color: #BED5FD;
}
.map-fal {
	float: right;
	position: relative;
	padding: 7px;
}
.map-fal:before {
	z-index: 0;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
}
.map-index {
	margin: 30px 28px;
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: 400;
	color: #111F5E;
}
.map-index span {
	display: inline-block;
}
.map-index .sort {
	float: right;
}
.map-index .sort a {
	display: inline-block;
	color: #111F5E;
}
.map-index .sort a:hover {
	text-decoration: underline;
}
.map-table {
	width: 100%;
	max-width: 960px;
	display: table;
	border: 7px solid #EBEBEB;
	background: #fff;
}
.map-table .table-row {
	display: table-row;
}
.map-table .row-1 {
	background: #111F5E url(img/product-need-h3.png) no-repeat 0 center;
}
.map-table .table-cell {
	display: table-cell;
	padding: 15px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	color: #272727;
}
.map-table .row-1 .table-cell {
	border-right: 1px solid #333E6D;
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.map-table a {
	color: #272727;
}
.map-table a:hover {
	text-decoration: underline;
}
.map-table a, .map-table span {
	display: block;
}
.map-table .col-1 {
	padding: 10px 15px;
}
.map-table .col-1 span {
	width: 23px;
	height: 40px;
	line-height: 24px;
	background: url(img/map-pin.png) no-repeat center 0;
	text-align: center;
	color: #fff;
	border: none;
	font-size: 14px;
}
.map-table .col-2 {
	font-weight: 400;
}
/* =Single Product







-------------------------------------------------------------- */







.product-post {
	position: relative;
}
.product-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 470px;
	border: 7px solid #ebebeb;
	border-right: none;
}
.product-img img {
	width: 470px;
	height: auto;
	display: block;
}
.product-content {
	margin-left: 470px;
	width: 490px;
	min-height: 470px;
	border: 7px solid #EBEBEB;
	background: #fff;
}
.product-content h1 {
	line-height: 24px;
	padding: 18px 20px;
	background: url(img/product-content-h1.png) no-repeat 0 center;
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: 400;
	color: #111F5E;
}
.product-entry {
	padding: 20px;
	font-family: 'Arial';
}
.product-entry h3 {
	line-height: 18px;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
	color: #0b1e60;
}
.product-entry p {
	line-height: 18px;
	padding-bottom: 15px;
}
.product-entry ul {
	list-style-type: none;
	padding-bottom: 15px;
}
.product-entry li {
	position: relative;
	line-height: 18px;
	margin-left: 27px;
	list-style-type: square;
}
.product-entry li:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	width: 20px;
	height: 18px;
}
.product-btn {
	max-width: 360px;
	font-family: 'Oswald';
	font-size: 0;
	font-weight: 400;
}
.product-btn a {
	position: relative;
	display: inline-block;
	width: 155px;
	line-height: 38px;
	padding-left: 13px;
	border: 1px solid #EDEDED;
	color: #111F5E;
	font-size: 14px;
}
.product-btn a:before {
	content: '';
	position: absolute;
	right: 13px;
	top: 0;
	width: 20px;
	height: 38px;
	background: url(img/icon-more-arraw-r.png) no-repeat center -80px;
}
.product-btn a:hover {
	background-color: #CECECE;
}
.product-btn a.w2 {
	width: 175px;
}
.product-btn a.se {
	background: #111F5E url(img/product-btn-se.png) no-repeat right center;
	color: #fff;
	width: 175px;
}
.product-btn a.se:before {
	background: url(img/icon-more-arraw-r.png) no-repeat center 0;
}
.product-btn a.se:hover {
	background-color: #050E38;
}
.product-need h3 {
	margin: 0 20px 12px;
	padding: 15px 20px;
	line-height: 22px;
	background: #111F5E url(img/product-need-h3.png) no-repeat 0 center;
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.product-need ul {
	padding: 0 20px 0 14px;
	font-size: 0;
}
.product-need li {
	vertical-align: top;
	display: inline-block;
	width: 108px;
	padding-bottom: 5px;
	margin-left: 6px;
}
.product-need li img {
	overflow: hidden;
	display: block;
	width: 108px;
	height: 108px;
	background: #000;
}
.product-need li img:hover {
	opacity: 0.75;
}
.product-need li a {
	color: #1c2e6b;
}
.product-need li a:hover {
	text-decoration: underline;
}
.product-need li h4 {
	overflow: hidden;
	width: 108px;
	height: 24px;
	line-height: 24px;
	font-family: 'Arial';
	font-size: 12px;
	color: #1c2e6b;
}
.similar-products {
	margin-top: 15px;
	border: 7px solid #EBEBEB;
	background: #fff;
}
.similar-products .table {
	display: table;
}
.similar-products .table-row, .similar-products .table-row-header {
	display: table-row;
}
.similar-products .table-row-header {
	background: #111F5E;
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: 400;
}
.similar-products .table-row-header .table-cell:first-child {
	background: url(img/product-need-h3.png) no-repeat 0 center;
}
.similar-products .table-cell-code {
	background: url(img/product-need-h3.png) no-repeat -80px center;
}
.similar-products .table-cell {
	display: table-cell;
	width: 170px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
.similar-products .table-cell:first-child {
	width: 620px;
}
.similar-products .table-row-header .table-cell-code {
	border-right: none;
}
.similar-products .table-cell span, .similar-products .table-cell a {
	display: block;
	padding: 16px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #111F5E;
}
.similar-products .table-cell-se {
	background: #111F5E url(img/table-cell-se.png) no-repeat right center;
}
.similar-products .table-cell-se:hover {
	background-color: #050E38;
}
.similar-products .table-cell a {
	position: relative;
	padding-left: 50px;
	color: #111F5E;
	font-size: 14px;
	font-weight: 400;
}
.similar-products .table-cell-se a {
	padding-left: 20px;
	color: #fff;
	font-family: 'Oswald';
}
.similar-products .table-cell a:hover {
	text-decoration: underline;
}
.similar-products .table-cell-se a:hover {
	text-decoration: none;
}
.similar-products .table-cell a:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 10px;
	width: 20px;
	height: 32px;
	background: url(img/icon-more-arraw-r.png) no-repeat center -80px;
}
.similar-products .table-cell-se a:before {
	content: '';
	position: absolute;
	left: auto;
	right: 15px;
	top: 10px;
	width: 20px;
	height: 32px;
	background: url(img/icon-more-arraw-r.png) no-repeat center 0;
}
.similar-products .table-row-header .table-cell span {
	color: #fff;
}
/* =WordPress Core







-------------------------------------------------------------- */







.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
img.alignright, a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
img.alignnone, a img.alignnone {
	margin: 5px 0 20px 0;
}
img.alignleft, a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}
img.wp-smiley {
	vertical-align: middle;
}
/* =WordPress Gallery







-------------------------------------------------------------- */







.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}
.gallery img {
	border: 1px solid #ddd;
}
.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}
.gallery-meta .iso, .gallery-meta .camera, .gallery-meta .shutter, .gallery-meta .aperture, .gallery-meta .full-size, .gallery-meta .focal-length {
	display: block;
}

.mobile-view{
	display:none;
}
.header-info h4 a{
	color:inherit;
}
.header-info h4.mobile-view{
	padding:0;
}
.header-info span.mobile-view a {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
span.mobile-view {
    margin: 0 0 8px;
}


/* =for IE







-------------------------------------------------------------- */







/*.ie{







	behavior: url(/wp-content/themes/aed/js/PIE/PIE.htc);







}*/























/* =for Mobile







-------------------------------------------------------------- */







@media screen and (max-width: 974px) {
.wrapper {
	width: auto!important;
}
.site-navi-main {
	position: relative;
	background-position: 0 0;
}
.site-navi a.site-navi-m {
	display: block;
	line-height: 50px;
	padding: 0 15px;
	color: #0b1e60;
	font-size: 16px;
	font-weight: 700;
}
.site-navi a.display-on {
	color: #50609C;
}
.site-navi ul {
	z-index: 9999;
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #E3E4E6;
}
.site-navi ul.display-on {
	display: block;
}
.site-navi ul li {
	float: none;
}
.site-navi ul li:hover {
	background: #50609C;
}
.site-navi ul li.menu-item-has-children:hover {
	background: transparent;
	color: #0b1e60;
}
.site-navi ul li.menu-item-has-children:hover > a {
	color: #0b1e60;
}
.site-navi ul li a {
	background: none;
	line-height: 40px;
}
.site-navi ul li:hover > a {
	background: none;
}
.site-navi ul ul {
	display: block;
	position: static;
	width: auto;
}
.site-navi ul ul:before {
	display: none;
}
.site-navi ul ul li a {
	background: transparent;
	margin-left: 30px;
}
.site-navi #product-term-thumb {
	display: none;
}
.search-form {
	right: 15px;
}
.search-form #s {
	width: 160px;
}
.home-banner {
	height: 344px;
}
.home .content-main {
	margin-top: 0;
}
.home-banner li {
	text-align: right;
}
.home-banner li img {
	margin: 0;
	/*width: 100%;*/







	max-height: 344px;
}
.home-banner .bx-pager {
	margin-right: 0;
	right: 15px;
}
.home-banner .bx-prev, .home-banner .bx-next {
	display: none;
}
.unit {
	margin: 10px 0 0 0;
}
.unit:first-child {
	margin-top: 0;
}
.carousel-display {
	margin-left: 36px;
	margin-right: 36px;
}
.carousel .left {
	z-index: 9999;
	left: 10px;
}
.carousel .right {
	z-index: 9999;
	right: 10px;
}
.cols-3 .col {
	width: 100%;
}
.footer {
	background-position: center 220px;
}
.footer .cols-3 {
	text-align: center;
}
.footer .col {
	max-width: 500px;
}
.footer .col .inner {
	margin: 10px 10px 0;
}
.footer .col-l .inner .newsletter-email input {
	width: 240px;
}
.footer-info {
	margin: 0 15px;
}
.footer-info .item {
	width: 100%;
	margin: 10px 0 0 0;
}
.footer-info .item-4 {
	position: static;
}
.copyright-area {
	padding: 20px;
}
.list-area {
	margin: 0;
}
.list-item a.thumb {
	width: 46%;
	margin: 2%;
}
.list-item a.thumb img {
	width: 100%;
	height: auto;
}
.list-item .right {
	width: 50%;
	padding: 15px 0;
}
.content, .sidebar {
	float: none;
	margin: 0 auto 10px;
}
.content {
	max-width: 800px;
	width: auto;
}
.inner-navi {
	width: auto;
}
.map-table {
	width: 95%;
	margin: 0 auto;
}
.product-img {
	position: static;
	max-width: 470px;
	width: auto;
	margin: 0 auto 10px;
	border: 7px solid #ebebeb;
}
.product-img img {
	width: 100%;
	height: auto;
}
.product-content {
	max-width: 470px;
	width: auto;
	margin: 0 auto;
}
.similar-products .table-cell span, .similar-products .table-cell a, .similar-products .table-cell a, .similar-products .table-cell-se a {
	padding-right: 50px;
	padding: 20px;
}
.similar-products .table-cell a:before {
	display: none;
}
}
 @media screen and (max-width: 740px) {
.normal-view{
	display:none!important;
}
.mobile-view{
	display:block;
}
.header .cols-2 .col {
	width: 100%;
	text-align: center;
}
.site-title img {
	width: 100%;
}
.header-info {
	margin-top: 20px;
	text-align: center;
}
.inner-navi a.email, .inner-navi a.print {
	display: none;
}
.similar-products .table-cell span, .similar-products .table-cell a {
	font-size: 12px;
	padding: 10px 5px;
}
.map-section {
	height: auto;
}
.map-area {
	position: static;
	top: 0;
	left: 0;
}
.map-fal {
	float: none;
	margin: 0 auto 10px;
}
}
 @media screen and (max-width: 540px) {
.home-banner .item h4, .home-banner .item h5 {
	font-size: 30px;
	line-height: 32px;
}
.unit-whs, .unit-about {
	width: auto;
}
.unit-whs h4 {
	font-size: 24px;
}
.copyright {
	width: 100%;
}
.copyright-area ul {
	float: none;
}
.list-item {
	width: 100%;
}
.list-item a.thumb {
	width: 94%;
	margin: 3%;
	height: auto;
}
.list-item .right {
	width: 94%;
	margin: 0 3%;
}
.map-table .table-cell {
	padding: 5px;
	font-size: 12px;
}
}
 @media screen and (max-width: 320px) {
.map-table .table-cell {
	padding: 5px 3px;
}
}
/* gmaps */







.overlay {
	/*z-index: 999999;*/







	position: relative;
	width: 200px;
	min-height: 220px;
	margin-top: -30px;
	background: #111F5E url(img/overlay-bg.png) no-repeat right bottom;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	border: 6px solid rgba(0, 0, 0, 0.15);
	color: #fff;
}
.overlay:before, .overlay:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -26px;
	margin-left: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
}
.overlay:after {
	margin-top: -20px;
	margin-left: 0;
	border-width: 20px;
	border-color: transparent transparent transparent #111F5E;
}
.overlay-tab {
	border-bottom: 1px solid #1E2C68;
	font-size: 0;
}
.overlay-tab span {
	vertical-align: top;
	display: inline-block;
	width: 100px;
	height: 48px;
	line-height: 48px;
	background: #050A20;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
}
.overlay-tab span.current {
	background: #111F5E;
}
.overlay h4 {
	padding: 15px 15px 0;
	color: #FCF136;
	font-size: 17px;
}
.overlay h5 {
	padding: 0 15px 15px;
	color: #FCF136;
	font-size: 14px;
	font-weight: 300;
	font-family: Roboto;
}
.overlay p {
	padding: 0 15px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}
.overlay p a {
	color: #FCF136!important;
}
.overlay p a:hover {
	text-decoration: underline;
}
.overlay-sh {
	display: none;
}
/* CF7 Messages */



.wpcf7 .wpcf7-validation-errors {
	border: none;
	background-color: #fe0020;
	margin: 0;
	color: #fff;
	padding: 10px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	border: none;
	background-color: #7ad33f;
	margin: 0;
	padding: 20px;
}
.wpcf7 .wpcf7-mail-sent-ng {
	border: none;
	background-color: #cf2d38;
	margin: 0;
	padding: 20px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
form.invalid input.wpcf7-not-valid {
	border: 1px solid red;
	background: #f0e3e3;
}
.page .entry .wpcf7 p {
	margin-bottom: 10px;
	font-size: 0;
}
.page .entry .wpcf7 label {
	display: inline-block;
	line-height: 34px;
	width: 80px;
	font-size: 12px;
}
.page .entry .span.wpcf7-form-control-wrap {
	display: inline-block;
}
.page .entry .wpcf7 input, select {
	width: 80%;
	max-width: 280px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #BABABA;
	background: transparent;
	font-family: Arial;
	font-size: 12px;
}
.page .entry .wpcf7 input.wpcf7-submit:hover {
	background: #050A20;
}
.page .entry .wpcf7 input.wpcf7-submit {
	cursor: pointer;
	width: 100px;
	margin-left: 80px;
	border: none;
	background: #111F5E;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
}
.page .entry input.wpcf7-not-valid, .wpcf7-not-valid {
	border: 1px solid red;
	background: #f0e3e3;
}
.branchreport {
	max-width: 900px !important;
	font-size: 12px;
	margin-top: 10px;
}
.branchreport th {
	font-weight: bold;
	color: #111F5E;
	border: 1px solid #EBEBEB;
	background: #111f5e !important;
	color: #fff !important;
	text-align: center !important;
}
.branchreport td {
	text-align: center;
	border: 1px solid #EBEBEB;
	max-width: 200px !important;
	padding: 5px 10px;
}
.report-form {
	margin-top: 20px;
}
.report-form label {
	width: 238px !important;
}
.report-form input {
	width: 90% !important;
	max-width: 260px !important;
}
.branch-report {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.branch-report .login-username label {
	margin-right: 30px !important;
}
.branch-report .login-username, .branch-report .login-password, .branch-report .login-remember, .branch-report .login-submit {
	margin-bottom: 10px;
}
.branch-report .login-password label {
	margin-right: 35px !important;
}
.branch-report #wp-submit, .filter-btn {
	background: none repeat scroll 0 0 #111f5e;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	margin-left: 80px;
	width: 100px;
}
.filter-btn {
	height: 32px;
	margin-left: 5px;
}
.alert a {
	color: #F00;
}
.highlight a {
	color: #060;
}
.branchreport-data td {
	min-width: 250px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #EBEBEB;
}
.branchreport-head {
	color: #111F5E;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
#toplevel_page_backwpup {
	display: none !important;
}
/*Jays table styles - 22/05/2015*/



table {
	width: 100%;
	margin-bottom: 10px;
}
td {
	padding: 14px;
	min-width: 140px;
}
th, td {
	border: 1px solid #bbbcbd;
}
th {
	background-color: #111f5e;
	color: white;
	padding: 14px;
	font-family: 'Oswald';
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #111f5e;
	background: #111F5E url(img/product-need-h3.png) no-repeat 0 center;
	font-weight: 400;
	text-align: left;
}
#colourfill {
	background-color: #f7f7f7;
}
.header-main-email {
	background: #111f5e url(img/header-email-bg.jpg) no-repeat top center;
	width: 100%;
	padding: 28px 0;
}
.header-main-email .logo {
	padding-left: 30px;
}
