/*
Theme Name: Al Sharq Media Management
Author: Xpert Team
Author URI: http://www.xpert-online.com/
Developer : asLin

-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	margin: 0 auto;
	outline: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
img {border: none;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

	
/* Links */
a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
	color: #d4294a;
}

/* =Structure
----------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#page{
	margin: 0 auto;
	width: 1003px;
}


/* =Header
----------------------------------------------- */
#header-wrapper{
	float: left;
	width: 100%;
	height: 113px;
	background-image: url(images/header-bg2.jpg);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}
/**/
.header{
	float: left;
	width: 983px;
	height: 113px;
	padding: 0px 10px;
	position: relative;
}
.header-transparent-bg img{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 784px;
	height: 113px;
	z-index: -2;
}
.header-logo-white-bg{
	position: absolute;
	width:55%;
	height: 113px;
	background-color: #fff;
	top: 0px;
	left: -400px;
}
/**/
.logo{
	float: left;
	width: 253px;
	height: 113px;
	background: url(images/logo-bg.png) no-repeat;
	background-position: -2px -55px;
	position: relative;
}
.logo img{
	position: absolute;
	top: 17px;
	right: 55px;
}
/**/
.languages-switcher{
	position: absolute;
	width: 120px;
	right: 12px;
	top: 0px;
	font-family: 'Droid Arabic Kufi', Tahoma !important;
}
.languages-switcher ul{
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
}
.languages-switcher li{
	float: left;
	list-style: none;
	margin-left: 10px;
}
.languages-switcher li a{color: #000000; padding: 0px 3px;}
.languages-switcher li a:hover{color: #a1a1a1; border-bottom: 1px solid #d4294a; text-decoration: none !important;}
.languages-switcher li.current-lang a{color: #fff; border-bottom: 1px solid #d4294a;}

/*Main Menu*/
.main-menu{
	float: left;
	margin: 46px 0px 0 0px;
	z-index: 3;
}
.main-menu ul{
	margin: 0;
	padding: 0;
}
.main-menu li { 
	float: left; 
	position: relative; 
	padding: 0; 
	list-style: none;
	background: none;
}
.main-menu li:last-child a{
	border-right: none !important;
}
.main-menu li a { 
	display: block; 
	padding: 0px 10px; 
	color: #686666; 
	text-decoration: none;
	font-size: 12.5px;
	font-weight: bold;
	border-right: 2px solid #686666;
	line-height: 13px;
	margin-bottom: 13px;
}
.main-menu li a:hover{ 
	color: #d4294a; 
}
.current-menu-item a{
	color: #d4294a !important;
}
.current-menu-ancestor a, .current-menu-parent a{
	color: #d4294a !important;
}

/*-----sub-menu-----*/
.main-menu li ul {
	display: none;
	opacity: 0; 
	position: absolute; 
	left: 0px;
	width: 350px;
	list-style-type: none; 
	padding: 0; 
	margin: 0px 0 0 0;
	z-index: 999999;
	top: 26px;
}
.main-menu li:hover ul { 
	opacity: 1;
	display: block;
}
.main-menu li ul li {
	float: left;
	height: 0; 
	line-height: 0; 
	background: none;
	margin: 0;
	padding: 0;
}
.main-menu li:hover ul li { 
	height: 34px; 
}
.main-menu li ul li a {
	padding: 11px 20px;
	white-space: nowrap;
	background: rgb(105, 76, 76);
	border-right: 2px solid #793232;
	color: #D3C5C5;
}
.main-menu li ul li a:hover {
	color: #fff !important;
	background: rgb(105, 76, 76);
}
.current-menu-ancestor ul li a, .current-menu-parent ul li a{
	color: #D3C5C5 !important;
}
.current-menu-ancestor ul li.current-menu-item a, .current-menu-parent ul li.current-menu-item a{
	color: #fff !important;
}
/** end of main-menu **/



/* =Content
----------------------------------------------- */
#content-wrapper{
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	z-index: -1;
}
/**/
#home-aboutus-wrapper{
	float: left;
	width: 100%;
	height: 307px;
	background-color: #c5992d;
	position: relative;
}
.home-aboutus{
	float: left;
	width: 983px;
	height: 307px;
	padding: 0px 10px;
	position: relative;
}
.home-aboutus-image{
	position: absolute;
	top: 0px;
	left: 133px;
	width: 947px;
	height: 307px;
	z-index: 5;
}
.home-aboutus-image img{
	width: 947px;
	height: 307px;
}
.home-aboutus-image-righ-bg{
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/home-aboutus-right-bg2.jpg) no-repeat;
	background-position: 0px 0px;
	width: 356px;
	height: 307px;
	z-index: 4;
}
.home-aboutus-transparent-bg{
	position: absolute;
	top: 0px;
	left: -175px;
	background: url(images/home-aboutus-transparent-bg.png) no-repeat;
	background-position: 0px -56px;
	width: 1140px;
	height: 307px;
	z-index: 8;
}
/**/
.home-aboutus-text-blog{
	float: left;
	width: 343px;
	margin-left: 34px;
	margin-top: 100px;
	z-index: 9 !important;
	position: relative;
}
.home-aboutus-text-blog h1{
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size:25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.home-aboutus-text-blog p{
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size:13px;
	color: #efefef;
	text-align: center;
}
/**/

#services{
	float: left;
	width: 100%;
	background: url(images/content-bg1.png) no-repeat;
	background-position: -126px 0px;
}
/*.home-content-bg{
	position: absolute;
	left: -622px;
	top: -30px;
	background: url(images/home-content-bg.png) no-repeat;
	background-position: 0px 0px;
	width: 1960px;
	height: 640px;
	z-index: -10;
}*/
#our-services{
	float: left;
	width: 983px;
	padding: 0px 10px;
	position: relative;
	z-index: 2;
}
#our-services h1{
	margin: 26px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	font-size:25px;
	color: #811429;
	text-transform: uppercase;
	background: url(images/title-icon.png) no-repeat;
	background-position: 0px 3px;
}
.single-service{
	margin: 15px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 225px;
	height: auto;
	position: relative;
}
.single-service img{
	width: 177px;
	height: 168px;
	display: block;
	text-align: center;
	margin: 0px auto;
}
.single-service h3{
	margin: 12px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #707070;
	text-transform: uppercase;
	text-align: center;
}
.single-service p{
	margin: 0px 0px;
	padding: 0;
	font-size:12px;
	font-weight: normal;
	color: #676767;
	text-align: center;
}
.single-service a{
	text-decoration: none;
}

