/* ###################################################################
	
	ITEM NAME  : Meganizr Responsive CSS3 Mega Menu
	ITEM URI   : http://codecanyon.net/item/meganizr-responsive-css3-mega-menu/2629504
	VERSION    : 1.0.2
	AUTHOR     : Valeriu Timbuc
	AUTHOR URI : http://vtimbuc.net
	LICENSE    : Regular License - http://codecanyon.net/licenses/regular_extended

################################################################### */



/* ###################################################################

	// 1. RESET STYLES
	// 2. NAVIGATION BAR STYLES
	// 3. SEARCH FORM
	// 4. DROPDOWN
	// 5. CONTENT STYLES
	// 6. RESPONSIVE
	// 7. EXTRA COLOR STYLES

################################################################### */



/* // 1. RESET STYLES */
/* ################################################################ */
.meganizr, .meganizr ul, .meganizr li, .meganizr a, .meganizr img, .meganizr div, .meganizr p, .meganizr form, .meganizr input, .meganizr textarea, .meganizr h3, .meganizr h4, .meganizr h5 { margin: 0; padding: 0; font-size: 12px; }
.meganizr a { text-decoration: none; font-weight:normal !important;}
.meganizr li { list-style: none; }
.meganizr input, .meganizr textarea, .meganizr img { outline: none; border: none; background: none; }



/* // 2. NAVIGATION BAR STYLES */
/* ################################################################ */
.meganizr {
	position: relative;
	z-index: 500;
	clear: both;
	width: 100%;
	display:block;
	/*height: 37px;*/
	/*float:right;*/

	/*border: 1px solid #eee;
	border-bottom: 2px solid #ccc;
	
	background: #fefefe;
	background: -webkit-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background: -moz-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #ededed 100%);
	background: linear-gradient(top, #fefefe 0%, #ededed 100%);*/

	text-align:center;
	margin:0 auto !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.meganizr:before,
.meganizr:after {
	content: '';
	clear: both;
}

/* Nav List */
.meganizr > li {
	position: relative;
	display: inline-block;
	/*float: left;*/
	/*height: 37px;*/
	/*border-right: 1px dotted #ccc;*/
	background:url(../images/bullet-circle.png) no-repeat right center;
	padding:0 15px 0 0;
	text-align:center;
	margin:0 auto;

}
/*.meganizr > li a:after{
	content:"";
	background:url(../images/bullet-circle.png) no-repeat right center;
	display:inline-block !important;
	width:14px;
	height:auto;
	height:14px;
	
	}*/
.meganizr > li:last-child {
	background:none;
}

.meganizr > li.mzr-align-right {
	float: right;
	border-right: none;
	border-left: 1px dotted #ccc;
}

/* Nav Links */
.meganizr > li > a {
	position: relative;
	z-index: 550;
	display: inline-block;
	padding: 12px 18px;
	/*line-height: 34px;*/
	border-top:4px solid transparent;
	border-bottom:4px solid transparent;

	font-size: 16px;
	color: #000;
	text-transform:uppercase;
	/*text-shadow: 0px 1px 1px white;*/

	-webkit-transition: color .15s ease-in, background-image .2s linear .15s;
	-moz-transition: color .15s ease-in, background-image .2s linear .15s;
	-o-transition: color .15s ease-in, background-image .2s linear .15s;
	-ms-transition: color .15s ease-in, background-image .2s linear .15s;
	transition: color .15s ease-in, background-image .2s linear .15s;
}

.meganizr > li > a:hover, .meganizr > li:hover > a {
	color:#000000;
	background:url(../images/linkArrow.png) no-repeat center top #FFF;
	border-top: 4px solid #E36E11;
	border-top-right-radius:40px;
	/*border-bottom:2px solid #da751f;*/
}

.meganizr > li > a:active {
	color: #525252;

	-webkit-transition: color 1ms;
	-moz-transition: color 1ms;
	-o-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;
}

.meganizr > li.mzr-drop:hover > a:after,
.meganizr > li.mzr-drop > a.mzr-click:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	background: transparent url(../images/drop-arrow.png) no-repeat bottom center;

}

.meganizr > li.mzr-drop:hover > a,
.meganizr > li.mzr-drop > a.mzr-click { z-index: 650; }

/* Home Icon */

.meganizr > li.mzr-home-dark > a,
.meganizr > li.mzr-home-light > a {
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}

.meganizr > li.mzr-home-dark > a { background-image: url(../img/home_dark.png); }

.meganizr > li.mzr-home-light > a { background-image: url(../img/home_light.png); }



