@charset "UTF-8";
/* CSS Document */

/* Colours 

Logo Dark Blue: 0 131 202, #0083ca
Logo Light Blue: 142 248, #8ed8f8
Body Text: 10 10 40, #0a0a28

/* Fonts */

@font-face {
    font-family: 'Noto Serif';
    src: url('../_fonts/NotoSerif-Italic.eot');
    src: url('../_fonts/NotoSerif-Italic.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/NotoSerif-Italic.woff2') format('woff2'),
        url('../_fonts/NotoSerif-Italic.woff') format('woff'),
        url('../_fonts/NotoSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('../_fonts/NotoSerif-BoldItalic.eot');
    src: url('../_fonts/NotoSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/NotoSerif-BoldItalic.woff2') format('woff2'),
        url('../_fonts/NotoSerif-BoldItalic.woff') format('woff'),
        url('../_fonts/NotoSerif-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('../_fonts/NotoSerif.eot');
    src: url('../_fonts/NotoSerif.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/NotoSerif.woff2') format('woff2'),
        url('../_fonts/NotoSerif.woff') format('woff'),
        url('../_fonts/NotoSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('../_fonts/NotoSerif-Bold.eot');
    src: url('../_fonts/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/NotoSerif-Bold.woff2') format('woff2'),
        url('../_fonts/NotoSerif-Bold.woff') format('woff'),
        url('../_fonts/NotoSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Anton';
    src: url('../_fonts/Anton-Regular.eot');
    src: url('../_fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/Anton-Regular.woff2') format('woff2'),
        url('../_fonts/Anton-Regular.woff') format('woff'),
        url('../_fonts/Anton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../_fonts/Montserrat-Bold.eot');
    src: url('../_fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../_fonts/Montserrat-Bold.woff') format('woff'),
        url('../_fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../_fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../_fonts/Montserrat-Italic.eot');
    src: url('../_fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../_fonts/Montserrat-Italic.woff') format('woff'),
        url('../_fonts/Montserrat-Italic.ttf') format('truetype'),
        url('../_fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../_fonts/Montserrat-Regular.eot');
    src: url('../_fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../_fonts/Montserrat-Regular.woff') format('woff'),
        url('../_fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../_fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../_fonts/Montserrat-BoldItalic.eot');
    src: url('../_fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../_fonts/Montserrat-BoldItalic.woff') format('woff'),
        url('../_fonts/Montserrat-BoldItalic.ttf') format('truetype'),
        url('../_fonts/Montserrat-BoldItalic.svg#Montserrat-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

/* Global Styles */

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #0083ca;
	position: relative;
}
img a {
	border: 0;
	outline: none;
}
a:link, a:visited {
	color: #0091f5;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f78a31;
	text-decoration: none;
}
.clear {
	clear: both;
}
#mainNav ul {
	list-style:none;
	margin:0px; 
	padding:0px; 
	font-family: 'Anton', sans-serif;
} 
#mainNav a {
	text-decoration:none;
	color:#D8D9DA;
} 
#mainNav h2, #mainNav #menuToggle {
	display: none;
}
.bodyWhite {
	width: 100%; 
	height: auto;
	background: #fff; 
}

@media only screen and (min-width: 775px) {
body {
	font-size: 16px;
}
	/* Navigation */
	
	.header {
		position: fixed;
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 230px;
		z-index: 5000; 
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	.header-white {
		background: #FFFFFF;
		width: 100%; 
		height: 150px;
		opacity: 0.9; 
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	.header-wrapper {
		max-width: 1056px; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 2%; 
		padding-right: 2%; 
	}
	.logo {
		float: left;
		margin-top: 10px; 
		width: 246px; 
		height: 130px; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	}
	.logo img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.logo-right {
		float: right;
		margin-top: 10px; 
		width: 483px; 
		height: 130px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
		position: relative;
	}
	.logo-phone {
	position: absolute;
	right: 0;
	bottom: 15px;
	font-family: 'Anton', sans-serif;
	width: 483px;
	height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
	.logo-phone p {
	margin: 0;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	line-height: 50px;
	font-size: 3em;
	color: #0083ca;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url(../_images/top-phone.png);
	background-repeat: no-repeat;
	background-position: 18px 0px;
	background-size: auto 50px;
	text-align: right;
	} 
	.logo-phone a {
		text-decoration: none;
		color: #0083ca;
	}
	.logo-emergency {
	margin-top: 10px;
	width: 483px;
	height: 60px;
	font-family: 'Noto Serif', serif;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	font-style: italic;
	}
	.logo-emergency p {
	margin: 0;
	padding: 0;
	line-height: 60px;
	font-size: 1.3em;
	color: #0083ca;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: right;
	}
	.nav-blue {
		width: 100%; 
		height: 70px; 
		background: #0083ca;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
#mainNav {
	height: auto;
}
#mainNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
} 
#mainNav li {
	margin: 0;
	padding: 0em 0.7em;
	display: inline;
	text-align: center;
	font-size: 1.3em;
	line-height: 70px;
	border-right: 1px solid rgba(255,255,255,0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
} 
#mainNav a {
	text-decoration: none;
	color: #fff;
	padding-bottom: 2px; 
}
#mainNav li:last-child {
	border-right: none;
}
#mainNav li .activePage {
	color: #8ed8f8;
	cursor:default;
}
#mainNav li .activePage:hover {
}
#mainNav li a:link, #mainNav li a:visited {
}
#mainNav li a:hover, #mainNav li a:active {
	color: #8ed8f8;
}
	.nav-shadow {
	width: 100%;
	height: 10px;
	background-image: url(../_images/shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	
.header.shrink {
    height: 180px;
}
	.header.shrink .header-white {
		height: 100px; 
	}
	.header.shrink .logo {
		width: 151px; 
		height: 80px; 
	}
	.header.shrink .logo-right {
		height: 80px; 
	}
	.header.shrink .logo-phone {
	bottom: 5px;
		height: 35px; 
	}
	.header.shrink .logo-phone p {
		line-height: 35px; 
		font-size: 2.1em;
	background-image: url(../_images/top-phone.png);
	background-repeat: no-repeat;
	background-position: 155px 0px;
	background-size: auto 35px;
	}
	.header.shrink .logo-emergency {
		margin-top: 2px; 
		height: 40px; 
	}
	.header.shrink .logo-emergency p {
		line-height: 40px; 
		font-size: .95em; 
	}
	.header.shrink .nav-blue {
		height: 50px; 
	}
	.header.shrink .nav-blue #mainNav li {
		font-size: 1.2em; 
		line-height: 50px; 
	}
	.header.shrink .nav-shadow {
		height: 10px; 
	}
	/* Slider*/
	
	#slider-wrapper {
		width: 100%;
		height: 700px; 
		display: block;
		position: relative;
		border-bottom:3px solid #0083ca;
		margin-bottom: 20px; 
	}
	#slider-wrapperTwo {
		width: 100%;
		height: 600px; 
		display: block;
		position: relative;
		border-bottom:3px solid #0083ca;
		margin-bottom: 20px; 
	}
	.outerSlider {
		width: 100%;
		height: 600px; 
		position: relative;
		margin-bottom: 20px; 
	}
	.wrapperOne {
	width: 100%;
	height: 470px;
		padding-top:230px; 
	background-image: url(../_images/slider_01-desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperOne .box-one {
	position: absolute;
	bottom: -3px;
	right: 5%;
	width: 400px;
	height: 170px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-one h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.6em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-one .btn {
		font-family: 'Montserrat';
		font-size: 1em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-one .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-one .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperTwo {
		width: 100%; 
	height: 470px;
		padding-top: 230px; 
	background-image: url(../_images/slider_02-desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperTwo .box-two {
	position: absolute;
	bottom: -3px;
	left: 5%;
	width: 400px;
	height: 170px;
		padding-left: 16px; 
		padding-right: 16px; 
		padding-top: 16px; 
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-two h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.6em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-two .btn {
		font-family: 'Montserrat';
		font-size: 1em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-two .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-two .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperThree {
		width: 100%; 
	height: 470px;
		padding-top: 230px; 
	background-image: url(../_images/slider_03-desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperThree .box-three {
	position: absolute;
	bottom: -3px;
	right: 5%;
	width: 400px;
	height: 170px;
		padding-left: 16px; 
		padding-right: 16px; 
		padding-top: 16px; 
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-three h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.6em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-three .btn {
		font-family: 'Montserrat';
		font-size: 1em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-three .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-three .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperFour {
		width: 100%; 
	height: 470px;
		padding-top: 230px; 
	background-image: url(../_images/slider_04-desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperFour .box-four {
	position: absolute;
	bottom: -3px;
	left: 5%;
	width: 400px;
	height: 170px;
		padding-left: 16px; 
		padding-right: 16px; 
		padding-top: 16px; 
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-four h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.6em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-four .btn {
		font-family: 'Montserrat';
		font-size: 1em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-four .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-four .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.refrigerationOne {
	width: 100%;
	height: 370px;
		padding-top:230px; 
	background-image: url(../_images/refrigeration_01-desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationTwo {
		width: 100%; 
	height: 370px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_02-desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationThree {
		width: 100%; 
	height: 370px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_03-desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationFour {
		width: 100%; 
	height: 370px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_04-desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.top-photo-history {
	width: 100%;
	height: 600px;
	background-image: url(../_images/history-desktop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 20px; 
		position: relative;
	}
	.top-photo-refrigeration {
	width: 100%;
	height: 600px;
	background-image: url(../_images/refrigeration-desktop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 20px; 
		position: relative;
	}
	.top-photo-airCon {
	width: 100%;
	height: 600px;
	background-image: url(../_images/airCon-desktop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 20px; 
		position: relative;
	}
	.top-photo-contact {
	width: 100%;
	height: 600px;
	background-image: url(../_images/contact-desktop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 20px; 
		position: relative;
	}
	.top-photo-history h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 2em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.sliderHeading {
		width: 100%;
		position: absolute;
		bottom: 0; 
	padding: 8px 0 6px 0;
	margin: 0;
	text-align: center;
	background-image: url(../_images/white75.png);
		z-index: 9000; 
	}
	.sliderHeading h3 {
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 2em;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	}
	.top-photo-airCon h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 2em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.top-photo-contact h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 2em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.body-wrapper {
		max-width: 1056px; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 2%; 
		padding-right: 2%; 
		min-height: 300px;
		padding-bottom: 1em; 
	}
	.body-wrapper p {
		color: #333132;
		font-family: 'Montserrat';
		font-size: 1em; 
		line-height: 125%; 
		text-align: left;
		padding: 0; 
		margin: 0 0 14px 0; 
	}
	.body-wrapper .btmPara {
		margin-bottom: 0px; 
	}
	.body-wrapper .topPara {
		font-size: 1.4em;
		color: #0083ca;
		font-weight: bold;
		line-height: 125%; 
	}
	.body-wrapper .topParaTwo {
		font-size: 1.4em;
		color: #0083ca;
		font-weight: bold;
		line-height: 125%;
		margin-top: 1em; 
	}
	.fullWidthText {
		max-width: 700px; 
		margin-left: auto;
		margin-right: auto;
	} 
	.fullWidthText .refrigerationList {
		margin: 1em 0 1em 10%; 
		padding: 0; 
		list-style: none;
		width: 80%;
		font-family: 'Noto Serif';
		font-style: italic;
		color: #333132;
		font-size: 1em; 
		line-height: 125%; 
	}
	.fullWidthText .refrigerationList li {
	margin: 0 0 12px 0;
	padding: 0 0 0 28px;
	list-style: none;
	background-image: url(../_images/tick.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px auto;
		line-height: 22px; 
	}
	.truck {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em; 
	border-radius: 10px; 
		overflow: hidden;
	}
	.truck img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.airConTbl {
		width: 80%; 
	margin-left: auto;
	margin-right: auto;
		margin-top: 1em; 
		margin-bottom: 1em;  
	}
	.airConTbl td {
		width: 50%; 
		text-align: center;
		padding: 0.75em 0; 
	}
	.airConTbl img {
		width: 75%; 
		height: auto;
		display: block; 
	margin-left: auto;
	margin-right: auto;
	}
	.indexTbl {
		margin-top: 0; 
		margin-bottom:0;  
	}
	.indexTbl td {
		width: 17.6%; 
		text-align: center;
		padding: 8px 2%; 
	}
	.indexTbl img {
		width: 75%; 
		height: auto;
		display: block; 
	margin-left: auto;
	margin-right: auto;
	}
	.airCon-wrapper {
		margin-bottom: 1.5em;
		border-top: 1px dotted #8ed8f8;
		padding-top: 1.5em; 
	}
	.borderBtm {
		border-bottom: 1px dotted #8ed8f8;
		padding-bottom: 1.5em; 
		margin-bottom: 1.5em; 
	}
	.airConImg {
		width: 32%; 
		float: left;
	}
	.airConImg img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.airConText {
		float: right;
		width: 64%;
	}
	.sizingTbl {
		border: 1px solid #333132;
		margin-bottom: 1.5em; 
	}
	.sizingTbl td {
		padding: 12px; 
	}
	.greyTR {
		background: #e6e7e8; 
	}
	.sizingTbl .left {
		width: 125px;
		text-align: center;
	}
	.body-wrapper .sizingTbl p {
		padding: 0; 
		margin: 0; 
		line-height: 100%; 
	}
	.body-wrapper .sizingTitle p {
		font-family: 'Noto Serif';
		font-style: italic;
		font-size: 0.9em; 
	}
	.body-wrapper .left p {
		text-align: center;
	}
	.photo-wrapper {
		float: left;
		width: 23%; 
		margin-left: 2%;
		margin-bottom: 1em;
		border-radius: 10px; 
		overflow: hidden;
	}
	.photo-wrapper img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.footer {
	background-color: #0083ca;
	width: 100%;
		padding-top: 15px; 
	background-image: url(../_images/shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	}
	.footer-wrapper {
		max-width: 1056px; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 2%; 
		padding-right: 2%;
		padding-bottom: 1em; 
	}
	.footer-left {
	float: left;
	width: 510px;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	background-color: #fff;
	border: 3px solid #8ed8f8;
	border-radius: 16px;
	margin-top: 8px;
	}
	.footer-left p {
		font-family: 'Montserrat';
		font-size: 1.1em; 
		line-height: 18px;
		color: #333132;
		margin: 0; 
		padding: 0; 
	}
	.footer-left a:link, .footer-left a:visited {
		color: #0083ca;
		text-decoration: none;
	} 
	.footer-left a:hover, .footer-left a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
	.footer-left .contactTbl .contactLeft {
		width: 18px;
		margin: 0; 
		padding: 3px 8px 3px 0px; 
	}
	.footer-left .contactTbl .contactLeft img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.footer-left .Facebook a:link, .footer-left .Facebook a:visited {
		color: #0083ca;
		text-decoration: none;
	}
	.footer-left .Facebook a:hover, .footer-left .Facebook a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
	.nycnlo {
		float: right;
		width: 188px; 
		height: 130px; 
	}
	.nycnlo img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.copyright p {
		margin: 0; 
		padding: 0.5em 0 0 0; 
		text-align: center;
		font-family: 'Montserrat';
		font-size: 0.8em;
		color: rgba(255,255,255,0.5)
	}
	.copyright a:link, .copyright a:visited {
		color: rgba(255,255,255,0.5);
		text-decoration: none;
	} 
	.copyright a:hover, .copyright a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
}
@media only screen and (min-width: 477px) and (max-width: 774px) {
body {
	font-size: 14px;
}
	/* Navigation */
	
	.header {
		position: fixed;
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 230px;
		z-index: 5000; 
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	.header-white {
		background: #FFFFFF;
		width: 100%; 
		height: 150px;
		opacity: 0.9; 
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	.header-wrapper {
		max-width: 1056px; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 2%; 
		padding-right: 2%;
		padding-top: 10px; 
	}
	.logo {
		width: 246px; 
		height: 130px; 
		margin-left: auto;
		margin-right: auto;
	}
	.logo img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.logo-right {
		display: none;
	}
	.nav-blue {
		width: 100%; 
		height: 50px; 
		background: #0083ca;
	}
#mainNav {
	height: auto;
}
#mainNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
} 
#mainNav li {
	margin: 0;
	padding: 0em 0.7em;
	display: inline;
	text-align: center;
	font-size: 1.05em;
	line-height: 50px;
	border-right: 1px solid rgba(255,255,255,0.25);
} 
#mainNav a {
	text-decoration: none;
	color: #fff;
	padding-bottom: 2px; 
}
#mainNav li:last-child {
	border-right: none;
}
#mainNav li .activePage {
	color: #8ed8f8;
	cursor: default;
}
#mainNav li .activePage:hover {
}
#mainNav li a:link, #mainNav li a:visited {
}
#mainNav li a:hover, #mainNav li a:active {
	color: #8ed8f8;
}
	.nav-shadow {
	width: 100%;
	height: 10px;
	background-image: url(../_images/shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	
	/* Slider*/
	
	#slider-wrapper {
		width: 100%;
		height: 430px; 
		display: block;
		position: relative;
		border-bottom:3px solid #0083ca;
	}
	#slider-wrapperTwo {
		width: 100%;
		height: 430px; 
		display: block;
		position: relative;
		border-bottom:3px solid #0083ca;
		margin-bottom: 20px; 
	}
	.outerSlider {
		width: 100%;
		height: 430px; 
		position: relative;
		margin-bottom: 20px; 
	}
	.wrapperOne {
	width: 100%;
	height: 200px;
		padding-top:230px; 
	background-image: url(../_images/slider_01-tablet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperOne .box-one {
	position: absolute;
	bottom: -3px;
	left: 50%;
		margin-left: -151px; 
	width: 270px;
	height: 135px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-one h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-one .btn {
		font-family: 'Montserrat';
		font-size: 0.9em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-one .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-one .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperTwo {
		width: 100%; 
	height: 200px;
		padding-top: 230px; 
	background-image: url(../_images/slider_02-tablet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperTwo .box-two {
	position: absolute;
	bottom: -3px;
	left: 50%;
		margin-left: -151px; 
	width: 270px;
	height: 135px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-two h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-two .btn {
		font-family: 'Montserrat';
		font-size: 0.9em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-two .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-two .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperThree {
		width: 100%; 
	height: 200px;
		padding-top: 230px; 
	background-image: url(../_images/slider_03-tablet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperThree .box-three {
	position: absolute;
	bottom: -3px;
	left: 50%;
		margin-left: -151px; 
	width: 270px;
	height: 135px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-three h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-three .btn {
		font-family: 'Montserrat';
		font-size: 0.9em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-three .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-three .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperFour {
		width: 100%; 
	height: 200px;
		padding-top: 230px; 
	background-image: url(../_images/slider_04-tablet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperFour .box-four {
	position: absolute;
	bottom: -3px;
	left: 50%;
		margin-left: -151px; 
	width: 270px;
	height: 135px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-four h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-four .btn {
		font-family: 'Montserrat';
		font-size: 0.9em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-four .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-four .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.refrigerationOne {
	width: 100%;
	height: 200px;
		padding-top:230px; 
	background-image: url(../_images/refrigeration_01-tablet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationTwo {
		width: 100%; 
	height: 200px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_02-tablet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationThree {
		width: 100%; 
	height: 200px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_03-tablet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationFour {
		width: 100%; 
	height: 200px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_04-tablet.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.top-photo-history {
	width: 100%;
	height: 450px;
	background-image: url(../_images/history-tablet.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 20px; 
		position: relative;
	}
	.sliderHeading {
		width: 100%;
		position: absolute;
		bottom: 0; 
	padding: 8px 0 6px 0;
	margin: 0;
	text-align: center;
	background-image: url(../_images/white75.png);
		z-index: 9000; 
	}
	.sliderHeading h3 {
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.8em;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	}
	.top-photo-refrigeration {
	width: 100%;
	height: 450px;
	background-image: url(../_images/refrigeration-tablet.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 20px; 
		position: relative;
	}
	.top-photo-airCon {
	width: 100%;
	height: 450px;
	background-image: url(../_images/airCon-tablet.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 20px; 
		position: relative;
	}
	.top-photo-contact {
	width: 100%;
	height: 450px;
	background-image: url(../_images/contact-tablet.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 20px; 
		position: relative;
	}
	.top-photo-history h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.8em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.top-photo-refrigeration h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.8em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.top-photo-airCon h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.8em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.top-photo-contact h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.8em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.body-wrapper {
		max-width: 94%; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 3%; 
		padding-right: 3%;
		min-height: 300px; 
		padding-bottom: 1em; 
	}
	.body-wrapper p {
		color: #333132;
		font-family: 'Montserrat';
		font-size: 1em; 
		line-height: 135%; 
		text-align: left;
		padding: 0; 
		margin: 0 0 12px 0; 
	}
	.body-wrapper .btmPara {
		margin-bottom: 0px; 
	}
	.body-wrapper .topPara {
		font-size: 1.4em;
		color: #0083ca;
		font-weight: bold;
		line-height: 125%; 
	}
	.body-wrapper .topParaTwo {
		font-size: 1.4em;
		color: #0083ca;
		font-weight: bold;
		line-height: 125%;
		margin-top: 1em; 
	}
	.fullWidthText {
		max-width: 600px; 
		margin-left: auto;
		margin-right: auto;
	}
	.fullWidthText .refrigerationList {
		margin: 1em 0 1em 10%; 
		padding: 0; 
		list-style: none;
		width: 80%;
		font-family: 'Noto Serif';
		font-style: italic;
		color: #333132;
		font-size: 1em; 
		line-height: 125%; 
	}
	.fullWidthText .refrigerationList li {
	margin: 0 0 12px 0;
	padding: 0 0 0 24px;
	list-style: none;
	background-image: url(../_images/tick.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 18px auto;
		line-height: 18px; 
	}
	.truck {
	width: 75%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em; 
	border-radius: 10px; 
		overflow: hidden;
	}
	.truck img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.airConTbl {
		width: 80%; 
	margin-left: auto;
	margin-right: auto;
		margin-top: 1em; 
		margin-bottom: 1em;  
	}
	.airConTbl td {
		width: 50%; 
		text-align: center;
		padding: 0.75em 0; 
	}
	.airConTbl img {
		width: 75%; 
		height: auto;
		display: block; 
	margin-left: auto;
	margin-right: auto;
	}
	.indexTbl {
		margin-top: 0.25em; 
		margin-bottom:0;  
	}
	.indexTbl td {
		width: 17.6%; 
		text-align: center;
		padding: 6px 2%; 
	}
	.indexTbl img {
		width: 85%; 
		height: auto;
		display: block; 
	margin-left: auto;
	margin-right: auto;
	}
	.airCon-wrapper {
		margin-bottom: 1.5em;
		border-top: 1px dotted #8ed8f8;
		padding-top: 1.5em; 
	}
	.borderBtm {
		border-bottom: 1px dotted #8ed8f8;
		padding-bottom: 1.5em; 
		margin-bottom: 1.5em; 
	}
	.airConImg {
		width: 40%; 
		float: left;
	}
	.airConImg img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.airConText {
		float: right;
		width: 56%;
	}
	.sizingTbl {
		border: 1px solid #333132;
		margin-bottom: 1.5em; 
	}
	.sizingTbl td {
		padding: 12px; 
	}
	.greyTR {
		background: #e6e7e8; 
	}
	.sizingTbl .left {
		width: 125px;
		text-align: center;
	}
	.body-wrapper .sizingTbl p {
		padding: 0; 
		margin: 0; 
		line-height: 100%; 
	}
	.body-wrapper .sizingTitle p {
		font-family: 'Noto Serif';
		font-style: italic;
		font-size: 0.9em; 
	}
	.body-wrapper .left p {
		text-align: center;
	}
	.photo-wrapper {
		float: left;
		width: 31%; 
		margin-left: 2%;
		margin-bottom: 1em;
		border-radius: 10px; 
		overflow: hidden;
	}
	.photo-wrapper img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.footer {
	background-color: #0083ca;
	width: 100%;
		padding-top: 15px; 
	background-image: url(../_images/shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	}
	.footer-wrapper {
		max-width: 94%; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 3%; 
		padding-right: 3%;
		padding-bottom: 1em; 
	}
	.footer-left {
		float: left;
		width: 275px;
		padding-top: 0.5em;
		padding-left: 1em; 
		padding-bottom: 0.5em; 
		background: #fff; 
		border: 3px solid #8ed8f8;
		border-radius: 16px;
		margin-top: 4px; 
	}
	.footer-left p {
		font-family: 'Montserrat';
		font-size: 1em; 
		line-height: 16px;
		color: #333132;
		margin: 0; 
		padding: 0; 
	}
	.footer-left a:link, .footer-left a:visited {
		color: #0083ca;
		text-decoration: none;
	} 
	.footer-left a:hover, .footer-left a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
	.footer-left .contactTbl .contactLeft {
		width: 16px;
		margin: 0; 
		padding: 3px 8px 3px 0px; 
	}
	.footer-left .contactTbl .contactLeft img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.footer-left .Facebook a:link, .footer-left .Facebook a:visited {
		color: #0083ca;
		text-decoration: none;
	}
	.footer-left .Facebook a:hover, .footer-left .Facebook a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
	.nycnlo {
		float: right;
		margin-top: 0.5em; 
		width: 135px; 
		height: 100px; 
	}
	.nycnlo img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.copyright p {
		margin: 0; 
		padding: 0.5em 0 0 0; 
		text-align: center;
		font-family: 'Montserrat';
		font-size: 0.8em;
		color: rgba(255,255,255,0.5)
	}
	.copyright a:link, .copyright a:visited {
		color: rgba(255,255,255,0.5);
		text-decoration: none;
	} 
	.copyright a:hover, .copyright a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
}
@media only screen and (max-width: 476px) {
body {
	font-size: 14px;
}
	/* Navigation */
	
	.header {
		position: fixed;
		top: 0; 
		left: 0; 
		width: 100%; 
		height: auto;
		z-index: 5000; 
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	.header-white {
		background: #FFFFFF;
		width: 100%; 
		height: 120px;
		opacity: 0.9; 
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	.header-wrapper {
		max-width: 1056px; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 2%; 
		padding-right: 2%;
		padding-top: 10px; 
	}
	.logo {
		width: 189px; 
		height: 100px; 
		margin-left: auto;
		margin-right: auto;
	}
	.logo img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.logo-right {
		display: none;
	}
	.nav-blue {
		width: 100%; 
		min-height: 40px; 
		background: #0083ca;
		padding-top: 0px; 
	}

#mainNav {
	max-width:90%; 
	overflow:hidden;
	margin: 0 0 0 16px;
}
#mainNav ul {
	padding-top:0px; 
} 
#mainNav li {
	margin: 0;
	float: none;
}
#mainNav li:hover {
}
#mainNav li:last-child {
	border-bottom:none;
}
.topMenu {
	max-height: 0;
	visibility: hidden;
}
.topMenu.expand {
	max-height: 900em;
	visibility: visible;
}
#mainNav a, #mainNav h3 {
	font-family: 'Montserrat';
	font-size: 1.1em;
	text-align: left;
	display: block;
	/*padding-left: 5%;*/
/*	cursor: pointer;*/
	line-height:40px;
	color: #fff;
	min-width:90%;
}
#mainNav li a {
	font-family: 'Anton';
	padding-left: 16px;
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 1.2em;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
#mainNav li:first-child a {
	padding-top: 0px;
}
#mainNav li:last-child a {
	border-bottom: none;
}
#mainNav a:hover {
	color: #8ed8f8;	
}
#mainNav span.indicator {
	position: absolute;
	left: 100px;
	top: 1px; 
	font-size: 1em;
	line-height: 39px; 
}
#mainNav .menuToggle {
	font-family: 'Montserrat';
	font-size: 1em;
	display: block;
	width: 25%;
	position: relative;
	line-height: 70px;
	background-image: none;
	color: #000000;
	text-transform: capitalize;
}
#mainNav .menuToggle a:hover {
	color: #8ed8f8;	
}
.menuToggle a {
	text-align: center;
	padding: 0;
}
#mainNav li a.activePage {
	color: #8ed8f8;
	cursor:default;
}
	.nav-shadow {
	width: 100%;
	height: 10px;
	background-image: url(../_images/shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
	}
	
	/* Slider*/
	
	#slider-wrapper {
		width: 100%;
		height: 355px; 
		display: block;
		position: relative;
		border-bottom:3px solid #0083ca;
	}
	#slider-wrapperTwo {
		width: 100%;
		height: 355px; 
		display: block;
		position: relative;
		border-bottom:3px solid #0083ca;
		margin-bottom: 20px; 
	}
	.outerSlider {
		width: 100%;
		height: 355px; 
		position: relative;
		margin-bottom: 20px; 
	}
	.wrapperOne {
	width: 100%;
	height: 125px;
		padding-top:230px; 
	background-image: url(../_images/slider_01-mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperOne .box-one {
	position: absolute;
	bottom: -3px;
	left: 50%;
		margin-left: -131px; 
	width: 230px;
	height: 115px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-one h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-one .btn {
		font-family: 'Montserrat';
		font-size: 0.9em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-one .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-one .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperTwo {
		width: 100%; 
	height: 125px;
		padding-top: 230px; 
	background-image: url(../_images/slider_02-mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperTwo .box-two {
	position: absolute;
	bottom: -3px;
	left: 50%;
		margin-left: -131px; 
	width: 230px;
	height: 115px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-two h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-two .btn {
		font-family: 'Montserrat';
		font-size: 0.9em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-two .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-two .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperThree {
		width: 100%; 
	height: 125px;
		padding-top: 230px; 
	background-image: url(../_images/slider_03-mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperThree .box-three {
	position: absolute;
	bottom: -3px;
	left: 50%;
		margin-left: -131px; 
	width: 230px;
	height: 115px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-three h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-three .btn {
		font-family: 'Montserrat';
		font-size: 0.9em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-three .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-three .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.wrapperFour {
		width: 100%; 
	height: 125px;
		padding-top: 230px; 
	background-image: url(../_images/slider_04-mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
		border-bottom:3px solid #8ed8f8;
	}
	.wrapperFour .box-four {
	position: absolute;
	bottom: -3px;
	left: 50%;
		margin-left: -131px; 
	width: 230px;
	height: 115px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background: #FFFFFF;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top:3px solid #8ed8f8;
	border-left:3px solid #8ed8f8;
	border-right:3px solid #8ed8f8;
	}
	.box-four h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	line-height: 130%;
	text-align: center;
	color: #333132;
	text-transform: uppercase;
	}
	.box-four .btn {
		font-family: 'Montserrat';
		font-size: 0.9em; 
		padding: 0; 
		margin: 12px 0 0 0; 
		line-height: 100%; 
		text-align: center;
	}
	.box-four .btn a {
		text-decoration: none;
		display:inline-block;
		background: #0083ca;
		color: #fff; 
		padding: 10px 15px; 
	}
	.box-four .btn a:hover {
		text-decoration: none;
		display:inline-block;
		background: #8ed8f8;
		color: #333132; 
		padding: 10px 15px; 
	}
	.refrigerationOne {
	width: 100%;
	height: 125px;
		padding-top:230px; 
	background-image: url(../_images/refrigeration_01-mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationTwo {
		width: 100%; 
	height: 125px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_02-mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationThree {
		width: 100%; 
	height: 125px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_03-mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.refrigerationFour {
		width: 100%; 
	height: 125px;
		padding-top: 230px; 
	background-image: url(../_images/refrigeration_04-mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		position: relative;
		display: block;
	}
	.top-photo-history {
	width: 100%;
	height: 400px;
	background-image: url(../_images/history-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 15px; 
		position: relative;
	}
	.sliderHeading {
		width: 100%;
		position: absolute;
		bottom: 0; 
	padding: 8px 0 6px 0;
	margin: 0;
	text-align: center;
	background-image: url(../_images/white75.png);
		z-index: 9000; 
	}
	.sliderHeading h3 {
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.5em;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	}
	.top-photo-refrigeration {
	width: 100%;
	height: 400px;
	background-image: url(../_images/refrigeration-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 15px; 
		position: relative;
	}
	.top-photo-airCon {
	width: 100%;
	height: 400px;
	background-image: url(../_images/airCon-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 15px; 
		position: relative;
	}
	.top-photo-contact {
	width: 100%;
	height: 400px;
	background-image: url(../_images/contact-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
		margin-bottom: 15px; 
		position: relative;
	}
	.top-photo-history h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.5em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.top-photo-refrigeration h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.5em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.top-photo-airCon h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.5em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.top-photo-contact h2 {
		width: 100%; 
		position: absolute;
		bottom: 0; 
	font-family: 'Montserrat';
		font-weight: bold;
	font-size: 1.5em;
	padding: 8px 0 6px 0;
	margin: 0;
		display: block;
	line-height: 100%;
	color: #0083ca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../_images/white75.png);
	}
	.body-wrapper {
		max-width: 92%; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 4%; 
		padding-right: 4%; 
		min-height: 300px; 
		padding-bottom: 1em; 
	}
	.body-wrapper p {
		color: #333132;
		font-family: 'Montserrat';
		font-size: 1em; 
		line-height: 135%; 
		text-align: left;
		margin: 0 0 12px 0; 
	}
	.body-wrapper .btmPara {
		margin-bottom: 0px; 
	}
	.body-wrapper .topPara {
		font-size: 1.4em;
		color: #0083ca;
		font-weight: bold;
		line-height: 125%; 
	}
	.body-wrapper .topParaTwo {
		font-size: 1.4em;
		color: #0083ca;
		font-weight: bold;
		line-height: 125%;
		margin-top: 1em; 
	}
	.fullWidthText .refrigerationList {
		margin: 1em 0 1em 5%; 
		padding: 0; 
		list-style: none;
		width: 90%;
		font-family: 'Noto Serif';
		font-style: italic;
		color: #333132;
		font-size: 1em; 
		line-height: 125%; 
	}
	.fullWidthText .refrigerationList li {
	margin: 0 0 12px 0;
	padding: 0 0 0 22px;
	list-style: none;
	background-image: url(../_images/tick.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 16px auto;
		line-height: 16px; 
	}
	.truck {
	width: 75%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em; 
	border-radius: 10px; 
		overflow: hidden;
	}
	.truck img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.airConTbl {
		width: 85%; 
	margin-left: auto;
	margin-right: auto;
		margin-top: 1em; 
		margin-bottom: 1em;  
	}
	.airConTbl td {
		width: 50%; 
		text-align: center;
		padding: 0.75em 0; 
	}
	.airConTbl img {
		width: 85%; 
		height: auto;
		display: block; 
	margin-left: auto;
	margin-right: auto;
	}
	.indexTbl {
		margin-top: 0.25em; 
		margin-bottom:0;  
	}
	.indexTbl td {
		width: 17.6%; 
		text-align: center;
		padding: 6px 2%; 
	}
	.indexTbl img {
		width: 98%; 
		height: auto;
		display: block; 
	margin-left: auto;
	margin-right: auto;
	}
	.airCon-wrapper {
		margin-bottom: 1.5em;
		border-top: 1px dotted #8ed8f8;
		padding-top: 1.5em; 
	}
	.borderBtm {
		border-bottom: 1px dotted #8ed8f8;
		padding-bottom: 1.5em; 
		margin-bottom: 1.5em; 
	}
	.airConImg {
		width: 60%; 
	margin-left: auto;
	margin-right: auto;
		margin-bottom: 1em; 
	}
	.airConImg img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.airConText {
	}
	.sizingTbl {
		border: 1px solid #333132;
		margin-bottom: 1.5em; 
	}
	.sizingTbl td {
		padding: 12px; 
	}
	.greyTR {
		background: #e6e7e8; 
	}
	.sizingTbl .left {
		width: 110px;
		text-align: center;
	}
	.body-wrapper .sizingTbl p {
		padding: 0; 
		margin: 0; 
		line-height: 100%; 
	}
	.body-wrapper .sizingTitle p {
		font-family: 'Noto Serif';
		font-style: italic;
		font-size: 0.9em; 
	}
	.body-wrapper .left p {
		text-align: center;
	}
	.photo-wrapper {
		float: left;
		width: 48%; 
		margin-left: 2%;
		margin-bottom: 1em;
		border-radius: 10px; 
		overflow: hidden;
	}
	.photo-wrapper img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.footer {
	background-color: #0083ca;
	width: 100%;
		padding-top: 15px; 
	background-image: url(../_images/shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	}
	.footer-wrapper {
		max-width: 94%; 
		margin-left: auto;
		margin-right: auto;
		padding-left: 3%; 
		padding-right: 3%;
		padding-bottom: 1em; 
	}
	.footer-left {
		width: 285px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0.5em;
		padding-left: 1em; 
		padding-bottom: 0.5em; 
		background: #fff; 
		border: 3px solid #8ed8f8;
		border-radius: 16px;
		margin-top: 4px;
		text-align: center;
	}
	.footer-left p {
		font-family: 'Montserrat';
		font-size: 1em; 
		line-height: 135%;
		color: #333132;
		margin: 0; 
		padding: 0; 
		text-align: left;
	}
	.footer-left a:link, .footer-left a:visited {
		color: #0083ca;
		text-decoration: none;
	} 
	.footer-left a:hover, .footer-left a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
	.footer-left .contactTbl .contactLeft {
		width: 16px;
		margin: 0; 
		padding: 3px 8px 3px 0px; 
	}
	.footer-left .contactTbl .contactLeft img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.footer-left .Facebook a:link, .footer-left .Facebook a:visited {
		color: #0083ca;
		text-decoration: none;
	}
	.footer-left .Facebook a:hover, .footer-left .Facebook a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
	.nycnlo {
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em; 
		width: 188px; 
		height: 130px; 
	}
	.nycnlo img {
		width: 100%; 
		height: auto;
		display: block;
	}
	.copyright p {
		margin: 0; 
		padding: 0.5em 0 0 0; 
		text-align: center;
		font-family: 'Montserrat';
		font-size: 0.8em;
		color: rgba(255,255,255,0.5)
	}
	.copyright a:link, .copyright a:visited {
		color: rgba(255,255,255,0.5);
		text-decoration: none;
	} 
	.copyright a:hover, .copyright a:active {
		color:#8ed8f8;
		text-decoration:underline;
	}
}
