.menuLeft {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -270px;
	z-index: 999;
	width: 270px;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menuLeft.expanded {
	left: 0px;
}
#menuBtn {
	display: none;
	border: 0;
	outline: 0;
	float: left;
	position: relative;
	padding: 0 0 0 45px;
	margin: 0;
	line-height: 60px;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #1d1d1b;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#menuBtn i {
	position: absolute;
	font-size: 24px;
	top: 18px;
	left: 15px;
	color: #dd042b;
}
#menuBtn.expanded {
	background-color: rgba(0,0,0,0.1);
}
#menuLeftHeading {
	float: left;
	width: 100%;
	background: #f5f5f5;
	cursor: pointer;
}
h2#title {
	color: #1d1d1b;
	font-size: 18px;
	float: left;
	margin: 0;
	padding: 10px 15px;
}
h2#title.close {
	float: right;
	color: #fff;
	background: #dd042b;
}
.menuLeft #dynMenu li {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.05);
	border-width: 0 0 1px;
	text-align: left;
	position: relative;
}
.menuLeft #dynMenu li a {
	font-size: 14px;
	padding: 0 15px;
	line-height: 40px;
	background: transparent;
}
.menuLeft #dynMenu li a.hasChildren {
	margin-right: 50px;
}
.menuLeft #dynMenu li:hover a {
	background: transparent;
}
.menuLeft #dynMenu li ul li:hover, .menuLeft #dynMenu li ul li.sfHover,
.menuLeft #dynMenu li ul li a:focus, .menuLeft #dynMenu li ul li a:hover, .menuLeft #dynMenu li ul li a:active {
	background-color: transparent;
}
.menuLeftSubBtn {
	display: none;
}
.menuLeft #dynMenu .menuLeftSubBtn {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.5);
	top: 0;
	right: 0;
	padding: 0 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menuLeft #dynMenu .menuLeftSubBtn i:hover {
	color: rgba(0, 0, 0, 1);
}
.menuLeft #dynMenu .menuLeftSubBtn i {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menuLeft #dynMenu .menuLeftSubBtn i.fa-plus-square-o {
	position: absolute;
	left: 15px;
	top: 9px;
}
.menuLeft #dynMenu .menuLeftSubBtn i.fa-minus-square-o {
	position: absolute;
	left: 15px;
	top: -29px;
}
.menuLeft #dynMenu .menuLeftSubBtn.open i.fa-plus-square-o {
	top: 39px;
}
.menuLeft #dynMenu .menuLeftSubBtn.open i.fa-minus-square-o {
	top: 9px;
}
.menuLeft #dynMenu ul.submenu {
	position: relative;
	display: none;
	float: left;
	top: 0px !important;
	width: 100%;
	background: #f5f5f5;
	border-bottom: 0;
}
.menuLeft #dynMenu ul.submenu ul {
	left: 0;
	background: rgba(0,0,0,0.03);
}
.menuLeft #dynMenu ul.submenu li {
	border: 0;
}
.menuLeft #dynMenu ul.submenu li a {
	padding: 0 15px 0 30px;
	font-size: 12px;
	line-height: 50px;
}
.menuLeft #dynMenu ul.submenu ul li a {
	padding-left: 45px;
}
#menuLeftClickBox {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
}
/* Left menu code [End] */

/* Resonsive Google Map [Begin] */
.map-container {
    position: relative;
    padding-bottom: 28%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.map-container iframe,   
.map-container object,  
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mapContainer {
	position: relative;
}
.mapOverlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: transparent;
	z-index: 10;
}
/* Resonsive Google Map [End] */

/* Resonsive FB Like box [Begin] */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
/* Resonsive FB Like box [End] */

/*** Responsiv */


