/*
	Theme Name: International Gas Detectors
	Description: IGD WordPress Theme
	Version: 1.0
	Author: NetBop (@netbop)
	Author URI: http://www.netbop.co.uk

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.clearfix:before,
.clearfix:after,
.clearfix:before,
.clearfix:after,
#container:before,
#container:after,
header#masthead:before,
header#masthead:after,
nav#main ul:before,
nav#main ul:after,
#container ul:before,
#container ul:after,
footer:before,
footer:after,
article.gases .gas-info:before,
article.gases .gas-info:after,
.pagination:before,
.pagination:after {
	content: " ";
	display: table;
}
.clearfix:after,
header#masthead:after,
#container:after,
#container ul:after,
nav#main ul:after,
ul:after,
footer:after,
article.gases .gas-info:after,
.pagination:after {
	clear: both;
}
html, body {
	height: 100%;
}
body {
	font: 14px 'open_sanslight', Helvetica, Arial, sans-serif;
	border-top: 2px solid #0e3181;
	color: #333;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#132b61;
	text-decoration:none;
}
a:hover {
	color:#132b61;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3 ,h4 {
	color: #132b61;
	font-weight: normal;
	font-family: 'open_sanssemibold', Arial, sans-serif;
}
p {
	line-height: 1.5em;
	text-indent: 2em;
}
b, strong {
	font-weight: bold;
	font-family: 'open_sansbold', Arial, sans-serif;
}
.img-holder {
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.img-holder > img {
	max-width: none;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	width: 100%;
	height: auto;
}

.img-holder .more {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position: relative;
}
.wrapper-overlay {
	display: none;
	position: absolute;
	left: 0; top: 0; bottom: 0; right: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
}
#container {
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	width: 1020px;
}

/* header */
header#masthead {
	font-size: 15px;
	margin: 0 auto;
	width: 1020px;
}
header#masthead ul#menu-header-contact {
	font: 17px 'open_sansregular', Arial, sans-serif;
	list-style-type: none;
	float: right;
	padding: 0;
	margin: 50px 0 0;
}
header#masthead ul#menu-header-links {
	font: 18px 'open_sansregular', Arial, sans-serif;
	list-style-type: none;
	margin: 28px -1px 0 34px;
	float: right;
	width: 168px;
	padding: 0;
}
header#masthead ul#menu-header-links li {
	display: block;
	margin: 0 1px 2px;
	float: left;
	padding: 0;
}
header#masthead ul#menu-header-links li a {
	background:  no-repeat center;
	font-size: 13px;
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}
header#masthead ul#menu-header-links li a[title="Shop Online"] {
	padding: 6px 37px 6px 6px;
	background: #00257a url('img/cart.png') no-repeat right 2px center;
	line-height: 1.15em;
	text-align: right;
	color: #fff;
	width: 82px;
}
header#masthead ul#menu-header-linksli a[title="Shop Online"]:hover {
	background-color: #00216e;
}
header#masthead ul#menu-header-links li a[title="LinkedIn"] {
	background-image: url('img/linkedin.png');
	background-color: #65b7d2;	
	font-size: 0;
	color: transparent;
}
header#masthead ul#menu-header-links li a[title="LinkedIn"]:hover {
	background-color: #5eabc4;
}
header#masthead ul#menu-header-links li a[title="RSS"] {
	background-image: url('img/rss.png');
	background-color: #ff6900;
	font-size: 0;
	color: transparent;
}
header#masthead ul#menu-header-links li a[title="RSS"]:hover {
	background-color: #f26500;
}
header#masthead ul#menu-header-links li a[title="Become a Sales Partner"] {
	padding: 6px 75px 6px 6px;
  background: #00257a url('img/partner.png') no-repeat right 8px center;
  line-height: 1.15em;
  text-align: right;
  width: 100%;
  color: #fff;
}

/* logo */
img.logo {
	    margin: 25px 0;
    width: 320px;
}
/* nav */
nav#main {
	clear: both;
	background: #dcdcdc;
	line-height: 1;
}
nav#main ul {
	list-style-type: none;
	padding: 0; margin: 0;
	position: relative;
}
nav#main ul li {
	float: left;
}
nav#main ul li a {
	letter-spacing: -0.02em;
	padding: 13px 16px;
	display: block;
	color: #00257a;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
   position: relative;
}
nav#main ul li.main-menu-item.menu-item-has-children > a {
	padding-right: 24px;
}
nav#main ul li.main-menu-item.menu-item-has-children > a:after {
	content: ''; display: block;
	background: url('img/caret.png') no-repeat top center;
	height: 6px;
	width: 8px;
	position: absolute;
	top: 19px;
	right: 8px;	
}
nav#main ul li.main-menu-item.menu-item-has-children > a.on:after {
	background-position: bottom center; 	
}
nav#main ul li a:hover {
	background-color: #e8e8e8;
}
nav#main ul li.current-menu-item a {
	background: #00257a;
	color: #fff;
}
nav#main ul li a.on {
	background: #0a2461 url('img/sub-menu.jpg');
	color: #fff;
}
nav#main ul.sub-menu {
	z-index: 99999;
	background: #0a2461 url('img/sub-menu.jpg');
	position: absolute;
	left: 0; width: 100%;
	padding: 25px 40px 65px;
	display: none;
}
nav#main ul.sub-menu li {
	width: 33.33%;
	margin-bottom: 2px;
}
nav#main ul.sub-menu li a {
	color: #fff;
	background: transparent;
	height: 51px;
	line-height: 51px;
	padding: 0;
}
nav#main ul.sub-menu li a .title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25em;
  width: 67.248%;
	
}
nav#main ul.sub-menu li a .icon {
	display: block;
	background: #fff no-repeat center;
	color: #0a2461;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
	position: relative;
	font: 18px Arial Narrow, Arial, sans-serif;
	line-height: 50px;
	text-align: center;
}
nav#main ul.sub-menu li a .icon img {
	height: auto;
	width: 100%;
	display: block;
	margin: auto;
	max-width: none;
	position: absolute;
	top: -99999px;
	left: -99999px;
	right: -99999px;
	bottom: -99999px;
	z-index: 0;	
}
nav#main ul.sub-sub-menu {
	display: block;
	position: static;
	width: auto;
	margin-top: 1px;
	padding-left: 70px;
}
nav#main ul.sub-sub-menu li a .icon {
	height: 25px; width: 25px;
	display: none;
}
nav#main ul.sub-sub-menu li {
	display: block;
	float: none;
	width: auto !important;
}
nav#main ul.sub-sub-menu li a {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
}

