/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
	overflow-x: hidden;
}

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	right: 220px;
	width: 0;
	height: 100%;
	margin-right: -220px;
	overflow-y: auto;
	background: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: -2px -2px 15px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:  -2px -2px 15px rgba(0, 0, 0, 0.55);
	box-shadow:    -2px -2px 15px rgba(0, 0, 0, 0.55);
}

#wrapper.toggled #sidebar-wrapper {
	width: 220px;
}


@media (min-width:768px) {

#sidebar-wrapper {
	right: 290px;
	margin-right: -290px;
}

#wrapper.toggled #sidebar-wrapper {
	width: 290px;
}


}


.sidebar_content{	
	float:left;
	width:100%;
}

.sidebar_close{	
	float:left;
	width:100%;
	padding-top:15px;
}
	
.sidebar_close a{
	float:left;
	width:100%;
	 color:#000;
	 padding:6px;
	 padding-left:14px;
	 padding-right:14px;
	 font-size:16px;
	 font-weight:bold;
	 text-transform:uppercase;
}

#wrapper1 {
	padding-right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper1 {
	z-index: 1000;
	position: fixed;
	left: 240px;
	width: 0;
	height: 100%;
	margin-left: -240px;
	overflow-x: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

#wrapper1.toggled #sidebar-wrapper1 {
	width: 220px;
	padding-right:20px;
}


@media (min-width:768px) {

#sidebar-wrapper1 {
	right: 290px;
	margin-right: -290px;
}

#wrapper1.toggled #sidebar-wrapper1 {
	width: 270px;
	padding-right:20px;
}

}

.sidebar_content1{	
	float:left;
	width:100%;
	background: #FFF;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.55);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.55);
}


.sidebar_close2{	
	float:left;
	width:100%;
	padding-top:15px;
	padding-right:0px;
}
	
.sidebar_close2 a{
	 float:right;
	 width:100%;
	 text-align:right;
	 color:#000;
	 padding:6px;
	 padding-left:14px;
	 padding-right:14px;
	 font-size:16px;
	 font-weight:bold;
	 text-transform:uppercase;
}



.odon_list{
    float:left;
	padding:0px;
	margin:0px;
	padding-left:15px;
	list-style:none;
	display:none;
}
.odon_list li{
	float:left;
	text-align:center;
	margin-right:15px;
}

.odon1 img{
	width:100px;
}

@media (min-width:768px) {
	.odon_list{
	  display:block;	
	}
}

/*
.odon_list{
    float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

.odon_list li{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}

.odon_list li:last-child{
   border-bottom:0px;
}

.odon_list li .odon1{
	float:left;
	width:100%;
}

.odon1 img{
	width:70px;
}

.odon_desc{
	float:left;
	width:100%;
	padding-left:5px;
	padding-right:5px;
  	text-transform:uppercase;
  	font-size:12px;
  	color:#333;
}

@media (min-width:768px) {
	.odon1 img{
		width:90px;
	}
	.odon_desc{
		font-size:14px;
	}
	
}