/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.container:after, .container:before {
 content: "" clear : both;
}
header {
	width: 100%;
	padding-top: 18px;
	background:#ffffff;
}
nav.menu {
	background: #ffffff;
	position: relative;
	min-height: 45px;
	height: 100%;
	z-index: 99999999;
	border-bottom: 1px solid #eeeeee;
}
.menu ul {
	width: 90%;
	margin: 0 auto;
	max-width: 80em;
}
.menu > ul > li {
	list-style: none;
	display: inline-block;
	color: #fff;
	line-height: 40px;
	font-size: 1.2em;
}
.menu > ul li a, .xs-menu li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0px 24px;
}
.menu > ul li a:hover {
	color: #0D79B4;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	opacity: 0.8;
}
.active {
	color: #ffffff;
}
.displaynone {
	display: none;
}
.xs-menu-cont {
	display: none;
}
.xs-menu-cont > a {
	border-radius: 3px;
	padding: 3px 6px;
	display: block;
	text-align: right;
	margin-top: -50px;
	float: right;
}
.xs-menu-cont > a:hover {
	cursor: pointer;
}
.xs-menu {
	background: #336CA6;
}
.xs-menu li {
	color: #ffffff;
	padding: 14px 30px;
	font-size: 1.2em;
}
.xs-menu li a {
	color: #ffffff;
}
.xs-menu a {
	text-decoration: none;
}
.xs-menu a:hover {
	color: #3FF;
}
.mega-menu {
	background: none repeat scroll 0 0 #ffffff;
	left: 0;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	padding: 15px 20% 0;
	display: none;
	transition-duration: 0.9s;
	border-top: 1px solid #eeeeee;
}
 @media (max-width: 920px) {
.mega-menu {
	padding: 15px 10% 0;
}
}
#menutoggle i {
	font-size: 33px;
	margin: 0;
	padding: 0;
}
/*--column--*/
.mm-6column:after, .mm-6column:before, .mm-3column:after, .mm-3column:before .mm-5column:after, .mm-5column:before{
	content: "";
	display: table;
	clear: both;
}
.mm-6column, .mm-3column, .mm-5column {
	float: left;
	position: relative;
}
.mm-6column {
	width: 50%;
}
.mm-3column {
	width: 25%;
}
.mm-5column {
	width: 20%;
}
.responsive-img {
	display: block;
	max-width: 100%;
}
.left-images {
	margin-right: 25px;
}
.left-images, .left-categories-list {
	float: left;
}
.categories-list li {
	display: block;
	line-height: normal;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	font-size: 0.8em;
}
.categories-list li img {
	margin-top: 10px;
}
.categories-list span {
	font-size: 1em;
	padding-bottom: 5px;
	display: list-item;
	text-align: center;
}
.mm-product {
	display: inline !important;
	line-height: normal;
	padding: 5px 8px !important;
	margin-top: 10px;
}
.display-on {
	display: block;
	transition-duration: 0.9s;
}
.drop-down > a:after {
	content: "\f078";
	color: #333333;
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 5px;
}
 /*MediaQuerys*/
 @media (max-width: 767px) {
.menu {
	display: none;
}
.xs-menu li a {
	padding: 0px;
}
.xs-menu-cont {
	display: block;
	margin-top: -30px;
}
}
/*Animation--*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
