/*!
 * Syrian eGov Portal
 *
 * Copyright 2013 TeachArabia
 * http://www.teacharabia.com
 *
 * Main stylesheet, overrides rules applied by Bootstrap.
 */
 
 
/*
 * FONT FACES
 */
@font-face {
	font-family: 'GE SS Two';
	src: url('../fonts/GE-SS-Two-Light.eot');
	src: local('☺'), url('../fonts/GE-SS-Two-Light.woff') format('woff'), url('../fonts/GE-SS-Two-Light.ttf') format('truetype'), url('../fonts/GE-SS-Two-Light.svg') format('svg');
	font-weight: 100; /* lighter (use 100 for stupid IE) */
	font-style: normal;
}
@font-face {
	font-family: 'GE SS Two';
	src: url('../fonts/GE-SS-Two-Medium.eot');
	src: local('☺'), url('../fonts/GE-SS-Two-Medium.woff') format('woff'), url('../fonts/GE-SS-Two-Medium.ttf') format('truetype'), url('../fonts/GE-SS-Two-Medium.svg') format('svg');
	font-weight: 400; /* normal */
	font-style: normal;
}
@font-face {
	font-family: 'GE SS Two';
	src: url('../fonts/GE-SS-Two-Bold.eot');
	src: local('☺'), url('../fonts/GE-SS-Two-Bold.woff') format('woff'), url('../fonts/GE-SS-Two-Bold.ttf') format('truetype'), url('../fonts/GE-SS-Two-Bold.svg') format('svg');
	font-weight: 700;/* bold */
	font-style: normal;
}


/*
 * GENERAL
 */
html, body {
	direction:rtl;
}


/*
 * JAVASCRIPT DISABLED
 */
html.no-js #featured-wrapper,
html.no-js #marquee-ribbon {
	display: none;
}


body {
		border-top: 5px solid #7f2525;
}


/*
 * UTILITIES BAR: the red bar at the top
 */
#util-bar {
	/*background-color: #aa3232; 
	background-image: url(../img/util-bar-bg.png); 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aa3232), to(#961414));
	background-image: -webkit-linear-gradient(top, #aa3232, #961414); 
	background-image:    -moz-linear-gradient(top, #aa3232, #961414);
	background-image:     -ms-linear-gradient(top, #aa3232, #961414);
	background-image:      -o-linear-gradient(top, #aa3232, #961414);
	background-position: bottom center;
	background-repeat: repeat-x;
	
	border-bottom: 5px solid #e5c4c4;
	border-top: 1px solid #af3d3d;
	box-shadow: 0px -5px 0px #7f2525;
	margin-top: 5px;*/
	min-height: 49px;
}
	/*#util-bar .span13 {
		background-color: #aa3232; 
		background-image: url(../img/util-bar-bg.png); 
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aa3232), to(#961414));
		background-image: -webkit-linear-gradient(top, #aa3232, #961414); 
		background-image:    -moz-linear-gradient(top, #aa3232, #961414);
		background-image:     -ms-linear-gradient(top, #aa3232, #961414);
		background-image:      -o-linear-gradient(top, #aa3232, #961414);
		background-position: bottom center;
		background-repeat: repeat-x;
		
		border-radius:  0 0 10px 10px;
		box-shadow: 0 2px 0 #fff, 1px 1px 5px rgba(0, 0, 0, .5);
		min-height: 49px;
	}*/

	#util-bar a {
		text-decoration: none;
	}
	
  #switch-lang {
		background: #7f2525;
		border-radius: 0 0 10px 10px;
		color: #ffb2b2;
		display: inline-block;
		float: left;
		margin: -1px 20px 0 0;
		padding: 8px 9px;
		position: relative;
	}
	#switch-lang:hover {
		color: #fff;
	}
	#switch-lang:before, #switch-lang:after {
		background: url(../img/switch-lang-btn.png) right top no-repeat;
		content: '';
		display: block;
		height: 10px;
		position: absolute;
		right: -10px;
		top: 0;
		width: 10px;
	}
	#switch-lang:after {
		background-position: left top;
		left: -10px;
		right: auto;
	}
	
	#font-sizes {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 14px 0 0;
	}
		#font-sizes li {
			display: inline-block;
			float: right;
			padding: 0 0 0 5px;
		}
			#font-sizes a {
				background: #ffd9d9;
				border: 1px solid #e58a8a;
				border-left-color: #cc5252;
				border-top-color: #cc5252;
				color: #cc5252;
				display: inline-block;
				font-size: 0;
				height: 16px;
				line-height: 16px;
				margin-top: 3px;
				text-align: center;
				text-shadow: 1px 1px 0 #ffffff;
				width: 16px;
			}
			#font-sizes a:before {
				content: 'A';
				display: inline-block;
				font-size: 10px;
			}
			#font-sizes a:hover {
				background: #7f2525;
				border: 1px solid #cc5252;
				border-left-color: #5f1c1c;
				border-top-color: #5f1c1c;
				color: #ffffff;
				text-shadow: none;
			}
			#font-sizes a.increase {
				height: 19px;
				line-height: 19px;
				margin-top: 0;
				width: 19px;
			}
			#font-sizes a.increase:before {
				font-size:12px;
			}
			#font-sizes a.decrease {
				height: 13px;
				line-height: 13px;
				margin-top: 6px;
				width: 13px;
			}
			#font-sizes a.decrease:before {
				font-size:8px;
			}
			
	#util-nav {
		display: inline-block;
		float: left;
	}
	  #util-nav li {
			display: inline-block;
			float: right;
			padding: 12px 22px 0 20px;
		}
		#util-nav a {
			color: #525f66;
			display: inline-block;
			font: 12px Tahoma;
			position: relative;
			text-shadow: 1px 1px 0 #ffffff;
		}
		#util-nav a:before {
			background: url(../img/util-nav-icons.png) center top no-repeat;
			content: '';
			display: inline-block;
			height: 16px;
			margin-right: -22px;
			position: absolute;
			width: 16px;
		}
		#util-nav a.contact:before {
			background-position: center bottom;
		}
		#util-nav a:hover {
			color: #961414;
		}
	
	#login-area {
		display: inline-block;
		float: left;
		margin-top: 9px;
		position: relative;
	}
	  #login-area a.login-btn {
			background-color: #ececec;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ececec), color-stop(0.5, #e5e5e5), to(#f2f2f2));
			background-image: -webkit-linear-gradient(top, #ffffff, #ececec 50%, #e5e5e5 50%, #f2f2f2);
			background-image:    -moz-linear-gradient(top, #ffffff, #ececec 50%, #e5e5e5 50%, #f2f2f2);
			background-image:     -ms-linear-gradient(top, #ffffff, #ececec 50%, #e5e5e5 50%, #f2f2f2);
			background-image:      -o-linear-gradient(top, #ffffff, #ececec 50%, #e5e5e5 50%, #f2f2f2);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);

			
			border: 1px solid #cccccc;
			border-radius: 10px;
			display: inline-block;
			color: #333333;
			font: 13px 'GE SS Two';
			height: 28px;
			line-height: 28px;
			outline: none;
			padding: 0 10px;
		}
		#login-area a.login-btn:hover {
		  color: #aa3232;
		}
		#login-area form {
			background-color: #ffffff;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
			background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
			background-image:    -moz-linear-gradient(top, #ffffff, #eeeeee);
			background-image:     -ms-linear-gradient(top, #ffffff, #eeeeee);
			background-image:      -o-linear-gradient(top, #ffffff, #eeeeee);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
			
			border: 1px solid #cccccc;
			border-top: none;
			border-radius: 10px;
			box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .15);
			display: none;
			left: 0;
			padding: 10px;
			position: absolute;
			top: 28px;
			width: 185px;
			z-index: 1000;
		}
			#login-area form input {
				border-radius: 10px;
				width: 172px;
			}
	#login-area.open {
	}
		#login-area.open a.login-btn {
			background-color: #ffffff;
			background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#eeeeee));
			background-image: -webkit-linear-gradient(bottom, #ffffff, #eeeeee);
			background-image:    -moz-linear-gradient(bottom, #ffffff, #eeeeee);
			background-image:     -ms-linear-gradient(bottom, #ffffff, #eeeeee);
			background-image:      -o-linear-gradient(bottom, #ffffff, #eeeeee);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
			
			color: #aa3232;
		}
		#login-area.open form {
			display: block;
		}


/*
 * BRANDING AREA: header graphics, logo and search
 */
#branding {
	background: #ffffff url(../img/branding-bg-ie.jpg) center top no-repeat;
	background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(255, 255, 255, 0)), to(#ffffff)),
							url(../img/branding-bg.jpg) center top no-repeat,
							#fff;
	background: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff),
							url(../img/branding-bg.jpg) center top no-repeat,
							#fff;
	background:    -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff),
							url(../img/branding-bg.jpg) center top no-repeat,
							#fff;
	background:     -ms-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff),
							url(../img/branding-bg.jpg) center top no-repeat,
							#fff;
	background:      -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff),
							url(../img/branding-bg.jpg) center top no-repeat,
							#fff;
	background-size: cover;
	min-height: 100px;
}

  #portal-title {
		margin-top: 30px;
	}
	
	#search-form {
		/*margin-top: 80px;*/
		margin-top: 30px;
		text-align: left;
	}


