/*
Item Name : CSS3 Mega Drop Down Menu
Author URI : http://codecanyon.net/user/Pixelworkshop/
Item URI : http://codecanyon.net/item/css3-mega-drop-down-menu/126387
Version : 5.0
*/

/*

TABLE OF CONTENTS

01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 LIGHT THEME
06 DARK THEME
07 COLORS
08 MOBILE DEVICES

*/



/*  _______________________________________

	01 MENU BAR
    _______________________________________  */



/* IMPORTANT NOTICE
   If you're using the whole width menu, you should use at least a reset like :
   * {margin:0; padding:0;}
   Otherwise, some browsers may add margins and won't place the menu properly.
   It generally helps to include a CSS reset like : 
   http://meyerweb.com/eric/tools/css/reset/
   Keep in mind that a reset must be placed first, before any other CSS markup.
*/
.wrapper_menu {
	width: 680px;
	float: left;
	margin-left: 10px;
	display:block;
	z-index:9999;
}
	.wrapper_menu .menu {
		margin: 0;
		padding: 0;
		list-style:none;
		width:680px;
		}
.wrapper_menu_full {
    margin:0;
    position: relative;
    z-index:9999;
}
	.wrapper_menu_full .menu {
		width:100%;
		padding:0;
		height:12px;
	}
	.wrapper_menu_full .menu_whole_width {
		list-style:none;
		width:980px;
		margin:0 auto;
		padding:0;
	}
.menu li.blank{
	float:left;
	text-align:center;
	position:relative;
	margin-right:0px;
	margin-top:46px;
	
}

.menu li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:0px;
	margin-top:46px;
	letter-spacing: .6px;
}

.menu .fullwidth {
	position: static !important;
}

.menu li:hover {
	border-bottom:none;
	margin-right:0px;
	color: #FFFFFF;
    }
	
.menu li a {
	color: #EEEEEE;
	outline:0;
	padding: 5px 10px 3px 10px;
	text-decoration:none;
	display:block;
}
.menu li:hover a {
	color: #FFFFFF;
	text-shadow: none;
	position:relative;
	z-index:11;
	padding: 4px 9px 4px 9px;
}
.menu li:hover div a {
	display:inline;
	color: #FFFFFF;
}

.menu ul.drop{
margin-top: 12px;
padding:0px;
}

.menu li .drop {
	margin: 0px;
	padding-right: 10px;
	font-size: 11px;
	text-shadow: none;
	color: #FFFFFF;
	border-right: 1px solid #484848;
	}
	
	
	.menu li:hover .drop {
	padding-right: 9px;
	color: #FFFFFF;
		}
		
	.menu li .droplast {
	font-size: 11px;
	text-shadow: none;
	color: #FFFFFF;
	}
		
	.menu li:hover .droplast {
	padding-right:9px;
	border: 0;
	font-size: 11px;
	color: #FFFFFF;
		}

/* Right aligned menu item */

.menu li.right {
	float:right;
	right:0;
	margin-right:0;
}




/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */



/* Left & right aligned common styles */

.menu .dropdown_first, 
.menu .dropdown_second, 
.menu .dropdown_third, 
.menu .dropdown_fourth,
.menu .dropdown_fifth,
.menu .dropdown_fullwidth {
	color: #FFFFFF;
	margin:-4px auto 4px auto;
	left:-999em;
	position:absolute;
	padding:0px;
	text-align:left;
}

/* Drop Downs Width */

.menu .dropdown_first,
.menu .dropdown_second,
.menu .dropdown_third,
.menu .dropdown_fourth,
.menu .dropdown_fifth {width: 492px;}



/* Showing Drop Down on Mouse Hover */

.menu li:hover .dropdown_first {
	left: -1px;
	top:25px;
}

.menu li:hover .dropdown_second {
	left:-104px;
	top:25px;
}

.menu li:hover .dropdown_third {
	left:-220px;
	top:25px;
}

.menu li:hover .dropdown_fourth {
	left:-324px;
	top:25px;
}

