.my_res_btn_bar {
 margin: 22px 0px 0px 10px !important;
 cursor: pointer;
 height: auto;
 display:none;
 float: right;
}
.my_res_btn_bar .btn_open {
 display:block;
 height: auto;
 overflow: hidden;
}
.my_res_btn_bar .btn_open span {
 width: 32px;
 height:2px;
 display:block;
 margin-bottom:5px;
 float:right;
 clear:right;
 background:#d4b037 ;
 -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;
 left: 0;
 height: 100%;
 position: fixed;
 width: 250px;
 padding-top: 60px;
 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;
 background: #fff;
 width: 215px;
 z-index: 99999;
 cursor: pointer;
 top: 0;
 border-bottom: 1px solid #ffffff36;
 margin-left: 14px;
}
/**/
.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: #000!important;
 zoom: 1;
 padding: 10px 15px;
 /*border-bottom:1px solid #eee;*/
 text-transform: capitalize;
 font-size: 14px;
 -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:11px;
 padding-left:10px;
 content: "\f105   ";
 font: normal normal normal 15px/1 FontAwesome;
 color:#EB5757;
}
.my_res_nav_col li a.less-nav:after {
 content: "\f107        ";
}
/**/ 
.my_res_nav_col li a:hover {
 color: #EB5757 !important;
}
/**/
.my_res_nav_col ul li ul {
 display:none;
 padding-left: 15px !important;
}
.my_res_nav_col ul li ul li a {
 border: 0;
 padding: 2px 15px;
 color: #888 !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
}
.my_res_nav_col {
 left: -250px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
