.flexmenu > ul {
	position: relative;
	width:100%;
}
.flexmenu ul {
	list-style: none;
}
#page .flexmenu ul li a {
	color:#848f96;
	}
.flexmenu > ul > li {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 12px;
}
.flexmenu > ul > li a.opener,
.mobileMenuTitle,
.main-section-sublinks li ul,
.bottom-section-sublinks li ul {
	display: none;
}
.flexmenu > ul > li div.submenu {
	display: none;
	width:100%;	
	top:60px;
	left:0;
	z-index: 99999;
	position: absolute;
	min-width: 210px;
	border-top: 3px solid #4bce35;
	background-color: #fafafa;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 0 1px 4px rgba(0,0,0, 0.25);
	
}
.flexmenu > ul > li > a {	
	display: inline-block;
	color: #848f96;
	font-size: 14px;
	line-height: 19px;
	padding: 9px 0px 34px 0px;
	margin-left:15px;
	transition: all .4s;
	position: relative;
}
.flexmenu > ul > li > a:after{
	position: absolute;
	content: '';
	height:3px;
	width:0;
	background:#848f96;
	transition: all .4s;
	left:0;
	bottom:-1px;
}
.flexmenu > ul > li > a:hover{
	color: #4BCE35;
}
.flexmenu > ul > li > a:hover:after{
	width: 100%;
	background:#4BCE35;
}
/* ######## SECTIONS STRUCTURE ############ */

.flexmenu .left-section {
	width:234px;
	float:left;
}
.flexmenu .right-section {
	width:234px;
	float:right;
	min-height: 20px;
}
.flexmenu .main-section {
	width:100%;
	float:left;
	min-height: 20px;
}
.flexmenu .bottom-section {
	width:100%;
	float:none;
	clear:both;
}

.flexmenu .submenu .main-section.only-left,
.flexmenu .submenu .main-section.only-right {
	width:936px;
}
.flexmenu .submenu .main-section.two-columns {
	width:702px;	
}
.flexmenu .sections-contaier {
	float:left;
	width:936px;
}
.flexmenu .sections-contaier.full-width {
	width: 100%;
	}
.flexmenu .section-indent {
	padding: 38px 20px 20px 30px;
	overflow: hidden;
}

/* VIDEO */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ADVERT IMAGES */
.menu-image {
	width: 100%;
	height: auto;
	}

/* MENU PRODUCT */
.menu-product .product-image-link {
	display: block;
	margin-bottom: 15px;
	}
.menu-product img {
	width: 100%;
	height: auto;
	display: block;
	}
.menu-product-title {
	margin-bottom: 15px;
	text-transform: none;
	}
.menu-product-name {
	color: #696c6a !important;
	font-size: 19px;
	text-transform: none;
	display: block;
	line-height: 26px;
}
.menu-product .price-container {
	display: block;
	width:70px;
	height: 70px;
	line-height: 70px;	
	border-radius:50%;
	position: absolute;
	right:0;
	bottom:30px;
	}
.menu-product .price-container.reduction {
	line-height: 20px;
	}
.menu-product .price-container.reduction .price {
	margin-top: 15px;
}
.menu-product .price,
.menu-product .old_price {
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	}
.menu-product .price {
	font-weight: bold;
	}
.menu-product .old_price {
	text-decoration: line-through;
	}
.menu-product li {text-align: center; position: relative;}
/* ######## END SECTIONS STRUCTURE ############ */

/* ######## MAIN SECTION ############ */
.main-section-products .product-image-link img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	}
.main-section-products > li,
.main-section-links > li {
	float: left;
	margin-bottom: 30px;
	text-align: center;
	width:20%
}
.main-section-links > li {
	text-align: left;
	}
.main-section-links > li > a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.main-section-sublinks {
	margin-top: 30px;
	}
.main-section-sublinks li {
	margin-top: 20px;
	}
.main-section-sublinks li:first-child {
	margin-top: 0;
}
.main-section-sublinks li a {
	font-size: 15px;
	text-transform: none;
	}
.main-section-sublinks.level_0 ul {
	margin: 15px 0 0 10px;
}
.main-section-sublinks.level_0 ul li {
	margin-top: 5px;
	}
.main-section-sublinks.level_0 ul li a{
	font-size: 14px;
	}
.main-section-sublinks li a:before {
	content:"";
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	margin: 5px 10px 0 0;
	}
.main-section-sublinks li a.opener:before {
	background: none;
	height: auto;
}
.main-section-products .li-indent {
	padding-right: 20px;
	}
.main-section-products .price-container {
	right:15px
}

.main-section-cmsp {
	font-size: 14px;
	text-transform: none;
	}

/* two columns */
.two-columns .main-section-products > li,
.two-columns .main-section-links > li {
	width: 33.33%;
}

/* one column */
.only-left .main-section-products > li,
.only-right .main-section-products > li,
.only-left .main-section-links > li,
.only-right .main-section-links > li {
	width:25%
}

.only-left .main-section-links > li:nth-child(5n+5),
.only-right .main-section-links > li:nth-child(5n+5),
.two-columns .main-section-links > li:nth-child(4n+4),
.full-width .main-section-links > li:nth-child(6n+6),
.bottom-section-links > li:nth-child(5n+5) {
	clear:left
}

/* ######## BOTTOM SECTION ############ */
.bottom-title {
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom:1px solid #eee
	}
.bottom-section-links > li {
	float: left;
	margin-bottom: 30px;
	text-align: center;
	width:25%
}
.bottom-section-links > li {
	text-align: left;
	}
.bottom-section-links > li > a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.bottom-section-sublinks {
	margin-top: 30px;
	}
.bottom-section-sublinks li {
	margin-top: 20px;
	}
.bottom-section-sublinks li:first-child {
	margin-top: 0;
}
.bottom-section-sublinks li a {
	font-size: 15px;
	text-transform: none;
	}
.bottom-section-sublinks.level_0 ul {
	margin: 15px 0 0 10px;
}
.bottom-section-sublinks.level_0 ul li {
	margin-top: 5px;
	}
.bottom-section-sublinks.level_0 ul li a{
	font-size: 14px;
	}
.bottom-section-sublinks li a:before {
	content:"";
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	margin: 5px 10px 0 0;
	}
.flexmenu > ul > li.narrow {position: relative;}
.flexmenu > ul > li.narrow div.submenu {
	width: 170px;
	left: 20px;
}
.flexmenu > ul > li.narrow .section-indent {padding: 0;}
.flexmenu > ul > li.narrow .section-indent li {width:100%; float: none; margin: 0;}
.flexmenu > ul > li.narrow .section-indent li a:not(.opener) {padding: 10px 0 10px 10px; display: block;}
.flexmenu > ul > li.narrow .section-indent li a:hover {color:#888 !important}
.flexmenu > ul > li.narrow .section-indent li ul {display: none; margin: 0; padding: 0;}

.flexmenu .menu-info li {
	text-align: center;
	margin-bottom: 20px;
	}
.flexmenu .menu-info li img {
	margin-bottom: 12px;
	max-width: 100%;
	height: auto;
	}
.flexmenu .menu-info li h4 {
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
}
.flexmenu .menu-info li h4:after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	margin: 12px auto 20px;
}
.flexmenu .menu-info li span {
	color:#6f6f6f;
	font:normal 14px/17px Arial
}
.flexmenu .rei-indent {margin: 0;}