/*
 * MAIN NAVIGATION
 */
#main-nav {
	margin-bottom: 10px;
}
  
	#main-nav .navbar-inner {
		background-color: #961414; 
		background-image: url(../img/main-nav-back-bg.png); 
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fe5a59), to(#961414));
		background-image: -webkit-linear-gradient(top, #fe5a59, #961414); 
		background-image:    -moz-linear-gradient(top, #fe5a59, #961414);
		background-image:     -ms-linear-gradient(top, #fe5a59, #961414);
		background-image:      -o-linear-gradient(top, #fe5a59, #961414);
		background-position: top center;
		background-repeat: repeat-x;
		
		border: 0;
		box-shadow: 0 0 3px rgba(0, 0, 0, .25), inset 0 0 0 1px #cc5252;
		filter: none;
		position: relative;
		min-height: 35px;
	}
		
		/* home button */
		#main-nav .brand {
			background: url(../img/home-icon.png) center top no-repeat;
			height: 30px;
			padding: 0 5px;
			margin-bottom: 3px;
			margin-top: 3px;
			text-indent: -99999px;
			width:40px;
		}
		#main-nav .brand:hover {
			background-position: center bottom;
		}
		
		/* remaining links */
	  #main-nav .nav {
			background-color: #fff;
			background-image: url(../img/main-nav-front-bg.png); 
			background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ececec), color-stop(0.5, #e5e5e5), to(#f2f2f2));
			background-image: -webkit-linear-gradient(top, #ffffff, #ececec 50%, #e5e5e5 50%, #f2f2f2);
			background-image:    -moz-linear-gradient(top, #ffffff, #ececec 50%, #e5e5e5 50%, #f2f2f2);
			background-image:     -ms-linear-gradient(top, #ffffff, #ececec 50%, #e5e5e5 50%, #f2f2f2);
			background-image:      -o-linear-gradient(top, #ffffff, #ececec 50%, #e5e5e5 50%, #f2f2f2);
			background-position: top center;
			background-repeat: repeat-x;
			
			border: 1px solid #cccccc;
			border-radius: 10px;
			box-shadow: 1px 0 0 rgba(0, 0, 0, .12), 2px 0 0 rgba(0, 0, 0, .08), 3px 0 0 rgba(0, 0, 0, .05);
			float: none;
			margin-left: -20px;
			margin-right: 30px;
		}
		#main-nav .nav:after {
			content: '';
			display: block;
			clear: both;
		}
		  #main-nav .nav li {
				position: relative;
			}
			#main-nav .nav li:after {
				background: url(../img/main-nav-divider.png) left center no-repeat;
				content: '';
				display: inline-block;
				left: -2px;
				height: 40px;
				position: absolute;
				top: -1px;
				width: 3px;
			}
			#main-nav .nav li.active:after {
				width: 2px;
			}
			#main-nav .nav li:last-child:after {
				display: none;
			}
				#main-nav .nav a {
					color: #999999;
					font: 14px 'GE SS Two';
					padding-bottom: 7px;
					padding-top: 7px;
					text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
				}
				#main-nav .nav a:hover, #main-nav .nav a:focus {
					color: #961414;
				}
				#main-nav .nav > .active > a {
					background: #999999;
					color: #e5e5e5;
					text-shadow: 1px 1px 3px rgba(102, 102, 102, .75);
				}
				#main-nav .nav > .active > a:hover, #main-nav .nav > .active > a:focus {
					color: #ffffff;
				}
				#main-nav .nav li:first-child a {
					border-radius: 0 10px 10px 0;
				}
				#main-nav .nav li:last-child a {
					border-radius: 10px 0 0 10px;
				}


