/* Media Queries for Desktop
-------------------------------------------------------------- */
header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000!important;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	background-repeat: repeat-x;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
}
header.smaller {
	height: auto;
}
header #header_top {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	display: block;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
header.smaller #header_top {
	float: left;
	width: 100%;
	height: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #93C540;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height:0px;
	opacity:1;
}
header .header_top_info {
	display:block;
}
header.smaller .header_top_info {
	display:none;
}
header .header_top_media_icons {
	display:block;
}
header.smaller .header_top_media_icons {
	display:none;
}
header #header_bottom {
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0px;
	height: 50px;
	border-top: 1px solid #000;
	
}
header.smaller #header_bottom {
	float: left;
	width: 100%;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	border-top: 1px solid #ccc;
}
header #logo {
	display: block;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	right: 0;
	border: 0px solid #fff;
}
header.smaller #logo {
	width: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
header #logo_slogen {
	display: block;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	right: 0;
	border: 0px solid #fff;
	background-position: left center;
    background-image: url('../../../images/Mhlawyers/logos/logo_HM_En.png');
    background-repeat: no-repeat;
    width: 270px;
    height:50px;
    
}
header.smaller #logo_slogen {
	width: 270px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
header #nav {
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller #nav {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header .slimmenu li a {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
header.smaller ul.slimmenu li a {
	padding-top: 15px;
	padding-bottom: 15px;

}
header ul.slimmenu li ul li {
	background-color: rgba(22,34,49,0.9);
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 0px;
}
header.smaller ul.slimmenu li ul li {
	background-color: rgba(22,34,49,0.9);
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 0px;
}
.header .collapse-button {
	margin-top: 15px;
}

/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px)
{
header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000!important;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	background-repeat: repeat-x;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
}
header.smaller {
	height: auto;
}
header #header_top {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	display: block;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
header.smaller #header_top {
	float: left;
	width: 100%;
	height: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #93C540;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height:0px;
	opacity:1;
}
header .header_top_info {
	display:block;
}
header.smaller .header_top_info {
	display:none;
}
header .header_top_media_icons {
	display:block;
}
header.smaller .header_top_media_icons {
	display:none;
}
header #header_bottom {
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0px;
	height: 50px;
	border-top: 1px solid #000;
	
}
header.smaller #header_bottom {
	float: left;
	width: 100%;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	border-top: 1px solid #ccc;
}
header #logo {
	display: block;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	right: 0;
	border: 0px solid #fff;
}
header.smaller #logo {
	width: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
header #logo_slogen {
	display: block;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	right: 0;
	border: 0px solid #fff;
	background-position: left center;
    background-image: url('../../../images/Mhlawyers/logos/logo_HM_En.png');
    background-repeat: no-repeat;
    width: 270px;
    height:50px;
    
}
header.smaller #logo_slogen {
	width: 270px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
header #nav {
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller #nav {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header .slimmenu li a {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
header.smaller ul.slimmenu li a {
	padding-top: 15px;
	padding-bottom: 15px;

}
header ul.slimmenu li ul li {
	background-color: rgba(22,34,49,0.9);
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 0px;
}
header.smaller ul.slimmenu li ul li {
	background-color: rgba(22,34,49,0.9);
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 0px;
}
.header .collapse-button {
	margin-top: 15px;
}
}

/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
  header {
	display: block;
	float: none;
	height: auto;
	text-align: center;
	margin: 0 auto;
	z-index: 10000!important;
}
header.smaller {
	height: auto;
	z-index: 10000!important;
}
header #header_top {
	float: left;
	width: 100%;
	height: 40px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3E120F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
}
header.smaller #header_top {
	float: left;
	width: 100%;
	height: 0px;
	background-color: #E3EFD2;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #93C540;
	display: none;
}
header .header_top_info {
	display:block;
}
header.smaller .header_top_info {
	display:none;
}
header .header_top_media_icons {
	display:block;
}
header.smaller .header_top_media_icons {
	display:none;
}
header #header_bottom {
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0px;
	background-color: #FFF;
	height: 50px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
header.smaller #header_bottom {
	float: left;
	width: 100%;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	display: block;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3E120F;
}
header #logo {
	display: block;
	float: right;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin-bottom: 0px;
	width: 33px;
	position: relative;
	z-index: 10000000!important;
	height: auto;
	text-align: right;
	margin-right: 0%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 7px;
	right: 2.5%;
}

header.smaller #logo {
	display: block;
	float: right;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin-bottom: 0px;
	width: 33px;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	margin-right: 0%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 7px;
	right: 2.5%;
}
header #logo_slogen {
	display: block;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	right: 0;
	border: 0px solid #fff;
	background-position: left center;
    background-image: url('../../../images/Mhlawyers/logos/logo_HM_En.png');
    background-repeat: no-repeat;
    width: 270px;
    height:50px;
    
}
header.smaller #logo_slogen {
	width: 270px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
