.my_res_btn_bar {
    position: absolute;
    left: 15px;
    top: 4px;
    cursor: pointer;
    width: 20px;
    height: auto;
    display: none;
}
.my_res_btn_bar .btn_open, .my_res_btn_bar .btn_close {
    display: block;
    height: 30px;
    overflow: hidden;
}
.my_res_btn_bar .btn_open span {
    width: 100%;
    height: 4px;
    display: block;
    margin-bottom: 5px;
    background: #464646;
    -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_nav_col li a {
    position: relative;
    font-weight: bold;
    font-size:14px;
    color:#000 !important;
}
.my_res_nav_col li {
    position: relative;
}
 .my_res_nav_col li .col-sm-3 {
        width:100%;
    }
.my_res_nav_col li ul li a {
    font-weight: 400;
    font-size:12px;
    border-bottom:0;
        overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap !important;
    width: 100%;
    text-transform: capitalize;
        padding: 2px 5px;
    color: #000 !important;
}
/*.my_res_btn_bar {
	position: absolute;
    right: 15px;
    top: 20px;
	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  {
	width:100%;
	height:2px;
	display:block;
	margin-bottom:5px;
	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_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;
}
 .my_res_btn_bar .btn_close {
    /*position: fixed;
    top: 0px;
    left: 256px;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: rgba(1, 0, 0, 0.15);
    opacity: 1;
    -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;
    background: #fff url(/Content/images/icon-close-p.png) no-repeat;
    background-position: center;
    background-color: #fff;*/

        position: fixed;
    top: 0px;
    left: 258px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(1, 0, 0, 0.15);
    opacity: 0.8;
    -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;
    background: url(/Content/images/icon_menuclose.png) no-repeat;
   background-position: 1%;
    background-position-y: 3%;
    background-color: #000;

}
/*res nav container*/ 
.my_res_nav_col {
	background: #fff;
	left: -380px;
	height: 100%;
	position: fixed;
	width: 260px;
	z-index:9999999;
	overflow:auto; 
	-moz-box-shadow: 0px 10px 100px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 100px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 100px rgba(0,0,0,0.3);
}
/**/
.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: 10px 10px;
	border-bottom:1px solid #ccc;
	text-transform: uppercase;
	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.has-nav, .my_res_nav_col li a.less-nav {
	position:relative;
     -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_nav_col li.has-nav > a::after, .my_res_nav_col li.less-nav > a::after {
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0px;
    padding-top: 13px;
    padding-left: 10px;
    content: "\f0dd ";
    font: normal normal normal 10px/1 FontAwesome;
    color: #999;
}
.my_res_nav_col li a.less-nav:after {
	content: "\f0de    ";
}
/**/
/*.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: #ca0000  !important; 
}
my_res_nav_col li a:hover:before {
	color: #65a838 !important;
}

/**/
.my_res_nav_col>ul>li>ul {
	display: none; 
}
.my_res_nav_col ul li ul li a {
	/*padding-left:20px!important;*/
	background:#f5f5f5
}
.my_res_nav_col ul li ul li a img{
	display:none
}
.my_res_nav_col ul li ul li  ul li a {
	padding-left: 15px !important;
background: #fff;
}
/*.my_res_nav_col ul li ul li  ul li a:before {
	content: "\f068";
	font: normal normal normal 6px/1 FontAwesome;
	display: inline-block;  
	width:5px;
}*/
.my_res_nav_col ul li ul li a:before {
	content:'';
}
 @media only screen and (min-width:320px) and (max-width:991px) {}
 @media only screen and (min-width:320px) and (max-width:767px) {
 .my_res_btn_bar {
		display:block
}
    .my_res_nav_col li {
        position: relative !important;
    }
    
 
.my_res_btn_bar .btn_open span  {
	width:100%;
	height:2px;
	display:block;
	margin-bottom:5px;
	background:#464646;
	-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_nav_col li a {
    position: relative;
}
 .my_res_nav_col li .col-sm-3 {
        width:100%;
    }

}
@media only screen and (min-width:768px) and (max-width:991px) {
	 
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