/*
 * MAIN CATEGORIES
 */
#main-cats {
	margin-bottom: 25px;
	margin-top: 25px;
}
	#main-cats .navbar-inner {
		background-color: #8fa7b2; 
		background-image: url(../img/main-cats-bg.png); 
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7a8f99), to(#8fa7b2));
		background-image: -webkit-linear-gradient(top, #7a8f99, #8fa7b2); 
		background-image:    -moz-linear-gradient(top, #7a8f99, #8fa7b2);
		background-image:     -ms-linear-gradient(top, #7a8f99, #8fa7b2);
		background-image:      -o-linear-gradient(top, #7a8f99, #8fa7b2);
		background-position: top center;
		background-repeat: repeat-x;
		
		border: 0;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, .4), inset 0 2px 0 rgba(173, 194, 204, .5), inset 0 0 0 1px #6c7980;
		position: relative;
		filter: none;
		min-height: 30px;
	}
		#main-cats .nav {
			float: none;
		}
			#main-cats .nav li {
				width: 20%;
			}
			#main-cats .nav > .active {
				position: relative;
			}
				#main-cats .nav a {
					color: #333b40;
					font: 16px 'GE SS Two';
					padding-bottom: 5px;
					padding-top: 5px;
					text-align: center;
					text-shadow: 1px 1px 0 rgba(173, 194, 204, 1);
					white-space: nowrap;
				}
				#main-cats .nav a:hover, #main-cats .nav a:focus {
					color: #fff799;
					text-shadow: 1px 1px 1px rgba(51, 59, 64, .5);
				}
				#main-cats .nav > .active > a {
					background-color: #961414; 
					background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cc5252), to(#961414));
					background-image: -webkit-linear-gradient(top, #cc5252, #961414); 
					background-image:    -moz-linear-gradient(top, #cc5252, #961414);
					background-image:     -ms-linear-gradient(top, #cc5252, #961414);
					background-image:      -o-linear-gradient(top, #cc5252, #961414);
					filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc5252', endColorstr='#961414', GradientType=0);

					box-shadow: inset 0 0 0 1px #cc5252, 10px 0 5px -10px rgba(0, 0, 0, 1), -10px 0 5px -10px rgba(0, 0, 0, 1);
					color: #ffb2b2;
					margin-bottom: -10px;
					margin-top: -10px;
					padding-bottom: 15px;
					padding-top: 15px;
					text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
				}
				#main-cats .nav > .active > a:hover {
					color: #ffffff;
					text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
				}
				
				/* the four red triangles on the sides */
				#main-cats .nav > .active:before, #main-cats .nav > .active:after,
				#main-cats .nav > .active > a:before, #main-cats .nav > .active > a:after {
					border: 5px solid transparent;
					content: '';
					display: inline-block;
					height: 0;
					position: absolute;
					width: 0;
				}
				#main-cats .nav > .active:before {
					border-color: transparent transparent #961414 #961414;
					right: -10px;
					top: -10px;
				}
				#main-cats .nav > .active:after {
					border-color: #961414 transparent transparent #961414;
					bottom: -10px;
					right: -10px;
				}
				#main-cats .nav > .active > a:before {
					border-color: #961414 #961414 transparent transparent;
					bottom: -10px;
					left: -10px;
				}
				#main-cats .nav > .active > a:after {
					border-color: transparent #961414 #961414 transparent;
					left: -10px;
					top: -10px;
				}


/*
 * HOME MARQUE
 */
