/*  Plugin: Codehim Dropdown (Multilevel Dropdowns to Off Canvas) 
 *   Requires: jQuery 1.7 or higher
 *   Author: Asif Mughal
 *   GitHub: https://github.com/CodeHimBlog
 *   URL: https://www.codehim.com
 *   License: MIT License
 *   Copyright (c) 2018 - Asif Mughal
 */
@media(min-width:1023px){
	 .dropdown-items{width:75%!important;right:0!important;}
	 .dropdown-heading {display: none !important;}
}
@media (min-width:320px) and (max-width:1023px){
* {
	margin: 0;
	padding: 0;
}
.codehim-dropdown {
	font-family: 'Nunito', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.codehim-dropdown {
	width: 100%;
	height:1.2rem;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	transition: 0s;
}
.nav-phone-logo{
	padding:0.1rem;
    height:0.6rem;
}

.codehim-dropdown.sticky {
	position: fixed;
	top: 0;
	background: #e32f3b;
	left: 0;
	z-index: 999;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}


/* Global Style for Codehim Dropdowns */

.codehim-dropdown a {
	outline: 0;
}

.has-child span.parent+ul,
.menu-items {
	background: #fff;
	list-style: none;
	display: none;
}

.dropdown-heading:after {
	font-family: FontAwesome;
	font-weight: 300;
	display: inline-block;
	content: "\f107";
}

.noafter:after{
	content:none !important;
}

.dropdown-heading.active:after {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
}

.dropdown-heading,
.dropdown-heading.active,
.dropdown-heading:hover,
.dropdown-heading:after,
.dropdown-heading.active:after {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}


/* Home Link Style */

li.home-link a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-size: 20px;
	display: inline-block;
	width: 45px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	line-height: 50px;
}


/* Dim background effect */

.dim-overlay {
	display: none;
}

.dim-overlay:before {
	content: "";
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	/* for zombies browsers */
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index:200;
}

.menu-items dd a {
	display: block;
	padding: 10px;
	color: #444;
	cursor: pointer;
	text-decoration: none;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu-items dd:hover a{
	background: #e0e0e0;
}
.has-child span.parent:hover,
.menu-items li a:hover {
	background: #e0e0e0;
}

.has-child span.parent:after {
	font-family: FontAwesome;
	float: right;
}

.main-links {
	text-decoration: none;
}
.dropdown-items .close-menu{position: fixed;top:16px;right:10px;width:22px;height:22px;background:url(/NewStyle/2019/img/close_btn.png)no-repeat center center;background-size:100% 100%!important;display: none;}

.nav-phone .citychoose{width:2rem;float:left;margin:0.25rem 0rem 0.2rem 0.2rem;border-left:1px solid rgba(255, 255, 255, 0.3);} 
.citychoose .layui-input-block{margin:0!important;min-height:0.3rem;}
.citychoose .layui-form-item{margin:0 auto;width:100%;text-indent:0.24rem;}
.citychoose p{color:#fff;font-size:0.24rem;text-indent:0.3rem;}
.citychoose select{text-align: left;background:none!important;border:none;color:#fff;}
.citychoose select option{font-size:0.28rem;color:#999999;}
/* Codehim Dropdowns Mobile View */
}
@media only screen and (max-width: 480px) {
	.codehim-dropdown {
		position: relative;
		font-size: 14px;
	}
	.codehim-dropdown .icon {
		margin: 0 10px 0 5px;
		font-size: 16px;
	}
	/* The Off Canvas Menu */
	.dropdown-items {
		height: 100%;
		/* for zombies browsers */
		height: 100vh;
		display: none;
		overflow: scroll;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		z-index: 999;
		background: #f0f0f0;
	}
	.menu-items {
		background: #fff;
	}
	.menu-items li a {
		padding-left: 15px;
		background: transparent;
	}
	.dropdown-items li {
		border-bottom: 1px dotted rgba(255, 255, 255, 0.76);
		overflow: hidden;
	}
	/* hamburger menu icon to reveal off canvas menu on mobile devices */
	.hamburger {
		position: absolute;
		width: 32px;
		height: 32px;
		top: 16px;
		border-radius: 50%;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		text-align: center;
		color: rgba(255, 255, 255, 0.8);
		font-size: 20px;
		line-height: 32px;
	}
	.hamburger:hover {
		background: rgba(0, 0, 0, 0.15);
	}
	.hamburger:after {
		font-family: Muiicons;
		content: "\e563";
		font-weight: 200;
		color: #000;;
	}
	.hamburger.left {
		left: 10px;
	}
	.hamburger.right {
		right: 10px;
	}
	.dropdown-items .parent+ul {
		background: #fff;
		margin: 0;
		box-sizing: border-box;
		display: none;
	}
	/* Sub Menu list item */
	.dropdown-items .parent+ul li a {
		padding-left: 30px;
	}
	.main-links,
	.dropdown-heading {
		display: block;
		padding: 15px;
		cursor: pointer;
	}
	.main-links:hover,
	.dropdown-heading:hover {
		background: rgba(0, 0, 0, 0.15);
		color: #fff;
	}
	.dropdown-heading:after {
		font-family: Muiicons;
		font-weight: 300;
		display: inline-block;
		content: "\e581";
		float: right;
		color: #000;
	}
	/* Sub Dropdowns heading */
	.has-child span.parent {
		padding: 15px;
		font-weight: 700;
		border-bottom: 1px solid #e0e0e0;
		display: block;
		background: transparent;
	}
	.has-child span.parent:after {
		content: "\f107";
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1023px) {
	.codehim-dropdown {
		position: relative;
		font-size: 14px;
	}
	.codehim-dropdown .icon {
		margin: 0 10px 0 5px;
		font-size: 16px;
	}
	/* The Off Canvas Menu */
	.dropdown-items {
		height: 100%;
		/* for zombies browsers */
		/* height: 100vh; */
		width: 60%;
		display: none;
		overflow: scroll;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		z-index: 999;
		background: #f0f0f0;
	}
	.menu-items {
		background: #fff;
		padding-left: 5px;
	}
	.menu-items li a {
		padding-left: 15px;
		background: transparent;
		width:100%;
	}
	.dropdown-items li {
		border-bottom: 1px dotted rgba(255, 255, 255, 0.76);
		overflow: hidden;
		width:100%;
		position:relative;
	}
	/* hamburger menu icon to reveal off canvas menu on mobile devices */
	.hamburger {
		position: absolute;
		width:0.6rem;
		height:0.6rem;
		top:0.1rem;
		border-radius: 20%;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		text-align: center;
		color: rgba(255, 255, 255, 0.8);
		font-size:0.4rem;
		line-height:0.59rem;
	}
	.hamburger:hover {
		background: rgba(0, 0, 0, 0.15);
	}
	.hamburger:after {
		content: "\f0c9";
		font-weight: 200;
		color: #fff;
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		margin-top: 0.045rem;
		-webkit-font-smoothing: antialiased;
	}
	.hamburger.left {
		left: 10px;
	}
	.hamburger.right {
		right: 10px;
	}
	.dropdown-items .parent+ul {
		background: #fff;
		margin: 0;
		box-sizing: border-box;
		display: none;
	}
	/* Sub Menu list item */
	.dropdown-items .parent+ul li a {
		padding-left: 30px;
	}
	.main-links,
	.dropdown-heading {
		display: block;
		padding: 15px;
		cursor: pointer;
		height: 19px;
	}
	.frank{
	position: absolute;
    left: 15px;
    top: 15px;
	}
	.main-links:hover,
	.dropdown-heading:hover {
		background: rgba(0, 0, 0, 0.15);
		color: #fff;
	}
	.dropdown-heading:after {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-weight: 300;
		content: "\f107";
		float: right;
		color: #000;
	}
	/* Sub Dropdowns heading */
	.has-child span.parent {
		padding: 15px;
		font-weight: 700;
		border-bottom: 1px solid #e0e0e0;
		display: block;
		background: transparent;
	}
	.has-child span.parent:after {
		content: "\f107";
		margin-right: 15px;
	}
}