/**/
#photo-gallery-carousel-blog{
	float: left;
	width: 1003px;
	height: 259px;
	z-index: 2;
	position: relative;
}
#photo-gallery-carousel-blog h1{
	margin: 26px 0px 15px 10px;
	padding: 0px 0px 0px 35px;
	font-size:25px;
	color: #811429;
	text-transform: uppercase;
	background: url(images/title-icon.png) no-repeat;
	background-position: 0px 3px;
}
#photo-gallery-carousel-blog .view-more{
	position: absolute; top: 53px; right: 0px; font-weight: 600;
}
.sliderkit-nav-left-bg{ position: absolute; left:-44px;bottom:29px;width:44px;height:160px;padding:0px;background: url(images/carousel-left-bg.png) no-repeat;}
.sliderkit-nav-right-bg{ position: absolute; right:-44px;bottom:29px;width:44px;height:160px;padding:0px;background: url(images/carousel-right-bg.png) no-repeat;}
.sliderkit-nav-bottom-bg{ position: absolute; right:-44px;bottom:0px;width:299px;height:29px;padding:0px;background: url(images/carousel-bottom-bg.png) no-repeat;}



/* =Subpages
----------------------------------------------- */
#content-banner{
	float: left;
	width: 100%;
	height: 186px;
	background-color: #c5992d;
}
.subpage-banner{
	float: left;
	width: 1003px;
	height: 186px;
	position: relative;
	z-index: 2;
}
.subpage-banner img{
	position: absolute;
	width: 1115px;
	height: 186px;
	top: 0px;
	right: 0px;
	
}
.content-title h1{
	position: absolute;
	bottom: 0px;
	left: 22px;
	margin: 0px 0px 0px 0px;
	padding: 24px 0px 24px 60px;
	font-size:22px;
	color: #fff;
	text-transform: uppercase;
	background: url(images/content-title.png) no-repeat #811429;
	background-position: 0px -14px;
	z-index: 2 !important;
	width: 921px;
}