/**Product Icons**/


nav#main ul.sub-menu li a[title="Detector Control Panels"] .icon {
	background-image: url('img/product-icons/small/detector-control-panels.jpg');
}
nav#main ul.sub-menu li a[title="Gas Detectors"] .icon {
	background-image: url('img/product-icons/small/gas-detectors.jpg');
}
nav#main ul.sub-menu li a[title="Portable Gas Detectors"] .icon {
	background-image: url('img/product-icons/small/portable-gas-detectors.jpg');
}
nav#main ul.sub-menu li a[title="ATEX CCTV"] .icon {
	background-image: url('img/product-icons/small/atex-cctv.jpg');
}
nav#main ul.sub-menu li a[title="System Accessories"] .icon {
	background-image: url('img/product-icons/small/system-accessories.jpg');
}
nav#main ul.sub-menu li a[title="Sampling Systems"] .icon {
	background-image: url('img/product-icons/small/sampling-systems.jpg');
}

form.search {
	position: relative;
	float: right;
	margin: 5px 0;
	z-index: 500;
}
form.search input {
	border: 1px solid #999;
	border-radius: 18.5px;
	padding: 5px 22px;
	width: 100%;
	font: 14px 'open_sansregular', Arial, sans-serif;
	
}
form.search button {
	background: url('img/search.png') no-repeat center;
	position: absolute;
	margin-top: -7px;
	right: 17.5px;
	border: none;
	height: 14px;
	width: 14px;
	top: 50%;	
}
#nav-wrapper {
	margin: 0 auto;
	width: 1020px;
	
}
a#mobile-menu { display: none; z-index: 9999; font: 16px 'open_sansregular', Arial, sans-serif; cursor: pointer; color: #0f3181; padding: 4px 15px; float: left; }
a#mobile-menu.active {  }
a#mobile-menu span#burger:before { -webkit-transition: all 0.5s; transition: all 0.5s;content: ''; height: 2px; margin: 5px 0 0; display: block; background: #0f3181;  }
a#mobile-menu span#burger:after { -webkit-transition: all 0.5s; transition: all 0.5s;content: ''; height: 2px; margin: 3px 0 0; display: block; background: #0f3181;  }
a#mobile-menu span#burger { height: 2px; display: block; margin: 5px 5px 0 0; background: #0f3181; width: 13px; float: left; }

a#mobile-menu.active span#burger { height: 0; }
a#mobile-menu.active span#burger:after { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin: -2px 0 0 }
a#mobile-menu.active span#burger:before { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