.menu li:hover .dropdown_fifth
{
	left:-421px;
	top:25px;
	}

.menu li:hover .dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
	color: #66CCFF;
}
.wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:32px;
	display: block;
	color: #66CCFF;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
    -webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}
.menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:25px;
	color: #66CCFF;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
	color: #66CCFF;
}
.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
	left:auto;
	right:50%;
	margin-right:-471px;
	top:32px;
	color: #66CCFF;
}

/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	float: left;
	margin: 0px 7px 10px 7px;
}
.menu .col_1 {width:140px; margin: 12px 0px 0px 16px;padding: 0px 6px 0px 6px;}
.menu .col_2 {width:300px;}
.menu .col_3 {width:495px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:920px;}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}



/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */

.menu p,
.menu ul,
.menu li
 {
	font-size:10px; 
	line-height:16px;
	text-align:left;
	}

.menu h2,
.menu h3 {
	letter-spacing: .05em;
	font-size:12px; 
	text-align:left;
	line-height: 18px;
	}
	
.short {
background:url(/images/megamenushortbkg.png) repeat-x;
padding: 18px 12px 12px 14px;
width: 141px;
margin: 0px 0px 1px -19px;
letter-spacing: .4px;
}

.shortgraph{
margin: -4px 0px 6px 0px;
font-size: 11px;
color: white;
min-height: 140px;
}

.short h4{
font-size: 13px;
letter-spacing: 1.5px;
color: white;
line-height: 12px;
font-weight: 300;
}

.hrblack{
border: 0;
width: 100%;
color: 	#383838;
background-color: #383838;
height: 1px;
}

.hearsamples{
text-align: center;
background: #1393E8;
width: 122px;
border: 3px solid gray;
font-size: 10px;
font-weight: 600;
}

.hearsamples a:hover{
margin: 0;
padding: 0;
}

.menu p {
	font-size:11px;
	line-height:16px;
	margin-top: -9px;
	margin-bottom:10px;
	}
.menu .strong {
	font-weight:bold;
}
.menu .italic {
	font-style:italic;
}
.menu h2, 
.menu h3 {
		margin-top:7px;
}
.menu h2 {
	font-size:14px;
	margin-bottom:18px;
	padding-bottom:11px;
}
.menu h3 {
	font-size:11px;
	margin-bottom:14px;
	padding-bottom:7px;
}
.menu li:hover div a {
	text-decoration:none;
	border:none;
	color: #FFFFFF;
}

.menu li:hover a:hover {
	text-decoration:none;
	border:none;
	color: #BCEEF5;
	margin-right: 1px;
}

.droplast li:hover  a:hover {
	text-decoration:none;
	border:none;
	color: #BCEEF5;
}


.menu .pusher { 
	margin-top:18px;
}

/* Icon paragraphs */

.menu .help,
.menu .favorite,
.menu .mail,
.menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.menu .help {background:url("../img/help.png") no-repeat 0 2px;}
.menu .favorite {background:url("../img/favorite.png") no-repeat 0 2px;}
.menu .mail {background:url("../img/mail.png") no-repeat 0 2px;}
.menu .print {background:url("../img/print.png") no-repeat 0 2px;}

/* Images styles */

.menu .imgshadow_dark,
.menu .imgshadow_light {
	padding:4px;
	margin-top:5px;
}
.menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0;
}
.menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0 5px 15px;
}

/* Box styles */

.menu li .black_box,
.menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
}
.menu li ul li {
	font-size:11px;
	line-height:24px;
	position:relative;
	padding: 0;
	margin: 0;
	float:left;
	text-align:left;
	width:150px;
}
.menu li ul li a {
	padding:0;
	margin-top: 12px;
}
.menu li ul li:hover {
	background: #191919;
	border:none;
	margin:0;
	color: #66CCFF;
}


/* Greybox lists styles */

.menu li .greybox li {
	margin:0 0 4px 0;
	padding:4px 6px 4px 6px;
	width:131px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
	padding:4px 6px 4px 6px;
	margin:0 0 4px 0;
	color: #66CCFF;
}