#marquee-ribbon {
	background: url(../img/marquee-ribbon.png) center bottom repeat-x;
	border-radius: 10px;
	height: 35px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 5px;
	position: relative;
}
/*#marquee-ribbon:before, #marquee-ribbon:after {
	background: url(../img/marquee-ribbon.png) center top no-repeat;
	content: '';
	display: block;
	height: 60px;
	position: absolute;
	right: -51px;
	top: 0;
	width: 51px;
}
#marquee-ribbon:after {
	background-position: center -60px;
	left: -51px;
	right: auto;
}*/
	#marquee-ribbon h3 {
		float: right;
		margin: 0 15px;
	}
	#marquee-ribbon h3 a{
		color: #fff;
		font-size: 11px;
		line-height: 35px;
		text-shadow: 1px 1px 1px #7a8f99;
		text-decoration:none;
		vertical-align:top;
	}
	#newsBarReadMore{
		color: #fff;
		position: absolute;
		font-size: 16px;
		line-height: 20px;
		top: 10px;
		left:15px;
		text-shadow: 1px 1px 1px #7a8f99;
		display:inline-block;
	}
	.marquee {
		overflow: hidden; /* required for any marquee */
	}	
	.marquee a{	color: #4A4A4A;    font-family: GE SS Two;    font-size: 12px;}	
	#marquee-content {
		background: #BDDEED;
		border: 1px solid #adc2cc;
		border-radius: 10px;
		box-shadow: inset 0 5px 10px #6c7980;
		color: #fff;
		height: 20px;
		line-height: 20px;
		margin: 0 100px 0 100px;
		padding: 4px 0;
		/*display:inline-block;*/
	}


/*
 * HOME FEATURED CONTENT
 * this is only to apply a basic layout styling, the rest is in theme-egov-featured.css
 */
#featured-wrapper {
	background: #fe5a59 url(../img/featured-content-bg.jpg) bottom left no-repeat;
	background-size: cover;
	height: 240px;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	padding-top: 0;
	position: relative;
	width: 100%;
}
#featured-wrapper:before, #featured-wrapper:after {
	background: url(../img/featured-content-shadow.png) center right no-repeat;
	content: '';
	display: block;
	height: 250px;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
}
#featured-wrapper:after {
	background-position: center left;
	left: -20px;
	right: auto;
}
	#featured-slider {
		height: 240px;
		list-style: none;
		width: 100%;
	}
		#featured-slider li > a {
			display: block;
		}
		#featured-slider li img {
			width: 100%;
		}
			#featured-slider li div {
				background: rgba(51, 59, 64, .8);
				bottom: 0;
				color: #cfdee5;
				direction: rtl;
				padding: 0 15px;
				position: absolute;
				text-align: right;
				width: 1140px;
			}
				#featured-slider li div a {
					color: #ffb2b2;
				}
				#featured-slider li div a:hover {
					color: #fff;
					text-decoration: none;
				}
		

/*
 * LISTINGS
 */
