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

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/CameraSlider/1.3.4/camera.min.css');
@import url('http://cdn.myld.com.au/1/js/cform_validation/validation-2.2.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
-----------------*/
html, body {
    height: 100%;
}

body {
    font-family: 'Montserrat';
    color: #3b3b3b;
}

.wrapper {
    min-height: 100%;
    background-color: #f8f8f8;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
}

h1, h2, h3, h4, b {
	font-weight: 700;
	line-height: 1.2;
}

p {
	font-size: 13px;
	line-height: 16px;
}

a, a:hover {
	color: inherit;
	-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;
}

img {
	-webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
	-ms-backface-visibility: hidden; 
	backface-visibility: hidden; 

}

::selection {
  background: rgba(200, 200, 200, .6);
}

::-moz-selection {
  background: rgba(200, 200, 200, .6);
}

::-webkit-selection {
  background: rgba(200, 200, 200, .6);
}

.schema-address {
	display: none;
}

/* header
-----------------*/
header {
	border-bottom: 9px solid #3f3f3f;
}

.logo {
	padding-top: 22px;
	padding-bottom: 13px;
}

.logo a {
	display: inline-block;
	max-width: 100%;
}

#link-area {
	padding-top: 24px;
}

#link-area a {
	display: block;
}

#link-area a:hover {
	text-decoration: none;
}

#link-area .img-box {
	margin-left: 19px;
}

#link-area a img {
	margin-left: 13px;
}

#link-area p {
	-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;
}

#link-area .hours {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.032em;
	text-transform: uppercase;
	color: #00a1e2;
	margin-top: 18px;
}

#link-area .tel-num {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.012em;
	color: #333;
	margin-bottom: 0;
}

#link-area a:hover p {
	color: #3b3b3b;
}

#link-area a:hover .tel-num {
	color: #00a1e2;
}

.nav {
	width: 100%;
	height: 376px;
	background-color: #00a0e5;
}

.nav > li {
	float: none;
}

.nav > li > a {
	background-color: #00a0e5;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fafafa;
	padding-top: 10px;
	padding-bottom: 0;
	height: 37.6px;
	padding-left: 10px;
	padding-right: 10px;
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #3b3b3b;
}

.safari .nav,
.safari #slider {
	height: 370px;
	overflow: hidden;
}

.safari .nav > li > a {
	height: 37px;
}

/* Slider
-----------------*/
#slider {
	height: 376px;
	margin-left: -30px;
	overflow: hidden;
	display: none;
}

#home #slider {
	display: block;
}

.camera_wrap {
	float: none;
	max-height: 376px;
}

.camera_fakehover {
	min-height: 376px;
}

/* contact page
-----------------*/
#map-canvas {
	width: 100%;
	height: 376px;
}

.form-group {
	margin-bottom: 12px;
}

.form-control {
	background-color: #fafafa;
	border-color: #fafafa;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	height: 27px;
	padding: 3px 12px;
	line-height: 19px;
	-webkit-appearance: none;
}

textarea.form-control {
	min-height: 84px;
}

#spambox {
	padding-top: 13px;
}

.spam {
	margin-bottom: 9px;
}

#spambox input[type="text"]#spam {
	height: 27px;
	width: 100% !important;
	padding: 3px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fafafa;
	background-image: none;
	border: 1px solid #fafafa;
	margin-top: 9px !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-appearance: none;
}

.btn-custom {
	background-color: #00a1e2;
	border-color: #00a1e2;
	color: #fff !important;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
	margin-bottom: 29px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	width: 100%;
	height: 27px;
	text-align: left;
	-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;
	text-transform: uppercase;
	position: relative;
	margin-top: 18px;
}

.btn-custom:after {
	content: '';
	display: block;
	width: 8px;
	height: 100%;
	position: absolute;
	background: url(http://cdn.myld.com.au/2/677/tony-meath-refrigeration_db2632401c.png) center center no-repeat scroll;
	z-index: 20;
	top: 0;
	right: 9px;
}

.btn-custom:hover,
.btn-custom:focus {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
}

/* footer
-----------------*/
.footer {
	color: #3b3b3b;
}

.footer-top {
	background-color: #3b3b3b;
	color: #fafafa;
	min-height: 63px;
	font-size: 0;
	line-height: 0;
}

.footer-main {
	background-color: #dedbdc;
}

.footer .footer-map {
	margin-left: -30px;
}

.footer #map-footer {
	width: 100%;
	height: 206px;
}

.footer-top ul {
	margin-top: 15px;
}

.footer-top li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 19px;
}

.footer-top li:nth-child(1) {
	padding-left: 0 !important;
}

