.res-nav-mask {
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: opacity .50s, -webkit-transform 0s .14s;
	transition: opacity .50s, -webkit-transform 0s .14s;
	-o-transition: opacity .50s, transform 0s .14s;
	transition: opacity .50s, transform 0s .14s;
	transition: opacity .50s, transform 0s .14s, -webkit-transform 0s .14s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}
.res-nav-mask.show {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	opacity: 1;
}

.my_res_btn_bar {
    margin: 15px 0px 10px 0px!important;
    cursor: pointer;
    height: auto;
    position: relative;
    z-index: 999;
    float: right;
    display: none
}
.my_res_btn_bar .btn_open {
 display:block;
 height: auto;
 overflow: hidden;
 font-weight:500;
 font-size: 15px;
 line-height: 15px;
}
.my_res_btn_bar .btn_open span {
    width: 20px;
    height: 2px;
    float: left;
    clear: left;
    display: block;
    margin-bottom: 4px;
    margin-right:5px;
    background: #666;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.my_res_btn_bar .btn_open span:nth-child(2) {
 width: 12px;     background: #f7bb08;
} 
/*res nav container*/ 
.my_res_nav_col {
 background: #fff;
 border-right:1px solid #f2f2f2;
 right: -80%;
 height: 100%;
 position: fixed;
 width: 80%;
 padding: 45px 10px 0;
 z-index:9999999;
 overflow:auto;
 webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.my_res_nav_col .btn_close {
 background: #fff;
 width: calc(80% - 28px);
 color: #ed6a2b !important; 
 padding: 10px 0px;
 position: fixed; 
 z-index: 99999;
 cursor: pointer;
 top: 0; 
font-size: 14px; 
}
.my_res_nav_col .btn_close span {
    font-size: 22px;
    margin-right: 3px;
    vertical-align: -2px;
}
/**/
.my_res_nav_col ul {
 list-style: none;
 padding: 0px;
 margin: 0px;
}
.my_res_nav_col li {
 background: none;
 position: relative;
 z-index: 999;
 margin:  0px!important;
}
.my_res_nav_col > li:first-child > a {
/*border-top:1px solid #ccc;*/
}
.my_res_nav_col li a {
 display: block;
 padding: 0;
 text-decoration: none;
 color: #333!important;
 zoom: 1;
 padding: 15px 0px;
 font-size: 15px;
    font-weight: 500;
  border-bottom:1px solid #eee;
 text-transform: capitalize; 
 -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 cursor:pointer;
} 

.my_res_nav_col li a.has-nav, .my_res_nav_col li a.less-nav {
 position:relative;
}
.my_res_nav_col li:last-child a, .my_res_nav_col li.less-nav a{ border-bottom:0px ;}
.my_res_nav_col li.has-nav:after, .my_res_nav_col li.less-nav:after {
 position:absolute;
 right:0px;
 top:0px;
 bottom:1px;
 padding-top:15px;
 padding-right: 10px;
 padding-left:10px;
 content: "\f107   ";
 font: normal normal normal 15px/1 FontAwesome;
 color:#fe0000 ;background: #fff;
}
.my_res_nav_col li.less-nav:after {
 content: "\f106        ";
}
/**/ 
.my_res_nav_col li a:hover {
 color: #fe0000  !important;
}
/**/
.my_res_nav_col ul li ul {
 display:none; 
}
.my_res_nav_col ul li ul li a {
 border: 0;
 padding: 5px 0px 5px 5px;
 color: #888 !important;
}
.my_res_nav_col ul li ul li ul li a:before {
 content:'-'; margin-right:5px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
	.my_res_btn_bar {
		display:block
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.my_res_btn_bar {
		display:block; margin: 2px 0px 0px 10px!important;
	}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