::-webkit-input-placeholder { color: #00257a; }
:-moz-placeholder { color: #00257a; }
::-moz-placeholder { color: #00257a; }
:-ms-input-placeholder { color: #00257a; }

.pagination {
	clear: both;
	border-top: 1px solid #eee;
	padding: 10px 0;
	margin-top: 10px;
}

.page-numbers {
	height: 31px; min-width: 31px;
	padding: 0 10px;
	border: 1px solid #eee;
	display: block;
	text-align: center;
	float: left;
	margin-right: 5px;
	line-height: 31px;
	text-align: center;
	background: #eee;
}
a.page-numbers {
	background: #fff;
}
a.page-numbers:hover {
	border-color: #132b61;
}

/* sidebar */
.sidebar {

}
/* products */

a.product-image {
	display: block;
}
a.product-image img {
	display: block;
	float: right;
	margin: 0 0 10px 10px
}

a.enquiry-btn {
	font: 16px 'open_sansregular', Arial, sans-serif;
	color: #fff;
	background: #a50909 url('img/enquiry-bg.jpg');
	line-height: 68px;
	display: block;
	text-align: center;
}
a.enquiry-btn img {
	vertical-align: middle;
	margin-left: 10px;
}

/* footer */
#footer-wrapper {
	background: #0f224d url('img/footer.png') no-repeat center bottom;	
}
footer {
	padding: 40px 0 28px;
	min-height: 291px;
	margin: 0 auto;
	width: 1020px;
	color: #fff;
}
footer .col {
	float: left;
	width: 50%;
}
footer h3 {
	font: 12px 'open_sansbold', Arial, sans-serif;
	color: #fff;
	margin: 0;
}
footer a {
	color: #fff;
}
footer nav#footer-applications{
	margin-top: 20px;
	clear: both;
	float: left;
	width: 53%;
}
footer nav#footer-products {
	border-left: 1px solid #5a6785;
	padding-left: 40px;
	margin: 20px 0 20px;
	float: left;
	width: 47%;	
}
footer nav#footer-products ul {
	margin-bottom: 10px;
}
footer nav#footer-products ul li {
	float: left;
	width: 50%;	
}
footer nav#footer-products ul.sub-menu li {
	float: none;
	width: auto;	
}
footer nav#footer-social {
    overflow: hidden;
    margin: 50px auto 0;
	float: right;
}
footer nav#footer-social ul {
    list-style-type: none;
	padding: 0; margin: 0 -2.5px;
}
footer nav#footer-social ul li {
	float: left;
	padding: 0 2.5px;
}
footer nav#footer-social ul li a {
	font-size: 0;
	color: transparent;
	display: block;
	height: 32px;
	width: 32px;
	background: no-repeat center;
}
footer nav#footer-social ul li a[title="Facebook"] {
	background-color: #3b5998;
	background-image: url('img/facebook.png');
}
footer nav#footer-social ul li a[title="Twitter"] {
	background-color: #55acee;
	background-image: url('img/twitter.png');
}
footer nav#footer-social ul li a[title="Pinterest"] {
	background-color: #cc2127;
	background-image: url('img/pinterest.png');
}
footer p.netbop {
	clear:both;
	text-align: center;
}
footer ul {
    list-style-type: none;
	padding: 0; margin: 0;
	font-family: 'open_sansbold', Arial, sans-serif;
}
footer ul.sub-menu {
    list-style-type: square;
	padding: 0; margin: 0;
	font-family: 'open_sanslight', Arial, sans-serif;
}
footer ul.sub-menu li {
	display: block;
}
footer #footer-applications ul.sub-menu {
	
	-webkit-columns: 2; /* Chrome, Safari, Opera */
    -moz-columns: 2; /* Firefox */
    columns: 2;
}
footer #footer-products ul.sub-menu li,
footer #footer-applications ul.sub-menu li {
	position: relative;
	padding-left: 14px;
}
footer #footer-products ul.sub-menu li:before,
footer #footer-applications ul.sub-menu li:before {
	background: #fff;
	display: block;
	content: '';
	height: 5px;
	float: left;
	width: 5px;
	position: absolute;
	top: 8px; left: 0;
}
footer ul li a {	
	font-size: 12px;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .widget_text p {
	font: 14px 'open_sansregular', Arial, sans-serif;
	text-align: center;
	margin: 0;
}
footer address {
	font: 14px 'open_sansregular', Arial, sans-serif normal;
	text-align: center;
	margin-top: 10px;
	width: 33.33%;
	float: left;
}
nav#footer-contact {
	margin-top: 10px;
	width: 66.66%;
	float: left;
	padding: 0;
}
nav#footer-contact ul {
	padding: 0;
	margin: 0;
}
nav#footer-contact ul li {
	text-align: center;
	padding: 0 24px;
	display: block;
	width: auto;
	float: left;
}
nav#footer-contact ul li a {
	font: 14px 'open_sansregular', Arial, sans-serif;
}
p.copyright {
	clear: both;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
section {
	margin-top: 30px;
}
section#home article {
	background: url('img/blue-corner.png') left top no-repeat;
	padding: 15px 20px 0;
	margin: 0 -20px;
	float: none;
	width: auto;
}
section#home article h1 {
	background: none;
	padding: 0;
	color: #00257a;
	background: transparent;
	font-size: 20px;
	margin-top: 0;
}
section > article {
	padding-right: 10px;
	float: left;
	width: 64.286%;
}
section > aside {
	padding-left: 10px;
	float: left;
	width: 35.714%;
}
section aside h3 {
	color: #132b61;
	margin: 0 auto 5px;
	background: #dcdcdc;
	padding: 13px 18px;
	font-weight: normal;
	font: 16px 'open_sansregular';	
}
section aside h4 {
	background: transparent;
	margin: 0 auto 5px;
	color: #132b61;
	padding: 8px 0;
	font-weight: normal;
	font: 12px 'open_sansbold';
	border-bottom: 1px solid #c2c2c2;
}
section aside ul.product-list li {
	padding-left: 15px;
}
section aside ul {
	list-style-type: none;
	padding: 0; margin: 0 auto 10px;
}
section aside ul li {
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px solid #c2c2c2;
	clear: both;
}
section aside ul li a {
	display: block;
	padding: 0;
	height: 40px;
	font: 13px 'open_sansregular', Arial, sans-serif;
	line-height: 40px;
}
section aside ul li a .title {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25em;
	width: 289px;
}
section aside ul li a .icon {
	background: #0a2461;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	display: block;
	height: 40px;
	content: '';
	float: left;
	width: 40px;
	margin-right: 10px;
	padding: 5px 0;
	line-height: 30px;
	font-family: Arial Narrow, Arial, sans-serif;
}
section aside ul li a .icon img {
	max-height: 100%;
	display: block;
	margin: auto;
}
section.full-width article {
	width: auto;
	float: none;
	padding: 0;	
}
ul#tiles {
	list-style-type: none;
	padding: 0; margin: 0 -3.5px 40px;
}
ul#tiles li {
	padding: 0 3.5px;
	width: 33.33%;
	float: left;
	margin-bottom: 7px;
}
ul#tiles li a {
	padding: 26px 15px 17px;
	background: #dcdcdc;
	text-align: center;
	font-size: 16px;
	display: block;
	color: #333;
	position: relative;
	height: 203px;
}
ul#tiles li a img {
	margin: 0 auto 20px;
	border-radius: 9px;
	display: block;
	height: 96px;
	width: 96px;
}
ul#tiles li a .no-image {
	background: #c2c2c2;
	margin: 0 auto 20px;
	border-radius: 9px;
	display: block;
	height: 96px;
	width: 96px;
}
ul#tiles li.laboratory-gas-detection div {
	background: #132b61;
	padding: 20px;
	color: #fff;
}
ul#tiles li.laboratory-gas-detection div h3 {
	margin-top: 0;
	color: #fff;
}
ul#tiles li .hover {
	font: 14px 'open_sanslight', Arial, sans-serif;
	text-align: left;
	display: none;
	background: #132b61;
	padding: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
