/****************************************************/
/* OVERALL MENUS STYLES */
/*****************************************************************************/

/* OVERALL MENUS */

.srl_menu {
  margin-top: 122px;
  height: 100%;
  z-index: 1001;
}

.prl_menu{
    margin-top:450px;
    height:100%;
}

.list_menu{
    list-style:none;
    padding:10px 0 0;
    margin:0;
    width:183px;
	border:1px solid #189f4d;
	background:#13582e;
	float:left;
}
.list_menu2{
    list-style:none;
    padding:0;
	margin:0;
    width:183px;
	border:1px solid #189f4d;
	background:#13582e;
	float:right;
}

/* BUTTONS */

.button{
    border:none;
    outline:none;
    width:55px;
    height:203px;
    padding:0;
    cursor:pointer;
}
.button:focus {outline:none;}
.sbutton{
	background:none
}

.pbutton{
    background-color:#3498db;
    border-bottom:solid 1px #2980b9;
}

/* TRANSITIONS */

.slide_left_open,.slide_left_close,.slide_right_open,.slide_right_close,.slide_top_open,.slide_top_close,.push_left_open,.push_left_close,.body_close,.body_open_left,.body_open_right,.push_right_open,.push_right_close{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* SLIDE LEFT MENU */

.slide_left_close{
    position:fixed;
    left:-183px;
}

.slide_left_open{
    left:0px;
}
.slide_left-item {margin-bottom:10px;text-align:center;}
.slide_left-item a {display:inline-block;width:168px;border:1px solid #189f4d;background: #11542b;background: -moz-linear-gradient(top, #11542b 0%, #062e16 100%);background: -webkit-linear-gradient(top, #11542b 0%,#062e16 100%);background: linear-gradient(to bottom, #11542b 0%,#062e16 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11542b', endColorstr='#062e16',GradientType=0 );}
.slide_left-item a:hover {background:#0e5128;}
.slide-left-dl {margin:4px auto;width:112px;height:22px;background:#ffae12;border-radius:10px;font-size:12px;color:#000;text-transform:uppercase;padding-top:3px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}

/* SLIDE RIGHT MENU */

.slide_right_close{
    position:fixed;
    right:-183px;
}

.slide_right_open{
    right:0px;
}

#slide_right > ul > li {border-top:1px solid #189f4d;border-bottom:1px solid #000;font-size:0;padding:10px 6px;width:100%;}
#slide_right > ul > li > span {vertical-align:top;display:inline-block;}
.right-txt {margin-left:10px;width:calc(100% - 39px);font-size:14px;color:#fff;padding-top:3px;}
.right-txt a, .right-txt a:focus {color:#fff;}
.right-txt a:hover {color:#e9ae53;}
.right-qr {width:126px;border:1px solid #189f4d;background:#0b3f20;padding:4px;margin:10px auto 0;}

/*------------*/
#slide_left > ul > li > a {
  cursor: pointer;
}