/**/
.content-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 846px;
	background: url(images/content-bg.png) no-repeat;
	background-position: -303px 0px;
	z-index: -1;
}
#content-body{
	float: left;
	width: 923px;
	min-height: 600px;
	z-index: 3 !important;
	padding: 40px 40px;
	background: url(images/content-body-bg.png) repeat;
}
#content-body p{
	margin: 0px 0px 8px;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 21px;
	clear: both;
}
#content-body h2, #content-body h2>a{
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 7px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #811429;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

#content-body h3{
	margin: 0px 0px 2px 0px;
	font-size: 14px;
	color: #a64659;
	text-transform: uppercase;
}
#content-body ul{
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin-left: 15px;
}
#content-body ul li{
	list-style: square;
	margin-bottom: 8px;
}
/**/

.contactus-content{
	float: left;
	width: 500px;
}
.contactus-form{
	float: right;
}
.contactus-form input[type="text"], .contactus-form input[type="email"] {
	width: 250px;
	height: 25px;
	padding: 1px 5px;
	margin: 0px 0px 10px 0px;
	border: none;
}
.contactus-form textarea{
	width: 250px;
	height: 100px;
	padding: 1px 5px;
	margin: 0px 0px 10px 0px;
	border: none;
}
.contactus-form input[type="submit"]{
	width: 100px;
	height: 30px;
	padding: 1px 5px;
	margin: 0px 0px 10px 0px;
	border: none;
	background: #a1a1a1;
	color: #000;
	cursor: pointer;
}
.contactus-form input[type="submit"]:hover{
	background: #d4294a;
	color: #fff;
}

.location-map{
	float: left;
	margin-top: 20px;
}


/*** Event Cat List ***/
ul.events-cat-list{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
}
ul.events-cat-list li{
	margin: 0px 0px 10px 0px;
	padding: 6px 15px 6px 35px;
	background: url(images/event-list.png) no-repeat;
	background-position: 5px 50%;
	background-color: rgb(236, 236, 236);
	float: left;
	clear: both;
	font-weight: bold;
	color: #333;
	list-style: none !important;
}
.table-1{
	float: left;
	margin: 20px 0px;
	color: #333;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
}
.table-1 td{
	margin: 0px 0px;
	padding: 2px 8px;
	background-color: rgb(236, 236, 236);
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-right: none;
	height: 25px;
	vertical-align: middle;
	font-size: 13px;
}
.table-1 td.head{
	background-color: #811429;
	color: #fff;
	vertical-align: middle;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	
}