ul#tiles li .hover .title {
	font-size: 16px;	
}
ul#tiles li .hover p {
	line-height: 18px;
}
ul#tiles li .hover .more {
	margin: 13px auto 0;
	background: #fff;
	padding: 5px 8px;
	font-size: 12px;
	display: block;
	color: #00257a;
	width: 75px;
}
nav#applications-sidebar {
	margin-bottom: 20px;
}
nav#applications-sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
nav#applications-sidebar ul li {
	padding: 0;
	margin: 0;
}
nav#applications-sidebar ul li a {
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	display: block;
	padding: 5px;
}
nav#applications-sidebar ul li a.active {
	font-family: 'open_sansregular', Arial, sans-serif;
	background: #dcdcdc;
}
nav#applications-sidebar ul li:last-child a {
	border-bottom: none;
}
.strapline {
	font: 25px 'open_sanslight', Arial, sans-serif;
	margin-bottom: 20px;
	background: #dcdcdc;
	text-align: center;
	padding: 16.5px 0;
	color: #132b61;
}
.strapline a.more {
	display: inline-block;
	background: #132b61;
	position: relative;
	margin-left: 10px;
	padding: 5px 10px;
	line-height: 1em;
	font-size: 14px;
	bottom: 4px;
	color: #fff;
}
.metaslider .flexslider {
	margin-bottom: 20px !important;
}
.home-slider {
	overflow: hidden;
	margin: 2px auto 20px;
}
.home-slider a {
	display: block;
	height: 100%;
}
.home-slider img {
}
.home-slider ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.home-slider ul li {
	position: relative;
}

.bg-img {
	background: no-repeat center;
    background-size: cover;
	display: block;
	height: 400px;	
}
.home-slider .caption a.post-edit-link {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 500;
}
.home-slider .caption img {
	position: absolute;
	max-width: none;
	bottom: -48px;
	right: -62px;
	width: auto;
}
.home-slider .caption-wrap {
	margin: 0 auto;
	padding: 95px 0 80px;
	background: none;
	width: 1020px;
	bottom: auto;
	opacity: 1;
	position: relative;
}
.home-slider .caption {
	background: rgba(220,220,220,0.9);
	padding: 34px 20px;
	z-index: 0;
	width: 705px;
	left: 0;
	color: #132b61;
	font-size: 16px;
}
.home-slider .caption p {
	padding: 0; margin: 0;
	line-height: 1.75em;
}
.home-slider .caption-wrap .caption .more {
	display: inline-block;
	padding: 7px 13px;
	margin-top: 41px;
	color: #fff;
	background: #00257a;
	font-size: 16px;
}
.home-slider .caption h3 {
	text-transform:  uppercase;
	line-height: 1.25em;
	font-size: 25px;
	margin-top: 0;
	color: #132b61;
}
.home-slider .flex-control-nav {
	bottom: 14px;
	z-index: 99999;
}
.home-slider .flex-control-nav li a.flex-active {
	 background: #333;
}
.home-slider ul.slick-dots {
	bottom: 15px;
	z-index: 500;
	position: absolute;
}
.home-slider .flex-direction-nav a.flex-prev {
	background-image: url('img/prev.png') !important;
	left: -40px;
}
.home-slider .flex-direction-nav a.flex-next {
	background-image: url('img/next.png') !important;
	right: -40px;
}
.flexslider:hover .flex-prev {
	margin-left: -562px !important;
	opacity: 1 !important;
	left: 50% !important;	
}
.flexslider:hover .flex-next {
	margin-right: -562px !important;
	opacity: 1 !important;
	right: 50% !important;
}
.metaslider .flexslider .slides li {
	height: 400px !important;
	overflow: hidden !important;
}
.metaslider .flexslider .slides li img {
	position: absolute;
	top: -99999px;
	left: -99999px;
	right: -99999px;
	bottom: -99999px;
	margin: auto;
	height: 100%;
    width: auto;
    max-width: none;
	z-index: -1 !important;
}
article.products h1 {
	font: normal 20px 'open_sansregular', Arial, sans-serif;
	padding: 13px 20px;
	line-height: 1;
	color: #fff;
	z-index: 800;
	margin: 0 auto;
}
h2 {
	color: #132b61;
	background: #dcdcdc;
	padding: 13px 18px;
	font-weight: normal;
	font: 16px 'open_sansregular', Arial, sans-serif;
}
	
