/*res nav container*/ 
.my_res_nav_col {
 background: #fff;
 left: 0;
 height: calc(100%);
 top:0px; 
 position: fixed;
 width: 100%;
 z-index:9999;
 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);
 display:none;
}
/**/
.my_res_nav_col ul {
 list-style: none;
 padding: 0px;
 margin: 0px 0px 45px!important;
}
.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 10px;
 border-bottom:1px solid rgba(0, 0, 0, 0.05);
 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;
 font-weight:600;
}
/**/
.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:13px;
 padding-left:10px;
 content: "\f067   ";
 font: normal normal normal 10px/1 FontAwesome;
 color:#333;
}
.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: #fdbe00 !important;
}
my_res_nav_col li a:hover:before {
 color: #fdbe00 !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:'';
}
/**/
.btn-cache {
	background: #ff7800;
	padding: 3px 15px;
	color: #fff !important;
	border-radius: 25px;
	margin: 15px 10px 30px 0;
	display: none;
}

@media only screen and (min-width:320px) and (max-width:991px) {

}
@media only screen and (min-width:768px) and (max-width:991px) {
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}
