﻿#featured {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1260px;
}
#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 0px;
	list-style: none;
	padding: 0 76px 0 0;
	margin: 0;
	width: 30%;
}
#featured ul.ui-tabs-nav li {
	padding: 0;
	font-size: 12px;
	color: #fff;
	position: relative;
}
#featured ul.ui-tabs-nav li span.thumb {
	border: 4px solid rgba(0,0,0,0.2);
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	right: -45px;
	top: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#featured ul.ui-tabs-nav li img { 
	min-width: 80px;
	height: 80px;
}
#featured ul.ui-tabs-nav li span {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 18px;
	display: block;
	text-align: justify;
}
#featured li.ui-tabs-nav-item a {
	overflow: hidden;
	display: block;
	height: 93px;
	font-size: 18px;
	font-family: "DIN Next LT Arabic Light";
	color: #333;
	line-height: 22px;
	text-decoration: none;
	padding: 20px 60px 20px 20px;
	text-align: justify;
	margin: 0;
	background-color: #eff2f3;
}
#featured li.ui-tabs-nav-item a:hover,
#featured li.ui-tabs-selected,
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #5a5a5a;
	text-decoration: none;
	color: #fff;
}
#featured li.ui-tabs-nav-item a:hover {
	background: #c13939;
	text-decoration: none;
	color: #fff;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a span.thumb {
	border-color: #c13939;
}
#featured li.ui-tabs-nav-item a:hover span.thumb {
	border-color: #c13939;
}
#featured .ui-tabs-panel { 
	width:70%; 
	height:399px; 
	margin-left: 30%;
	background:#e6e6e6; 
	position:relative;
}
#featured .ui-tabs-panel a{
	height: 100%;
	background-position: center center;
	background-size: cover;
	display: block;
	background-repeat: no-repeat;
}
#featured .ui-tabs-panel img {
	width: 70%;
	height: 399px;
}
#featured .ui-tabs-panel .info {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	text-align: justify;
	box-sizing: border-box;
}
#featured .info h2 {
	font-size: 22px;
	font-family: "DIN Next LT Arabic Light";
	color: #fff;
	padding: 10px 10px 10px 65px;
	margin: 0;
	overflow: hidden;
	background-color: rgba(266,66,66,0.85);
	text-shadow: 1px 1px 0px rgba(5, 5, 5, 0.75);
	font-weight: normal;
}
#featured .info p { 
	margin:0 5px; 
	font-family:Verdana; 
	font-size:11px; 
	line-height:15px; 
	color:#f0f0f0;
}
#featured .info a { 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none;
}
@media screen and (max-width: 1020px) {
#featured {
	width: 100%;
}
}
@media screen and (max-width: 720px) {
#featured li.ui-tabs-nav-item a {
	overflow: hidden;
	display: block;
	height: 54px;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
	padding: 10px 60px 10px 20px;
	text-align: justify;
	margin: 0;
	background-color: #eff2f3;
}
#featured ul.ui-tabs-nav li span.thumb {
	width: 48px;
	height: 48px;
	right: 0px;
	top: 8px;
}
#featured ul.ui-tabs-nav {
	width:100%; 
	top: 400px;
	/*display: none;*/
}
#featured .ui-tabs-panel { 
	width:100%; 
	margin-left: 0;
}
#featured .ui-tabs-panel img {
	width: 100%;
}

}