/* // 3. SEARCH FORM */
/* ################################################################ */
.meganizr > li.mzr-search > form {
	position: relative;
	height: 20px;
	margin-right: 20px;
	padding: 10px 25px 8px 25px;
}

.meganizr > li.mzr-search input {
	width: 80px;
	height: 20px;
	line-height: 20px;

	font-family: 'Play', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	text-shadow: 0px 1px 1px white;

	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-o-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;

	box-shadow: none;
}

.meganizr > li.mzr-search input:focus {
	width: 130px;
	background: none;
	outline: none;
}

.meganizr > li.mzr-search input[type=submit] {
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 0;
	background: url(../img/search-icon.png) no-repeat 0 0;
}



/* // 4. DROPDOWN */
/* ################################################################ */
.meganizr > li > div,
.meganizr > li > ul,
.meganizr > li > ul li > ul {
	position: absolute;
	z-index: 600;
	padding: 10px 0;
	top: 37px;
	left: 0;

	opacity: 0;
	overflow: hidden;
	visibility: hidden;

	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	
	/*-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 1px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 1px rgba(255, 255, 255, 0.7);*/

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.meganizr > li .drop-four-columns{
	left:-303px;
	border-bottom: 4px solid #E36E11;
	/*outline:2px solid #fff;*/
} 

.meganizr > li.mzr-align-right > div {
	left: auto;
	right: -1px;
}

/* Transitions */
.mzr-slide > li > div,
.mzr-slide > li > ul,
.mzr-slide > li > ul li > ul,
.mzr-fade > li > div,
.mzr-fade > li > ul,
.mzr-fade > li > ul li > ul {
	-webkit-transition: all .25s linear .15s;
	-moz-transition: all .25s linear .15s;
	-o-transition: all .25s linear .15s;
	-ms-transition: all .25s linear .15s;
	transition: all .25s linear .15s;
}

.mzr-slide > li > div,
.mzr-slide > li > ul,
.mzr-slide > li > ul li > ul { top: 49px !important; }

.mzr-slide > li.mzr-drop:hover > div,
.mzr-slide > li.mzr-drop:hover > ul,
.mzr-slide > li > ul li.mzr-drop:hover > ul {
	top: 37px;

	opacity: 1;
	overflow: visible;
	visibility: visible;
}

.mzr-fade > li.mzr-drop:hover > div,
.mzr-fade > li.mzr-drop:hover > ul,
.mzr-fade > li > ul li.mzr-drop:hover > ul,
.meganizr > li.mzr-drop:hover > div,
.meganizr > li.mzr-drop:hover > ul,
.meganizr > li > ul li.mzr-drop:hover > ul {
	opacity: 1;
	overflow: visible;
	visibility: visible;
}

/* Dropdown Columns */
.meganizr .drop-two-columns { width: 320px; }
.meganizr .drop-three-columns { width: 480px; }
.meganizr .drop-four-columns { width: 1034px/*640px*/; }
.meganizr .drop-five-columns { width: 800px; }
.meganizr .drop-six-columns { width: 960px; }

/* Content Columns */
.meganizr .one-col { width: 238px/*140px*/; }
.meganizr .two-col { width: 300px; }
.meganizr .three-col { width: 460px; }
.meganizr .four-col { width: 620px; }
.meganizr .five-col { width: 780px; }
.meganizr .six-col { width: 940px; }

.meganizr .one-col, .meganizr .two-col, .meganizr .three-col, .meganizr .four-col, .meganizr .five-col, .meganizr .six-col {
	float: left;
	margin: 10px;
}
/* Dropdown Levels */

.meganizr > li > ul,
.meganizr > li > ul li > ul {
	/*width: 160px;*/
	width:160px;
	padding: 10px;
	border-bottom:4px solid #e36e11;
	border-top-right-radius:50px;
	/*outline:2px solid #FFFFFF;*/
}

.meganizr > li > ul li.mzr-drop:hover > ul,
.meganizr.mzr-fade > li > ul li.mzr-drop > ul { top: -11px; }

.meganizr > li > ul li { position: relative; }

.meganizr > li > ul li > ul {
	position: absolute;
	left: 100%;
}

.meganizr > li.mzr-align-right > ul {
	left: auto;
	right: 0;
}

.meganizr > li > ul li.mzr-align-left > ul {
	position: absolute;
	left: auto;
	right: 105%;
}

.meganizr > li > ul a {
	display: block;
	line-height: 38px;

	border-bottom: 1px dotted #e1e1e1;

	/*font-family:'bellcent_namnum_nameandnumber',Verdana, Geneva, sans-serif !important; */
	font-size: 14px;
	color: #000;
	/*text-shadow: 0px 1px 1px white;*/

	-webkit-transition: color .15s ease-in;
	-moz-transition: color .15s ease-in;
	-o-transition: color .15s ease-in;
	-ms-transition: color .15s ease-in;
	transition: color .15s ease-in;
	text-align:left;
	letter-spacing:1px;
	padding:0 0 0 24px;
	background: #ffffff url(../images/bullet-gray.png) no-repeat left center; /* Old browsers */
background: url(../images/bullet-gray.png) no-repeat left center, -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: url(../images/bullet-gray.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: url(../images/bullet-gray.png) no-repeat left center, -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: url(../images/bullet-gray.png) no-repeat left center, -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: url(../images/bullet-gray.png) no-repeat left center, linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

-webkit-border-top-right-radius:40px;
-moz-border-top-right-radius:40px;
-ms-border-top-right-radius:40px;
-o-border-top-right-radius:40px;
border-top-right-radius:40px !important;


	
	
	
	


}

.meganizr > li > ul li:last-child a { border: none;  }

.meganizr > li > ul a:hover { /*color: #888;*/ color:#fff; border-bottom:1px dashed #e36e11;
	background: #faa71c url(../images/bullet-circle.png) no-repeat left center; /* Old browsers */
	background: url(../images/bullet-circle.png) no-repeat left center, -moz-linear-gradient(top,  #faa71c 0%, #e36d11 100%); /* FF3.6+ */
	background: url(../images/bullet-circle.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa71c), color-stop(100%,#e36d11)); /* Chrome,Safari4+ */
	background: url(../images/bullet-circle.png) no-repeat left center, -webkit-linear-gradient(top,  #faa71c 0%,#e36d11 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bullet-circle.png) no-repeat left center, -o-linear-gradient(top,  #faa71c 0%,#e36d11 100%); /* Opera 11.10+ */
	background: url(../images/bullet-circle.png) no-repeat left center, -ms-linear-gradient(top,  #faa71c 0%,#e36d11 100%); /* IE10+ */
	background: url(../images/bullet-circle.png) no-repeat left center, linear-gradient(to bottom,  #faa71c 0%,#e36d11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa71c', endColorstr='#e36d11',GradientType=0 ); /* IE6-9 */
}

.meganizr > li > ul li.mzr-drop > a { background: url(../images/arrow.png) no-repeat 220px 16px; }

.meganizr > li > ul li.mzr-align-left.mzr-drop > a { background: url(../images/arrow-inverse.png) no-repeat 140px 16px; }



/* // 5. CONTENT STYLES */
/* ################################################################ */

/* Images */
.mzr-content img {
	max-width: 100%;

	opacity: 0.9;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.mzr-content img:hover {
	opacity: 1;
}

/* Text */
.mzr-content h2, .mzr-content h3, .mzr-content h4 {
	color: #555;
	margin: 10px 0;
}

.mzr-content h2 { font-size: 20px; }
.mzr-content h3 { font-size: 18px; }
.mzr-content h4 { font-size: 16px; }

.mzr-content p {
	padding: 10px 0;
	line-height: 18px;
	color: #333;
}

/* Button */
.mzr-content .button,
.mzr-content input[type=submit] {
	cursor: pointer;
	display: inline-block;
	padding: 6px 25px;
	margin: 5px 0 10px 0;

	background: #eeeeee;
	border: 1px solid #e4e4e4;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
}

.mzr-content .button:hover,
.mzr-content input[type=submit]:hover {
	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px 1px 1px 0px rgba(255, 255, 255, 1);
}

.mzr-content .button:active,
.mzr-content input[type=submit]:active {
	-webkit-transition-duration: 25ms;
	-moz-transition-duration: 25ms;
	-o-transition-duration: 25ms;
	-ms-transition-duration: 25ms;
	transition-duration: 25ms;

	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px -1px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px -1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2), inset 0px -1px 1px 0px rgba(255, 255, 255, 1);
}

/* Links */
.mzr-content a { color: #000; 	text-align:left; letter-spacing:1px; border-bottom:1px dotted #E1E1E1; font-size:12px;
	/*background:url(../images/bullet.gif) no-repeat left center; */
	background: #ffffff url(../images/bullet-gray.png) no-repeat left center; /* Old browsers */
	background: url(../images/bullet-gray.png) no-repeat left center, -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: url(../images/bullet-gray.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: url(../images/bullet-gray.png) no-repeat left center, -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bullet-gray.png) no-repeat left center, -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: url(../images/bullet-gray.png) no-repeat left center, -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: url(../images/bullet-gray.png) no-repeat left center, linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	padding:3px 0 3px 24px;	
	display:block;
	-webkit-border-top-right-radius:40px;
	-moz-border-top-right-radius:40px;
	-ms-border-top-right-radius:40px;
	-o-border-top-right-radius:40px;
	border-top-right-radius:40px !important;
}
.mzr-content span a {
	background:url(../images/mainBG-light.jpg) repeat center center; color:#d40e14; line-height:22px; text-shadow:none; height:45px; padding:5px 12px; display:block; border-bottom:2px solid #D0D0D0; text-align:center;
	font-size:16px; font-family:"WOL_Reg","SegoeUILight",Arial,Helvetica,sans-serif !important; font-weight:normal; margin:0 0 10px 0; }
.mzr-content span a:hover {color:#000;border-bottom:2px solid #D0D0D0; background:#fff;}
.mzr-content a:hover { color:#fff; border-bottom:1px dashed #e36e11;
	background: #faa71c url(../images/bullet-circle.png) no-repeat left center; /* Old browsers */
	background: url(../images/bullet-circle.png) no-repeat left center, -moz-linear-gradient(top,  #faa71c 0%, #e36d11 100%); /* FF3.6+ */
	background: url(../images/bullet-circle.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa71c), color-stop(100%,#e36d11)); /* Chrome,Safari4+ */
	background: url(../images/bullet-circle.png) no-repeat left center, -webkit-linear-gradient(top,  #faa71c 0%,#e36d11 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bullet-circle.png) no-repeat left center, -o-linear-gradient(top,  #faa71c 0%,#e36d11 100%); /* Opera 11.10+ */
	background: url(../images/bullet-circle.png) no-repeat left center, -ms-linear-gradient(top,  #faa71c 0%,#e36d11 100%); /* IE10+ */
	background: url(../images/bullet-circle.png) no-repeat left center, linear-gradient(to bottom,  #faa71c 0%,#e36d11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa71c', endColorstr='#e36d11',GradientType=0 ); /* IE6-9 */
 }

.mzr-content .mzr-links a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	border-bottom: 1px dotted #e1e1e1;
}

.mzr-content .mzr-links li:last-child a { border: none; }

/* Cursor */
.mzr-content { cursor: default; }

/* Floats */
.mzr-content .fl { float: left; }
.mzr-content .fr { float: right; }
.mzr-content .cb { clear: both; }
.mzr-content .cl { clear: left; }
.mzr-content .cr { clear: right; }
.mzr-content .block { display: block; margin-top: 10px;}

/* Forms */
.mzr-content input[type=text], .mzr-content input[type=email], .mzr-content textarea {
	display: block;
	width: 160px;
	padding: 9px 10px 8px 35px;
	line-height: 18px;
	margin-bottom: 10px;
	
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: 10px 9px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;

	border: 1px solid transparent;
}

.mzr-content input[type=text]:hover, .mzr-content input[type=email]:hover, .mzr-content textarea:hover { background-color: #f0f0f0; }
.mzr-content input[type=text]:focus, .mzr-content input[type=email]:focus, .mzr-content textarea:focus {
	background-color: #f0f0f0;
	outline: none;
}

.mzr-content textarea { width: 250px; max-width: 250px; height: 100px; }

.mzr-content #name { background-image: url(../img/user.png); }
.mzr-content #email { background-image: url(../img/mail.png); }
.mzr-content #message { background-image: url(../img/baloon.png); }
.mMenu{
	 display:none;
}


/* // 6. RESPONSIVE */
/* ################################################################ */

@media only screen and (max-width: 959px) {

	.meganizr{
		width:100%;
		display:block;}
	.meganizr > li .drop-four-columns{
		left:30px;
	} 
	.mzr-responsive {
		height: auto;
		float: left;
		clear: both;
		margin: 25px 0; 
		/*display:none;*/
	}

	.mzr-responsive > li,
	.mzr-responsive > li.mzr-align-right {
		display: inline-block;
		float: left;
		position: static;
		border: none;
		width: 30.2%;
	}

	.mzr-responsive > li.mzr-drop { background:url(../images/bullet-circle.png) no-repeat right center; }

	.mzr-responsive .drop-two-columns,
	.mzr-responsive .drop-three-columns,
	.mzr-responsive .drop-four-columns,
	.mzr-responsive .drop-five-columns,
	.mzr-responsive .drop-six-columns { width: 100%; }

	.mzr-responsive .one-col,
	.mzr-responsive .two-col,
	.mzr-responsive .three-col {
		width: 45.5%;
		margin: 2%;
	}

	.mzr-responsive .four-col,
	.mzr-responsive .five-col,
	.mzr-responsive .six-col,
	.mzr-responsive .mzr-contact .one-col,
	.mzr-responsive .mzr-contact .two-col,
	.mzr-responsive .mzr-contact .three-col,
	.mzr-responsive .mzr-contact .four-col,
	.mzr-responsive .mzr-contact .five-col,
	.mzr-responsive .mzr-contact .six-col {
		width: 95.5%;
		margin: 2%;
	}

	.mzr-responsive.mzr-slide > li > div,
	.mzr-responsive.mzr-slide > li > ul,
	.mzr-responsive.mzr-slide > li > ul li > ul,
	.mzr-responsive.mzr-fade > li > div,
	.mzr-responsive.mzr-fade > li > ul,
	.mzr-responsive.mzr-fade > li > ul li > ul { top: auto; }

	.mzr-responsive.mzr-slide > li.mzr-drop:hover > div,
	.mzr-responsive.mzr-slide > li.mzr-drop:hover > ul,
	.mzr-responsive.mzr-slide > li > ul li.mzr-drop:hover > ul,
	.mzr-responsive.mzr-fade > li.mzr-drop:hover > div,
	.mzr-responsive.mzr-fade > li.mzr-drop:hover > ul,
	.mzr-responsive.mzr-fade > li > ul li.mzr-drop:hover > ul { top: auto;	}

	.mzr-responsive > li.mzr-search input { width: 90%; }
	.mzr-responsive > li.mzr-search input:focus { width: 90%; }
	.mzr-responsive > li.mzr-search input[type=text] {
		border: 1px solid #ccc;
		padding-left: 5px;
	}

	.mzr-responsive .mzr-content input[type=text],
	.mzr-responsive .mzr-content input[type=email],
	.mzr-responsive .mzr-content textarea {
		width: 80%;
		max-width: 80%;
		padding: 9px 4% 8px 15%;
	}

	.mzr-responsive li.mzr-drop.mzr-levels,
	.mzr-responsive li.mzr-drop.mzr-contact {
		position: relative;
		background:url(../images/bullet-circle.png) no-repeat right center;
	}

	.mzr-responsive > li.mzr-drop > ul,
	.mzr-responsive > li.mzr-drop > ul li > ul {
		width: 100%;
		padding: 0;
	}

	.mzr-responsive > li > ul li > ul,
	.mzr-responsive > li > ul li.mzr-align-left > ul,
	.mzr-responsive > li.mzr-align-right > ul {
		left: -1px;
	}

	.mzr-responsive > li > ul a {
		margin-left: 10px;
		margin-right: 10px; 
	}

	.mzr-responsive > li > ul li.mzr-drop > a,
	.mzr-responsive > li > ul li.mzr-align-left.mzr-drop > a { background: url(../images/arrow-down.png) no-repeat 100% center; }
	.mMenu, .mMenu a{ display:none;}	
}

@media only screen and (max-width: 767px) {

	.meganizr > li .drop-four-columns{
		left:-1px;
	} 	
	.meganizr{
		width:100%;
		display:none;}
	.mzr-responsive > li,
	.mzr-responsive > li.mzr-align-right { width: 49.5%; }
	.mMenu{
	padding:6px;text-align:center; display:block;}
.mMenu a{ color:#000; display:block; margin:10px 0;}	
.mMenu a:hover{color:#fff !important; display:block;}	
}

}

@media only screen and (max-width: 479px) {

	.mMenu{
	border-bottom:1px solid #cc0001; border-top:5px solid #cc0001; border-left:1px solid #cc0001; border-right:1px solid #cc0001; -webkit- border-top-left-radius:10px; -moz- border-top-left-radius:10px; -webkit-border-top-left-radius:10px; -moz-border-top-left-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; padding:6px;text-align:center; display:block;}
	.mMenu a{ color:#000; display:block; margin:10px 0;}	
	
	.meganizr > li .drop-four-columns{
		left:-1px;
	} 	
	.meganizr { width:100%; display:block;}
	.mzr-responsive > li,
	.mzr-responsive > li.mzr-align-right {
		display: block;
		width: 100%;
	}

	.mzr-responsive .one-col,
	.mzr-responsive .two-col,
	.mzr-responsive .three-col,
	.mzr-responsive .four-col,
	.mzr-responsive .five-col,
	.mzr-responsive .six-col {
		width: 95.5%;
		margin: 2%;
	}
		.meganizr > li .drop-four-columns{
	left: 75px;
}

}



/* // 7. EXTRA COLOR STYLES */
/* ################################################################ */

/* Paste your custom color schemes/styles here. */