/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url("http://cdn.myld.com.au/1/css/fontawesome/4.0.3/css/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/fancybox/jquery.fancybox-1.3.4.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Montserrat';
   src:   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-regular-webfont.svg#montserratregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Montserrat';
   src:   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Montserrat/montserrat-bold-webfont.svg#montserratbold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#53b147;
	color:#fff;
}

a {
	color:#53b147;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	background:#f1f1f1;
	color:#1e1e1e;
	font-family: 'Montserrat';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	letter-spacing:0.065em;
	line-height:19px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	padding-top:25px;
	padding-bottom:25px;
	height:auto;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-8 */
}

#headerRight {
	display:none;
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	z-index:1;
	pointer-events:none;
	padding-left:135px;
}

#headerRight > div {
	width:100%;
	height:100%;
	background:#53b147;
}

#headerRight > div:before {
	content:"";
	position:absolute;
	width:188px;
	height:176px;
	left:-53px;
	top:0;
	z-index:-2;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/724/barkly-hardware-gas_87661824a2.png) no-repeat;
}

#headerSocial {
	display:none;
	margin-top:31px;
}

#headerSocial .social-media {
	margin-right:0;
}

#headerSocial .social-media:last-child {
	margin-right:0;
}

#headerContactWrap {
	position:relative;
	display:none;
	z-index:1;
}

#headerContact {
	padding-right:125px;
	padding-bottom:10px;
	background:url(http://cdn.myld.com.au/2/724/barkly-hardware-gas_a17e6cfd45.png) right bottom no-repeat;
	color:#fff;
	font-family: 'Montserrat';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:0.065em;
	line-height:19px;
}

#headerContact span {
	color:#000;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:19px;
	line-height:38px;
}

#headerContact a {
	display:inline-block;
	color:#fff;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:40px;
	letter-spacing:0.061em;
	line-height:38px;
	margin-top:8px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#headerContact a:hover {
	color:#000;
}

#slogan {
	background:#262626;
	padding-top:10px;
	padding-bottom:10px;
	color:#fba618;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:17px;
	letter-spacing:0.061em;
	line-height:normal;
}

#slider {
	display:none;
	height:448px;
}

body#home #slider {
	display:block;
}

#menu {
	background:#53b147;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
	width:100%;
}

.navbar .nav>li {
	float:left;
	margin-left:52px;
}

.navbar .nav>li:first-child {
	margin-left:0;
}

.navbar .nav>li:last-child {
	float:right;
}

.navbar-nav>li>a {
	color:#fffffe;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	letter-spacing:0.018em;
	white-space:nowrap;
	line-height:normal;
	padding:10px 0;
	position:relative;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background:transparent;
	color:#000102;
}

.dropdown-menu {
	background-color:#53b147;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.dropdown-menu>li>a {
	color:#fff;
}

#intro {
	background:#fff;
	padding-top:32px;
	padding-bottom:32px;
	color:#262626;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:17px;
	letter-spacing:0.061em;
	line-height:27px;
}

#intro p {
	margin-bottom:35px;
}

#content {
	padding-top:66px;
	padding-bottom:90px;
}

.contentBox {
	margin-bottom:60px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentImage {
	border:solid 8px #fba618;
	border-radius:99999px;
	-webkit-border-radius:99999px;
	-moz-border-radius:99999px;
	margin-bottom:30px;
}

body#products .contentImage {
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.contentImage img {
	display:inline-block;
	border-radius:99999px;
	-webkit-border-radius:99999px;
	-moz-border-radius:99999px;
}

body#products .contentImage img {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.contentBox h2 {
	color:#1e1e1e;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:35px;
	letter-spacing:0.065em;
	line-height:38px;
	margin:0 0 15px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:15px;
}

.contentLogos {
	display:inline-block;
	margin-right:26px;
	margin-top:10px;
}

.contentLogos:last-child {
	margin-right:0;
}

#homeThumbsInner:before {
	display:none;
	content:"";
	position:absolute;
	width:70%;
	height:20px;
	left:70px;
	top:186px;
	z-index:-2;
	pointer-events:none;
	background:#53b147;
}