/* Other lists styles */

.menu li .plus li {
	margin:0 0 4px 0;
	padding:0 0 0 21px;
	width:109px;
}
.menu li .plus li:hover {
	padding:0 0 0 21px;
	margin:0 0 4px 0;
	color: #66CCFF;
}

/* Social Icons */

.menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.menu li ul.social li img {
	border:none;
}
.menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.menu li ul.social li span {
	display:none;
}

/* 2-Levels Drop Down */

.menu .levels, 
.menu .levels ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li:hover .levels a {
	display:block;
	color: #66CCFF;
}
.menu .levels a {
	display: block;
	width: 10em;
}
.menu .levels li {
	float: left;
	width:150px;
}
.menu .levels li ul {
	position: absolute;
	top:-23px;
	margin:15px 0 0 4px;
	padding:6px;
	left: -999em;
}
.menu .levels li:hover ul ul, 
.menu .levels li:hover ul ul ul {
	left: -999em;

}
.menu .levels li:hover ul, 
.menu .levels li li:hover ul, 
.menu .levels li li li:hover ul {
	left: 142px;

}



/*  _______________________________________

	04 CONTACT FORM
    _______________________________________  */



.contact_form label, 
.contact_form legend {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_form legend {
	margin-bottom:10px;
}
.contact_form {
	display: block;
	margin-bottom:10px;
}
.contact_form label {
	display: inline-block; 
	float: left; 
	height: 36px; 
	line-height: 36px; 
	width:80px;
	font-size:12px; 
}
.contact_form input, 
.contact_form textarea, 
.contact_form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	padding: 5px;
	margin: 7px 0; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}   
.contact_form textarea {
	resize:none;
}   
.contact_form .required {
	color:#C00;
}
.contact_form .form_buttons {
	margin:4px 0 0 80px;
}
.contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	padding: 4px 7px 4px 7px;
}
.contact_form .special {
	display:none;
}
.contact_form .error, 
.contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius: 3px;
}
.contact_form .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
.contact_form .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}



/*  _______________________________________

	05 LIGHT THEME
    _______________________________________  */



.menu_light_theme ul li:hover,
.menu_light_theme ul li.nodrop:hover {
	border: 1px solid #BCEEF5;
	background: #484848;
	border: 1px solid #484848;
	}
.menu_light_theme ul li:hover a {
	
	
}

