#mdf_menu * {
	box-sizing: border-box;
}
.mdf_sub_wrap:before, .mdf_sub_wrap:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.mdf_sub_wrap:after, .row:after {
	clear: both;
}
#mdf_menu a {
	text-decoration: none;
	cursor: pointer;
}
.mdf_sub_wrap a, .mdf_sub_wrap p, .mdf_sub_wrap a {
	font-weight: normal;
	font-size: 13px;
}
.mdf_sub_wrap p, .mdf_sub_wrap div {
	color: #606265;
}
.mdf_sub_wrap > div[class*=col], .mdf_sub_wrap .row > div[class*=col] {
	padding: 15px;
}
#mdf_menu .menu-el > .has-sub {
	padding-right: 20px;
	padding-left: 7px;
}
#mdf_menu .has-sub:after {
	content: "\edc6";
	position: absolute;
	font-family: "icomoon";
	margin-left: 3px;
}
.has-drop:after {
	content: "\e258";
	position: absolute;
	font-size: 0.7em;
	font-family: "Glyphicons Halflings";
	right: 2px;
	top: 10px;
}
#mdf_menu {
	max-width: 1170px;
	height: auto;
	margin: auto;
	background-color: #252A3D;
	background: -webkit-linear-gradient(#252A3D, #212536);
	background: -moz-linear-gradient(#252A3D, #212536);
	background: linear-gradient(#252A3D, #212536);
	box-shadow: 0px 0px 1px #11404E inset, 0 0 4px black;
	-webkit-box-shadow: 0px 0px 1px #11404E inset, 0 0 4px black;
	-moz-box-shadow: 0px 0px 1px #11404E inset, 0 0 4px black;
	-o-box-shadow: 0px 0px 1px #11404E inset, 0 0 4px black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 3px;
	position: relative;
	z-index: 9999;
}
@keyframes sticky {
 0% {
 position: fixed;
 top: 0;
 transform: translateY(-45%);
}
 100% {
 transform: none;
}
}
@-webkit-keyframes sticky {
 0% {
 position: fixed;
 top: 0;
 -webkit-transform: translateY(-45%);
}
 100% {
 transform: none;
}
}
@-moz-keyframes sticky {
 0% {
 position: fixed;
 top: 0;
 -moz-transform: translateY(-45%);
}
 100% {
 transform: none;
}
}
@-ms-keyframes sticky {
 0% {
 position: fixed;
 top: 0;
 -ms-transform: translateY(-45%);
}
 100% {
 transform: none;
}
}
#mdf_menu.sticky.is-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	animation: sticky 0.45s ease;
	-webkit-animation: sticky 0.45s ease;
	-moz-animation: sticky 0.45s ease;
	-ms-animation: sticky 0.45s ease;
}
#mdf_menu.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
#mdf_menu ul {
	list-style: none;
	padding-left: 0;
}
#mdf_menu ul li.menu-el {
	display: inline-block;
	margin: 0 3px;
	color: #2ba1c3;
}
.nav > li {
	position: inherit;
}
#mdf_menu ul .menu-el > a {
	font-size: 13.5px;
	display: block;
	padding: 20px 15px;
	text-decoration: none;
	font-weight: normal;
}
a.navbar-brand {
	padding: 18px 10px;
	position: relative;
}
a.navbar-brand img {
	height: 50px;
	margin: 5px;
	padding: 0;
}
#mdf_menu .menu-el > a {
	color: #fafafa;
	transition: all 0.32s;
	-webkit-transition: background 0.35s, color 0.4s;
	-moz-transition: background 0.35s, color 0.4s;
	-o-transition: background 0.35s, color 0.4s;
	-ms-transition: background 0.35s, color 0.4s;
}
#mdf_menu .menu-el > a:hover, #mdf_menu .menu-el:hover > a {
	background: #f8f8f8;
	cursor: pointer;
	color: #25363d;
}
#mdf_menu ul li.active > a {
	background: #f8f8f8;
	color: #25363d;
}
#mdf_menu ul li:hover .dropdown {
	display: block;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.mdf_fall {
	-o-transition: all opacity 0.40s;
	-ms-transition: all 0.40s;
	-moz-transition: all 0.40s;
	-webkit-transition: all 0.40s;
}
.mdf_sub_wrap {
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	border-bottom: 1px solid #333;
	margin-top: 2px;
	transform-origin: center top 0px;
}
.mdf_sub_wrap.mdf_small {
	max-width: 460px;
	width: 100%;
}
.mdf_sub_wrap a, .mdf_child_menu a {
	color: #595959
}
#mdf_menu div.mdf_sub_wrap a, #mdf_menu ul.mdf_child_menu li a {
	display: inline-block;
	-webkit-transition: color 0.4s, background 0.3s ease-in;
	-moz-transition: color 0.4s, background 0.3s ease-in;
	-ms-transition: color 0.4s, background 0.3s ease-in;
	-o-transition: color 0.4s, background 0.3s ease-in;
	transition: color 0.4s, background 0.3s ease-in;
}
#mdf_menu ul.mdf_child_menu.dropdown a {
	display: block;
}
#mdf_menu ul li:hover .mdf_sub_wrap.mdf_expand {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
#mdf_menu ul li:hover .mdf_sub_wrap, #mdf_menu ul li:hover .dropdown, #mdf_menu ul li:hover .mdf_fall {
	visibility: visible;
	opacity: 1;
	height: auto;
	z-index: 999;
}
#mdf_menu ul li .mdf_sub_wrap, #mdf_menu ul li .dropdown {
	background: #f8f8f8;
}
#mdf_menu ul li:hover .mdf_fall {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
#mdf_menu ul li:hover .mdf_sub_wrap.mdf_flip {
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	-moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	-ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#mdf_menu ul li:hover .mdf_sub_wrap.wait {
	transition-delay: 0.30s;
	-webkit-transition-delay: 0.30s;
	-moz-transition-delay: 0.30s;
	-ms-transition-delay: 0.30s;
}
#mdf_menu .mdf_child_menu li {
	display: block;
	color: #444;
}
#mdf_menu .mdf_child_menu li a:not(.thumbnail) {
	padding: 8px 15px;
}
#mdf_menu .mdf_child_menu.sub-0, #mdf_menu .mdf_child_menu.sub-1, #mdf_menu .mdf_child_menu.sub-2, .dropdown {
	background: #f8f8f8
}
#mdf_menu.traditional {
	max-width: 100%;
	border-bottom: 5px solid #9a0e2a;
	box-shadow: 0px 0px 1px #6f6f6f inset;
	-webkit-box-shadow: 0px 0px 1px #6f6f6f inset;
	-moz-box-shadow: 0px 0px 1px #6f6f6f inset;
	-o-box-shadow: 0px 0px 1px #6f6f6f inset;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
