@charset "utf-8";
/* CSS Document */

/* ==== HEADER ==== */


.section-header .header {
	position: relative;
	z-index: 100;
}
.logo-img {
	position: absolute;
	top: 0px;
	z-index:500;
}
.logo-img img {
	display: block;
}
.header-right-block {
	float:right;
	margin: 10px 0 0px;
	position:relative;
	z-index:500;
}
header li {
	list-style: none;
}
.header-right-block li.phone {
	color: #d80f81;
	font-size: 13px;
clear: both;
text-align: left;
font-family: 'Source Sans Pro', sans-serif;
color: #a9a5a5;
}
.header-right-block li a {
	display: block;
	height: 32px;
	width: 32px;
}
.header-right-block li {
	float:left;
	margin: 0 0 0 15px;
	line-height: 32px;
}
.header-right-block li.twitter a {
	/*background: url("../images/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.header-right-block li.facebook a {
	background: url("../images/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}
#navigation {
	background: none repeat scroll 0 0 rgba(51, 51, 51, 0.6);
	width: 100%;
	z-index: 99;
	font-size:14px;
	float:left;
	height:115px
	
}

#navigation .inner {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 200px;
}
#navigation .inner:before {
	color: #fff;
	/*content: "AL HASHAR PHARMACY L.L.C";*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	left: 50px;
	line-height: 44px;
	position: absolute;
}
#navigation ul > li {
	
	margin: 0 10px 0 0;
       position: relative;
       transition: all 0.2s ease 0s;
       margin-left:-8px;
	
}
#navigation ul > li:last-child {
	background: none;
}
#navigation ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	display: inline-block;
	padding: 15px 5px 15px 5px;
}
#navigation ul li a.active,
#navigation ul li a:hover {
	color:#F00;
}
#navigation ul li ul.dropdown-menu {
	background: none repeat scroll 0 0 rgba(51, 51, 51, 0.74);
	box-shadow: none;
	left: 0;
	opacity: 0;
	padding: 0 0 5px;
	position: absolute;
	top: 57px;
	transition: opacity 0.2s ease 0s;
	visibility: hidden;
	border-top:2px #0a1861 solid;
	/*min-width: 180px;*/
	border-radius: 0 0 3px 3px;
	text-align: left;
}
#navigation ul li:hover ul.dropdown-menu {
	opacity: 1;
	visibility: visible;
}
#navigation ul > li li {
	background: none;
	margin:0;
	display: block;
	border-bottom:1px #999 solid;
}
#navigation ul li li a {
	padding: 8px 15px;
}
/*--- RESPONSIVE NAV --- */

.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 130%;
	display: block;
	list-style: none;
	text-align:left
}
.nav-collapse li {
	display: inline;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	zoom: 1;
}
.nav-collapse.opened {
	max-height: 9999px;
}
.disable-pointer-events {
	pointer-events: none !important;
}
.nav-toggle {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
 @media screen and (min-width: 42em) {
 .js .nav-collapse {
 position: relative;
}
 .js .nav-collapse.closed {
 max-height: none;
}
 .nav-toggle {
 display: none;
}
}
/*-- END RESPONSIVE NAV --- */
#banner {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.flexslider {
	border: medium none;
	border-radius: 0;
	margin:0;
}
#banner ol.flex-control-nav {
	display: none;
}
.categories {
	bottom: 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.categories .inner {
	text-align: center;
}
.categories ul li {
	float: left;
	padding: 0 10px;
	width: 20%;
	list-style: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ====  END HEADER ==== */