header #nav {
	display: inline-block;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
	position: absolute;
	left: 0
}
header.smaller #nav {
	float: right;
	height: 50px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller nav {
	height: 35px;
	z-index: 10000!important;
}
header.smaller nav a {
	line-height: 35px;
	z-index: 10000!important;
}
header.smaller ul.slimmenu li a {
	padding-top: 13px;
	padding-bottom: 13px;
}
header ul.slimmenu li ul li {
	background-color: rgba(68,54,47,0.9);
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 30px;
}
header.smaller ul.slimmenu li ul li {
	background-color: rgba(59,35,20,0.9);
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 10px;
}
.header .collapse-button {
	margin-top: 15px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (min-width:321px) and (max-width:480px) {
  header {
	display: block;
	float: none;
	height: auto;
	text-align: center;
	margin: 0 auto;
	z-index: 10000!important;
}
header.smaller {
	height: auto;
	z-index: 10000!important;
}
header #header_top {
	float: left;
	width: 100%;
	height: 40px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3E120F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
}
header.smaller #header_top {
	float: left;
	width: 100%;
	height: 0px;
	background-color: #E3EFD2;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #93C540;
	display: none;
}
header .header_top_info {
	display:block;
}
header.smaller .header_top_info {
	display:none;
}
header .header_top_media_icons {
	display:block;
}
header.smaller .header_top_media_icons {
	display:none;
}
header #header_bottom {
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0px;
	background-color: #FFF;
	height: 50px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
header.smaller #header_bottom {
	float: left;
	width: 100%;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	display: block;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3E120F;
}
header #logo {
	display: block;
	float: right;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin-bottom: 0px;
	width: 33px;
	position: relative;
	z-index: 10000000!important;
	height: auto;
	text-align: right;
	margin-right: 0%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 7px;
	right: 0;
}
header.smaller #logo {
	display: block;
	float: right;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin-bottom: 0px;
	width: 33px;
	position: relative;
	z-index: 10000000!important;
	height: auto;
	text-align: right;
	margin-right: 0%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 7px;
	right: 0;
}
header #logo_slogen {
	display: block;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	right: 0;
	border: 0px solid #fff;
	background-position: left center;
    background-image: url('../../../images/Mhlawyers/logos/logo_HM_En_mobile.png');
    background-repeat: no-repeat;
    width: 178px;
    height:35px;
    
}
header.smaller #logo_slogen {
	width: 178px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
header #nav {
	display: inline-block;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
	position: absolute;
	left: 0
}
header.smaller #nav {
	float: right;
	height: 50px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller nav {
	height: 35px;
	z-index: 10000!important;
}
header.smaller nav a {
	line-height: 35px;
	z-index: 10000!important;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
  header {
	display: block;
	float: none;
	height: auto;
	text-align: center;
	margin: 0 auto;
	z-index: 10000!important;
	background-color: FFFFFF;
}
header.smaller {
	height: auto;
	z-index: 10000!important;
	background-color: FFFFFF;
}
header #header_top {
	float: left;
	width: 100%;
	height: 40px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3E120F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
}
header.smaller #header_top {
	float: left;
	width: 100%;
	height: 0px;
	background-color: #E3EFD2;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #93C540;
	display: none;
}
header .header_top_info {
	display:block;
}
header.smaller .header_top_info {
	display:none;
}
header .header_top_media_icons {
	display:block;
}
header.smaller .header_top_media_icons {
	display:none;
}
header #header_bottom {
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0px;
	background-color: #FFF;
	height: 60px;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
header.smaller #header_bottom {
	float: left;
	width: 100%;
	height: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	display: block;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3E120F;
}
header #logo {
	display: block;
	float: right;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin-bottom: 0px;
	width: 70px;
	position: relative;
	z-index: 10000000!important;
	height: auto;
	text-align: right;
	margin-right: 0%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 12px;
	right: 0;
}
header.smaller #logo {
	display: block;
	float: right;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	margin-bottom: 0px;
	width: 70px;
	position: relative;
	z-index: 10000000!important;
	height: auto;
	text-align: right;
	margin-right: 0%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 12px;
	right: 0;
}
header #logo_slogen {
	display: block;
	float: right;
	position: relative;
	z-index: 10000000!important;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	right: 0;
	border: 0px solid #fff;
	background-position: left center;
    background-image: url('../../../images/Mhlawyers/logos/logo_HM_En_mobile.png');
    background-repeat: no-repeat;
    width: 178px;
    height:35px;
    
}
header.smaller #logo_slogen {
	width: 178px;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
header #nav {
	display: inline-block;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
	position: absolute;
	left: 0
}
header.smaller #nav {
	float: right;
	height: 50px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller nav {
	height: 35px;
	z-index: 10000!important;
}
header.smaller nav a {
	line-height: 35px;
	z-index: 10000!important;
}
}