#mdf_menu.traditional .container, #mdf_menu.wireframed .container {
	max-width: 1170px;
}
#mdf_menu.wireframed ul li .mdf_sub_wrap {
	margin-top: 0;
}
#mdf_menu .mdf_sub_wrap .trad-wrap {
	max-width: 1170px;
	width: 100%;
	margin: auto;
}
#mdf_menu.traditional ul .menu-el > a {
	border-width: 0 1px;
	border-color: transparent;
	border-style: solid;
}
.traditional .menu-el > a {
	color: #fefefe;
}
#mdf_menu.traditional ul li:hover > a {
	border-color: #ddd;
}
#mdf_menu.traditional div.mdf_sub_wrap a:hover, #mdf_menu.traditional ul.mdf_child_menu a:hover {
	color: #fafafa;
}
#mdf_menu.traditional ul li .mdf_sub_wrap {
	background: #f1f1f1;
	margin-top: 5px;
}
#mdf_menu.traditional .search-box:hover input {
	background: #fff;
	outline: 1px solid #777;
}
#mdf_menu.wireframed {
	max-width: 100%;
	background: transparent;
	box-shadow: none;
	min-height: auto;
	border: none;
}
#mdf_menu.wireframed .menu-el > a {
	color: #777;
}
#mdf_menu.wireframed .menu-el > a {
	color: #333;
	background: transparent
}
#mdf_menu.wireframed a.navbar-brand {
	color: black;
}
#mdf_menu.wireframed .search-box a {
	color: black;
}
#mdf_menu.wireframed ul .menu-el.active > a, #mdf_menu.wireframed ul .menu-el:hover > a {
	background: transparent;
	color: #777;
}
#mdf_menu.wireframed ul li.menu-el:hover > a {
	color: #c34d2b;
}
#mdf_menu.wireframed ul li .mdf_sub_wrap {
	background: #fff;
	border: 1px solid #eaeaea;
}
#mdf_menu.clean {
	border: 0;
	background: #0c0c0c;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px #333;
	-moz-box-shadow: 0 0 1px #333;
	box-shadow: 0 0 1px #333;
}
#mdf_menu.clean .navbar-brand {
	margin-left: 10px;
	text-align: center;
}
#mdf_menu.clean .menu-el > a {
	color: #CCC
}
#mdf_menu.clean .search-box a, #mdf_menu.clean .mdf-shopping-cart a {
	background: transparent;
	border: none;
	font-size: 20px;
	line-height: 1.3
}
#mdf_menu ul li div.row {
	margin-right: 0;
	margin-left: 0;
}
#mdf_menu ul[class*="sub"], #mdf_menu .mdf_slide {
	height: 2em;
	transform: translateX(15%);
	-o-transform: translateX(15%);
	-moz-transform: translateX(15%);
	-webkit-transform: translateX(15%);
	-o-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-webkit-transition: all 0.36s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
