.fixed-side-bar{     position: fixed;
    background-color: #79b931;
    top: 50%;
    right: 0px;
    transform-origin: 100% 100%;
    transform: rotate(-90deg) translateY(0vw);
    margin-top: -100px;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600; z-index: 99; }
.fixed-side-bar:hover{ background-color: #188ad6; color: #fff; }

.sidebar h4{       color: #188ad6;
    margin-bottom: 22px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;}

.navcol{
	width:50%;
	float:left;
	padding:20px 50px;
	
}
.sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}
.sidebar ul li{
    margin: 0 0 10px 0;
	border-bottom:1px solid #DEDEDE;
    padding: 0;
	width:100%;
	float:left;
}

.sidebar h2{
	font-size:30px;
	font-weight:600;
	line-height:normal;
	color:#0DA586;
	}

.sidebar h1 span{
	font-weight:300;
}

.sidebar ul li a{
	width:100%;
	float:left;
	display:block;
	color: #E31C59;
	font-weight:600;
	font-size:16px;
	line-height:normal;
	
	
}
a .sidebar ul li span, .sidebar ul li span{
	font-size:14px;
	color:#898989;
	font-weight:400;
}

.sidebar ul li a:hover{
	color:#1966B0;
	}
	


/***************************************/

.sidebar {
      position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    max-width: 160px;
    background: #fff;
    padding: 60px 50px 50px 50px;
    border: 0;
    background-image: url(../images/menu-bg.jpg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 30px rgb(0 0 0 / 34%);
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.35, 0.38, 0.07, 0.83);
    overflow: auto;
}

.sidebar .close .btn-close {
	
	width:50px;
	height:50px;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	background-color:#000;
	z-index:10;
	font-size:0;
	text-indent:-999999999px;

	
}
/*.sidebar .close .btn-close:hover{
	background-color:#EC297B;
}*/


.sidebar .close .btn-close:after, .sidebar .close .btn-close:before {
  width:30px;
  height:1px;
     -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	position:absolute;
	left:10px;
	top:24px;
	content:'';
	background-color:rgba(255, 255, 255 ,0.9);
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.sidebar .close .btn-close:before{
 -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidebar .close .btn-close:hover:after, .sidebar .close .btn-close:hover:before{
	background-color:rgba(255, 255, 255 ,0.5);
	}

.sidebar.right {
  left: initial;
  right: 0;
 /* box-shadow: -10px 0 30px rgba(0,0,0,0.15);*/
  transform: translateX(100%)
}

.sidebar.right .close .btn-close {
	float: left; }

.sidebar.active {
	transform: translateX(0) }



.sidebar .content {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;	
	padding:0;
	overflow:hidden !important;
  
}
@media only screen and (max-width: 1180px) {
.sidebar {
   max-width: 100% !important;
    padding:20px;
}

.navcol{
	width:100%;
	padding:20px;
}

}

@media only screen and (max-width: 768px) {

.sidebar .close .btn-close {
	top:10px;
}

}
