/* ---------------------------- menu zone -----------------*/
#menu-zone {
	height: 40px;	/*border:1px solid red;*/

	/*max-width: 1180px !important;*/
	max-width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left !important;
	width: 100%;	/*position: relative;*/
}

#menu-inner {
	min-width: 30%; /** Fix overflow to right issue **/
	margin: auto auto auto 20px;	/*border:1px solid red;*/
	max-width: 100%;
	text-align: left;	/*max-width: 1180px;*/
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding-top: 22px;
	height: 22px;
}

.menu {
	font-size: 16px;	/*max-width:924px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 999;/*	font-family: MyRiadPro, Arial;*/
	background-color: transparent;
	width: auto;
	display: inline-block;
}

.menu.whitebg {
	background: #FFFFFF;
}

/*  _______________________________________________

    01 MEGA MENU BAR
    _______________________________________________  */
.megamenu_container {
	width: 100%;
	height: 36pxd	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 9999;
	float: left;
}

.megamenu {
	list-style: none;
	padding: 0;
	position: relative; /* For IE7 */
	margin: 0;
	line-height: 1;
}

.megamenu > li {
	float: left;
	margin: 0;
	border: none;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
	padding-bottom: 20px; /** okstmtcc to fix the dropdown menu disappear **/
}

.megamenu > li > a {
	font-size: 16px;
	outline: 0;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	padding: 0 30px 0px 30px;/*	font-weight: normal;*/
}

.megamenu > li .megamenu_drop {

	/*padding-right:30px;*/
	font-family: MyRiadPro Bold, Arial;
}

.megamenu > li:first-child > a {
	padding-left: 0;
}

.megamenu > li:last-child > a {
	padding-right: 0;
}

a.megamenu_drop {
	color: #12406e;
	display: inline-block;
}

a.megamenu_drop:hover, a.megamenu_drop.current {
	color: #333333;	 /*font-weight: bold; */
}

a.megamenu_drop span {
	padding-bottom: 0px;
}

a.megamenu_drop:hover > span {
	color: #2d2d2d; /*border-bottom:1px solid #2d2d2d; */
}

a.megamenu_drop.current > span {
	color: #2d2d2d;/* font-weight: bold; */
}

/*a.megamenu_drop.active {
 
background-color: #FFF;
border-bottom: 3px solid #99d6e8;
}
*/

/* Right aligned menu item */
.megamenu li.megamenu_right {
	float: right;
	margin-right: -1px;
}

.megamenu li.megamenu_right a {

	/*margin-right:5px;*/
	padding-right: 0px !important;
	border-right: 0px !important;
}

/*  _______________________________________________

    02 MEGA MENU CONTAINERS
    _______________________________________________  */
