.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: 37px 15px 34px 0!important;
 cursor: pointer;
 height: auto;
 float: left;
 /*display:none*/
  -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_btn_bar .btn_open {
 display:block;
 height: auto;
 overflow: hidden;
 line-height: 15px;
}
.my_res_btn_bar .btn_open span {
 width: 20px;
 height: 2px;
 float: left;
 clear: left;
 display: block;
 margin-bottom: 5px;
 margin-right: 12px;
 background: #de8194;
 -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: 15px;
}
 .my_res_btn_bar .btn_open span:nth-child(3) {
     width: 10px;
}
/*res nav container*/ 
.my_res_nav_col {
 background: #fff;
 border-right:1px solid #f2f2f2;
 height: 100%;
 position: fixed;
 width: 80%;
 max-width:350px;
  left: -450px;
 padding: 45px 0px 0px;
 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: 80%;
max-width: 350px;
 color: #000 !important;
 font-size: 13px;
     line-height: 25px;
 padding: 20px ;
 position: fixed;
 z-index: 99999;
 cursor: pointer;
 top: 0; 
}
.my_res_nav_col .btn_close span {
 display: block;
 height: 25px;
 width: 25px;
 line-height: 25px;
 border-radius: 100%;
 font-size: 30px;
 text-align: center;
 cursor: pointer;
 float: left;
}
/**/
.my_res_nav_col ul {
 list-style: none;
 padding: 25px!important;
 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: 14px;
 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;
 background: #fff;
}
.my_res_nav_col li.less-nav:after {
 content: "\f106        ";
}
/**/ 
.my_res_nav_col li a:hover {
 color: #de8194 !important;
}
/**/
.my_res_nav_col ul li ul {
 display:none;
 padding: 0 20px !important;
}
.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 {
    margin: 18px 0px 17px 0!important; 
} 
.my_res_btn_bar .btn_open { 
    line-height: 4px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
