.my_res_btn_bar {
    border: 0px solid;
    float: left;
    margin: 35px 25px 35px 0px !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:#fff;
	-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:#fff;
 }
 .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: -230px;*/
	height: 100%;
	position: fixed;
	width: 230px;
	z-index:9;
	overflow:auto;
	padding:10px;
     border-right: 1px solid #ddd;
	-moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
}
/**/
.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: #333!important;
	zoom: 1;
	padding: 14px 0px;
	border-bottom:1px solid #eee;
	text-transform: capitalize;
	font-size: 13px;
	-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 img{ max-width:16px; margin-right:10px; vertical-align:-3px;-webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);}
/**/
.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:5px;
	top:0px;
	bottom:0px;
	padding-top:15px;
	padding-left:10px;
	content: "\f105   ";
	font: normal normal normal 15px/1 FontAwesome;
	color:#333;
}
.my_res_nav_col li a.less-nav:after {
	content: "\f107        ";
}
/**/ 
.my_res_nav_col li a:hover {
	color: #f9b214 !important;
} 
/**/
.my_res_nav_col ul li ul {
	display:none;
}
.my_res_nav_col ul li ul li a {
    padding: 10px 0px 10px 20px!important;
    border: 0;
}
.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 {
   margin-right:0!important
}
.my_res_nav_col { 
	left: -230px; 
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.my_res_nav_col { 
	left: -230px; 
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