.listing {
	border: 1px solid #dddddd;
	border-top-width: 0;
	border-radius: 10px;
	margin-bottom: 20px;
}
  .listing h3 {
		background-color: transparent; 
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(122, 143, 153, .25)), to(rgba(122, 143, 153, 0)));
		background-image: -webkit-linear-gradient(top, rgba(122, 143, 153, .25), rgba(122, 143, 153, 0)); 
		background-image:    -moz-linear-gradient(top, rgba(122, 143, 153, .25), rgba(122, 143, 153, 0));
		background-image:     -ms-linear-gradient(top, rgba(122, 143, 153, .25), rgba(122, 143, 153, 0));
		background-image:      -o-linear-gradient(top, rgba(122, 143, 153, .25), rgba(122, 143, 153, 0));
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f555555', endColorstr='#00555555', GradientType=0);
		
		border-color: #555555;
		border-radius: 10px 10px 0 0;
		box-shadow: 0 -3px 0 #555555;
		color: #555555;
		font-size: 14px;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0 20px;
	}
	.listing a {
		color: #555555;
		opacity: .75;
		text-decoration: none;
	}
	.listing a:hover {
		opacity: 1;
	}
	.listing .listing-more {
		display: block;
		margin: 0 20px 20px;
		text-align: left;
		font-weight: bold;
	}
	.listing .listing-more:after {
		content: ' »';
		display: inline;
	}
	.listing .listing-content, .listing .listing-inner {
		margin: 0 20px 10px;
	}
	  .listing .listing-inner li {
			background: #f5f5f5;
			border: 1px solid #dddddd;
			margin-top: 10px;
		}
		.listing .listing-inner li:first-child {
			margin-top: 0;
		}
			.listing .listing-inner li h4 {
				font: bold 14px Tahoma, Geneva, sans-serif;
			}
			.listing .listing-inner li a img {
				margin-left: 5px;
			}
		
		/* compact listing: no images */
		.listing-compact .listing-inner li {
			background: none !important;
			border: none;
			line-height: 1.8em;
			margin-top: auto;
		}
			.listing-compact .listing-inner a {
				color: #888888;
				filter: none;
				opacity: 1;
			}
			.listing-compact .listing-inner a:hover {
				color: #555555;
			}
			.listing-compact .listing-inner a:before {
				color: #555555;
				content: '» ';
				display: inline;
				font-weight: bold;
			}
		
		/* extended listing: big icons, description text */
		.listing-extended .listing-inner li {
			background: none !important;
			border: none !important;
			border-bottom: 1px solid #e5e5e5 !important;
			margin-bottom: 10px;
			margin-top: auto;
			padding-bottom: 5px;
		}
			.listing-extended .listing-inner li article {
				/*margin-right: 100px;*/
			}
			.listing-extended .listing-inner li article:after {
				clear: both;
				content: '';
				display: block;
			}
			.listing-extended .listing-inner li .listing-icon {
				display: block;
				float: right;
				margin-bottom: 5px;
				margin-left: 20px;
				min-width: 30px;
				opacity: 1;
				width: 80px;
			}
			.listing-extended .listing-inner li .listing-icon img {
				box-shadow: 0 0 0 2px #ffffff, 0 0 6px #000000;
			}
	
		/* gallery overview listing: big thumbnails */
		.listing-gallery-overview .listing-inner {
			margin: 0 -30px 30px 0;
		}
		.listing-gallery-overview .listing-inner:after {
			clear: both;
			content: '';
			display: block;
		}
			.listing-gallery-overview .listing-inner li, .listing-gallery-overview .listing-inner li:first-child {
				background: none !important;
				border: 0 !important;
				margin-top: 30px;
				text-align: center;
			}
				.listing-gallery-overview .listing-inner li .listing-icon {
					display: inline-block;
					max-width: 100%;
					opacity: 1;
					position: relative;
				}
				.listing-gallery-overview .listing-inner li .listing-icon:before,
				.listing-gallery-overview .listing-inner li .listing-icon:after {
					background: rgba(0, 0, 0, .25);
					bottom: 0;
					left: 0;
					content: '';
					display: block;
					height: 100%;
					margin: 0;
					position: absolute;
					right: 0;
					top: 0;
					width: 100%;
					z-index: 100;
				}
				.listing-gallery-overview .listing-inner li .listing-icon:before {
					-webkit-transition: all 0.5s ease;
					   -moz-transition: all 0.5s ease;
					    -ms-transition: all 0.5s ease;
					     -o-transition: all 0.5s ease;
					        transition: all 0.5s ease;
				}
				.listing-gallery-overview .listing-inner li .listing-icon:hover:before {
					background: rgba(0, 0, 0, .5);
					border-radius: 40px;
					bottom: 50%;
					height: 80px;
					left: 50%;
					margin: -40px;
					right: 50%;
					top: 50%;
					width: 80px;
				}
				.listing-gallery-overview .listing-inner li .listing-icon:after {
					background: url(../img/gallery-pic.png) center center no-repeat;
				}
				.listing-gallery-overview .listing-inner li .listing-icon.video:after {
					background-image: url(../img/gallery-vid.png);
				}
					.listing-gallery-overview .listing-inner li .listing-icon img {
						box-shadow: 0 0 0 2px #ffffff, 0 0 6px #000000;
						margin: 0;
						z-index: -1;
					}
		
		/* gallery overview listing: big thumbnails */
		.listing-gallery-single .gallery-carousel {
			background: #f2fbff;
			border: 1px solid #daeaf2;
			border-radius: 15px;
			margin: 20px 0 30px;
			padding: 14px;
		}
			.listing-gallery-single .gallery-carousel ul {
				list-style: none;
				margin: 0;
				overflow: auto;
				padding: 0;
				white-space: nowrap;
			}
				.listing-gallery-single .gallery-carousel li {
					display: inline-block;
					margin: 0 10px 0 0;
				}
				.listing-gallery-single .gallery-carousel li:first-child {
					margin: 0;
				}
					.listing-gallery-single .gallery-carousel li a {
						display: inline-block;
						margin: 0;
						max-width: 100%;
						opacity: 1;
						position: relative;
						z-index: 1;
					}
					.listing-gallery-single .gallery-carousel li a:before,
					.listing-gallery-single .gallery-carousel li a:after {
						background: rgba(0, 0, 0, .25);
						bottom: 0;
						left: 0;
						content: '';
						display: block;
						margin: 0;
						position: absolute;
						right: 0;
						top: 0;
						z-index: 1;
					}
					.listing-gallery-single .gallery-carousel li a:before {
						-webkit-transition: all 0.5s ease;
							 -moz-transition: all 0.5s ease;
								-ms-transition: all 0.5s ease;
								 -o-transition: all 0.5s ease;
										transition: all 0.5s ease;
					}
					.listing-gallery-single .gallery-carousel li a:hover:before {
						background: rgba(255, 255, 255, .5);
					}
					.listing-gallery-single .gallery-carousel li.active a:before {
						background: rgba(255, 255, 255, .5);
						border: 2px solid #fe5a59;
						
					}
					.listing-gallery-single .gallery-carousel li a:after {
						background: url(../img/gallery-pic.png) center center no-repeat;
					}
					.listing-gallery-single .gallery-carousel li a.video:after {
						background-image: url(../img/gallery-vid.png);
					}
						.listing-gallery-single .gallery-carousel li a img {
							display: inline-block;
							margin: 0;
							position: relative;
							z-index: -1;
						}
		.listing-gallery-single .gallery-full {
			display: inline-block;
			width: 100% !important;
			text-align:center;
			position:relative;
		}
			.listing-gallery-single .gallery-full img {
			}
			.listing-gallery-single .gallery-full-caption {
				background: #daeaf2;
				color: #525f66;
				font-weight: bold;
				padding: 10px;
				border-radius: 0px 0px 8px 8px;
				text-align:right;
			}


/*
 * LISTING THEMES
 */
 
/* remove border */
.borderless {
	border: none;
}
	.borderless.listing-compact .listing-inner {
		padding-bottom: 20px;
	}
	
/* add top border when there is no header element */
.no-header {
	border-top-width: 1px;
	padding-top: 20px;
}

/* backgrounds */
.listing-bg-lightgray {
	background: #f5f5f5;
}

/* simple 2 columns listing without the middle divider */
.listing-2cols-simple {
	margin-bottom: 0;
}
.listing-2cols-simple, .listing-2cols-simple .listing {
	margin-left: -1px;
	margin-right: -1px;
}
.listing-2cols-simple.borderless, .listing-2cols-simple .listing.borderless {
	margin-left: 0;
	margin-right: 0;
}

/* 2 columns listing on home page */
.listing-2cols {
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
}
.listing-2cols:before, .listing-2cols:after {
	background: url(../img/listing-2cols-divider.png) 20px center repeat-y;
	bottom: 0;
	content: '';
	display: block;
	margin-right: -15px;
	position: absolute;
	right: 50%;
	top: -3px; /* to cover shadow of h3 elements */
	width: 30px;
}
.listing-2cols:before {
	background-color: #cccccc;
	background-position: -10px center;
}
	.listing-2cols .span6 h3 {
		border-radius: 10px 0 0 0;
	}
	.listing-2cols .span6:first-child h3 {
		border-radius: 0 10px 0 0;
	}