/* Big tablet (960px) */
@media screen and (max-width: 1140px) {
	.inner-container,
	#copyrightLinkInner,
	#footer-inner,
	#slide-inner,
	#header,
	#wrap {
		width: 960px;
	}
	#tempStart #menu {
		display: none;
	}
	#menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 997;
		background: #f5f5f5;
	}
	#menu-inner {
		width: 100%;
	}
	#menu {
		margin: 0;
	}
	#menu #menuWrap {
		display: none;
	}
	#menuBtn {
		display: block;
	}
	#header-outer {
		padding-top: 60px;
	}
	#tempStart #header-outer {
		padding-top: 0px;
	}
	#header {
		text-align: center;
	}
	#contactMenu {
		display: block;
	}
	a#bookNow {
		line-height: 60px;
	}
	a#bookNow i {
		top: 7px;
	}
	#topper {
		display: none;
	}
	#tempStart #topper {
		display: block;
	}
	body.fixed #menu {
    	top: 0px;
	}
	body {
	    padding-top: 158px;
	}
	body#tempStart {
	    padding-top: 138px;
	}
	#header .topperShortcuts {
		display: block;
	}

	.section-hero-video button.muteButton {
		bottom: 15px;
		top: initial;
	}	
}
@media screen and (max-width: 1024px) {
	.section-hero-video .play_button {
		display: block;
	}

/*	.section-hero-video button.muteButton {
		display: none;
	}*/
}
/* Small tablet (768px) */
@media screen and (max-width: 960px) {
	.inner-container,
	#copyrightLinkInner,
	#footer-inner,
	#slide-inner,
	#header,
	#wrap {
		width: 768px;
	}
	#headerSlogan {
		display: none;
	}
	#header #homeLink {
		margin-left: 0;
	}
	#homeLink img#logo-small {
		left: 25px;
	}
	body.fixed #homeLink img#logo-small {
		left: 25px;
	}
	.coworker-column {
		width: 31%;
		margin-right: 3%;
	}
	.coworker-column:nth-child(3n) {
		margin-right: 0;
	}
	.coworker-column:nth-child(4n) {
		margin-right: 3%;
	}
	#mainInner div.pageContainer,
	.fb-container {
		width: 100%;
	}
	.overlay {
		display: none;
	}
	#content #subMenuWrap {
		width: 100%;
		display: block;
	}
	#subMenuButton {
		display: block;
	}
	#content ul#subMenu {
		display: none;
	}
	#subMenuHeader {
		display: none;
	}
	.subMenuRight {
		width: 100%;
	}
	#content #mainCol {
		width: 100%;
	}
	#content #secCol {
		width: 100%;
	}
	.footer-column {
	  margin: 0 4% 0 0;
	  float: left;
	  width: 48%;
	}
	#second-column.footer-column {
	  margin-right: 0;
	}
	#third-column.footer-column {
		width: 100% !important;
		margin: 30px 0 0;
    	text-align: center;
	}
	#contactHeader {
		display: none;
	}
	#tempSlogan {
		display: none;
	}
	.staffSlot {
	  width: 100%;
	  margin-right: 0%;
	}
	#topInfoLeft {
		width: 50%;
	}
	#topInfoRight,
	#topInfoRight.showStandard {
		width: 40%;
	}
	#tempStart #topInfoLeft,
	#tempStart #topInfoRight {
		width: 100%;
	}
	#tempStart #topInfoRight {
		padding: 20px 0;
		margin-top: 40px;
	}
	.copyLeft,
	.copyRight {
		width: 100%;
		text-align: center;
	}
	.copyLeft {
		margin-bottom: 15px;
	}
	#newsOuter {
		background-size: auto;
	}
	.newsBills2 ul li {
    	width: 100%;
    	margin: 0 0 40px;
	}
	.newsBills2 ul li:last-child {
    	margin: 0 0 0;
	}
	#footerContact .pageContainer {
	    text-align: center;
	    padding: 0;
	}
	ul#servicesPuffs li {
	    width: 50% !important;
	}
	ul#servicesPuffs li:nth-child(4) {
    	margin-bottom: 50px;
	}
	#footerUpperOuter {
		display: none;
	}
	.startRetailersColumn {
		width: 100%;
		margin-right: 0;
	}
	#retailers ul li {
		min-height: initial;
	}
	#retailers ul li .retailerMap {
	    position: relative;
	    top: auto;
	    right: auto;
	}
	#retailers ul li .retailerMap iframe {
	    width: 100%;
	    height: 200px;
	}
	#newsArchive .newsBills2 ul li .news-content {
    	width: 100%;
	}
}
/* Big smartphone (480px) */
@media screen and (max-width: 768px) {
	.inner-container,
	#copyrightLinkInner,
	#footer-inner,
	#slide-inner,
	#header,
	#wrap {
		width: 90%;
		margin: 0 5%;
	}
	#topInfoLeft,
	#topInfoRight,
	#topInfoRight.showStandard {
		width: 100%;
	}
	#topInfoRight,
	#topInfoRight.showStandard {
		margin-top: 30px;
	}
	#wrap {
		margin: 30px 5%;
	}
	#tempStart h1 {
		font-size: 20px;
	}
	#content {
  	 padding: 40px;
 	 background: #FFF;
	}
	#contactForm {
		width: 100%;
	}
	#prodImages {
		float: left;
		width: 30.4% !important;
		margin: 0 3% 0 0 !important;
	}
	ul.prodAndCats li {
		margin-bottom: 15px !important;
	}
	ul.galleryThumbs li {
		margin: 0 2.3% 10px 0;
		width: 31% !important;
	}
	.coworker-column {
		width: 48%;
		margin-right: 3%;
		float: left;
	}
	.coworker-column:nth-child(3n) {
		margin-right: 3%;
	}
	.coworker-column:nth-child(2n) {
		margin-right: 0;
	}
	ul.prodAndCats li {
		width: 48.5% !important;
	}
	ul.prodAndCats li.lastOnRow {
		margin-right: 3% !important;
	}
	ul.prodAndCats li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.subMenuRight {
		width: 100%;
	}
	.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
		float: none !important;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	.addthis_toolbox {
		text-align: center !important;
	}
	#footer-contact {
	  padding: 30px;
	  text-align: center;
	}
	#footer-contact a {
		position: relative;
	  top: 0;
	  right: 0;
	  display: inline-block;
	  *display: inline;
	  zoom: 1;
	}
	#tempStart #topperContact a {
		padding-right: 0;
	}
	#tempStart #topperContact a i {
		position: relative;
	}
	#tempStart #topperContact a span {
		display: none;
	}
	#topInfoInner {
	  padding: 40px 0;
	}
	#pageSlide ul,
	#pageSlide ul li,
	#pageSlide ul li .pageSlideText div {
		height: 120px !important;
	}
	#pageSlide ul li .pageSlideText div {
		font-size: 24px;
	}
	.column-2 {
		width: 100%;
		margin: 0 0 30px;
	}
	.column-2:nth-child(2n) {
		margin: 0;
	}
	.newsBody {
		width: 100%;
	}
	body #cleanForm label {
		width: 100%;
	}
	body #cleanForm .smallFields label {
		width: 30%;
		margin: 3px 0;
		margin-right: 5%;
	}
	body #cleanForm .smallFields label:last-of-type,
	body #cleanForm .smallFields label:nth-of-type(3n) {
		margin-right: 0;
	}

	.section-hero-video button.muteButton {
		padding: 0 12px;
		line-height: 24px;
		font-size: 11px;
	}			
}
/* Small smartphone (320px) */
@media screen and (max-width: 480px) {
	#content {
  	 padding: 20px;
	}
	#menu-inner {
		margin: 0;
	}
	#contactForm {
		width: 100%;
	}
	#prodImages {
		width: 100% !important;
		margin: 0 0 0 0 !important;
	}
	#prodInfo {
		width: 100%;
	}
	ul.galleryThumbs li {
		width: 47.7% !important;
	}
	.coworker-column {
		width: 100%;
		margin-right: 0 !important;
		float: left;
	}
	.footer-column {
	  margin: 0 0 20px 0 !important;
	  width: 100%;
	}
	#footer-inner .footer-column .pageContainer {
		text-align: center;
	}
	.newsBillsWrap h1 {
		text-align: center;
	}
	.newsBills2 ul li .newsSlot {
	    padding: 140px 0 0;
	}
	.newsBills2 ul li .newsImg {
	    top: 0;
	    left: 50%;
	    margin: 0 0 0 -60px;
	    width: 120px;
	    height: 120px;
	}
	ul li .news-content {
	    text-align: center;
	}
	ul#servicesPuffs li {
	    width: 100% !important;
	}
	ul#servicesPuffs li:nth-child(5) {
    	margin-bottom: 50px;
	}
	#first-column form {
		text-align: center;
		margin-bottom: 30px;
	}
	#third-column img {
		max-width: 70% !important;
	}
	#contactForm input, 
	#contactForm textarea, 
	#contactForm select {
		width: 100%;
	}
	h1, 
	#startStaff > .pageContainer h2, 
	h2.retailersMainHeading, 
	h2.subHeading, 
	.asH1 {
		font-size: 26px;
	}
	body #cleanForm .smallFields label {
		width: 47.50%;
		margin-right: 5%;
	}
	body #cleanForm .smallFields label:nth-of-type(3n) {
		margin-right: 5%;
	}
	body #cleanForm .smallFields label:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 380px) {
	
}
/* Rest */
@media screen and (max-width: 320px) {
	.inner-container,
	#copyrightLinkInner,
	#footer-inner,
	#slide-inner,
	#header,
	#wrap {
		width: 92%;
		margin: 0 4%;
	}
	a#contactMenuPhone span {
		float: left;
		width: 1px;
		height: 1px;
		color: transparent;
		overflow: hidden;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	body {-webkit-text-size-adjust: none;}
}