.menuLeft {
	position: fixed;
	top: 80px;
	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 20px 0 40px;
	margin: 0;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #4d4d4d;
	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;
}
#menuBtnIcon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 10px 9px 15px;
}
#menuBtnIcon:after, 
#menuBtnIcon:before, 
#menuBtnIcon #menuBtnIconInner:before {
    content: '';
    display: block;
    width: 17px;
    height: 2px;
    margin: 4px 0;
    background-color: #4d4d4d;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    outline: 1px solid rgba(0, 0, 0, 0);
}
#menuBtnIcon:after {
    width: 10px;
}
#menuBtn.expanded #menuBtnIcon:before {
    margin: 2px 0 0 0;
    transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(8px) rotate(45deg);
}
#menuBtn.expanded #menuBtnIcon #menuBtnIconInner:before {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-20px) translateY(3px);
    -moz-transform: translateX(-20px) translateY(3px);
    -ms-transform: translateX(-20px) translateY(3px);
    transform: translateX(-20px) translateY(3px);
    -webkit-transition: all .25s ease, opacity .25s ease .025s;
    -moz-transition: all .25s ease, opacity .25s ease .025s;
    -ms-transition: all .25s ease, opacity .25s ease .025s;
    transition: all .25s ease, opacity .25s ease .025s;
}
#menuBtn.expanded #menuBtnIcon:after {
    margin: -1px 0 0 0;
    transform: translateY(-3px) rotate(-45deg);
    -moz-transform: translateY(-3px) rotate(-45deg);
    -ms-transform: translateY(-3px) rotate(-45deg);
    -webkit-transform: translateY(-3px) rotate(-45deg);
}
#menuBtn:hover #menuBtnIcon:after, 
#menuBtn.expanded #menuBtnIcon:after {
    width: 17px;
}
#menuBtn i {
	display: none;
	position: absolute;
	font-size: 26px;
	top: 17px;
	left: 15px;
}
#menuBtn.expanded {
	background-color: rgba(0,0,0,0.1);
}
#menuLeftHeading {
	float: left;
	width: 100%;
	background: #333;
	cursor: pointer;
}
h2#title {
	color: #FFF;
	font-size: 18px;
	float: left;
	margin: 0;
	padding: 10px 15px;
}
h2#title.close {
	float: right;
	background: #de006e;
}
.menuLeft #dynMenu li {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.03);
	border-width: 0 0 1px;
	text-align: left;
	position: relative;
}
.menuLeft #dynMenu li a {
	font-size: 14px;
	padding: 0 15px;
	line-height: 40px;
	color: #333;
	opacity: 0;
	text-transform: none;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: opacity .3s ease .35s, -webkit-transform .4s ease .35s;
    -moz-transition: opacity .3s ease .35s, -moz-transform .4s ease .35s;
    transition: opacity .3s ease .35s, transform .4s ease .35s;
}
.menuLeft.expanded #dynMenu li a {
	opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.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: 18px;
	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 {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.menuLeft #dynMenu .menuLeftSubBtn.open i {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuLeft #dynMenu ul.submenu {
	position: relative;
	display: none;
	float: left;
	top: 0px !important;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.05);
	border-bottom: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menuLeft #dynMenu ul.submenu ul {
	padding-left: 30px;
}
.menuLeft #dynMenu ul.submenu li {
	border: 0;
}
.menuLeft #dynMenu ul.submenu li a {
	padding: 0 15px 0 30px;
	color: #333 !important;
	text-transform: none;
}
.menuLeft #dynMenu ul.submenu li:hover a {
	color: #333 !important;
}
#menuLeftClickBox {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 80px;
	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;
	background: #fff;
}
.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 {
		width: 960px;
	}
	/* Fixed Menu [Start] */
		body {
			padding-top: 80px;
		}
		.loggedInBox,
		#menu-inner {
			width: 100%;
		}
		.loggedInBox {
			width: 100% !important;
			padding: 6px 15px;
		}
		#menu-outer #menuWrap {
			display: none;
		}
		#menuBtn {
			display: block;
		}
		#contactMenu {
			display: block;
		}
		#slideshowWrap {
			padding: 0;
		}
		#slide-inner {
			padding-top: 0;
		}
		.loggedInBox .signedInAs {
			display: none;
		}
		#menu .signedInAs {
			display: block;
		}
		#homeLink img {
			height: 22px;
		}
		.loggedInBox .left {
			width: 100%;
		}
		ul.groupLinks {
			float: right;
		}
		ul.groupLinks li:last-child {
			margin-right: 0;
		}
	/* Fixed Menu [End] */
}
/* Small tablet (768px) */
@media screen and (max-width: 960px) {
	.inner-container,
	#copyrightLinkInner {
		width: 768px;
	}
	#footer,
	#content {
		padding: 30px;
	}
	#content #mainCol,
	#content #secCol {
		width: 100%;
		padding: 0;
	}
	#newsGuide {
		display: none;
	}
	.staffTable li {
		width: 30.24691358024667%;
		margin-right: 4.62962962963%;
	}
	.staffTable li:nth-child(4n) {
		margin-right: 4.62962962963%;
	}
	.staffTable li:nth-child(3n) {
		margin-right: 0;
	}
	.staffTable li h3 {
		font-size: 16px;
	}
	#content #subMenuWrap {
		width: 100%;
		padding-right: 0;
	}
	#subMenuButton {
		display: block;
	}
	#content ul#subMenu {
		display: none;
	}
	#subMenuHeader {
		display: none;
	}
	.subMenuRight {
		width: 100%;
	}
	#contactForm input,
	#contactForm textarea {
		width: 100%;
	}
	#slider .flex-caption {
		padding: 30px;
		text-align: center;
	}
	#slider .flex-caption .headline {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 24px;
	}
	#slider .flex-caption .description {
		display: none;
	}
	.retailer .retailerImg, 
	.retailer .retailerInfo {
		display: block;
		width: 100%;
	}
	.retailer .retailerImg {
		text-align: center;
		padding-right: 0;
	}
	#content #mainInner .retailer .retailerImg img {
		max-width: 60% !important;
		margin-bottom: 30px;
	}
	.retailer .retailerInfo:after {
	    left: 50%;
	    top: -28px;
	    margin: 0 0 0 -14px;
	    border-right: 14px solid rgba(0, 0, 0, 0);
	    border-bottom: 14px solid #f5f5f5;
	}
	#slider .flex-control-nav {
		display: none;
	}
	ul.prodAndCats li {
		margin: 0 4.62962962963% 30px 0 !important;
		width: 30.24691358024667% !important;
	}
	ul.prodAndCats li.lastOnRow,
	ul.prodAndCats li:nth-child(3n) {
		margin-right:0 !important;
	}
}
/* Big smartphone (480px) */
@media screen and (max-width: 768px) {
	.inner-container,
	#copyrightLinkInner {
		width: 100%;
	}
	#menu-inner,
	.loggedInBox {
		width: 100%;
		margin: 0;
	}
	#contactHeader {
		display: none;
	}
	#header {
		text-align: center;
	}
	#header #homeLink {
		margin-left: 0;
	}
	#contactForm {
		width: 100%;
	}
	#prodImages {
		float: left;
		width: 30.4% !important;
		margin: 0 3% 0 0 !important;
	}
	ul.galleryThumbs li {
		margin: 0 2.3% 10px 0;
		width: 31% !important;
	}
	.subMenuRight {
		width: 100%;
	}
	#footer ul .footer-column {
		margin: 0 5.172413793103% 0 0;
		width: 47.4137931034485% !important;
	}
	#footer ul .footer-column:nth-child(2),
	#footer ul .footer-column:nth-child(3) {
		margin-right: 0;
	}
	#footer ul .footer-column:nth-child(3) {
		width: 100% !important;
		text-align: center;
		margin: 30px 0 20px;
	}
	ul#startPuffs li {
		margin: 0 5% 0 0;
		width: 47.5% !important;
	}
	ul#startPuffs li:nth-child(2n) {
	    margin-right: 0;
	}
	ul#startPuffs li:nth-child(3n) {
	    display: none;
	}
	.column-2 {
		width: 100%;
		margin-right: 0;
	}
	#slider .flex-caption {
		padding: 20px;
	}
	#slider .flex-caption .headline {
		font-size: 16px;
		line-height: 20px;
	}
	ul.prodAndCats li {
		margin: 0 5.454545454545% 30px 0 !important;
		width: 47.2727272727275% !important;
	}
	ul.prodAndCats li.lastOnRow,
	ul.prodAndCats li:nth-child(3n) {
		margin-right:5.454545454545% !important;
	}
	ul.prodAndCats li:nth-child(2n) {
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 600px) {
	.loggedInBox .left {
		position: relative;
	}
	ul.groupLinks {
		display: none;
		position: absolute;
		padding: 5px 10px;
		background: #eee;
		z-index: 100;
		top: 34px;
		right: 0;
		margin: 0;
		box-shadow: 0 4px 10px rgba(0,0,0,0.15)
	}
	ul.groupLinks:after {
		position: absolute;
		content: "";
		top: -10px;
		right: 47px;
		border: 5px solid rgba(0,0,0,0);
		border-bottom: 5px solid #eee;
	}
	ul.groupLinks li {
		display: block;
		margin-right: 0;
	}
	ul.groupLinks li a {
		color: #4d4d4d;
	}
	.loggedInBox #companyBtn {
    	display: block;
    	margin: 0;
	}
}
@media screen and (max-width: 650px) {
	.staffTable li {
		width: 47%;
		margin-right: 6%;
	}
	.staffTable li:nth-child(4n),
	.staffTable li:nth-child(3n) {
		margin-right: 6%;
	}
	.staffTable li:nth-child(2n) {
		margin-right: 0;
	}
	.retailer {
		width: 100%;
		margin-right: 0;
	}
}
/* Small smartphone (320px) */
@media screen and (max-width: 480px) {
	ul#startPuffs li {
		margin: 0 0 30px 0 !important;
		width: 100% !important;
	}
	ul#startPuffs li:last-child {
		display: block;
		margin-bottom: 0 !important;
	}
	#contactForm {
		width: 100%;
	}
	#prodImages {
		width: 100% !important;
		margin: 0 0 0 0 !important;
	}
	#prodInfo {
		width: 100%;
	}
	ul.galleryThumbs li {
		width: 47.7% !important;
	}
	ul#startPuffs li h2 a {
		font-size: 16px;
		line-height: 16px;
	}
	#footer ul .footer-column {
		margin: 0 0 30px 0 !important;
		width: 100% !important;
		text-align: center;
	}
	#footer ul .footer-column:nth-child(3) {
		margin: 20px 0 !important;
	}
	#footer ul .footer-column .pageContainer {
		text-align: center;
	}
	.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;
	}
	#menu .signedInAs span,
	#menu .signedInAs .bt-user {
		display: none;
	}
	h1, #contactWrap h2 { font-size:24px; }
	h2 { font-size:20px; }
	h3 { font-size:16px; }
	h4 { font-size:14px; }
	#loginOuter {
		width: 80%;
	}
	.fileName {
		display: block;
		max-width: 200px;
	}
	.fileName strong {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	body #cleanForm .formLabels {
		margin: 0 0 30px;
		padding-bottom: 30px;
		border-bottom: 2px solid #ddd;
	}
	body #cleanForm .formLabels:last-of-type {
		margin: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	body #cleanForm label {
		width: 100%;
		margin-bottom: 10px;
	}
	body #cleanForm label:last-of-type {
		margin-bottom: 0;
	}
	body #cleanForm .formLabels label {
		padding: 0;
	}
	.staffHeading {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	#menu .signedInAs strong {
		display: none;
	}
	#footer,
	#content {
		padding: 20px;
	}
	.fileName {
		max-width: 150px;
	}
}
@media screen and (max-width: 370px) {
	.staffTable li {
		width: 100%;
		margin-right: 0% !important;
	}
	ul.prodAndCats li {
		margin: 0 0% 30px 0 !important;
		width: 100% !important;
	}
	ul.prodAndCats li.lastOnRow,
	ul.prodAndCats li:nth-child(3n) {
		margin-right: 0% !important;
	}
	.fileName {
		max-width: 120px;
	}
}
/* Rest */
@media screen and (max-width: 320px) {
	.inner-container,
	#copyrightLinkInner {
		width: 100%;
		margin: 0;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	body {-webkit-text-size-adjust: none;}
}