.menuLeft {
	position: fixed;
	top: 60px;
	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 45px;
	margin: 0;
	line-height: 60px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	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: 19px 10px 19px 19px;
}
#menuBtnIcon:after, 
#menuBtnIcon:before, 
#menuBtnIcon #menuBtnIconInner:before {
    content: '';
    display: block;
    width: 17px;
    height: 2px;
    margin: 4px 0;
    background-color: #fff;
    -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: #323231;
	cursor: pointer;
}
h2#title {
	color: #FFF;
	font-size: 18px;
	float: left;
	margin: 0;
	padding: 10px 15px;
}
h2#title.close {
	float: right;
	background: #d85904;
}
.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: #323231;
	opacity: 0;
    -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: #323231 !important;
}
.menuLeft #dynMenu ul.submenu li:hover a {
	color: #323231 !important;
}
#menuLeftClickBox {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 60px;
	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] */
		#menu {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			z-index: 997;
			background: #d85904;
		}
		#menu {
			width: 100%;
		}
		#menu {
			margin: 0;
		}
		#menu #menuWrap {
			display: none;
		}
		#menuBtn {
			display: block;
		}
		#contactMenu {
			display: block;
		}
		#slideshowWrap {
			padding: 0;
		}
		#slide-inner {
			padding-top: 0;
		}
		#header-outer {
			padding-top: 60px;
		}
	/* Fixed Menu [End] */
	.widePage #content #mainInner, #content #mainCol.wideCol #mainInner {
	    padding: 40px 60px;
	}
	#slideRight h2 {
		font-size: 20px;
	}
}
/* Small tablet (768px) */
@media screen and (max-width: 960px) {
	.inner-container,
	#copyrightLinkInner {
		width: 768px;
	}
	#content #mainCol,
	#content #secCol {
		width: 100%;
	}
	.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%;
	}
	.widePage #content #mainInner, #content #mainCol.wideCol #mainInner {
	    padding: 30px;
	}
	#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;
	}
	#slideRight h2 .btnStandard {
		display: none;
	}
}
/* Big smartphone (480px) */
@media screen and (max-width: 768px) {
	.inner-container,
	#copyrightLinkInner {
		width: 90%;
		margin: 0 5%;
	}
	#menu-inner {
		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;
	}
	#content #mainCol.wideCol #mainInner {
		padding: 30px;
	}
	#content #secCol,
	#content #mainInner {
		padding: 0 0 30px;
	}
	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;
		padding: 30px 30px 0 !important;
	}
	.column-2:nth-child(2n) {
		padding: 0 30px !important;
	}
	#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;
	}
	#startText {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	#footerText span {
		display: block;
		text-align: center;
	}
	#footerText span.bullet {
		display: none;
	}
	#slideLeft {
	    width: 100%;
	}
	#slideRight {
		display: none;
	    width: 100%;
	    position: relative;
	    top: auto;
	    right: auto;
	    bottom: auto;
	}
	#startpage #slideRight {
		display: block;
	}
	#slideRight .newsBillsWrap {
	    position: relative;
	    top: auto;
	    right: auto;
	    bottom: auto;
	    width: auto;
	    overflow-y: visible;
	    margin: 30px 0;
	    padding: 0 30px;
	}
	#slideRight h2 .btnStandard {
	    display: block;
	}
}
@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%;
	}
	#content #mainInner {
		padding: 0 0 15px 0;
	}
	#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;
	}
}
@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;
	}
}
/* 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;}
}