

/*Top mobile menu Icon */
.header-top-icons {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	background-color: #2a2f3a;
	position: relative;
	padding:0;
	z-index: 99999;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.top-menu-mobile {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.top-menu-mobile li {
	height: 55px;
	width: 19.5%;
	display: block;
	float: left;
	text-align: center;
}
.top-menu-mobile li.menu {
	width: 16.5%;
}
.top-menu-mobile li.call {
	width: 16.5%;
}
.top-menu-mobile li.appointment-mobile {
	width: 25%;
}
.top-menu-mobile li.services {
	width: 21.5%;
}
.top-menu-mobile li.sms {
	width: 19.5%;
}
.top-menu-mobile li.menu, .top-menu-mobile li.call, .top-menu-mobile li.sms, .top-menu-mobile li.appointment-mobile, .top-menu-mobile li.services {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #20242e;
}
.top-menu-mobile li a {
	height: 55px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 22px;
	text-align: center;	
	padding-top: 5px;
	padding-bottom: 12px;
	line-height:30px;
	text-decoration: none;
}
.top-menu-mobile li a:hover {
	background-color: #fff;
	text-decoration:none !important;
	color: #20242e;
}
.top-menu-mobile li a div {
	margin-top:0px !important;
	font-size: 8px !important;
	text-transform: uppercase;
	font-family: 'Myriad Pro', Helvetica, sans-serif;
	line-height:8px !important;
}

.search_mobile {
	display: block;
	width: 91%;
	margin-bottom: 15px;
	margin-left: 4%;
	position: relative;
}
.search_mobile:before {
	content: "\f002";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -2px;
	right: 0;
	font-family: 'FontAwesome';
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #000;
}
.search_mobile input[type="text"] {
	height: 36px;
	width: 100%;
	border: none;
	background: #fff;
	color: #666;
    border: 1px solid #666;
	padding-left: 10px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.search_mobile input[type="submit"] {
	display: block;
	top: 0;
	right: 0;
	height: 38px;
	width: 38px;
	position: absolute;
	border: none;
	background: none;
	font-size: 0;
}


/****************MMENU CUSTOMIZATION*********************/
.mm-menu{
	border-color: rgba(0, 0, 0, 0.8) !important;
	color: #fff;
	background: #fff !important; 
	font-family: 'Myriad Pro', Helvetica, sans-serif !important;
}
.mm-navbar{
    background-color: #ed7d1b;
}
.mm-menu .mm-navbar a{
	color: #fff  !important;
}
#menu ul li a, #menu2 ul li a, #menu3 ul li a, #menu4 ul li a {
	font-family: 'Myriad Pro', Helvetica, sans-serif !important;
	color: #fff;
	font-size:14px !important;
	text-transform: uppercase !important;
	text-decoration: none;
    background: #ed7d1b;
    border-bottom: 1px solid #444;
}


.mm-navbar a.mm-subtitle {
	font-family: 'Myriad Pro', Helvetica, sans-serif !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	color: #fff  !important;
}



.client-info {
	clear: left;
	overflow: auto;
	padding-bottom: 15px;
}
.client-info .client-pic {
	float: left;
	width: 25%;
}
.client-info .client-details {
	float: left;
	width: 70%;
	padding-top: 15px;
	padding-left: 5%;
}
.client-info .client-details .client-name {
	font-weight: bold;
	font-size: 18px;
}
.client-info .client-details .client-kw {
	color: #999;
}
.client-info img {
    
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 5px solid #ed7d1b;
	width: 100%;
	height: auto;
}
@media screen and (max-width:480px){ 
.client-info .client-details .client-name {
	font-weight: bold;
	font-size: 15px;
}
}
@media screen and (max-width:360px){ 
.client-info .client-details .client-name {
	font-size: 13px;
}
.client-info .client-details .client-kw {
	font-size: 12px;
}
}