.footer h3 {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.005em;
	margin-top: 22px;
	text-transform: none;
}

.footer p,
.footer li {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
}

.footer .col-sm-6 > p {
	margin-top: 24px;
}

.footer .copyright {
	color: #00a1e2;
}

.footer .footer-contact {
	padding-left: 46px;
	padding-top: 26px;
	padding-bottom: 11px;
}

.footer ul {
	list-style-type: none;
	padding-left: 0;
}

.footer-main ul {
	float: left;
	margin-bottom: 7px;
}

.footer hr {
	clear: both;
	border-top: 5px solid #00a1e2;
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 15px;
}

address {
    padding-left: 36px;
    margin-bottom: 10px;
    line-height: 1.2em;
    letter-spacing: 0.045em;
    color: #333;
}

address i {
    float: left;
    margin-left: -37px;
    margin-right: 5px;
    width: 17px;
    height: 17px;
}

address i:before {
	display: none;
}

address i.icon-user {
	background: url(http://cdn.myld.com.au/2/676/tony-meath-refrigeration_432dcbd382.png) center top no-repeat scroll;
}

address i.icon-marker {
	background: url(http://cdn.myld.com.au/2/676/tony-meath-refrigeration_e4723c05a7.png) center top no-repeat scroll;
}

address i.icon-share {
	background: url(http://cdn.myld.com.au/2/676/tony-meath-refrigeration_385dd30a54.png) center top no-repeat scroll;
}

.footer .socialmedia {
	float: right;
	margin-top: 71px;
}

.footer .ls-branding {
	padding-top: 20px;
	min-height: 69px;
}

/* content
-----------------*/
.form-area .contact-form {
	background-color: #dedbdc;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.form-area .contact-form:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 9px;
	width: 0;
	height: 0;
	border-top: 22px solid #00a1e2;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
}

.form-area .contact-form {
	padding-top: 36px;
}

.intro-area {
	padding-top: 27px;
}

#home .intro-area {
	padding-top: 35px;
}

.intro-area h1 {
	font-size: 25px;
	letter-spacing: 0.022em;
	color: #3b3b3b;
	margin-top: 0;
	margin-bottom: 12px;
}

.intro-area p {
	font-size: 13px;
	line-height: 16px;
	color: #3b3b3b;
	margin-bottom: 16px;
}

.feature-area {
	padding-top: 20px;
}

.feature {
	display: block;
	position: relative;
	z-index: 0;
	font-size: 0;
	line-height: 0;
}

.feature:hover {
	text-decoration: none;
}

.feature .overlay {
	padding-top: 11px;
	padding-bottom: 5px;
	padding-left: 31px;
	padding-right: 31px;
	background-color: rgba(59,59,59,.9);
	-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;
}

.feature:hover .overlay {
	background-color: rgba(0,161,226,.9);
}

.feature h2 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.045em;
	margin-bottom: 17px;
	color: #00a1e2;
	-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;
}

.feature:hover .overlay h2 {
	color: #3b3b3b;
}

.feature p {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.045em;
	color: #fafafa;
}

.feature p:nth-child(2) {
	margin-bottom: 22px;
}

.feature p span {
	display: inline-block;
	font-size: 16px;
	width: 100%;
	height: 27px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	text-transform: uppercase;
	position: relative;
	background-color: #3b3b3b;
	max-width: 223px;
}

.feature p span:after {
	content: '';
	display: block;
	width: 8px;
	height: 100%;
	position: absolute;
	background: url(http://cdn.myld.com.au/2/677/tony-meath-refrigeration_db2632401c.png) center center no-repeat scroll;
	z-index: 20;
	top: 0;
	right: 9px;
}

.content-services {
	background-color: #00a1e2;
	padding-top: 11px;
	padding-bottom: 24px;
}

.services-area {
	padding-top: 16px;
	font-size: 0;
	line-height: 0;
}

.services-area h2,
.services-area h3 {
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: 0.045em;
	margin-top: 20px !important;
	margin-bottom: 22px;
	color: #3b3b3b;
}

.content-area h3 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: ;
	color: #3b3b3b;
}

.services-area ul {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 6px;
	margin-bottom: 0;
}

.services-area p,
.services-area li {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.025em;
	font-weight: 400;
	color: #fff;
}

.services-area li {
	padding-left: 5px;
	background: url(http://cdn.myld.com.au/2/677/tony-meath-refrigeration_08fdd1a3ac.png) left 5px no-repeat scroll;
}

.content-area label {
	font-size: 14px;
	font-weight: 700;
	color: #3b3b3b;
	margin-bottom: 1px;
}

.content-services p:first-child {
	margin-top: 20px;
}

.content-area a {
	font-weight: 700;
}
	
.last-row {
	padding-bottom: 0 !important;
}

.fancybox,
.img-box {
	display: inline-block;
	max-width: 100%;
}

.services-area .img-box {
	display: block;
	overflow: hidden;
	text-align: center;
}

.services-area .img-box img {
	display: inline;
}

.fancybox {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-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;
}

.fancybox img {
	margin: 0 auto;
}

.fancybox:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}

#fancybox-content {
	overflow: visible !important;
}