#mdf_menu.rtl #mdf_menu ul[class*="sub"], #mdf_menu.rtl #mdf_menu .mdf_slide {
	transform: translateX(-15%);
	-o-transform: translateX(-15%);
	-moz-transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
}
#mdf_menu ul[class*="sub"], #mdf_menu .dropdown {
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 0 2px #333;
}
#mdf_menu .dropdown li:hover > ul[class*="sub"] {
	visibility: visible;
	height: auto;
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}
.mdf_child_menu.sub-0, .mdf_child_menu.sub-1, .mdf_child_menu.sub-2, #mdf_menu ul[class*="sub"] {
	width: 100%;
	visibility: hidden;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	-o-transition: -o-transform 0.36s, opacity 0.36s;
	-ms-transition: -ms-transform 0.36s, opacity 0.36s;
	-moz-transition: -moz-transform 0.36s, opacity 0.36s;
	-webkit-transition: -webkit-transform 0.36s, opacity 0.36s;
}
#mdf_menu .mdf_child_menu li a:not(.thumbnail), #mdf_menu ul li:not(.menu-el) a, #mdf_menu ul:not(.dropdown) li:not(.menu-el) a {
	padding: 3px 7px;
}
#mdf_menu ul.mdf_child_menu.dropdown li a {
	padding: 8px 15px;
}
#mdf_menu i[class*=icon], #mdf_menu .fa, #mdf_menu .glyphicon {
	/*margin-right: 5px;*/
}
#mdf_menu ul.mdf_child_menu.dropdown li a {
	padding: 6px 17px;
}
#mdf_menu .menu-el > a .glyphicon {
	top: 2px;
}
/*RTL Support */
#mdf_menu.rtl .navbar-header, #mdf_menu.rtl .navbar-nav {
	float: right;
}
#mdf_menu.rtl .right-nav {
	float: left
}
#mdf_menu.rtl .navbar-header {
	margin-left: 17px;
}
#mdf_menu.rtl .search-box input {
	right: -220px;
}
#mdf_menu.rtl .has-drop::after {
	left: 2px;
	right: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#mdf_menu i[class*="icon"], #mdf_menu .fa, #mdf_menu .glyphicon {
	/*margin-left: 5px;*/
}
#mdf_menu.rtl .has-sub::after {
	margin-left: 0;
	margin-right: 3px;
}
#mdf_menu.rtl .menu-el > .has-sub {
	padding-right: 7px;
	padding-left: 20px;
}
.cl-title {
	text-align: center;
	margin: 7px 0;
	padding-left: 15px;
	padding-right: 15px;
	background: #ddd
}
.cl-title.text-left {
	text-align: left;
}
.mdf_sub_wrap h3, .mdf_sub_wrap div > h4, .mdf_sub_wrap div > h5 {
	text-align: center;
	position: relative;
}
.mdf_sub_wrap div > h4, .mdf_sub_wrap h3 {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.mdf_sub_wrap div h4.panel-title {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
.right-nav {
	float: right;
}
.right-nav li {
	display: inline-block;
}
#mdf_menu ul.right-nav li a {
	font-size: 20px;
	line-height: 1.3;
}
#mdf_menu ul li .nav.tabs-left a {
	padding: 10px;
}
#mdf_menu ul li .panel-title a {
	padding: 13px 15px;
	display: block;
}
.bmt {
	display: block;
	top: 0!important;
	left: 0!important;
}
.search-box, .mdf-shopping-cart {
	position: relative;
	top: 10px;
}
.search-box:hover input {
	opacity: 1;
	z-index: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	background: #fafafa;
	padding: 10px;
}
.search-box a, .mdf-shopping-cart a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 9;
	padding: 3px!important;
	text-indent: 9999;
	display: block;
	background-size: cover;
}
.search-box a {
	color: #fafafa;
	font-size: 23px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
.search-box a:after {
	position: absolute;
	top: 7px;
	left: 7px;
	content: "\e003";
	display: block;
	width: 100%;
	height: 100%;
}
.search-box input {
	position: absolute;
	top: 1px !important;
	background: transparent;
	right: 40px;
	width: 200px;
	border: none;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	z-index: 2;
	height: 38px;
	opacity: 0;
	z-index: -1;
	transform: scale(1.7);
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	transition: all 0.40s ease 0s;
	-moz-transition: all 0.40s ease 0s;
	-webkit-transition: all 0.40s ease 0s;
	-o-transition: all 0.40s ease 0s;
	-ms-transition: all 0.40s ease 0s;
}
input {
	top: 0px!important;
}
.mdf-shopping-cart a {
	background: transparent;
	border-color: #eee;
	color: #333;
}
.mdf-shopping-cart a i {
	padding: 5px;
	font-size: 21px
}
.tabs.vertical {
	float: none;
}
/* hover effect */
#mdf_menu .menu-el > a,  #mdf_menu a.navbar-brand {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
#mdf_menu .menu-el > a::before,  #mdf_menu a.navbar-brand::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#mdf_menu .menu-el > a,  #mdf_menu .menu-el > a::before,  #mdf_menu a.navbar-brand,  #mdf_menu a.navbar-brand::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#mdf_menu.wireframed .menu-el > a::before {
	display: none;
}
#mdf_menu .menu-el > a:hover,  #mdf_menu a.navbar-brand:hover {
	color: #25363d;
	border-color: #37474f;
	background: transparent;
}
#mdf_menu .menu-el > a:hover::before,  #mdf_menu a.navbar-brand:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#mdf_menu div.mdf_sub_wrap a,  #mdf_menu ul.mdf_child_menu a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}
#mdf_menu div.mdf_sub_wrap a:before,  #mdf_menu ul.mdf_child_menu a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #708c94;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: transform 0.26s ease-out;
	-moz-transition: transform 0.26s ease-out;
	-ms-transition-duration: 0.26s ease-out;
	transition: transform 0.26s ease-out;
}
#mdf_menu div.mdf_sub_wrap a:hover,  #mdf_menu ul.mdf_child_menu a:hover {
	color: #fafafa;
}
#mdf_menu div.mdf_sub_wrap a:not(.thumbnail):hover:before,  #mdf_menu ul.mdf_child_menu a:not(.thumbnail):hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#mdf_menu.wireframed div.trad-wrap:before,  #mdf_menu.wireframed div.mdf_small:before {
	content: " ";
	display: none;
	position: absolute;
	top: -12px;
	border-color: #f2f2f2 transparent;
	border-style: solid;
	border-width: 0 12px 12px;
}
#mdf_menu.wireframed div.mdf_small:before {
	left: 50%;
	margin-left: -25px;
}