/* brown listing theme */
.listing-theme-brown h3 {
	background-color: transparent; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(204, 174, 122, .25)), to(rgba(204, 174, 122, 0)));
	background-image: -webkit-linear-gradient(top, rgba(204, 174, 122, .25), rgba(204, 174, 122, 0)); 
	background-image:    -moz-linear-gradient(top, rgba(204, 174, 122, .25), rgba(204, 174, 122, 0));
	background-image:     -ms-linear-gradient(top, rgba(204, 174, 122, .25), rgba(204, 174, 122, 0));
	background-image:      -o-linear-gradient(top, rgba(204, 174, 122, .25), rgba(204, 174, 122, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fccae7a', endColorstr='#00ccae7a', GradientType=0);
	
	border-color: #ccae7a;
	box-shadow: 0 -3px 0 #ccae7a;
	color: #ccae7a;
}
.listing-theme-brown a,
.listing-theme-brown.listing-compact .listing-inner a:hover,
.listing-theme-brown.listing-compact .listing-inner a:before {
	color: #ccae7a;
}
.listing-theme-brown .listing-inner li {
	background: #fffaf2;
	border-color: #f2e9da;
}

/* red listing theme */
.listing-theme-red h3 {
	background-color: transparent; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(170, 50, 50, .25)), to(rgba(170, 50, 50, 0)));
	background-image: -webkit-linear-gradient(top, rgba(170, 50, 50, .25), rgba(170, 50, 50, 0)); 
	background-image:    -moz-linear-gradient(top, rgba(170, 50, 50, .25), rgba(170, 50, 50, 0));
	background-image:     -ms-linear-gradient(top, rgba(170, 50, 50, .25), rgba(170, 50, 50, 0));
	background-image:      -o-linear-gradient(top, rgba(170, 50, 50, .25), rgba(170, 50, 50, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3faa3232', endColorstr='#00aa3232', GradientType=0);
	
	border-color: #aa3232;
	box-shadow: 0 -3px 0 #aa3232;
	color: #aa3232;
}
.listing-theme-red a,
.listing-theme-red.listing-compact .listing-inner a:hover,
.listing-theme-red.listing-compact .listing-inner a:before {
	color: #aa3232;
}
.listing-theme-red .listing-inner li {
	background: #fff2f2;
	border-color: #ffb2b2;
}

/* bluish gray listing theme */
.listing-theme-bluegray h3 {
	background-color: transparent; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(122, 143, 153, .25)), to(rgba(122, 143, 153, 0)));
	background-image: -webkit-linear-gradient(top, rgba(122, 143, 153, .25), rgba(122, 143, 153, 0)); 
	background-image:    -moz-linear-gradient(top, rgba(122, 143, 153, .25), rgba(122, 143, 153, 0));
	background-image:     -ms-linear-gradient(top, rgba(122, 143, 153, .25), rgba(122, 143, 153, 0));
	background-image:      -o-linear-gradient(top, rgba(122, 143, 153, .25), rgba(122, 143, 153, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f7a8f99', endColorstr='#007a8f99', GradientType=0);
	
	border-color: #7a8f99;
	box-shadow: 0 -3px 0 #7a8f99;
	color: #7a8f99;
}
.listing-theme-bluegray a,
.listing-theme-bluegray.listing-compact .listing-inner a:hover,
.listing-theme-bluegray.listing-compact .listing-inner a:before {
	color: #7a8f99;
}
.listing-theme-bluegray .listing-inner li {
	background: #f5f8fa;
	border-color: #adc2cc;
}

/* light gray listing theme */
.listing-theme-lightgray h3 {
	background-color: transparent; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(153, 153, 153, .25)), to(rgba(153, 153, 153, 0)));
	background-image: -webkit-linear-gradient(top, rgba(153, 153, 153, .25), rgba(122, 153, 153, 0)); 
	background-image:    -moz-linear-gradient(top, rgba(153, 153, 153, .25), rgba(122, 153, 153, 0));
	background-image:     -ms-linear-gradient(top, rgba(153, 153, 153, .25), rgba(122, 153, 153, 0));
	background-image:      -o-linear-gradient(top, rgba(153, 153, 153, .25), rgba(122, 153, 153, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f999999', endColorstr='#00999999', GradientType=0);
	
	border-color: #999999;
	box-shadow: 0 -3px 0 #999999;
	color: #999999;
}
.listing-theme-lightgray a,
.listing-theme-lightgray.listing-compact .listing-inner a:hover,
.listing-theme-lightgray.listing-compact .listing-inner a:before {
	color: #333333;
}
.listing-theme-lightgray .listing-inner li {
	background: #fafafa;
	border-color: #eeeeee;
}

/* blue listing theme */
.listing-theme-blue h3 {
	background-color: transparent; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 114, 188, .25)), to(rgba(0, 114, 188, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 114, 188, .25), rgba(0, 114, 188, 0)); 
	background-image:    -moz-linear-gradient(top, rgba(0, 114, 188, .25), rgba(0, 114, 188, 0));
	background-image:     -ms-linear-gradient(top, rgba(0, 114, 188, .25), rgba(0, 114, 188, 0));
	background-image:      -o-linear-gradient(top, rgba(0, 114, 188, .25), rgba(0, 114, 188, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f0072bc', endColorstr='#000072bc', GradientType=0);
	
	border-color: #0072bc;
	box-shadow: 0 -3px 0 #0072bc;
	color: #0072bc;
}
.listing-theme-blue a,
.listing-theme-blue.listing-compact .listing-inner a:hover,
.listing-theme-blue.listing-compact .listing-inner a:before {
	color: #0072bc;
}
.listing-theme-blue .listing-inner li {
	background: #f2faff;
	border-color: #cfdce5;
}

/* orange listing theme */
.listing-theme-orange h3 {
	background-color: transparent; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(299, 115, 0, .25)), to(rgba(299, 115, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(299, 115, 0, .25), rgba(299, 115, 0, 0)); 
	background-image:    -moz-linear-gradient(top, rgba(299, 115, 0, .25), rgba(299, 115, 0, 0));
	background-image:     -ms-linear-gradient(top, rgba(299, 115, 0, .25), rgba(299, 115, 0, 0));
	background-image:      -o-linear-gradient(top, rgba(299, 115, 0, .25), rgba(299, 115, 0, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fe57300', endColorstr='#00e57300', GradientType=0);
	
	border-color: #e57300;
	box-shadow: 0 -3px 0 #e57300;
	color: #e57300;
}
.listing-theme-orange a,
.listing-theme-orange.listing-compact .listing-inner a:hover,
.listing-theme-orange.listing-compact .listing-inner a:before {
	color: #e57300;
}
.listing-theme-orange .listing-inner li {
	background: #fff9f2;
	border-color: #f2e6da;
}

/* green listing theme */
.listing-theme-green h3 {
	background-color: transparent; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(94, 166, 0, .25)), to(rgba(94, 166, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(94, 166, 0, .25), rgba(94, 166, 0, 0)); 
	background-image:    -moz-linear-gradient(top, rgba(94, 166, 0, .25), rgba(94, 166, 0, 0));
	background-image:     -ms-linear-gradient(top, rgba(94, 166, 0, .25), rgba(94, 166, 0, 0));
	background-image:      -o-linear-gradient(top, rgba(94, 166, 0, .25), rgba(94, 166, 0, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f5ea600', endColorstr='#005ea600', GradientType=0);
	
	border-color: #5ea600;
	box-shadow: 0 -3px 0 #5ea600;
	color: #5ea600;
}
.listing-theme-green a,
.listing-theme-green.listing-compact .listing-inner a:hover,
.listing-theme-green.listing-compact .listing-inner a:before {
	color: #5ea600;
}
.listing-theme-green .listing-inner li {
	background: #f9fff2;
	border-color: #dce5cf;
}


/*
 * 3D BUTTONS
 */
a.button-3d {
	color: #fff;
	font: 14px 'GE SS Two';
	display: block;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px #0072bc;
	white-space: nowrap;
	z-index: 1;
}
a.button-3d:hover {
	margin-bottom: 25px;
	margin-top: 5px;
}
	a.button-3d:before, a.button-3d:after {
		bottom: 0;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	a.button-3d:after {
		background-color: #0073bd;
		background-image: url(../img/button-3d-face.png);
		background-image: -webkit-gradient(linear, left bottom, left top, from(#0072bc), color-stop(0.50, #00aeef), color-stop(0.50, #30bff2), to(#30bff2));
		background-image: -webkit-linear-gradient(bottom, #0072bc, #00aeef 50%, #30bff2 50%, #30bff2);
		background-image:    -moz-linear-gradient(bottom, #0072bc, #00aeef 50%, #30bff2 50%, #30bff2);
		background-image:     -ms-linear-gradient(bottom, #0072bc, #00aeef 50%, #30bff2 50%, #30bff2);
		background-image:      -o-linear-gradient(bottom, #0072bc, #00aeef 50%, #30bff2 50%, #30bff2);
		background-position: top center;
		background-repeat: repeat-x;
		
		border: 1px solid #0072bc;
		border-radius: 10px;
		box-shadow: 0 1px 0 rgba(109, 207, 246, .75);
	}
	a.button-3d:before {
		background-color: #0054a6;
		background-image: url(../img/button-3d-base.png);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#0054a6), color-stop(0.85, #0054a6), to(#448ccb));
		background-image: -webkit-linear-gradient(top, #0054a6, #0054a6 85%, #448ccb);
		background-image:    -moz-linear-gradient(top, #0054a6, #0054a6 85%, #448ccb);
		background-image:     -ms-linear-gradient(top, #0054a6, #0054a6 85%, #448ccb);
		background-image:      -o-linear-gradient(top, #0054a6, #0054a6 85%, #448ccb);
		background-position: bottom center;
		background-repeat: repeat-x;

		border-radius: 15px;
		box-shadow: 0 3px 5px rgba(0, 0, 0, .75);
		margin-bottom: -10px;
	}
	a.button-3d:hover:before {
		margin-bottom: -5px;
	}
	a.button-3d img {
		padding-left: 5px;
	}


/*
 * POLL
 */
.poll-form, .poll-results {
	background: #8fa7b3;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
.poll-form {
	background: #8fa7b3 url(../img/poll-form-bg.png) left top no-repeat;
	padding-bottom: 0px;
	min-height:140px;
}
.poll-results {
	background: #8fa7b3 url(../img/poll-results-bg.png) left top no-repeat;
}
.poll-form h3, .poll-results h3 {	
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 0 10px;
}
	.poll-form button {
		margin-bottom: 3px;
	}
	.poll-results li {
		margin-bottom: 9px;
	}
		span.option-label {
			font-weight: bold;
		}
		span.option-percentage {
			float: left;
		}
		i.option-chart, i.option-quota {
			background: rgba(255, 255, 255, .5);
			border-radius: 7px;
			display: block;
			height: 14px;
		}
		i.option-quota {
			background: #fff;
		}


/*
 * BANNERS
 */
a.banner {
	display: block;
	margin-bottom: 20px;
}
	a.banner img {
		width: 100%;
	}


/*
 * FOOTER
 */
#footer {
	background: #525f66 url(../img/footer-bg.png);
	background: url(../img/footer-arrows.png) center bottom no-repeat,
							url(../img/footer-glow.png) center top no-repeat,
							url(../img/footer-bg.png),
							#525f66;
	border-top: 1px solid #ffffff;
	box-shadow: 0 -4px 0 #7a8f99, inset 0 10px 10px -10px #333b40;
}
		#footer #sitemap ul {
			margin: 20px 0;
		}
			#footer #sitemap li {
				display: inline-block;
				padding: 0;
				line-height: 1.8em;
				min-width: 150px;
				text-indent: 20px;
				width: 24.5%;
			}
				#footer #sitemap a {
					color: #cfdee5;
					text-decoration: none;
					text-shadow: 1px 1px 0 #333b40;
				}
				#footer #sitemap a:hover {
					color: #ffffff;
				}
	
	#footer-bar {
		background: rgba(51, 59, 64, .5);
		border-top: 1px solid #6c7980;
		box-shadow: 0 -1px 0 #333b40;
	}
		#footer-bar #statement {
			color: #adc2cc;
			font-size: 12px;
			padding: 20px 0;
			text-indent: 20px;
			text-shadow: 1px 1px 0 #333b40;
		}
		#footer-bar #social ul {
			display: inline-block;
			float: left;
			margin: 15px 20px;
		}
			#footer-bar #social li {
				display: inline-block;
				height: 30px;
				width: 30px;
			}
				#footer-bar #social li a {
					background: url(../img/social-icons.png) center center no-repeat;
					display: inline-block;
					height: 30px;
					opacity: .75;
					text-indent: -99999px;
					width: 30px;
				}
				#footer-bar #social li a:hover {
					opacity: 1;
				}
				#footer-bar #social li a.rss {
					background-position: -90px 0;
				}
				#footer-bar #social li a.facebook {
					background-position: -60px 0;
				}
				#footer-bar #social li a.googleplus {
					background-position: -30px 0;
				}
				#footer-bar #social li a.twitter {
					background-position: 0 0;
				}

				
/*
 * RESPONSIVE ADJUSTMENTS
 */

@media (max-width:1200px) {
	#featured-slider li div {
		padding: 0 10px;
		width: 920px;
	}
	.listing-gallery-overview .listing-inner {
		margin: 0 -20px 20px 0;
	}
	.listing-gallery-overview .listing-inner li, .listing-gallery-overview .listing-inner li:first-child {
		margin-top: 20px;
	}
	.listing-gallery-single .gallery-carousel {
		margin: 10px 0 20px;
	}
	.listing-gallery-single .gallery-full {
		max-width: 700px;
	}
}

@media (max-width:979px) {
	#search-form {
		margin-top: 20px;
	}
	#main-nav .brand {
		margin-right: -15px;
	}
	#main-nav .nav li:after {
		display: none;
	}
	#main-nav .nav li a {
		border-radius: 10px;
	}
	#main-cats {
		margin-bottom: 20px;
		margin-top: 0;
	}
	#main-cats .nav > .active > a {
		box-shadow: inset 0 0 0 1px #cc5252, 10px 0 5px -10px rgba(0, 0, 0, 1), -10px 0 5px -10px rgba(0, 0, 0, 1);
		color: #ffb2b2;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		white-space: normal;
	}
	#main-cats .nav > .active:before, #main-cats .nav > .active:after,
	#main-cats .nav > .active > a:before, #main-cats .nav > .active > a:after {
		display: none;
	}
	#featured-slider li div {
		width: 728px;
	}
	.listing-gallery-single .gallery-full {
		max-width: 556px;
	}
	.listing-2cols:before, .listing-2cols:after {
		margin-right: -10px;
		width: 20px;
	}
	.listing-2cols:after {
		background-position: 10px center;
	}
}

