.my_res_btn_bar {
 border:0px solid;
 float:right;
 margin:16px 0px 5px 0px !important;
 cursor:pointer;
 width:20px;
 height:auto;
 display:none
}
.my_res_btn_bar .btn_open, .my_res_btn_bar .btn_close {
 display:block;
 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:5px;
 background:#41c3ff;
 -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_close span:nth-child(1) {
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 margin-top:7px;
}
 .my_res_btn_bar .btn_close span:nth-child(3) {
 -ms-transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 margin-top:-7px;
}
/*res nav container*/ 
.my_res_nav_col {
 background: #fff;
 left: -300px;
 height: 100%;
 position: fixed;
 width: 220px;
 z-index:9999999;
 overflow:auto;
 padding:10px;
 box-shadow:0px 10px 50px 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: 11;
 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: #333!important;
 zoom: 1;
 padding: 10px 10px;
 border-bottom:1px solid #eee;
 text-transform: capitalize;
 font-size: 13px;
 font-weight:500;
 -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.has-nav, .my_res_nav_col li.less-nav {
 position:relative;
 z-index:111;
}
.my_res_nav_col li.has-nav::after, .my_res_nav_col li.less-nav::after {
 position: absolute;
 right: 0;
 top: 0px;
 padding-bottom: 14px;
 padding-top: 14px;
 padding-right: 10px;
 content: "\f067   ";
 font: normal normal normal 10px/1 FontAwesome;
 color: #999;
 z-index: 9999 !important;
 padding-left: 10px;
 cursor: pointer;
 border-left: 1px solid #eee;
}
.my_res_nav_col li.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: #41c3ff !important;
}
my_res_nav_col li a:hover:before {
 color: #74b21d!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:767px) {
 .my_res_btn_bar {
 display:block
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