article.products ul {
	padding: 0;
	list-style-type: none;
}
article.products ul li {
	font: 14px 'open_sansregular', Arial, sans-serif;
	line-height: 2em;
	position: relative;
	padding-left: 20px;
}

article.products ul li:before {
	content: '';
	display: block;
	height: 5px; width: 5px;
	background: #0a2461;
	position: absolute; left: 7.5px; top: 12px;
}
article.products ul.two-col {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

article.products ul.downloads {
	padding: 0; margin: 0;
	list-style-type: none;
}
article.products ul.downloads li {
	margin-bottom: 5px;
	line-height: 2em;
	padding: 0 2.5px;
	float: left;
	width: 50%;
}
article.products ul.downloads li:before {
	display: none;
}
article.products ul.downloads li a {
	border-radius: 10px;
	background: #0a2461;
	display: block;
	padding: 28px 15px 28px 77px;
	font: 14px 'open_sansregular', Arial, sans-serif;
	line-height: 1;
	color: #fff;
}
article.products ul.downloads li a:before {
	background: url('img/pdf.png');
	position: absolute;
	left: 15px; top: 50%;
	margin-top: -26.5px;
	display: block;
	height: 63px;
	width: 48px;
	content: '';
}

h1 {
  font: 20px 'open_sansregular', Arial, sans-serif;
  background: rgba(0,0,0,0.7);
  font-weight: normal;
  padding: 13px 20px;
  line-height: 1;
  color: #fff;
  margin: 0 0 27px;
}

h1 .icon {
	font: 46px Arial Narrow, Arial, sans-serif;
	color: #fff;
	background: #0a2461;
	height: 80px;
	min-width: 80px;
	border-radius: 10px;
	text-align: center;
	padding: 20px 12px;
	line-height: 1;
	display: block;
	float: left;
	margin: -30px 10px -30px 0;	
}
h1 .icon.application {
	padding: 5px 0;
}
h1 .icon img {
	margin: auto;
	max-height: 100%;
}

article.gases .gas-info {	
	padding: 18px 33px;
}
article.gases .stel {
	background: #dcdcdc;
	margin-bottom: 5px;
}
article.gases .alarm {
	background: #c8c8c8;
}

article.gases .gas-info img {
	float: left;	
}
article.gases .gas-info .text-holder {
	float: left;
	margin-left: 34px;
}
article.gases .gas-info .text-holder p {
	margin: 5px 0;
	font-size: 16px;
}
article.gases .gas-info small {
	display: block;
	font-size: 12px;
}
article.gases .alarm table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

article.gases .alarm table th {
	font-weight: normal;
}
article.gases .alarm table td {
	font-family: 'open_sansbold', Arial, sans-serif;
}
h2.loop {
	margin-top: 0;
}
hr.loop {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 20px 0;
}
a.post-thumbnail {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.cover-photo {
	height: 250px;
	position: relative;
	overflow: hidden;
}
.cover-photo img.bg {
	z-index: -1;
}
.cover-photo h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.related-products {
	padding-right: 10px;
	width: 64.286%;
	float: left;
	margin-bottom: 30px;
}
.related-products ul {
	list-style-type: none;
	padding: 0; margin: 0 -17.5px;
	overflow: hidden;
}
.related-products ul li {
	text-align: center;
	line-height: 21px;
	padding: 0 17.5px;
	margin: 0;	
}
.related-products ul li .img-holder {
	height: 130px;
}
.related-products ul li h4 {
	font: 16px 'open_sanslight', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 21px;
	text-align: left;
	color: #0a2461;
	margin: 15px auto 0;
}
.related-products ul li p {
	font: 14px 'open_sansregular', Arial, sans-serif;
	text-align: left;
	margin: 5px 0;
	color: #333;
}
.related-products ul li .more {
	font: 12px 'open_sanslight', Arial, sans-serif;
	line-height: 1;
	display: block;
	background: #0a2461;
	padding: 6px 0;
	margin: 30px auto 0;
	color: #fff;
	width: 100px;
	text-align: center;
	text-transform: lowercase;
}
.category-products {
	margin-bottom: 30px;
}
.category-products ul {
	list-style-type: none;
	padding: 0; margin: 0 -10px;
	overflow: hidden;
}
.category-products ul li {
	text-align: center;
	line-height: 21px;
	padding: 0 10px;
	width: 50%;
	float: left;
	margin: 0;	
}
.category-products ul li .img-holder {
	height: 240px;
}
.category-products ul li h4 {
	font: 16px 'open_sanslight', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 21px;
	text-align: left;
	color: #0a2461;
	margin: 15px auto 0;	
}
.category-products ul li p {
	font: 14px 'open_sansregular', Arial, sans-serif;
	text-align: left;
	margin: 5px 0;
	color: #333;
}
.category-products ul li .more {
	font: 12px 'open_sanslight', Arial, sans-serif;
	line-height: 1;
	display: inline-block;
	background: #0a2461;
	padding: 6px 8px;
	margin: 30px auto 0;
	color: #fff;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    FORM
\*------------------------------------*/
.wpcf7 {
	float: left;
}
.wpcf7-form {
	width: 304px;
}
.wpcf7-form p {
	clear: both;
	margin: 0;
	padding: 5px 0;
}
.wpcf7-form label {
	display: block;
	float: left;
	width: 84px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	display: block;
	float: left;
	width: 220px;	
}
.wpcf7-form input.wpcf7-captchar {
	float: right;
}
.wpcf7-form img.wpcf7-captchac {
	float: left;
}
.wpcf7-form input[type="submit"] {
    display: block;
    background: #00257a;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
	float: right;
	border: none;
}

.google-map {
	width: 306px;
    height: 355px;
    margin-left: 10px;
}

a.loop-thumbnail {
	display: block;
    width: 130px;
    float: left;
    margin-right: 10px;
    border-right: 10px solid #fff;
}

h2 .date {
	float: right;
	font-size: 10px;
	margin: -3px -8px;
}
section aside ul li .post-date {
	float: right;
	font-size: 10px;
	color: #666;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
a.post-edit-link {
	display: inline-block;
	background: #00257a;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #fff;
}

#wpas_product_container {
	display: none;
}

ul.product-category-list {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 -5px;
}
ul.product-category-list li {
	margin: 0 !important;
	padding: 0 5px !important;
	float: left;
	width: 25%;
	display: block;
}
ul.product-category-list li:before {
	display: none !important;	
}
ul.product-category-list li h4 {
	margin-top: 0;
}
ul.product-category-list li p {
	font-size: 12px;
	overflow: hidden;
}
ul.product-category-list li .img-holder {
	height: 150px;
}

ul.product-category-list .more {
	font: 12px 'open_sanslight', Arial, sans-serif;
	line-height: 1;
	display: block;
	background: #0a2461;
	padding: 6px 0;
	margin: 30px auto 0;
	color: #fff;
	text-align: center;
	width: 80px;
	text-transform: lowercase;
}

a.buy-btn {
	font: 16px 'open_sansregular', Arial, sans-serif;
    color: #fff;
    background: #a50909 url('img/enquiry-bg.jpg');
    line-height: 68px;
    display: block;
    text-align: center;
	float: right;
	padding: 0 50px;
}

/* DESKTOP ----------------- */
@media (max-width: 1290px) {

}
/* DESKTOP ----------------- */
@media (max-width: 1040px) {
	header#masthead, #container, footer {
		width: 970px;
	}
	
	#nav-wrapper {
		width: auto;
		padding: 0 12px;
	}
	.home-slider .caption-wrap {
		width: 970px;
	}
	header#masthead ul#menu-header-links {
		width: 84px;
		margin-left: 25px;
	}
	header#masthead ul#menu-header-links li#menu-item-840 {
		display: none;
	}
	header#masthead ul#menu-header-links li#menu-item-73 {
		float: none; clear: both;
	}
	nav#main ul li a {
		padding: 15px 14px;
	}
	form.search {
		width: 180px;
		margin-right: 10px;
	}
	section aside ul li a .title {
		width: 240px;
	}
	.google-map {
		width: 283px;
		margin: 0;
	}
}
/* TABLET ----------------- */
@media (max-width: 991px) {
	header#masthead {
		width: auto;
	}
	#container, footer {
		width: 750px;
	}	
	img.logo {
		width: 410px;
		margin: 23px 0 0;
	}
	header#masthead ul#menu-header-links {
		margin-left: 25px;
	}	
	header#masthead ul#menu-header-contact li { 
		float: none;
		margin-left: 20px;
	}
	form.search {
		margin: 34px 0 0;
		width: 180px;
	}
	form.search input {
		padding: 7px 12px 7px 20px;
		
	}
	form.search button {
		right: 12px;
	}
	header#masthead {
		padding: 0 28px 0 23px;
	}
	header#masthead ul#menu-header-contact { 
		margin: 16px 0 20px;
	}
	header#masthead ul#menu-header-contact li { 
		float: left;
	}
	nav#main ul li a {
		padding: 11px 15px;
	}
	#nav-wrapper {
		width: auto;
	}
	nav#main ul li a {
		padding: 11px 12.6px;
	}
	nav#main ul.sub-menu li {
		width: 50%;
	}
	.home-slider .caption-wrap {
		width: 100%;
		width: auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.home-slider .caption-wrap .caption {
		width: 100%;
	}
	
	section aside ul li a {
		overflow: hidden;
	}
	ul#tiles li {
		width: 50%;
	}
	footer address,
	nav#footer-contact {
		float: none;
		width: auto;
	}
	nav#footer-contact ul li {
		width: auto;
		padding: 0 13px;
	}
	footer .col {
		width: auto;
		float: none;
	}
	footer nav#footer-products {
		border-left: 1px solid #5a6785;
	}
	footer nav#footer-products,
	footer nav#footer-applications {
		padding-left: 70px;
		float: left;
		width: 50%;
	}
	nav#footer-contact ul {
		text-align: center;
	}
	nav#footer-contact ul li {
		text-align: center;
		display: inline-block;
		float: none;
	}
	footer {
		padding: 40px 20px;
	}
	footer address,
	footer .widget_text p,
	nav#footer-contact ul li a {
		font-size: 13px;
	}
	
	footer ul.sub-menu li,
	footer nav#footer-products ul li	{
		width: auto;
		float: none;
	}
	.strapline {
		font-size: 20px;
		margin: 0 -20px 20px;
	}
	section#home article {
		margin: 0;
	}
	nav#main ul li.main-menu-item.menu-item-has-children > a {
		padding: 11px 12.6px;
	}
	nav#main ul li.main-menu-item.menu-item-has-children > a:after {
		display: none;
	}
	nav#main ul.sub-sub-menu {
		padding-left: 72px;
	}
	section aside ul li a .title {
		width: 79%;
	}
	ul.product-category-list li {
		width: 33.33%;
	}
	a.buy-btn {
		float: none;
		padding: 0
	}
	.google-map {
		width: 710px;
		clear: both;
		float: none;
	}
}
/* PHABLET ---------------- */
@media only screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	#container, footer {
		width: 580px;
	}
	#container {
		padding: 0;
	}
	#nav-wrapper {
		padding: 0;
	}
	nav#main {
		margin-bottom: 14px;
	}
	nav#main ul li a {
		padding: 9px;
	}	
	ul#tiles {
		margin: 0 -0.5px 20px;
		padding: 0;
	}
	section article,
	section aside {
		width: auto;
		float: none;
		padding: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	section article.gases aside,
	section article.applications aside,
	section article.standards aside,
	section article.downloads aside,
	section article.products aside {
		display: none;
	}
	
	.home-slider,
	.strapline	{
		display: none;
	}
	.home-slider .caption-wrap {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	a#mobile-menu {
		display: block;
	}
	img.logo {
		margin: 17px auto 0;
		display: block;
		width: 301px;
	}
	body {
		padding-top: 139px;
	}
	.wrapper {
		padding-top: 10px
	}
	#header-wrapper {
		position: absolute;
		left: 0; top: 0;
		width: 100%;
		background: #fff;
		z-index: 99999;
	}
	
	header#masthead ul#menu-header-links {
		width: auto;
		margin: 15px 0 11px 0;
	}
	header#masthead ul#menu-header-links li a {
		height: 30px;
		width: 30px;
		margin: 0;
	}
	header#masthead ul#menu-header-links li a[title="LinkedIn"] {
		background-image: url('img/linkedin12x12.png');
	}
	header#masthead ul#menu-header-links li a[title="RSS"] {
		background-image: url('img/rss16x16.png');
	}
	header#masthead ul#menu-header-links li {
		float: left !important;
		clear: none !important;
	}
	header#masthead ul#menu-header-links li a[title="Shop Online"] {
		background-image: url('img/cart17x13.png');
		padding: 4px 22px 5px 4px;
		font-size: 11px;
		width: 62px;
	}
	nav#main ul#menu-header-contact {
		float: right;
	}
	nav#main ul#menu-header-contact li a {
		font: 16px 'open_sansregular', Arial, sans-serif;
		padding: 4px 5.5px;
	}
	nav#main ul#menu-header-contact li {
		margin-right: 24px;
	}
	nav#main ul#menu-header-contact li a:before {
		background: #0f3181 no-repeat center;
		border-radius: 50%;
		margin-right: 5px;
		display: block;
		height: 21px;
		content: '';
		width: 21px;
		float: left;
	}
	nav#main ul li#menu-item-69 a:before {
		background-image: url('img/phone.png');
	}
	nav#main ul li#menu-item-70 a:before {
		background-image: url('img/email.png');
	}
	nav#main {
		height: 30px;
		margin: 0;
	}
	ul#nav {
		background: #0a2461 url('img/sub-menu.jpg');
		position: absolute;
		left: -220px; top: 0;
		z-index: 900;
		width: 220px;
		padding: 10px;
		height: 100%;
		overflow: auto;
		margin: 0;
	}
	ul#nav li {
		float: none;
		display: block;
	}
	ul#nav li a {
		font: 12px 'open_sansregular', Arial, sans-serif;
		padding: 5px 0;
		display: block;
		color: #fff;
	}
	ul#nav li a:hover {
		color: #fff;
	}
	ul#nav ul.sub-menu {
		padding: 10px;
		margin: 0;
		top: 0;
		bottom: 0;
		left: -220px;
		position: absolute;
		width: 220px;
		display: block !important;
		background: #0a2461 url('img/sub-menu.jpg');
		overflow: auto !important;
	}
	ul#nav ul.sub-menu .back {
		color: #fff;
		margin: 0 -10px 10px;
		text-align: center;
		display: block;
		background: #051333;
		font: 14px 'open_sansregular', Arial, sans-serif;
		padding: 13px 3px;
		cursor: pointer;
	}
	ul#nav ul.sub-sub-menu {
		padding: 0;
		margin: 0;
		clear: both;
	}
	ul#nav ul.sub-menu li {
		float: none;
		width: auto;
		clear: both;
		margin-bottom: 2px;
	}
	ul#nav ul.sub-menu li a {
		line-height: 50px !important;
		display: block;
		height: 50px;
		padding: 0;
	}
	ul#nav ul.sub-menu li a .title {
		width: 65%;
		display: inline-block;
	  vertical-align: middle;
	  line-height: 1.25em;
	}
	ul#nav ul.sub-menu li a .icon {
		display: block;
		background-color: #fff;
		color: #0a2461;
		height: 50px;
		width: 25%;
		border-radius: 5px;
		float: left;
		margin-right: 10%;
		position: relative;
		font: 18px Arial Narrow, Arial, sans-serif;
		line-height: 50px;
		text-align: center;
		overflow: hidden;
	}
	ul#nav ul.sub-sub-menu {
		margin: 5px -10px 10px;
	}
	ul#nav ul.sub-sub-menu li a {
		line-height: 30px !important;
		height: 30px;
		background: #404e6f;
		padding-left: 10px;
	}
	ul#nav ul.sub-sub-menu li a .title {
		width: 100%;
		width: auto;
		display: block;
		line-height: 30px !important;
		height: 30px;
	}
	ul#nav ul.sub-sub-menu li a .icon {
		display: none;
	}
	ul#nav ul.sub-menu li a .icon img {
	}
	ul#nav ul.sub-menu li a[title="Detector Control Panels"] .icon {
	background-image: url('img/product-icons/small/detector-control-panels.jpg');
	}
	ul#nav ul.sub-menu li a[title="Gas Detectors"] .icon {
		background-image: url('img/product-icons/small/gas-detectors.jpg');
	}
	ul#nav ul.sub-menu li a[title="Portable Gas Detectors"] .icon {
		background-image: url('img/product-icons/small/portable-gas-detectors.jpg');
	}
	ul#nav ul.sub-menu li a[title="ATEX CCTV"] .icon {
		background-image: url('img/product-icons/small/atex-cctv.jpg');
	}
	ul#nav ul.sub-menu li a[title="System Accessories"] .icon {
		background-image: url('img/product-icons/small/system-accessories.jpg');
	}
	ul#nav ul.sub-menu li a[title="Sampling Systems"] .icon {
		background-image: url('img/product-icons/small/sampling-systems.jpg');
	}
	
	form.search {		
		margin: 15px 0 0 0;
		width: 180px;
		float: left;
	}
	form.search input {
		padding: 5px 16px;
		font-size: 14px;
	}
	header#masthead {
		width: 320px;
		padding: 0 4px;
	}
	footer nav#footer-products {		
		border-left: 1px solid #5a6785;
	}
	footer nav#footer-products,
	footer nav#footer-applications {
		border-left: 1px solid #5a6785;
		padding-left: 20px;
		margin: 20px auto 0;
		max-width: 100%;
		width: 250px;
		float: none;
	}
	div.wpcf7,
	.wpcf7-form, .wpcf7-form label,
	.wpcf7-form input[type="text"],.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="email"], .wpcf7-form textarea {
		display: block;
		float: none;
		width: 100%;
	}
	.wpcf7-form input[type="submit"] {
		float: none;
		width: 100%;
	}
	
	.google-map {
		width: 100%;
	}
	
	.cover-photo {
		height: auto;
		overflow: visible;
	}
	.cover-photo > img {
		display: none;
	}
	.cover-photo h1 {
		position: relative;
		color: #0a2461;
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
	h1 .icon {
		left: 0;
		margin: -15px 10px 0 0;
	}
	.related-products ul li .img-holder {
		height: 200px;
	}
	.related-products {
		width: 100%;
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}
	footer nav#footer-social {
		float: none;
		width: 106px;
	}
	footer #footer-applications ul.sub-menu {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}