/* error page
-----------------*/
#page-not-found #error h1 {
	margin-top: 4px !important;
}

/* @media queries
-----------------*/
@media (min-width: 768px) {
	.form-area .contact-form {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-area {
		padding-bottom: 36px;
	}
	#main-content {
		padding-left: 0;
		padding-right: 0;
	}
	.feature-area .row:first-child .feature {
		margin-bottom: 31px;
	}
	.services-area .img-box {
		float: left;
		display: block;
	}
	.services-area .content-services {
		overflow: hidden;
		padding-left: 30px;
		padding-right: 30px;
	}
	.services-area .img-box {
		max-width: 157px;
	}
	.services-area .row {
		padding-bottom: 30px;
	}
	.content-services {
		min-height: 144px;
	}
	.double-content {
		min-height: 329px;
	}
	.map-area {
		margin-left: -20px;
	}
	.services-area .img-box {
		width: 157px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 15px;
	}
	.services-area .content-services {
		margin-left: 157px;
	}
	.services-area .img-box img {
		position: absolute;
		left: -30px;
		top: 0;
		max-height: 101%;
		max-width: none;
	}
}

@media (min-width: 992px) {
	.map-area {
		margin-left: -33px;
	}
	.container {
		width: 930px;
	}
	.nav > li > a {
		letter-spacing: 0.01em;
	}
	header,
	.footer,
	.form-area {
		margin-left: -30px;
	}
	header,
	.footer,
	.main-area {
		margin-right: -30px;
	}
	#main-content {
		padding-left: 3px;
	}
	.form-area .contact-form {
		padding-left: 30px;
		padding-right: 30px;
	}
	.feature h2 {
		min-height: 48px;
	}
	.feature p:nth-child(2) {
		min-height: 112px;
	}
	.feature .overlay {
		position: absolute;
		z-index: 20;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
	.nav > li > a {
		letter-spacing: 0.045em;
		padding-left: 30px;
	}
	.footer-top li:nth-child(2) {
		padding-left: 29px;
		padding-right: 1px;
	}
	.feature h2 {
		min-height: 57px;
	}
	.feature p:nth-child(2) {
		min-height: 80px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav > li > a {
		letter-spacing: 0.01em;
		padding-right: 5px;
	}
	.safari #slider,
	.safari .camera_wrap {
		width: 728px;
	}
	.footer .footer-contact {
		padding-left: 20px;
	}
	.footer #map-footer {
		height: 233px;
	}
	.footer h3 {
		margin-bottom: 21px;
	}
	.footer-top li {
		padding-left: 16px;
	}
	.feature .overlay,
	.feature img {
		min-height: 216px;
	}
	.feature h2 {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 3px;
	}
	.feature p:nth-child(2) {
		margin-bottom: 5px !important;
	}
}

/*beginning of default fixed menu bar*/
@media (max-width: 991px) {
	#map-canvas {
		height: 300px;
	}
	.logo {
		text-align: center;
	}
	#link-area {
		display: none;
	}
	.content-area h3,
	.intro-area h1 {
		font-size: 20px;
	}
	.feature {
		text-align: center;
		margin-bottom: 20px;
	}
	.feature .overlay {
		text-align: left;
	}
	.contact-form textarea.form-control {
		height: 84px !important;
	}
	.services-area .row {
		padding-bottom: 15px;
	}
	#gallery .services-area .row {
		padding-bottom: 0 !important;
	}
	#gallery .fancybox {
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.feature-area .row:nth-child(2) .col-md-6:nth-child(2) .feature {
		padding-bottom: 0;
	}
	.form-area .contact-form {
		margin-right: -15px;
	}
}

@media (max-width: 767px) {
	#map-canvas {
		height: 200px;
	}
	.feature {
		text-align: center;
		margin-bottom: 20px;
	}
	.feature .overlay {
		text-align: left;
	}
	.services-area .content-services {
		padding-left: 15px;
		padding-right: 15px;
	}
	.services-area .row {
		padding-bottom: 15px;
	}
	#gallery .fancybox {
		padding-bottom: 20px;
	}
}