#homeThumbsInner {
	position:relative;
	padding-top:66px;
	padding-bottom:58px;
}

#homeThumbsInner:after {
	display:none;
	content:"";
	position:absolute;
	width:70%;
	height:20px;
	left:70px;
	bottom:232px;
	z-index:-2;
	pointer-events:none;
	background:#53b147;
}

.ht {
	margin-bottom:30px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	max-width:255px;
	margin-left:auto;
	margin-right:auto;
}

.htImage {
	height:255px;
	margin-bottom:22px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ht:first-child .htImage {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_ff0a3e5dd8.png) no-repeat;
}

.ht:first-child a:hover .htImage {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_582839fdc7.png) no-repeat;
}

.ht:nth-child(2) .htImage {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_4a4a04acc7.png) no-repeat;
}

.ht:nth-child(2) a:hover .htImage {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_18e25e1b6a.png) no-repeat;
}

.ht:nth-child(3) .htImage {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_f5920c35df.png) no-repeat;
}

.ht:nth-child(3) a:hover .htImage {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_31c87a44ce.png) no-repeat;
}

.ht:last-child .htImage {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_42d2fbf1c7.png) no-repeat;
}

.ht:last-child a:hover .htImage {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_0114b429d9.png) no-repeat;
}

body:before {
    content: url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_582839fdc7.png) url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_18e25e1b6a.png) url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_31c87a44ce.png) url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_0114b429d9.png);
    display:none;
}

.homeThumb h3 {
	color:#262626;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:35px;
	letter-spacing:0.065em;
	line-height:38px;
	margin:0 0 0 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#homeThumbs a:hover .homeThumb h3 {
	color:#53b147;
}

#logos {
	padding-top:70px;
	padding-bottom:70px;
	background: rgb(38,38,38); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjYyNjI2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  rgba(38,38,38,1) 0%, rgba(30,30,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(38,38,38,1)), color-stop(100%,rgba(30,30,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(38,38,38,1) 0%,rgba(30,30,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(38,38,38,1) 0%,rgba(30,30,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(38,38,38,1) 0%,rgba(30,30,30,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(38,38,38,1) 0%,rgba(30,30,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#1e1e1e',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

#logosTitle {
	color:#53b147;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.065em;
	line-height:normal;
	margin-bottom:20px;
}

.logos {
	display:inline-block;
	width:160px;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
}

.logosShow,
.imgShow {
	display:inline-block;
}

.logos a:hover .logosShow,
.contentLogos a:hover .imgShow {
	display:none;
}

.logosHide,
.imgHide {
	display:none;
}

.logos a:hover .logosHide,
.contentLogos a:hover .imgHide {
	display:inline-block;
}

#logosBottom {
	margin-top:22px;
}

#cta {
	background:#fba618;
	text-align:center;
}

body#contact-us #cta {
	display:none;
}

#ctaInner:before {
	display:none;
	content:"";
	position:absolute;
	width:170px;
	height:335px;
	bottom:0;
	right:0;
	pointer-events:none;
	z-index:0;
	background:url(http://cdn.myld.com.au/2/724/barkly-hardware-gas_809287384e.png) no-repeat;
	background-size:100% 100%;
}

#ctaInner {
	position:relative;
	padding-top:64px;
	padding-bottom:64px;
	color:#f1f1f1;
	font-family: 'Montserrat';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	letter-spacing:0.065em;
	line-height:30px;
}

#ctaInner h3 {
	color:#262626;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:32px;
	letter-spacing:0.055em;
	line-height:normal;
	margin:0 0 20px 0;
}

.ctaButton {
	display:inline-block;
	color:#f1f1f1;
	font-family: 'Montserrat';
	font-weight:400;
	font-style:normal;
	font-size:40px;
	text-transform:uppercase;
	letter-spacing:0.065em;
	line-height:normal;
	padding:22px 22px;
	margin-top:36px;
	background:url(http://cdn.myld.com.au/2/724/barkly-hardware-gas_68928764a0.png) top center no-repeat;
	background-size:100% 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ctaButton:hover {
	opacity:0.8;
}

#footer-map {
	height:174px;
}

body#contact-us #footer-map {
	display:none;
}