/* MOBILE ----------------- */
@media only screen and (max-width: 599px) {
	#container, footer {
		width: auto;
	}	
	section#home article {
		padding: 13px 25px 0 !important;
		background: url('img/blue-corner-small.png') no-repeat left 6px top;
	}
	section article,
	section article.type-post,
	section.full-width article {
		padding: 0 10px !important;
	}
	ul#tiles li.laboratory-gas-detection {
		width: auto;
		float: none;
	}
	ul#tiles li {
		margin-bottom: 1px;
		padding: 0 0.5px;
	}
	ul#tiles li > a {		
		min-height: 225px;
	}
	.category-products ul {
		margin: 0;
	}
	.category-products ul li {
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 10px;
	}
	ul.product-category-list {
		width: 300px;
		margin: 0 auto !important;
	}
	ul.product-category-list li {
		width: 100% !important;
		width: auto !important;
		float: none !important;
		padding: 0 !important;
	}
	article.products ul.two-col {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}
	article.products ul {
		margin: 0;
	}
	article.products ul.downloads {
		margin: 0;
	}
	article.products ul.downloads li {
		width: 100%;
		width: auto;
		float: none;
		padding: 0;
		margin: 0 auto 5px;
	}
	
	.related-products ul {
		margin: 0;
		padding: 0 10px;
	}
	.related-products ul li {
		padding: 0;
		margin-bottom: 20px;
	}
	a.enquiry-btn {
		line-height: 32px;
		padding: 10px 5px;
	}
	
	a.loop-thumbnail {
		margin: 0 auto 10px;
		border: none;
		max-width: 100%;
		float: none;
		display: none;
	}
	a.post-thumbnail,
	a.post-thumbnail img {
		float: none;
		margin: 0 auto 10px;
		display: block;
	}
}
/* SMALL MOBILE ----------- */
@media only screen and (max-width: 319px) {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.myico img{
	border-radius: 5px;
}