.my_res_btn_bar {
 border: 0px solid;
 float: left;
 margin-top: 15px !important;
 cursor: pointer;
 height: auto;
 display: none;
}
.my_res_btn_bar .btn_open, .my_res_btn_bar .btn_close {
 display:block;
 width: 24px;
 height: 20px;
 overflow: hidden;
}
.my_res_btn_bar .btn_open span, .my_res_btn_bar .btn_close span {
 width:100%;
 height:2px;
 display:block;
 margin-bottom:6px;
 background:#333;
 -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: 14px;
background:#eb6e23;
}
 .my_res_btn_bar .btn_close span:nth-child(1) {
 -ms-transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 margin-top:0px;
}
 .my_res_btn_bar .btn_close span:nth-child(2) {
 margin-left: 4px;
}
 .my_res_btn_bar .btn_close span:nth-child(3) {
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 margin-top:0px;
}
/*res nav container*/ 
.my_res_nav_col {
 background: #fff;
 left: -100%;
 height: calc(100% - 66px);
 top:65px;
 position: fixed;
 width: 100%;
 z-index:9999999;
 overflow:auto;
 padding:10px;
 -moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.2);
 box-shadow:0px 15px 20px rgba(0, 0, 0, 0.2);
}
/**/
.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: 0 0px;
}
.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: 13px 10px;
 border-bottom:1px solid rgba(0, 0, 0, 0.1);
 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 a.has-nav:after, .my_res_nav_col li a.less-nav:after {
 position:absolute;
 right:15px;
 top:0px;
 bottom:0px;
 padding-top:18px;
 padding-left:10px;
 content: "\f067   ";
 font: normal normal normal 10px/1 FontAwesome;
 color:#eb6e23;
}
.my_res_nav_col li a.less-nav:after {
 content: "\f068    ";
}
/**/
.my_res_nav_col li a:before {
 content: "\f105   ";/*f105 f138  */
 font: normal normal normal 14px/1 FontAwesome;
 margin-right:5px;
 color:#333;
}
.my_res_nav_col li a:hover {
 color: #eb6e23 !important;
}
my_res_nav_col li a:hover:before {
 color: #eb6e23 !important;
}
/**/
.my_res_nav_col ul li ul {
 display:none;
}
.my_res_nav_col ul li ul li a {
 padding-left:20px!important;
}
.my_res_nav_col ul li ul li a:before {
 content:'';
}
 @media only screen and (min-width:320px) and (max-width:991px) {
 .my_res_btn_bar {
 display:block
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.my_res_btn_bar {
 margin-top: 45px !important;
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