.menu_light_theme ul .dropdown_first, 
.menu_light_theme ul .dropdown_second, 
.menu_light_theme ul .dropdown_third, 
.menu_light_theme ul .dropdown_fourth,
.menu_light_theme ul .dropdown_fifth,
.menu_light_theme ul .dropdown_fullwidth,
.menu_light_theme ul .levels li ul {
	background:#2A2A2A;
	margin-left: .5px;
	border: 14px solid #484848;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2A2A2A), to(#3C3C3C);
	background: -webkit-linear-gradient(top, #2A2A2A, #3C3C3C);
	background: -moz-linear-gradient(top, #2A2A2A, #3C3C3C);
	background: -o-linear-gradient(top, #2A2A2A, #3C3C3C);
	background: -ms-linear-gradient(top, #2A2A2A, #3C3C3C);
	background: linear-gradient(top, #2A2A2A, #3C3C3C);
}
.menu_light_theme ul p,
.menu_light_theme ul h2, 
.menu_light_theme ul h3,
.menu_light_theme ul li ul li {
	
}
.menu_light_theme ul h2, 
.menu_light_theme ul h3 {
	border-bottom:1px solid #EEEEEE;
	
}
.menu_light_theme ul .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	border:1px solid #333333;
}
.menu_light_theme ul .imgshadow_light { /* Better style on light background */
	
}
.menu_light_theme ul li .black_box {
	
}
.menu_light_theme ul li .dark_grey_box {
	
}
.menu_light_theme ul li .greybox li {

}
.menu_light_theme ul li .greybox li:hover {
	
}
.menu_light_theme ul li .plus li {
	
}
.menu_light_theme ul .levels a.parent, 
.menu_light_theme ul .levels a.parent:hover {

}
.menu_light_theme ul .contact_form input:focus, 
.menu_light_theme ul .contact_form textarea:focus, 
.menu_light_theme ul .contact_form select:focus,
.menu_light_theme ul .contact_form input:hover, 
.menu_light_theme ul .contact_form textarea:hover, 
.menu_light_theme ul .contact_form select:hover {

}
.menu_light_theme ul .contact_form input, 
.menu_light_theme ul textarea, 
.menu_light_theme ul select {
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
}
.menu_light_theme ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
}
.menu_light_theme ul .contact_form input.button:hover {
	color:66CCFF;	
}
.menu_light_theme .menu li:hover div a {
	border-bottom:none;
}
.menu_light_theme .menu li.noactive a {
	color:#eeeeee;
}




/*  _______________________________________

	08 MOBILE DEVICES
    _______________________________________  */

.menu li.noactive,
.menu li.noactive:hover {
	background:none;
	border:none;
	margin-right:20px;
}
.menu li.noactive a {
	padding: 5px 27px 3px 10px;
	
	border-bottom:none;
}
.menu li.noactive.right {
	margin-right:0;
}


@media only screen and (max-width: 1024px) {
	
	/*	
	html {
		height: 100%; 
		font-size: 100%; 
		overflow-y: scroll; 
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	} 
	body {
		margin: 0; 
		min-height: 100%; 
		-webkit-font-smoothing:antialiased; 
		font-smoothing:antialiased; 
		text-rendering:optimizeLegibility;
	}
	*/

	/* Menu Containers */
	
	.wrapper_menu,
	.wrapper_menu_full {
		width:100%;
		margin:0;
		float:left;
	}
	.wrapper_menu .menu {
		padding:6px 0 3px 0;
	}
	.wrapper_menu_full .menu,
	.wrapper_menu_full .menu .menu_whole_width {
		padding:3px 0 1px 0;
	}
	.wrapper_menu .menu,
	.wrapper_menu_full .menu,
	.wrapper_menu_full .menu .menu_whole_width {
		width:100%;
		margin:0;
		height:auto;
		float:left;
		border:none;
		}
	
	/* Menu Items */
	.menu > li,
	.menu .menu_whole_width > li,
	.menu > li.right,
	.menu .menu_whole_width > li.right {
		height:0px;
		position:static;
		margin:0 15px 0 0;
		float:left;
		right:auto;
	}
	.menu > li:hover,
	.menu .menu_whole_width > li:hover,
	.menu > li.right:hover,
	.menu .menu_whole_width > li.right:hover {
		color: 66CCFF;
	}
	.menu > li.nodrop:hover,
	.menu .menu_whole_width > li.nodrop:hover {
		color: #66CCFF
	}
	
	/* Menu Drop Downs */
	
	.menu .dropdown_1column, 
	.menu .dropdown_2columns, 
	.menu .dropdown_3columns, 
	.menu .dropdown_4columns,
	.menu .dropdown_5columns,
	.menu .dropdown_fullwidth,
	.menu li .align_right  {
		width: 96%;
		border:none;
		float:left;
		padding:2%;
		}
	
	/* Menu Drop Downs Columns */
	
	.menu .col_1,
	.menu .col_2,
	.menu .col_3,
	.menu .col_4,
	.menu .col_5,
	.menu .col_6 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: left;
		display: block;
	}
	.menu > .col_1,
	.menu > .col_2,
	.menu > .col_3,
	.menu > .col_4,
	.menu > .col_5,
	.menu > .col_6 {
		margin-left: 3%;
		margin-right: 3%;
	}

	.menu li:hover .dropdown_1column, 
	.menu li:hover .dropdown_2columns, 
	.menu li:hover .dropdown_3columns,
	.menu li:hover .dropdown_4columns,
	.menu li:hover .dropdown_5columns,
	.menu li:hover .dropdown_fullwidth,
	.menu li:hover .align_right,
	.menu li.right:hover .dropdown_fullwidth,
	.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
		color: 66CCFF;
	}
	
	/* Menu Typography and Elements */
	
	.menu h1 {
		font-size: 1.7em; 
		margin-bottom: 0.6em;
	} 
	.menu h2 {
		font-size: 1.4em; 
		margin-bottom: 0.6px;
	} 
	.menu h3 {
		font-size: 1.1em; 
		margin-bottom: 0.6em;
	} 
	.menu p, 
	.menu ul {
		font-size: 0.9em; 
		line-height: 1.8em; 
		margin-bottom: 1.5em;
	}
	.menu li .greybox li,
	.menu li .greybox li:hover {
		color: 66CCFF;
	}
	
	/* Regular Drop Down (turned into a list) */
	
	.menu .levels li,
	.menu .levels li ul	{
		position: relative;
		width:auto;
		top:auto;
		margin:0;
		padding:0;
		left: auto;
		float:left;
		border:none;
		background:none;
	}
	.menu .levels li a {
		width:auto;
		float:left;
		display:inline;
		margin:0 20px 12px 0;
	}
	.menu .levels li:hover ul, 
	.menu .levels li:hover ul ul, 
	.menu .levels li:hover ul ul ul {
		left: auto;
		color: 66CCFF;
	}
	.menu_dark_theme ul .levels a.parent,
	.menu_dark_theme ul .levels a.parent:hover,
	.menu_dark_theme ul .levels li ul,
	.menu_light_theme ul .levels a.parent, 
	.menu_light_theme ul .levels a.parent:hover,
	.menu_light_theme ul .levels li ul {
		background: none;
		border:none;
	}
	
	/* Menu Contact Form */
	
	.contact_form label {
		width:96%;
	}
	.contact_form input, 
	.contact_form textarea, 
	.contact_form select {
		width:96%;
	}   
	.contact_form .form_buttons {
		margin:4px 0 0 0;
	}


}


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


	.menu > li,
	.menu > li:hover,
	.menu > li.right,
	.menu > li.right:hover,
	.menu .menu_whole_width > li,
	.menu .menu_whole_width > li:hover,
	.menu .menu_whole_width > li.right,
	.menu .menu_whole_width > li.right:hover {
		float:none;
		width:auto;
		padding-right:0;
		margin-right:0;
		color: 66CCFF;
	}
	.menu > li.nodrop,
	.menu .menu_whole_width > li.nodrop {
		height:0px;
	}
	.menu > li.nodrop:hover,
	.menu .menu_whole_width > li.nodrop:hover {
		height:0px;
		margin-bottom:0px;
		color: 66CCFF;
	}
	.menu .dropdown_1column, 
	.menu .dropdown_2columns, 
	.menu .dropdown_3columns, 
	.menu .dropdown_4columns,
	.menu .dropdown_5columns,
	.menu .dropdown_fullwidth,
	.menu .align_right  {
		width: auto;
	}


}













/* Black */

.menu_black {
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555, #2a2a2a);
	background: -moz-linear-gradient(top, #555, #2a2a2a);
	background: -o-linear-gradient(top, #555, #2a2a2a);
	background: -ms-linear-gradient(top, #555, #2a2a2a);
	background: linear-gradient(top, #555, #2a2a2a);
}
.wrapper_menu .menu_black {
	border: 1px solid #444;
	border-top: 1px solid #777;
}
.wrapper_menu_full .menu_black {
	border-bottom: 1px solid #444;
}
.menu_dark_theme .menu_black li:hover div a {color:#FFFFFF;}
.menu_dark_theme .menu_black li:hover div a:hover {color:#FFFFFF;}
.menu_dark_theme .menu_black li ul li a:hover {color:#FFFFFF;}
.menu_light_theme .menu_black li:hover div a {color:#FFFFFF;}
.menu_light_theme .menu_black li:hover div a:hover {color:#FFFFFF}
.menu_light_theme .menu_black li ul li a:hover {color:#FFFFFF;}