#footerContact {
	padding-top:10px;
	padding-bottom:10px;
	background:#53b147;
	color:#262626;
	font-family: 'Montserrat';
	font-weight:700;
	font-style:normal;
	font-size:13px;
	letter-spacing:0.065em;
	line-height:normal;
}

#footerContact address {
	display:inline-block;
	margin:0 10px;
	padding-left:34px;
	line-height:30px;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/723/barkly-hardware-gas_8b72a8889d.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/724/barkly-hardware-gas_f11eb9ebf7.png) left center no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/724/barkly-hardware-gas_87a0ccf134.png) left center no-repeat;
}

#footerContact a {
	color:#262626;
}

#footerContact a:hover {
	color:#fff;
}

#synopsis {
	padding-top:60px;
	padding-bottom:60px;
	color:#262626;
	font-family: 'Montserrat';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	letter-spacing:0.065em;
	line-height:19px;
}

#synopsis p {
	margin-bottom:24px;
}

#footerLast {
	padding-top:15px;
	padding-bottom:8px;
	background:#262626;
}

#copyright {
	color:#f1f1f1;
	font-family: 'Montserrat';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	letter-spacing:0.065em;
	line-height:normal;
	margin-top:5px;
}

#footerBrand {
	margin-top:3px;
}

#map-canvas {
	height:200px;
}

ul, ol {
	margin:0 0 10px -18px;
}

dt, dd, ul li, ol li {
	line-height:inherit;
}

dd {
	margin-left:0;
	margin-bottom:10px;
}

.break {
	word-break:break-all;
}

label, input, button, select, textarea {
	font-family:inherit !important;
	font-size:inherit !important;
	font-weight:inherit !important;
	line-height:inherit !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	background:#f2f2f2 !important;
	border:1px solid #d9d9d9;
}

.btn {
	background:#53b147;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border:1px solid #d9d9d9;
	color:#fff;
	box-shadow:none;
	text-shadow:none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover {
	color:#53b147;
	background:#fff;
}

#schema, .schema-address {
	display:none;
}

p:last-child,
p.last {
	margin-bottom:0 !important;
}

a.fancybox.thumbnail {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.fancybox.thumbnail:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	border-color:#ddd;
}

.firefox .isotope,
.firefox .item {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	#headerSocial .social-media {
		margin-right:36px;
	}
	
	#headerContact {
		font-size:19px;
	}
	
	.navbar .nav>li {
		margin-left:92px;
	}
	
	#homeThumbsInner:before {
		top:184px;
	}
	
	.logos {
		width:182px;
		padding-left:0;
		padding-right:0;
	}
	
	#footerContact {
		font-size:15px;
	}
	
	#footerContact address {
		margin:0 28px;
	}
}

@media (min-width: 992px) {
	#headerRight,
	#headerSocial,
	#headerContactWrap {
		display:block;
	}
	
	#header {
		padding-bottom:0;
		height:176px;
	}
	
	#homeThumbsInner:before {
		width:90%;
		left:10px;
	}
	
	.logosTitle {
		text-align:left;
	}
	
	#ctaInner:before {
		width:252px;
		height:497px;
		background-size:auto auto;
	}
	
	#logosTitle {
		line-height:134px;
		margin-bottom:0;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#map-canvas {
		height:448px;
	}
	
	#ctaInner:before {
		display:block;
	}
	
	#homeThumbsInner:before {
		display:block;
	}
	
	#cta {
		text-align:left;
	}
	
	.ctaButton {
		padding:22px 77px;
	}
	
	.logos {
		margin-top:0;
	}
	
	.contentImage {
		margin-bottom:0;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:30px;
	}
}

@media (max-width: 568px) {...}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	.ht:nth-child(3),
	.ht:last-child {
		margin-bottom:0;
	}
	
	#homeThumbsInner:after {
		display:block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.htImage {
		height:213px;
		background-size:100% 100% !important;
	}
	
	#homeThumbsInner:before {
		top:160px;
	}
}

/* Device specific media queries ----------- */
/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {...}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {...}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {...}

/* iPhone */
@media only screen  
and (max-device-width : 568px) {...}