.megamenu li .dropdown_container, .megamenu li .dropdown_fullwidth, .megamenu li .dropdown_multilevel {
	position: absolute;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	left: -9999em;
	top: -9999em;
	display: block;
	zoom: 1;
	z-index: 9998;
	float: left;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;	/*text-transform:uppercase; */
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.megamenu li .dropdown_first {
	margin-left: -1px;
}

.megamenu li .droplast_right {
	margin-right: -1px;
}

/* Showing Drop Down on Mouse Hover */
.megamenu li:hover .dropdown_container {
	top: 25px;
	left: auto;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.megamenu li:hover .dropdown_fullwidth {
	top: 25px;
	left: -1px;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.megamenu li .dropdown_right {
	right: 0;
}

.megamenu li:hover .dropdown_right {
	top: 25px;
	left: auto;
	right: 0;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

/*
Bigger containers need smaller padding values and
on the opposite, smaller containers will have
higher paddings. 
This makes the content within each kind of drop down 
equally distant from the left edge. 
*/
.megamenu .dropdown_1column {
	width: 28.3334%;
	padding-left: 2%;
	padding-right: 2%;
}

.megamenu .dropdown_2columns {
	width: 26.6667%;
	padding-left: 1.8333%;
	padding-right: 1.8333%;
}

.megamenu .dropdown_3columns {
	width: 45%;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

.megamenu .dropdown_4columns {
	width: 43.3334%;
	padding-left: 0.333%;
	padding-right: 0.333%;
}

.megamenu .dropdown_5columns {
	width: 61.6667%;
	padding-left: 1.166%;
	padding-right: 1.166%;
}

.megamenu .dropdown_6columns {
	width: 70%;
	padding-left: 1%;
	padding-right: 1%;
}

.megamenu .dropdown_7columns {
	width: 578.3334%;
	padding-left: 0.833%;
	padding-right: 0.833%;
}

.megamenu .dropdown_8columns {
	width: 86.6667%;
	padding-left: 0.666%;
	padding-right: 0.666%;
}

.megamenu .dropdown_9columns {
	width: 95%;
	padding-left: 0.5%;
	padding-right: 0.5%;
}

.megamenu .dropdown_10columns {
	width: 103.3334%;
	padding-left: 0.333%;
	padding-right: 0.333%;
}

.megamenu .dropdown_11columns {
	width: 111.6667%;
	padding-left: 0.1666%;
	padding-right: 0.1666%;
}

.megamenu .dropdown_12columns, .megamenu .dropdown_fullwidth {

	/*width: 125%;*/
	width: 100%;
	min-width: 550px;
	display: inline-block;
}

.megamenu .dropdown_16columns {
	width: 160%;
}

.megamenu .dropdown_18columns {
	width: 120%;
}

.megamenu .dropdown_20columns {
	width: 190%;
	margin-left: -20% !important;
}

.megamenu .dropdown_20columns .col_2 {
	width: 12%;
	margin-left: 2%;
	margin-right: 2%;
}

/*  _______________________________________________

    03 DROP DOWN COLUMNS GRID
    _______________________________________________  */
.megamenu .col_1, .megamenu .col_2, .megamenu .col_3, .megamenu .col_4, .megamenu .col_5, .megamenu .col_6, .megamenu .col_7, .megamenu .col_8, .megamenu .col_9, .megamenu .col_10, .megamenu .col_11, .megamenu .col_12 {
	float: left;
	display: inline;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;	/* 
	Rounding error with IE7.
	Lower margin values will absorb the difference.
	*/
	*margin-left: 0.9%;
	*margin-right: 0.9%;
}

.megamenu .col_1 {
	width: 4.33%;
}

.megamenu .col_2 {
	width: 12.66%;
}

.megamenu .col_3 {
	width: 21.2%;
}

.megamenu .col_4 {
	width: 29.33%;
}

.megamenu .col_5 {
	width: 37.66%;
}

.megamenu .col_6 {
	width: 46%;
}

.megamenu .col_7 {
	width: 54.33%;
}

.megamenu .col_8 {
	width: 62.66%;
}

.megamenu .col_9 {
	width: 71%;
}

.megamenu .col_10 {
	width: 79.33%;
}

.megamenu .col_11 {
	width: 87.66%;
}

.megamenu .col_12 {
	width: 96%;
}

.megamenu .rowcontent {
	clear: left;	/*
	IE7 clear issue.
	Display inline required.
	*/
	*display: inline;
}

/*  _______________________________________________

    04 FLY-OUT MENU
    _______________________________________________  */
.megamenu .dropdown_flyout, .megamenu .dropdown_flyout .dropdown_flyout_level {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 9;/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}

.megamenu .dropdown_flyout li {
	float: left;
	width: 100%;
	padding: 2px 0% 2px 0%;/*	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
}

.megamenu .dropdown_flyout ul li {
	width: 140px;
	padding: 3px 10px 3px 10px;
}

.megamenu .dropdown_flyout a {
	display: block;
	width: 14em;	/*text-transform:uppercase; */
}

.megamenu .dropdown_flyout .dropdown_flyout_level {
	position: absolute;
	margin: 15px 0 0 4px;
	padding: 6px;
	left: -9999em;
	top: -9999em;
	display: block;
	zoom: 1;
	float: left;
}

.megamenu .dropdown_flyout li:hover > .dropdown_flyout_level {
	left: 95%;
	top: -21px;
}

.megamenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {
	left: -108%;
	right: 100%;
}

/*  _______________________________________________

    05 MEGA MENU WEB ELEMENTS
    _______________________________________________  */

/* 1. General Typography */

.megamenu p, .megamenu h1, .megamenu h2, .megamenu h3, .megamenu h4, .megamenu h5, .megamenu h6 {
	padding: 0;
	margin: 0 0 10px;
}

.megamenu > li > div a {
	text-decoration: none;
	outline: none;
}

.megamenu > li > div a:hover {
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-o-transition: color 0.1s;
	-ms-transition: color 0.1s;
	transition: color 0.1s;
}

.megamenu p {
	font-size: 12px;
	line-height: 21px;
}

.megamenu h1, .megamenu h2, .megamenu h3, .megamenu h4, .megamenu h5, .megamenu h6 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.megamenu h1 {
	font-size: 24px;
	line-height: 28px;
}

.megamenu h2 {
	font-size: 20px;
	line-height: 22px;
}

.megamenu h3 {
	font-size: 18px;
	line-height: 18px;
}

.megamenu h4 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 8px;
	color: #333333 !important;
}

.megamenu h5 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px
}

.megamenu h6 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

/*.megamenu a:hover h4 { color:#a53130; }*/
.megamenu h4.sale, .sale, .sale a {
	color: #d04949 !important;
}

/* 2. Lists */
.megamenu li ul, .megamenu li ol {
	padding: 0;
	margin: 0 0 18px 20px;
}

.megamenu li ul {
	list-style: disc;
}

.megamenu li ol {
	list-style: decimal;
	*margin-left: 22px;
}

.megamenu li ul li, .megamenu li ol li {
	font-size: 12px;
	line-height: 21px;
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
}

.megamenu li .list_unstyled {
	list-style: none;
	margin-left: 0;
}

/* 3. Custom Paragraphs */
.megamenu .black_box {
	text-shadow: none;
	padding: 10px;
	margin-top: -10px;
	*margin-top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* 4. Video + Misc. */
.megamenu .video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 24px;
}

.megamenu .video_container iframe, .megamenu .video_container object, .megamenu .video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.megamenu .dropcap {
	display: block;
	float: left;
	font-size: 42px;
	line-height: 36px;
	margin: 4px 8px 0 0;
}

.megamenu hr {
	width: 100%;
	height: 0;
	*height: 2px;
	border: none;
	margin-bottom: 10px;
}

/* 5. Images */
.megamenu img {

	/*	max-width: 100%;
	height: auto;
	border:none;*/
	margin-bottom: 5px;
}

.megamenu img.img_left {
	float: left;
	margin-right: 5px;
}

.megamenu img.img_right {
	float: right;
	margin-left: 5px;
}

.megamenu img {

	/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:0.7;
	-webkit-transition: opacity 0.3s ease-in-out; 
	-moz-transition: opacity 0.3s ease-in-out; 
	-o-transition: opacity 0.3s ease-in-out; 
	-ms-transition: opacity 0.3s ease-in-out; 
	transition: opacity 0.3s ease-in-out;  */
}

.megamenu img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

/* 9. Tables */
.megamenu .table_light, .megamenu .table_dark {
	width: 100%;
	padding: 0;
	margin: 6px 0 18px 0;
	font-size: 12px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.megamenu .table_light th, .megamenu .table_dark th {
	text-align: left;
	padding: 12px 9px 12px 9px;
	font-weight: bold;
	font-size: 12px;
}

.megamenu .table_light td, .megamenu .table_dark td {
	padding: 12px 9px 12px 9px;
}

/*  _______________________________________________

    06 DEFAULT THEMES, DARK & LIGHT (COMPULSORY)
    _______________________________________________  */

/* 1. Dark Menu Bar */

/*.megamenu_dark_bar {
background: #000000;
background: -webkit-linear-gradient(top,#000000 0%,#181818);
background: -moz-linear-gradient(top,#000000 0%,#181818);
background: -o-linear-gradient(top,#000000 0%,#181818);
background: -ms-linear-gradient(top,#000000 0%,#181818);
background: linear-gradient(top,#000000 0%,#181818);	
border: 1px solid #171717;
-webkit-box-shadow:inset 0px 0px 2px rgba(40,40,40,0.7);
-moz-box-shadow:inset 0px 0px 2px rgba(40,40,40,0.7);
box-shadow:inset 0px 0px 2px rgba(40,40,40,0.7);
}
.megamenu_dark_bar .megamenu {
color:#FFFFFF;
}
.megamenu_dark_bar .megamenu > li:hover, 
.megamenu_dark_bar .megamenu > li.active {
background: #121212;
-webkit-box-shadow:inset 0px 3px 6px rgba(0,0,0,0.2);
-moz-box-shadow:inset 0px 3px 6px rgba(0,0,0,0.2);
box-shadow:inset 0px 3px 6px rgba(0,0,0,0.2);
}
.megamenu_dark_bar .megamenu li.noactive {
background:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.megamenu_dark_bar .megamenu > li > a {
color:#FFFFFF;
text-shadow:1px 1px 1px #000000;
}
.megamenu_dark_bar .megamenu > li:hover > a {
color:#FFFFFF;
text-shadow:1px 1px 1px #000000;
}
.megamenu_dark_bar .megamenu > li .megamenu_drop {
background:url("images/themes/dropdown.png") no-repeat right 18px;
}
.megamenu_dark_bar .megamenu_vertical > li .megamenu_drop {
background:url("images/themes/right.png") no-repeat right 16px;
}*/

/* 2. Light Menu Bar */
.megamenu_light_bar {
	background: #000000;
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #000000);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #000000);
	background: -o-linear-gradient(top, #f8f8f8 0%, #000000);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #000000);
	background: linear-gradient(top, #f8f8f8 0%, #000000);
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.7);
}

.megamenu_light_bar .megamenu {
	color: #666666;
}

.megamenu_light_bar .megamenu > li:hover, .megamenu_light_bar .megamenu > li.active {
	background: #000000;
}

.megamenu_light_bar .megamenu li.noactive {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.megamenu_light_bar .megamenu > li > a {
	color: #666666;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.megamenu_light_bar .megamenu > li:hover > a {
	color: #666666;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.megamenu_light_bar .megamenu > li .megamenu_drop {
	background: url("images/themes/dropdown-b.png") no-repeat right 18px;
}

.megamenu_light_bar .megamenu_vertical > li .megamenu_drop {
	background: url("images/themes/right-b.png") no-repeat right 16px;
}

/** okstmtcc megamenu dropdown background here **/

/* 4. Light Drop Down */
.megamenu_light .megamenu li .dropdown_container, .megamenu_light .megamenu li .dropdown_fullwidth, .megamenu_light .megamenu li .dropdown_flyout li ul {

	/*border: 1px solid #bdbdbd;*/
	background: #FFFFFF;
	color: #333333;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 5px rgb(151, 151, 151);
	-moz-box-shadow: 0 2px 5px rgb(151, 151, 151);
	box-shadow: 0 2px 5px rgb(151, 151, 151);
}

.megamenu_container_vertical .megamenu li .dropdown_container, .megamenu_container_vertical .megamenu li .dropdown_fullwidth, .megamenu_container_vertical .megamenu li .dropdown_flyout li ul {
	border-top-width: 1px;
}

.megamenu_light .megamenu li .dropdown_flyout li ul {
	border: 1px solid #CCCCCC;
}

.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent {
	background: url("images/themes/right-b.png") no-repeat right 9px;
}

.megamenu_light .megamenu li .dropdown_flyout li:hover, .megamenu_light .megamenu li .dropdown_flyout .dropdown_parent:hover, .megamenu_light .megamenu li .dropdown_flyout .dropdown_parent.active {

	/*background-color:#e6e6e6;*/
}

.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent.noactive {
	background-color: transparent;
}

.megamenu_light .megamenu p, .megamenu_light .megamenu h1, .megamenu_light .megamenu h2, .megamenu_light .megamenu h3, .megamenu_light .megamenu h4, .megamenu_light .megamenu h5, .megamenu_light .megamenu h6 {
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: MyRiadPro, Arial;
}

.megamenu_light .megamenu > li > div a, .megamenu_light .megamenu li ul li, .megamenu_light .megamenu li ol li {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.megamenu_light .megamenu > li > div a:hover {
	color: #2d2d2d;
	text-decoration: none;
}

.megamenu_light .megamenu li ul li:hover, .megamenu_light .megamenu li ol li:hover {
	color: #444444;
}

.megamenu_light .megamenu .black_box {
	background: #000000;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}

.megamenu_light .megamenu .grey_bg {
	background: #000000;
}

.megamenu_light .megamenu .form_element {
	-webkit-box-shadow: 0 1px 1px #efefef;
	-moz-box-shadow: 0 1px 1px #efefef;
	box-shadow: 0 1px 1px #efefef;
}

.megamenu_light .megamenu > li.megamenu_searchform:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.megamenu_light .megamenu hr {
	border: none;
	border-bottom: 0px solid #ffffff;
	border-top: 1px solid #333333;
}

/* 1. Common Media Queries */
@media only screen and (min-width:320px) and (max-width:984px) {
	.megamenu img {
		max-width: 96%;
		height: auto;
	}

	.megamenu textarea {
		width: 96%;
	}

}

@media only screen and (min-width:480px) and (max-width:767px) {

	/*	.megamenu_container .megamenu > li > div > .responsive_sixths,
	.megamenu_container_vertical .megamenu > li > .dropvertical_container > div > .responsive_sixths {
		width: 8.66%;
	}
	.megamenu_container .megamenu > li > div > .responsive_fourths,
	.megamenu_container_vertical .megamenu > li > .dropvertical_container > div > .responsive_fourths {
		width: 17%;
	}
	.megamenu_container .megamenu > li > div > .responsive_thirds,
	.megamenu_container_vertical .megamenu > li > .dropvertical_container > div > .responsive_thirds {
		width: 25.33334%;
	}
	.megamenu_container .megamenu > li > div > .responsive_halfs,
	.megamenu_container_vertical .megamenu > li > .dropvertical_container > div > .responsive_halfs {
		width: 42%;
	}*/
}

@media only screen and (min-width:320px) and (max-width:767px) {

	/*	.megamenu .dropdown_flyout, 
	.megamenu .dropdown_flyout .dropdown_flyout_level {
		position: relative;
		left:auto;
		top:auto;
		padding: 0;
		margin: 0 4% 0 4%;
	}
	.megamenu .dropdown_flyout li,
	.megamenu .dropdown_flyout ul li {
		width: 100%;
		padding: 3px 0 3px 0;
	}
	.megamenu .dropdown_flyout li:hover > .dropdown_flyout_level {
		left:auto;
		top:auto;
	}
	.megamenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {
		left:auto;
		right:auto;
	}
	.megamenu_dark .megamenu li .dropdown_flyout li ul,	
	.megamenu_light .megamenu li .dropdown_flyout li ul {
		border:none;
		background: none;
	}
	.megamenu_dark .megamenu li .dropdown_flyout .dropdown_parent {
		background:url("images/themes/dropdown.png") no-repeat right 9px;
	}
	.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent {
		background:url("images/themes/dropdown-b.png") no-repeat right 9px;
	}
	.megamenu_dark .megamenu li .dropdown_flyout .dropdown_parent:hover,
	.megamenu_dark .megamenu li .dropdown_flyout .dropdown_parent.active,
	.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent:hover,
	.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent.active {
		background-color:transparent;
	}*/
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.megamenu_container .megamenu > li > div > .responsive_sixths, .megamenu_container_vertical .megamenu > li > .dropvertical_container > div > .responsive_sixths, .megamenu_container .megamenu > li > div > .responsive_fourths, .megamenu_container_vertical .megamenu > li > .dropvertical_container > div > .responsive_fourths, .megamenu_container .megamenu > li > div > .responsive_thirds, .megamenu_container_vertical .megamenu > li > .dropvertical_container > div > .responsive_thirds, .megamenu_container .megamenu > li > div > .responsive_halfs, .megamenu_container_vertical .megamenu > li > .dropvertical_container > div > .responsive_halfs {
		width: 42%;
	}

}

/* 2. Horizontal Mega Menu Media Queries */
@media only screen and (min-width:768px) and (max-width:984px) {
	.megamenu_container .megamenu > li {
		margin: 0 8px 0 0;
	}

	.megamenu_container .megamenu > li.right {
		margin-right: -1px;
	}

	.megamenu_container .megamenu > li > a {

		/*padding: 16px 10px 17px 10px;*/
	}

	.megamenu_container .megamenu > li .megamenu_drop {

		/*padding-right:30px;*/
	}

}

@media only screen and (min-width:320px) and (max-width:767px) {

	/*
		.megamenu_container {
			height: auto;
		}
		.megamenu_container .megamenu > li,
		.megamenu_container .megamenu > li:hover,
		.megamenu_container .megamenu > li.right,
		.megamenu_container .megamenu > li.right:hover {
			float:none;
			width:auto;
			padding-right:0;
			margin-right:0;
		}
			.megamenu_container .megamenu > li > a {
	padding: 16px 10px 16px 10px;
			}
			.megamenu_container .megamenu li.right a {
	margin-right:0;
			}

		 .megamenu_container .megamenu li:hover .dropdown_container,
		 .megamenu_container .megamenu li:hover .dropdown_fullwidth,
		 .megamenu_container .megamenu li:hover .dropdown_right {
			top:auto;
			left:-1px;
		}
	  	.megamenu_container .megamenu .dropdown_1column,
	  	.megamenu_container .megamenu .dropdown_2columns,
	  	.megamenu_container .megamenu .dropdown_3columns,
		.megamenu_container .megamenu .dropdown_4columns,
		.megamenu_container .megamenu .dropdown_5columns,
		.megamenu_container .megamenu .dropdown_6columns,
		.megamenu_container .megamenu .dropdown_7columns,
		.megamenu_container .megamenu .dropdown_8columns,
		.megamenu_container .megamenu .dropdown_9columns,
		.megamenu_container .megamenu .dropdown_10columns,
		.megamenu_container .megamenu .dropdown_11columns,
		.megamenu_container .megamenu .dropdown_12columns {
			width: 100%;
			padding-left:0;
			padding-right:0;
		}
		.megamenu_container .megamenu .col_1,
		.megamenu_container .megamenu .col_2,
		.megamenu_container .megamenu .col_3,
		.megamenu_container .megamenu .col_4,
		.megamenu_container .megamenu .col_5,
		.megamenu_container .megamenu .col_6,
		.megamenu_container .megamenu .col_7,
		.megamenu_container .megamenu .col_8,
		.megamenu_container .megamenu .col_9,
		.megamenu_container .megamenu .col_10,
		.megamenu_container .megamenu .col_11,
		.megamenu_container .megamenu .col_12 {
			width:92%;
			margin-left: 4%;
			margin-right: 4%;
		}
		.megamenu_container .megamenu > li.megamenu_searchform .megamenu_searchfield {
			margin-left: 10px;
			margin-bottom: 10px;
		}*/
}

/* 3. Vertical Mega Menu Media Queries */
.megamenu .col_3 img {
	min-width: 150px;
	height: 100%; /* max-width: 100%; width:100%;*/
}