/* Media Queries */
@media only screen and (max-width: 438px) {
.mdf_team .col-sm-6.col-xs-6 {
	width: 100%;
	max-width: 100%;
}
.lists .col-xs-6 {
	width: 100%;
}
.hot-sell-item img {
	width: 100%;
}
.mdf_sub_wrap div.mdf_team .col-sm-6 {
	text-align: center;
}
.mdf_sub_wrap div.mdf_team .thumbnail {
	height: auto;
}
}

@media only screen and (max-width: 767px) {
#mdf_menu.sticky,  #mdf_menu.sticky.is-fixed,  #mdf_menu.fixed {
	position: relative;
}
.mdf_sub_wrap.mdf_small {
	max-width: 100%;
}
#mdf_menu ul li.menu-el {
	display: block;
	border-bottom: 1px solid #ddd;
}
#mdf_menu.wireframed ul li.menu-el {
	border-bottom: 1px solid #ddd;
}
#mdf_menu ul li.menu-el a.has-sub:after {
	position: relative;
	float: right;
	font-size: 19px;
}
.mdf_sub_wrap,  #mdf_menu .dropdown {
	position: relative;
	visibility: visible;
	display: none
}
.mdf_flip {
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#mdf_menu .dropdown,  #mdf_menu .dropdown .sub-0,  #mdf_menu .dropdown .sub-1,  #mdf_menu .dropdown .sub-2 {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	position: relative;
	display: none
}
.mdf_child_menu {
	display: block;
	position: relative !important;
	width: 100% !important;
}
#mdf_menu ul li .mdf_child_menu.dropdown.bmt {
	display: none;
	background: #E9F5F9;
}
#mdf_menu ul li.menu-el .dropdown .mdf_child_menu {
	padding-left: 15px
}
#mdf_menu ul li .mdf_child_menu li:hover {
	background: #ddd;
}
.has-drop {
	border-bottom: 1px solid #ddd;
}
#mdf_menu .navbar-nav {
	margin: 0 -5px;
}
#mdf_menu ul.right-nav {
	display: none;
}
.has-drop:after {
	content: "\e252";
	font-size: 16px;
	padding: 5px;
	top: -5px;
	position: relative;
	float: right;
}
a.navbar-brand {
	padding: 15px;
}
a.navbar-brand img {
	margin: 0px;
	padding: 0px;
}
.search-box,  .mdf-shopping-cart {
	top: 5px;
	width: 35px;
	position: relative;
	float: right;
	margin-right: 10px;
}
#mdf_menu .nav .menu-el > a {
	padding: 10px;
}
#mdf_menu.wireframed div.trad-wrap:before,  #mdf_menu.wireframed div.mdf_small:before {
	opacity: 0;
	height: 1px;
}
#mdf_menu.wireframed div.mdf_small {
	margin-left: 0!important;
}
.search-box {
	top: 5px
}
#mdf_menu.wireframed .navbar-header {
	border: 1px solid #ddd
}
#mdf_menu.rtl .navbar-header, #mdf_menu.rtl .navbar-nav {
	float: none;
}
#mdf_menu.rtl .search-box input {
	left: auto;
	right: 30px;
}
#mdf_menu ul li.menu-el a.has-sub::after {
	float: left;
}
#mdf_menu.rtl .navbar-header, #mdf_menu.rtl .navbar-nav {
	padding-right: 0;
}
#mdf_menu.rtl .mdf_child_menu {
	padding-right: 0;
}
#mdf_menu.rtl .navbar-brand {
	margin-left: 0;
}
#mdf_menu.rtl .navbar-header {
	margin-left: -15px;
}
#mdf_menu.rtl .search-box a::after {
	left: 0;
}
}

