/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/





#sub_full_menu {
	clear: both;
	width: 100%;
	background-color: #575757;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 90px;
	z-index: 999;
	border-top: 0px solid #d71920;
	height: 0px;
	-moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  transition-delay: 0.1s;
}
.sub_full_body {
	clear: both;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0px;
}

.mk-main-navigation {
  position: relative;
}
.mk-main-navigation:hover > #sub_full_menu {
	border-top: 5px solid #d71920;
	height: 345px;
}
/*#menu-main > li > .sub-menu {
  display: none !important;
}*//








@media screen and (max-width: 1140px) {
/*#menu-main > li > .sub-menu {
  display: block;
}
#sub_full_menu {
  display: none;
}*/
}