@media (max-width:767px) {
	#util-bar, #footer, #footer-bar {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#search-form {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	#main-cats .nav li {
		width: auto;
	}
	#main-cats .nav > .active > a {
		border-radius: 10px;
		box-shadow: none;
	}
	#featured-slider li div {
		display: none;
	}
	.listing-gallery-single .gallery-full {
		max-width: 100%;
		position: relative;
	}	
	.listing-2cols:before, .listing-2cols:after {
		display: none;
	}
	.listing-2cols .span6 h3, .listing-2cols .span6:first-child h3 {
		border-radius: 10px 10px 0 0;
	}
}
/************************************/
table em {
    color: #FF0000;
    margin: 0px 0px 0px 1px;
}

table.navigation-list td{
    border-left-color:#8297A2;
    border-left-style:solid;
    border-left-width:1px;
    width:200px !important;
    padding: 5px 2px;
}
table.navigation-list td:last-child{
    border-left:none;
}

.listing-gallery-single .gallery-prev, .listing-gallery-single .gallery-next {
				background: #999;
				border-radius: 50%;
				display: block;
				font-size: 0;
				height: 40px;
				margin-top: -20px;
				opacity: 1;
				overflow: hidden;
				position: absolute;
				right: -20px;
				top: 50%;
				width: 40px;
			}
			.listing-gallery-single .gallery-next {
				left: -20px;
				right: auto;
			}
			.listing-gallery-single .gallery-prev:after, .listing-gallery-single .gallery-next:after {
				border: 10px solid;
				border-color: transparent transparent transparent #fff;
				content: '';
				display: block;
				height: 0;
				left: 18px;
				overflow: hidden;
				position: absolute;
				top: 10px;
				width: 0;
			}
			.listing-gallery-single .gallery-next:after {
				border-color: transparent #fff transparent transparent;
				left: auto;
				right: 18px;
			}
			

.gallery-carousel{
direction:rtl !important;
}