@media (min-width: 768px) and (max-width: 800px) {
#mdf_menu .container {
	padding: 0 10px!important;
}
#mdf_menu .navbar-nav {
	margin: 0!important;
}
}

@media only screen and (min-width: 768px) {
#mdf_menu .container {
	width: 100%;
}
#mdf_menu .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
#mdf_menu.clean .container {
	padding: 0 45px;
}
.mdf_fall {
	height: 2em;
	width: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: all 0.36s;
	-ms-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-webkit-transition: all 0.36s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
}
#mdf_menu .dropdown {
	display: none;
	transform: translateY(15%);
	-o-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-webkit-transform: translateY(15%);
	-o-transition: all 0.32s ease 0s;
	-ms-transition: all 0.32s ease 0s;
	-moz-transition: all 0.32s ease 0s;
	-webkit-transition: all 0.32s ease 0s;
	transition: all 0.32s ease 0s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.mdf_flip {
	height: auto;
	transform-origin: center top 0px;
	transition: all 0.48s ease 0s;
	-moz-transform-origin: center top 0px;
	-moz-transition: all 0.48s ease 0s;
	-webkit-transform-origin: center top 0px;
	-webkit-transition: all 0.48s ease 0s;
	-o-transform-origin: center top 0px;
	-o-transition: all 0.48s ease 0s;
	-ms-transform-origin: center top 0px;
	-ms-transition: all 0.48s ease 0s;
	transform: matrix3d(1, 0, 0.00, 0, 0.00, 0, 1.00, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-moz-transform: matrix3d(1, 0, 0.00, 0, 0.00, 0, 1.00, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-webkit-transform: matrix3d(1, 0, 0.00, 0, 0.00, 0, 1.00, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-o-transform: matrix3d(1, 0, 0.00, 0, 0.00, 0, 1.00, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-ms-transform: matrix3d(1, 0, 0.00, 0, 0.00, 0, 1.00, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
}
.mdf_expand {
	transition: all 0.40s ease 0s;
	-moz-transition: all 0.40s ease 0s;
	-webkit-transition: all 0.40s ease 0s;
	-o-transition: all 0.40s ease 0s;
	-ms-transition: all 0.40s ease 0s;
	transform: scale(0) translate3d(0, 50%, 0);
	-webkit-transform: scale(0) translate3d(0, 50%, 0);
	-moz-transform: scale(0) translate3d(0, 50%, 0);
	-o-transform: scale(0) translate3d(0, 50%, 0);
	opacity: 0;
}
}
.catsli {
	padding: 0!important;
}
.navbar-toggle{background-color:#EBEBEB; text-align:right; float:right;}