/* News Media Template */
.single-news-body{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.news-picture{
	float: left;
	clear: both;
}
.news-picture img{
	margin-right: 5px;
	margin-bottom: 20px;
	border: 1px solid #C9C9C9;
	padding: 5px;
}
.news-content{
	float: left;
	margin-left: 20px;
	width: 585px;
}
.news-content h3{
	padding: 0px 0px 12px 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-size: 16px !important;
	color: #811429 !important;
	text-transform: none !important
}
.news-content p{
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-size: 12px !important;
}
.news-content .news-post-date{
	float: left;
	background: #D5D5D5;
	margin: 5px 0px;
	padding: 3px 6px;
	font-size:11px;
	color: #000;
	border-bottom: 1px solid #999;
}
.read-more{
	margin-top: 16px;
}
.read-more a{
	width: 100px;
	height: 30px;
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
	background: #a1a1a1 !important;
	color: #000 !important;
	cursor: pointer;
}
.read-more a:hover{
	background: #d4294a !important;
	text-decoration: none !important;
	color: #fff !important;
}
/**/


/* OUR PRODUCTS & SERVICES Template */
.single-service-body{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.service-picture{
	float: left;
	clear: both;
}
.service-picture img{
	border: none !important;
	margin-right: 5px;
	margin-bottom: 20px;
}
.service-content{
	float: left;
	margin-left: 20px;
	margin-top: 23px;
	width: 585px;
}
.service-content h3{
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-size: 16px !important;
	color: #811429 !important;
	text-transform: uppercase !important
}
.service-content p{
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	font-size: 12px !important;
}

/** NextGEN Gallery Style **/
.ngg-album-compactbox {
	background: url(images/albumset.png) no-repeat scroll 0% !important;
	width: 295px !important;
	height: 202px !important;
	padding: 0px 0pt 0pt 0px !important;
	border-radius: 0px !important;
	border: none !important;
    background-size: 256px 198px !important;
}
.ngg-album-compactbox:after, .ngg-album-compactbox:before {
	display: none;
}
.ngg-album-compactbox .Thumb {
	margin: 26px 0px 0px 27px !important;
	border: 1px solid rgb(162, 162, 162) !important;
}
.ngg-album-compact h4 {
	margin: 10px 35px 0px 12px !important;
	text-align: center !important;
}
.ngg-album-compact h4 .ngg-album-desc {
	height: auto !important;
	text-align: center !important;
}
.ngg-gallery-thumbnail img {
	padding: 11px !important;
}
.ngg-gallery-thumbnail img:hover{
filter: grayscale(100%);
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); -o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
}
.ngg-album-compact {
	width: 295px;
	height: 250px;
}


/* =Footer
----------------------------------------------- */
#footer-wrapper{
	float: left;
	width: 100%;
	background-color: #c5992d;
	z-index: 4;
}
.footer{
	float: left;
	width:986px;
	padding: 30px 10px;
}

/**/
.left-blog{
	float: left;
}
.left-blog p{
	font-size: 13px;
	color: #ccc;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 101px;
	line-height: 20px;
}
.left-blog .civil-logo{
	float: left;
}
.left-blog .itms-logo{
	float: left; margin-left: 40px;
}

/**/
.right-blog {
	float: right;
}
.right-blog ul.sponsors{
	margin: 0px 0px; padding: 0px;
}
.right-blog ul.sponsors li{
	float: left; list-style: none; width: 110px;
}
.right-blog ul.sponsors li .title{
	font-size: 12px; color: #ccc; float: right; margin-bottom: 10px; font-weight: bold;
}
.right-blog ul.sponsors li .pic{
	float: right; width: 65px; height: auto; background: none;
}
.right-blog ul.sponsors li .pic img{
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
/**/

.footer-copyright{
	float: left;
	width: 100%;
	background-color: #811429;
	text-align: center;
	color: #b64c61;
	font-size: 12px;
	padding: 10px 0px;
}
/* Bottom Social Media */
.bottom-social-icon{
	margin: 0; padding:0; float: right;width: 35px;
}
.bottom-social-icon li{
	list-style: none; width: 35px; height: 35px; margin: 5px 0px 0px 0px; float: right;
}
.bottom-social-icon li a{
	float: left; width: 35px; height: 35px;
}
.bottom-social-icon li a.facebook{
	background: url(images/facebook-icon1.png) no-repeat;
}
.bottom-social-icon li a.twitter{
	background: url(images/twitter-icon1.png) no-repeat;
}
.bottom-social-icon li a.instagram{
	background: url(images/instagram-icon1.png) no-repeat;
}
.bottom-social-icon li a.mail{
	background: url(images/mail-icon1.png) no-repeat;
}
.bottom-social-icon li a.linkedin{
	background: url(images/linkedin-icon1.png) no-repeat;
}