.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: 7px 15px 10px 0px !important;
    cursor: pointer;
    height: auto;
    display: none;
    float: left;
}
.my_res_btn_bar .btn_open {
 display:block;
 height: auto;
 overflow: hidden;
}
.my_res_btn_bar .btn_open span {
 width: 20px;
 height:2px; 
 margin-bottom:5px;
 background:#1a3c64 ;
float: left;
    clear: left; 
 -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: 25px; 
}
/*res nav container*/ 
.my_res_nav_col {
 background: #fff;
 border-right:1px solid #f2f2f2;
 left: -250px;
 height: 100%;
 position: fixed;
 width: 250px;
 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 {
 color: #000 !important;
 font-size: 25px;
 padding: 10px 0px;
 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;
 color: #f7a30b !important;
 border-radius: 100%;
 font-size: 25px;
 text-align: center;
 cursor: pointer;
 float: left;
}
/**/
.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: #666!important;
 zoom: 1;
 padding: 15px 0px;
 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: "\f0d7   ";
 font: normal normal normal 15px/1 FontAwesome;
 color:#f7a30b;
 background: #fff;
}
.my_res_nav_col li.less-nav:after {
 content: "\f106        ";
}
/**/ 
.my_res_nav_col li a:hover {
 color: #ffa800  !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 > 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: 18px 20px 0px 0px!important;
} 
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}