/* ============================================
   SOS Medical Liban - Products Page Styles
   ============================================ */
/*************************************** start menu **************************************************/

.main_holder{
	float:none;
	display:table;
	margin:20px auto;
}

	/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    background-color: var(--primary);
    z-index: 1;
    overflow-x: hidden;
    padding-top: 10px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn2 ,
.sidenav a, .dropdown-btn {
    padding: 3px 8px 3px 16px;
    text-decoration: none;
    font-size: 15px;
    color: var(--white);
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
	font-family: Aldo_PC;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn2:hover ,
.sidenav a:hover, .dropdown-btn:hover {
    color: var(--accent);
}

.sidenav_single{
	position:relative;
	top:-7px;
}

/* Add an active class to the active dropdown button */
.active-side {
    background-color: var(--primary-dark) !important;
    color: white !important;
}
.fa-caret-down {
    float: right;
    padding-right: 8px;
	position: relative;
	top: -5px;
}
.fa-caret-right {
    float: right;
    padding-right: 8px;
	position: relative;
	
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: var(--primary-dark);
    /*padding-left: 8px;*/
	margin: 0px 0px 10px;
	font-family: Aldo_PC;
}

.dropdown-container a{
	color: #FFFFFF;
	padding: 8px 8px 7px 28px;
}
.dropdown-container a:hover{
	background-color: var(--accent);
	color: var(--white);
}
.sub1{
	position: absolute;
	width: 200px;
	left: 200px;
	margin-top: -29px;
	background-color: var(--primary-dark);
	display:none;
	z-index: 999;
}
.sub1 a,.sub2 a{
	padding-bottom: 7px;
}
.sub1_title{
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	font-family: Aldo_PC;
	padding: 8px 8px 7px 28px;
}
.sub1_title:hover,.sub1 a:hover,.subactive{
	background-color: var(--accent) !important;
	color: var(--white) !important;
}

.sub2_title{
	color: #FFFFFF;
	padding: 8px 8px 8px 28px;
}
.sub2_title:hover{
	background-color: var(--accent);
	color: var(--white);
}
.sub2{
	position: absolute;
	width: 200px;
	left: 200px;
	margin-top: -29px;
	background-color: var(--primary-dark);
	display:none;
}

.eng_holder{
	float:none;
	margin:0px auto;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
@media (max-width: 1024px){
	
	.prodmenu,
	.sidenav
	{
		width:100% !important;
	}
	
	.slider{
		width: 100%;
		padding: 20px 0px;
	}
	
}

/*************************************** end menu ***************************************************/


/************************************** start slider ************************************************/

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.slid_loader_div{
	width:64px;
	margin: 0px auto;
}
.slid_loader_div img{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px; /* -1 * image width / 2 */
  margin-top: -32px; /* -1 * image height / 2 */
}
/************************************** end slider ************************************************/