/****Web Font*******/
@font-face {
    font-family: 'proxima_novablack';
    src: url('/css/fonts/proximanova-black-webfont.eot');
    src: url('/css/fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-black-webfont.woff2') format('woff2'),
         url('/css/fonts/proximanova-black-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-black-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight: normal;
    font-style: normal;
	position:inherit

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('/css/fonts/proximanova-bold-webfont.eot');
    src: url('/css/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('/css/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold_italic';
    src: url('/css/fonts/proximanova-boldit-webfont.eot');
    src: url('/css/fonts/proximanova-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-boldit-webfont.woff2') format('woff2'),
         url('/css/fonts/proximanova-boldit-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-boldit-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-boldit-webfont.svg#proxima_nova_rgbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('/css/fonts/proximanova-semibold-webfont.eot');
    src: url('/css/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('/css/fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('/css/fonts/proximanova-regular-webfont.eot');
    src: url('/css/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('/css/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/css/fonts/robotocondensed-bold1-webfont.eot');
    src: url('/css/fonts/robotocondensed-bold1-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/robotocondensed-bold1-webfont.woff2') format('woff2'),
         url('/css/fonts/robotocondensed-bold1-webfont.woff') format('woff'),
         url('/css/fonts/robotocondensed-bold1-webfont.ttf') format('truetype'),
         url('/css/fonts/robotocondensed-bold1-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/css/fonts/robotocondensed-regular-webfont.eot');
    src: url('/css/fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('/css/fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('/css/fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('/css/fonts/proximanova-extrabold-webfont.eot');
    src: url('/css/fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
         url('/css/fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/******Common Styles********/

body
{
	
    font-family: "proxima_nova_rgregular"!important;
    margin: 0;
	
}
.main_content_bg
{
	background-color:#FFF;
	/*background-color:#f4f4f4;*/
}

.container_fixed {
  margin: 0 auto;
  width: 1140px;
  position:relative;
   clear:both;

}

#container_fixed {
  margin: 0 auto;
  width: 1140px;
  position:relative;
}
/********* home css updates *******/
.pub ul li
{
	color:#FFF;
}
.social_t
{
	line-height:20px!important
}
#kt_top_Open
{
    background-color: #424444;
    color: #fff;
    display: none;
    left: 110px;
    padding: 10px;
    position: absolute;
    top:33px!important;
    width: 20%;
	font-size:12px;
	line-height:18px;
	z-index:9999;
}
#kt_top_Open a
{
	color:#FFF;
	text-decoration:none;
}
#kt_top_Open a:hover
{
	color:#FFF;
	text-decoration:underline;
}
.sign_txt
{
	color:#FFF!important;
}
.or
{
	color:#FFF!important;
}
.signin_field
{
	height:30px!important;
}
.term
{
	color:#FFF!important;
}
.term a
{
	color:#FFF!important;
	text-decoration:none;
}
.term a:hover
{
	color:#FFF!important;
	text-decoration:underline;
}
.social_signin img
{
	vertical-align:middle;
}
.menubg
{
	position:relative;
}

.search_bg {
    padding: 8px 10px 7px!important;
    right: 3px!important;
    /* width: 292px !important; */
    width: 368px !important;
}


.footer_sec_1{
	padding:40px 0px 50px!important;
}
.footer_sec_2_marg
{
	margin:0px!important;
	position:relative;
	top:-57px!important;
}
.sponer_comp_sec{
	margin: 0px 0 0 45px!important;
}
.sub_child_menu 
{
	color:#FFF;
}
.pop_topic_sec
{
	float:left;
}
.prayer-sec_1
{
	float:left;
}

/*********footer ***********/
.foot_logo_left
{
	float:left;
	width:705px;
}
.foot_logo_right
{
	padding-top:5px!important;
}
.foot_logo_left img
{
	float:left;
}

/******* footer news categories ********/	
.footer_news_categories{ float:left; width:95px; margin-right:1px;}
.footer_news_categories h4{
	border-bottom:5px solid #00aef2;
	color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 8px;
    text-transform: uppercase;
	 }
.footer_news_categories ul{ margin:0px; padding:0px;}
.footer_news_categories ul li
{
	 list-style:none;
	 color: #999999;
     font-family: "proxima_nova_rgregular";	
	 line-height:20px;
	 font-size: 12px;
}
.footer_news_categories ul li a
{
	color:#999999;
	text-decoration:none;
}
.footer_news_categories ul li a:hover
{
	color:#999999;
	text-decoration:underline;
}
/******* footer business categories ********/	
.footer_business_categories{ float:left; width:128px; margin-right:1px;}
.footer_business_categories h4{
	border-bottom:5px solid #e78073;
	color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 8px;
    text-transform: uppercase;
	 }
.footer_business_categories ul{ margin:0px; padding:0px;}
.footer_business_categories ul li
{
	 list-style:none;
	 color: #999999;
     font-family: "proxima_nova_rgregular";	
	 line-height:20px;
	 font-size:12px;
}
.footer_business_categories ul li a
{
	color:#999999;
	text-decoration:none;
}
.footer_business_categories ul li a:hover
{
	color:#999999;
	text-decoration:underline;
}
/******* footer sports categories ********/	
.footer_sports_categories{ float:left; width:108px; margin-right:1px;}
.footer_sports_categories h4{
	border-bottom:5px solid #5ab947;
	color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 8px;
    text-transform: uppercase;
	 }
.footer_sports_categories ul{ margin:0px; padding:0px;}
.footer_sports_categories ul li
{
	 list-style:none;
	 color: #999999;
     font-family: "proxima_nova_rgregular";	
	 line-height:20px;
	 font-size:12px;
}
.footer_sports_categories ul li a
{
	color:#999999;
	text-decoration:none;
}
.footer_sports_categories ul li a:hover
{
	color:#999999;
	text-decoration:underline;
}
/******* footer_lifestyle_categories ********/	
.footer_lifestyle_categories{ float:left; width:114px; margin-right:1px;}
.footer_lifestyle_categories h4{
	border-bottom:5px solid #9f52be;
	color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 8px;
    text-transform: uppercase;
	 }
.footer_lifestyle_categories ul{ margin:0px; padding:0px;}
.footer_lifestyle_categories ul li
{
	 list-style:none;
	 color: #999999;
     font-family: "proxima_nova_rgregular";	
	 line-height:20px;
	 font-size:12px;
}
.footer_lifestyle_categories ul li a
{
	color:#999999;
	text-decoration:none;
}
.footer_lifestyle_categories ul li a:hover
{
	color:#999999;
	text-decoration:underline;
}
/******* footer_city_categories ********/	
.footer_city_categories{ float:left; width:108px; margin-right:1px;}
.footer_city_categories h4{
	border-bottom:5px solid #5670ea;
	color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 8px;
    text-transform: uppercase;
	 }
.footer_city_categories ul{ margin:0px; padding:0px;}
.footer_city_categories ul li
{
	 list-style:none;
	 color: #999999;
     font-family: "proxima_nova_rgregular";	
	 line-height:20px;
	 font-size:12px;
}
.footer_city_categories ul li a
{
	color:#999999;
	text-decoration:none;
}
.footer_city_categories ul li a:hover
{
	color:#999999;
	text-decoration:underline;
}
/******* footer_other_categories ********/	
.footer_other_categories{ float:left; width:150px; margin-right:1px;}
.footer_other_categories_1{ width:135px!important}
.footer_other_categories h4{
	border-bottom:5px solid #676869;
	color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 8px;
    text-transform: uppercase;
	 }
.footer_other_categories ul{ margin:0px; padding:0px;}
.footer_other_categories ul li
{
	 list-style:none;
	 color: #fff;
	 font-weight:bold;
     font-family: "proxima_nova_rgregular";	
	 line-height:20px;
	  font-size:12px;
}
.footer_other_categories ul li a
{
	color:#fff;
	text-decoration:none;
}
.footer_other_categories ul li a:hover
{
	color:#fff;
	text-decoration:underline;
}
.footer_utility_links
{
	
    width: 120px!important;
}
/******* apps_footer_right ********/	
.apps_footer_right{ float:right; width:120px; }
.apps_footer_right h4{
	
	color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 0 8px;
    text-transform: uppercase;
	 }
.apps_footer_right ul{ margin:0px; padding:0px;}
.apps_footer_right ul li
{
	 list-style:none;
	 color: #fff;
     font-family: "proxima_nova_rgregular";	
	 line-height:22px;
	 font-size:12px;
}
.apps_footer_right ul li a
{
	color:#fff;
	text-decoration:none;
}
.apps_footer_right ul li a:hover
{
	color:#fff;
	text-decoration:underline;
}
.apps_footer_right ul li:nth-child(2){
	background:url(/images/app_icon_1.png) no-repeat left center;
	padding:0 0 0 25px;
}
.apps_footer_right ul li:nth-child(3){
	background:url(/images/app_icon_2.png) no-repeat left center;
	padding:0 0 0 25px;
}
.apps_footer_right ul li:nth-child(4){
	background:url(/images/app_icon_3.png) no-repeat left center;
	padding:0 0 0 25px;
}
.apps_footer_right ul li:nth-child(5){
	background:url(/images/app_icon_4.png) no-repeat left center;
	padding:0 0 0 25px;
}
/*********home css updates ********/

/******** inner listing *********/

.inner_listing_head
{
	font-family: 'roboto_condensedbold';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
    background-color:#646464;
	border-bottom:4px solid #01aef2;
	padding:6px 18px;
}

.inner_listing
{
	margin-bottom:18px;
	}

.inner_listing ul
{
margin:0px;
padding:0px;
margin-top:10px;	
}
.inner_listing ul li
{
margin:0px;
padding:0px;
width:180px;
margin-right:23px;	
float:left;
list-style:none;
}
.inner_listing ul li:last-child
{
	margin-right:0px;
}
.inner_listing ul li.top_news_margin{
	margin-right:15px;
}
.inner_listing h3
{
	font-size:12px;
	color:#01aef2;
	  font-family:'roboto_condensedbold';
	  padding-bottom:5px;
	  margin:0px;
	  padding-top:10px;
	  text-transform:uppercase;
}
.inner_listing h3 a
{
	color:#01aef2;
	text-decoration:none;
}
.inner_listing h3 a:hover
{
	color:#01aef2;
	text-decoration:underline;
}
.inner_listing h2
{
	font-size:13px;
	color:#333333;
	  font-family: 'proxima_nova_rgbold';
	  padding-bottom:5px;
	  margin:0px;
	  line-height:16px;
}
.inner_listing h2 a
{
	color:#333333;
	text-decoration:none;
}
.inner_listing h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
	
.inner_listing p
{
	font-size:12px;
	 font-family: 'proxima_novasemibold';
	color:#666666;
	padding:0px 0px 0px 0px;
}
.inner_listing p strong
{
	color:#01aef2!important;
	font-size:12px;
}
.inner_listing p strong a
{
	color:#01aef2!important;
	text-decoration:none;
}
.inner_listing p strong a:hover{
	color:#01aef2!important;
	text-decoration:underline;
}
.inner_listing ul li.market_first
{
	width:570px;
	height:219px;
	margin-bottom:15px;
	margin-right:15px;
}
.inner_listing ul li.market_highlight
{
	width:204px;
	background-color:#4a4a4a;
	margin-right:0px;	
	height:219px;
	margin-bottom:15px;
	position:relative;
}
.inner_listing ul li.market_highlight h2
{
	color:#FFF;
	padding:10px 12px 5px 12px;
}
.inner_listing ul li.market_highlight h2 a
{
	color:#FFF;
	text-decoration:none;
}
.inner_listing ul li.market_highlight h2 a:hover{
	color:#FFF;
	text-decoration:underline;
}
.inner_listing ul li.market_highlight p
{
	color:#cccccc;
	padding:0px 12px 12px 12px;
}
.inner_middle_head
{
	font-family: 'roboto_condensedbold';
	font-size:12px;
	text-transform:uppercase;
	color:#01aef2;
	padding:10px 0px;
}
.inner_middle
{
	float:left;
	width:290px;
	padding:0px 14px;
background-color:#FFF;
}
.inner_middle_1
{
	padding-bottom:7px;
}

.inner_middle_1 > img
{
	float:left;
	padding-right:9px;
	padding-bottom:9px;
	
}
.inner_middle_2
{
	padding:6px 50px 12px 0px;
}
.inner_middle_2 > img
{
	float:left;
	padding-right:9px;
	padding-top:9px;
}
/*******************************************************/
/************* Business styles ***********/
.business_bg
{
	background-image:url("/images/business_topbg.jpg");
	background-position:top;
	background-repeat:repeat-x;
}

a{
	text-decoration:none;

}
/*******  header*******/
.top_left
{
	float:left;
	width:800px;
	position:relative;
}
.top_right
{
	float:right;
	width:250px;
	text-align:right;
}
.logo_inner
{
	padding:18px 0 29px 0;
	text-align:center;
}
.menuleft 
{
	float:left;
	width:830px;
}
.fullmenu 
{
	float:left;
	width:95%;
}
.menuright 
{
	float:right;
	/*width:240px;*/
	width: 280px;
}


.search_top_txt {
	text-transform: uppercase;
	font-size:12px;
}





.menu
{
	margin:0px;
	min-height:inherit;
}
.menu ul{ list-style:none; margin:0px; padding:0px;}
.menu ul li
{
	 border-right:1px solid #656565;
	 padding:0px 0px;
	 line-height:40px;
	float:left;
	margin:0px;
	list-style:none;
	
}
.menu ul li  a
{
   padding:13px 8px 13px 8px!important;
   font-size:12px; 	
   color:#FFF; line-height:40px;
   text-transform:uppercase;
   text-decoration:none;
}
.menu ul li a:hover
{
   background-color:#2296e3;	 
}
.menu ul li img
{
	vertical-align:middle; padding:8px 0px;
}

/****news tab menu *****/
.menu ul li.news{}
.menu ul li.news_active{background-color:#2296e3!important;}
.menu ul li.news a:hover
{
	text-decoration:none;
	background-color:#2296e3!important;
}
/****business tab menu *****/
.menu ul li.business{}
.menu ul li.business_active{background-color:#ea4a36!important;}
.menu ul li.business a:hover
{
	text-decoration:none;
	background-color:#ea4a36!important;
}
/****sports tab menu *****/
.menu ul li.sports{}
.menu ul li.sports a:hover
{
	text-decoration:none;
	background-color:#7da63c!important;
}
/****technology tab menu *****/
.menu ul li.technology{}
.menu ul li.technology_active{background-color:#ea6536!important;}
.menu ul li.technology a:hover
{
	text-decoration:none;
	background-color:#ea6536!important;
}
/****lifestyle tab menu *****/
.menu ul li.lifestyle{}
.menu ul li.lifestyle a:hover
{
	text-decoration:none;
	background-color:#a152c5!important;
}
/****gold_forex tab menu *****/
.menu ul li.gold_forex{}
.menu ul li.gold_forex_active{background-color:#CC3333!important;}
.menu ul li.gold_forex a:hover
{
	text-decoration:none;
	background-color:#CC3333!important;
}
.gold_forex_sub_menu {
    background-color: #CC3333;
    padding: 14px 0;
}
/****entertainment tab menu *****/
.menu ul li.entertainment{}
.menu ul li.entertainment_active{background-color:#e7c21c!important;}
.menu ul li.entertainment a:hover
{
	text-decoration:none;
	background-color:#e7c21c!important;
}
/****women_kids tab menu *****/
.menu ul li.women_kids{}
.menu ul li.women_kids a:hover
{
	text-decoration:none;
	background-color:#ea4a36!important;
}
/****sports menu *****/
.menu ul li.sports{}
.menu ul li.sports_active{background-color:#7ca733!important;}
.menu ul li.sports a:hover
{
	text-decoration:none;
	background-color:#7ca733!important;
}
/****gallery tab menu *****/
.menu ul li.gallery{}
.menu ul li.gallery_active{background-color:#2296e3!important;}
.menu ul li.gallery a:hover
{
	text-decoration:none;
	background-color:#2296e3!important;
}
#showLeftPush img
{
	line-height:40px;
}
.active1
{
   background-color:#2296e3!important;	 
}
.menu ul li:first-child
{
	 border-left:1px solid #656565;
	 padding:0px!important;
	 margin:px;
}
.menu ul li:first-child img
{
padding:0px!important;
	 margin:px;
}

.navbar ul li.dropfield
{
	background-image:url(/images/down_arrow.png);
	background-position:118px 14px;
	background-repeat:no-repeat;
	padding-right:40px;
	color:#CCC;
	text-transform:uppercase;
}

.subsribe_ad1
{
	float:left;
}
.subsribe_ad2
{
	float:right;
}
.clear
{
	clear:both;
}
.clearfix
{
	clear:both;
}
.signin_1
{
	float:left;
	width:275px;
}
.signin_2
{
	float:left;
	width:550px;
}
.signin_3
{
	float:left;
	width:275px;
}
.content_left
{
	float:left;
	width:790px;
	
	margin-left: 5px;
	
}
.content_right
{
	float:right;
	width:330px;
	background-color:#4a4a4a;
}
.content_padd_nwz {
	border-bottom:solid 3px #c4c4c4;
}

.content_padd
{
	height:18px;
}
/************ right bar Start************/
/********* pool**********/
#pool_div_business
{
	text-align:left;
	padding:13px 10px 7px;
	margin-bottom:20px;
}
#pool_div_business p {
    font-family: "proxima_nova_rgbold";
    font-size: 13px;
	line-height:normal;
	color:#FFF !important;
	margin:0px;
	/*padding-bottom:14px;*/
}
.submit_btn_business
{
	margin:20px 0px 0 0;
}
.submit_btn_business a
{
	background-color:#ea4a36;
	font-family: 'proxima_nova_rgbold';
	font-size:13px;
	display:inline-block;
	width:auto;
	padding:5px 10px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.submit_btn_business a:hover
{
	background-color:#FFF;
	color:#ea4a36;
	text-transform:uppercase;
}

.content_right .app_download_bg
{
	    margin-bottom: 10px;
    margin-left: 10px;
    width: 299px;

}
.content_right .mobile_pic {
    position: absolute;
    right: 0;
    top: -41px;
}
.content_right  INPUT.newsletter
{
	width: 62%;
}
/********** Inner news  Tab Panel ************/
#inner_tabPanel
{
	padding:0px 10px!important;
	margin-bottom:20px;
}
#inner_tabPanel .tab_sec_3 {
  height:46px;
  background-image:url(/images/inner_current_tab.png);
  background-repeat:repeat-x;
  background-position:top;
  text-transform:uppercase;
  font-family: 'roboto_condensedregular';
  font-size:14px;
  color:#FFF;
  padding-top:5px;
}

#inner_tabPanel .tab_sec_3 a{
	border-radius: 0 !important;
	border:none !important; 
	 font-size:15px!important;
	 padding:10px 20px!important;
/*	background:url(/images/tab_drop_arrow.png) no-repeat 60px 36px;*/
}
#inner_tabPanel .tab_sec_3 a:hover{
	 background-image:url(/images/inner_active_tab.png);
  background-repeat:repeat-x;
  background-position:top;
height:48px;
	 padding-top:12px;
	 margin-top:-7px;
}
#inner_tabPanel .tab_sec_3 a.active{
	 background-image:url(/images/inner_active_tab.png);
  background-repeat:repeat-x;
  background-position:top;
	background-color:#383838;
height:48px;
	 padding-top:12px;
	 margin-top:-7px;
}

/**************** Inner news Tab Section ************/
/********** Business Tab Panel ************/
#business_tabPanel
{
	padding:0px 10px!important;
	margin-bottom:20px;
}
#business_tabPanel .tab_sec_3 {
  height:46px;
  background-image:url(/images/business_current_tab.png);
  background-repeat:repeat-x;
  background-position:top;
  text-transform:uppercase;
  font-family: 'roboto_condensedregular';
  font-size:14px;
  color:#FFF;
  padding-top:5px;
}

#business_tabPanel .tab_sec_3 a{
	border-radius: 0 !important;
	border:none !important; 
	 font-size:15px!important;
	 padding:10px 20px!important;
/*	background:url(/images/tab_drop_arrow.png) no-repeat 60px 36px;*/
}
#business_tabPanel .tab_sec_3 a:hover{
	 background-image:url(/images/business_active_tab.png);
  background-repeat:repeat-x;
  background-position:top;
height:48px;
	 padding-top:12px;
	 margin-top:-7px;
}
#business_tabPanel .tab_sec_3 a.active{
	 background-image:url(/images/business_active_tab.png);
  background-repeat:repeat-x;
  background-position:top;
	background-color:#383838;
height:48px;
	 padding-top:12px;
	 margin-top:-7px;
}
.tab-business
{
	padding:0px 15px;
	/*margin-bottom:60px;*/
	margin-top:20px;
	position:relative!important;
	height:1600px;
	overflow:hidden;
	width:100%;
}
.tab-business .ps-scrollbar-y{ background-color:#6e727b!important;}
.tab-business .ps-scrollbar-x{ overflow:hidden!important; visibility:hidden!important; background-color:#6e727b!important;}
/**************** Business news Top Section ************/
.buss_news_sec1
{
	float:left;
	width:390px;
}
.buss_news_sec2
{
	float:left;
	width:195px;
	background-color:#393939;
	padding:15px;
	height: 420px;
}
.buss_news_sec2 ul{ margin:0px; padding:0px 0px 18px 0px!important;}
.buss_news_sec2 ul li{ margin:0px; padding:10px 0px; list-style:none; border-bottom:1px solid #5e5e5e;
}
.buss_news_sec2 ul li:last-child{border-bottom:none;}
.buss_news_sec2 h3
{
	font-size:12px;
	 font-family: 'roboto_condensedbold';
	color:#ea4a36;
	margin:0px;
	padding-bottom:5px;
text-transform:uppercase;
}
.buss_news_sec2 h3 a
{
	color:#ea4a36;
	text-decoration:none;
}
.buss_news_sec2 h3 a:hover
{
	color:#ea4a36;
	text-decoration:underline;
}
.buss_news_sec2 h2 span
{
	font-size:16px;
	color:#fff;
	 font-family: 'proxima_nova_rgbold';	
	margin:0px;
	padding-bottom:5px;
}
.buss_news_sec2 h2 span a
{
	color:#fff;
	text-decoration:none;
}
.buss_news_sec2 h2 span a:hover
{
	color:#fff;
	text-decoration:underline;
}
.buss_news_sec2 h2
{
	font-size:14px;
	color:#fff;
	 font-family: 'proxima_nova_rgbold';	
	margin:0px;
	padding-bottom:5px;
}
.buss_news_sec2 h2 a
{
	color:#fff;
	text-decoration:none;
}
.buss_news_sec2 h2 a:hover
{
	color:#fff;
	text-decoration:underline;
}

.buss_news_sec2 p
{
	font-size:12px;
	color:#999999;
	line-height:16px;
	padding-top:5px;
	margin:0px;
	font-family: 'proxima_novasemibold';
}
.buss_news_sec2 p strong
{
	color:#ea4a36;
	font-size:12px;
}
.buss_news_sec2 p strong a
{
	color:#ea4a36;
	text-decoration:none;
}
.buss_news_sec2 p strong a:hover{
	color:#ea4a36;
	text-decoration:underline;
}
.buss_news_sec3
{
    background-color: #e7e7e7;
     float: left;
    margin-right: -20px !important;
    width: 225px;
	padding:14px;
	height:420px;
}

.buss_news_sec3 .latest_news
{
	color:#666666;
	font-family:'roboto_condensedbold';	
    font-size:14px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.buss_news_sec3 ul
{
	margin:0px;
	padding:0px;
}
.buss_news_sec3 ul li
{
	margin:0px;
	padding:9.5px 0px;
	border-bottom:1px solid #d1d1d1;
	list-style:none;
}
.buss_news_sec3 ul li img
{
	float:left;
	padding-right:15px;
}
.buss_news_sec3 ul li h3
{
	color:#e78073;
	font-family:'roboto_condensedbold';	
	margin:0px;
	padding-bottom:5px;
	font-size:12px;
	text-transform:uppercase;
}
.buss_news_sec3 ul li h3 a
{
	color:#e78073;
	text-decoration:none;
}
.buss_news_sec3 ul li h3 a:hover
{
	color:#e78073;
	text-decoration:underline;
}
.buss_news_sec3 ul li h2
{
	color:#333333;
	font-family: 'proxima_nova_rgbold';	
	margin:0px;
	padding-bottom:5px;
	font-size:14px;
}
.buss_news_sec3 ul li h2 a
{
	color:#333333;
	text-decoration:none;
}
.buss_news_sec3 ul li h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
.buss_news_sec3 ul li:last-child{border-bottom:none;}
.buss_news_sec3 p
{
	font-size:12px;
	color:#666666;
	line-height:16px;
	padding-top:0px;
	margin:0px;
	font-family: 'proxima_novasemibold';
	clear:both;
}
.buss_news_sec3 p strong
{
	color:#ea4a36!important;
	font-size:12px;
}
.buss_news_sec3 p strong a
{
	color:#ea4a36!important;
	text-decoration:none;
}
.buss_news_sec3 p strong a:hover{
	color:#ea4a36!important;
	text-decoration:underline;
}
.main_news_image
{
	position:relative;
}
.business_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  text-transform:uppercase;
  font-family: 'roboto_condensedbold';
  font-size:12px;
  
}
.business_news_btn a{
	padding:7px;
	color:#fff;
	background-color:#eb4a36;
	display:inline-block;
	
}
.business_news_btn a:hover{
	text-decoration:none;
}
.buss_news_detail
{
	background-color:#545454;
	padding:15px;
	 /*min-height: 324px;
	 max-height:324px;
	 overflow:hidden;*/
}
.buss_news_detail h3
{
	font-size:14px;
	color:#999999;
	  font-family: 'roboto_condensedbold';
	  padding-bottom:5px;
	  margin:0px;
}
.buss_news_detail h3 a
{
	color:#999999;
	text-decoration:none;
}
.buss_news_detail h3 a:hover
{
	color:#999999;
	text-decoration:none;
}
.buss_news_detail h2
{
	font-size:24px;
	color:#ffffff;
	  font-family: 'proxima_nova_rgbold';
	  padding-bottom:5px;
	  margin:0px;
	  line-height:22px;
}
.buss_news_detail h2 a
{
	color:#ffffff;
	text-decoration:none;
}
.buss_news_detail h2 a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
	
.buss_news_detail p
{
	font-size:12px;
	color:#CCC;
	line-height:18px;
	padding:5px 0px 5px 0px;
}
.buss_news_detail p strong
{
	color:#ea4a36;
	/*display:block;
	padding-top:9px;*/
	font-size:12px;
}
.buss_news_detail p strong a
{
	color:#ea4a36;
	text-decoration:none;
}
.buss_news_detail p strong a:hover{
	color:#ea4a36;
	text-decoration:underline;
}
.buss_related_news
{
	background-color:#ea4a36;
	padding:14px 15px 13px 15px;
	background-image:url(/images/arrow_down.png);
	background-position:17px 0px;
	background-repeat:no-repeat;
	
}
.buss_related_news h3
{
	font-size:12px;
	color:#fff;
	font-family: 'proxima_novasemibold';
	margin:0px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.buss_related_news ul{ margin:0px; padding:0px;}
.buss_related_news ul li{font-family: 'proxima_novasemibold'; font-size:12px; padding:0px; margin:0px; list-style-image:url(/images/related_news_icon.png); color:#333; line-height:18px; margin-left:10px;
}
.buss_related_news ul li a{
	color:#333;
	text-decoration:none;
}
.buss_related_news ul li a:hover{
	color:#333;
	text-decoration:underline;
}
.buss_colr
{
	color:#ea4a36!important;
}
.buss_colr a
{
	color:#ea4a36!important;
	text-decoration:none;
}
.buss_colr a:hover
{
	color:#ea4a36!important;
	text-decoration:none;
}
#buss_detail_slider .nivo-caption
{
	background-color:#ea4a36;
}
#sports_detail_slider .nivo-caption
{
	background-color:#7da63c;
}
.sprt_news_detail
{
	height:190px!important;
}
/************* business econoy listing*********/
.business_listing_head
{
	font-family: 'roboto_condensedbold';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
    background-color:#646464;
	border-bottom:4px solid #ea4a36;
	padding:6px 18px;
}

.business_listing
{
	margin-bottom:18px;
	}

.business_listing ul
{
margin:0px;
padding:0px;
margin-top:10px;	
}
.business_listing ul li
{
margin:0px;
padding:0px;
width:180px;
margin-right:23px;	
float:left;
list-style:none;

    min-height: 218px;
    max-height: 218px;
    overflow: hidden;
}
.business_listing ul li:last-child
{
	margin-right:0px;
}
.business_listing ul li.top_news_margin{
	margin-right:15px;
}
.business_listing h3
{
	font-size:12px;
	color:#e78073;
	  font-family:'roboto_condensedbold';
	  padding-bottom:5px;
	  margin:0px;
	  padding-top:10px;
	  text-transform:uppercase;
}
.business_listing h3 a
{
	color:#e78073;
	text-decoration:none;
}
.business_listing h3 a:hover
{
	color:#e78073;
	text-decoration:underline;
}
.business_listing h2
{
	font-size:13px;
	color:#333333;
	  font-family: 'proxima_nova_rgbold';
	  padding-bottom:5px;
	  margin:0px;
	  line-height:16px;
}
.business_listing h2 a
{
	color:#333333;
	text-decoration:none;
}
.business_listing h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
	
.business_listing p
{
	font-size:12px;
	 font-family: 'proxima_novasemibold';
	color:#666666;
	padding:0px 0px 0px 0px;
}
.business_listing p strong
{
	color:#ea4a36!important;
	font-size:12px;
}
.business_listing p strong a
{
	color:#ea4a36!important;
	text-decoration:none;
}
.business_listing p strong a:hover{
	color:#ea4a36!important;
	text-decoration:underline;
}
.business_listing ul li.market_first
{
	width:570px;
	height:219px;
	margin-bottom:15px;
	margin-right:15px;
}
.business_listing ul li.market_highlight
{
	width:204px;
	background-color:#4a4a4a;
	margin-right:0px;	
	height:219px;
	margin-bottom:15px;
	position:relative;
}
.business_listing ul li.market_highlight h2
{
	color:#FFF;
	padding:10px 12px 5px 12px;
}
.business_listing ul li.market_highlight h2 a
{
	color:#FFF;
	text-decoration:none;
}
.business_listing ul li.market_highlight h2 a:hover{
	color:#FFF;
	text-decoration:underline;
}
.business_listing ul li.market_highlight p
{
	color:#cccccc;
	padding:0px 12px 12px 12px;
}
.market_largeimg{
	float:left;
}
.market_first_news_detail
{
	
	min-height:219px;
	max-height:219px;
	overflow:hidden;
	
	float:left;
	background-color:#ea4a36;
	width:180px;
	padding:15px 12px;
	color:#FFF;
}
.market_first_news_detail h3
{
	font-size:12px;
	 font-family: 'roboto_condensedbold';
	 margin:0px;
	 padding:0px;
	 padding-bottom:10px
}
.market_first_news_detail h3 a
{
	color:#fff;
	text-decoration:none;
}
.market_first_news_detail h3 a:hover{
	color:#fff;
	text-decoration:underline;
}
.market_first_news_detail h2{
	font-size:16px;
	font-family: 'proxima_nova_rgbold';
	padding-bottom:10px;
	line-height:19px;
}
.market_first_news_detail h2 a
{
	color:#fff;
	text-decoration:none;
}
.market_first_news_detail h2 a:hover{
	color:#fff;
	text-decoration:underline;
}
.market_first_news_detail p
{
	color:#ffcccc;
	font-size:12px;
}
.market_first_news_detail p strong
{
	color:#fff!important;
}
.market_first_news_detail p strong a
{
	color:#fff!important;
	text-decoration:none;
}
.market_first_news_detail p strong a:hover
{
	color:#fff!important;
	text-decoration:underline;
}
.market_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  text-transform:uppercase;
}
.market_news_btn a{
	padding:5px;
	font-size:11px;
	color:#fff;
	background-color:#eb4a36;
	display:inline-block;
	font-family: 'proxima_nova_rgbold';
	text-decoration:none;
}
.market_news_btn a:hover{
	text-decoration:underline;
}

/*********  Propert Section *******/
.propert_area
{
	padding-top:18px;
}
.property_left
{
	float:left;
	width:293px;
	background-color:#e7e7e7;
	height:337px;
}
.property_middle
{
	float:left;
	width:290px;
	padding:0px 14px;
background-color:#FFF;
height:337px;
}
.property_right
{
	width:207px;
	float:right;
	background-color:#FFF;
	padding-top:15px;
	padding-right:25px;
	height:337px;
}
.property_detail
{
	padding:13px 15px;
	
}
.property_detail .comment_buss a
{
	color:#000000;
	text-decoration:none;
}
.property_detail .comment_buss a:hover
{
	color:#000000;
	text-decoration:underline;
}

.property_detail .upload_buss a
{
	color:#000000;
	text-decoration:none;
}
.property_detail .upload_buss a:hover
{
	color:#000000;
	text-decoration:underline;
}
.property_middle_head
{
	font-family: 'roboto_condensedbold';
	font-size:12px;
	text-transform:uppercase;
	color:#e78073;
	padding:10px 0px;
}
.prperty_middle_1 > h2
{
	font-family: 'proxima_nova_rgbold';
	color:#333333;
	font-size:16px;
	line-height:19px;
}
.prperty_middle_1 > p
{
	color:#666666;
	font-size:12px;
	font-family: 'proxima_novasemibold';
	clear:both;
}
.prperty_middle_1 > p strong a
{
	color:#ea4a36 !important;
	text-decoration:none;
}
.prperty_middle_1 > img
{
	float:left;
	padding-right:9px;
	padding-bottom:9px;
	
}
.prperty_middle_2
{
	padding:6px 50px 12px 0px;
}
.prperty_middle_2 > h3
{
	  font-family: 'roboto_condensedbold';
	color:#e78073;
	font-size:12px;
	line-height:normal;
margin:0px;
padding:0px;
}
.prperty_middle_2 > h2
{
	font-family: 'proxima_nova_rgbold';
	color:#333333;
	font-size:14px;
	line-height:16px;
	margin:0px;
padding:0px;
}
.prperty_middle_2 > p
{
	color:#666666;
	font-size:12px;
	font-family: 'proxima_novasemibold';
	clear:both;
}
.prperty_middle_2 > p strong a
{
	color:#ea4a36 !important;
	text-decoration:none;
}
.prperty_middle_2 > img
{
	float:left;
	padding-right:9px;
	padding-bottom:9px;
}
.right_banner
{
	text-align:center;
}
.business_tab_content
{
	height:1380px!important;
}
.business_slogan{font-family: 'proxima_novaextrabold';position:absolute; width:100%; text-align:center; font-size:28px;text-transform:uppercase; bottom:-36px; color:#ea4a36;}
.gold_slogan{font-family: 'proxima_novaextrabold';position:absolute; width:100%; text-align:center; font-size:28px;text-transform:uppercase; bottom:-36px; color:#CC3333;}

.twitter_banner
{
	text-align:center;
	padding:18px 0px;
}
.inner_tab_content
{
	height:1090px!important;
}
.nation_tab_content
{
	height:1838px!important;
}
/******* International Page ***********/
.intrl_slogan{font-family: 'proxima_novaextrabold';position:absolute; width:100%; text-align:center; font-size:28px;text-transform:uppercase; bottom:-36px; color:#CC3333;}

.intrl_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  font-family: 'roboto_condensedbold';
  text-transform:uppercase;
  font-size:12px;
}
.intrl_news_btn a{
	padding:5px 7px;
	color:#fff!important;
	background-color:#01aef2;
	display:inline-block;
	f
}
.intrl_news_btn a:hover{
	color:#fff;
	text-decoration:none;
}
.inner_comments{ display:inline-block; background-image:url(/images/comment_blue.png); background-position:0px 2px; background-repeat:no-repeat; color:#ffffff; font-size:12px;font-family: 'proxima_novasemibold'; margin-right:10px;}
.inner_comments a{ color:#ffffff; text-decoration:none; padding-left:26px; display:block}
.inner_comments a:hover{ color:#ffffff; text-decoration:none; padding-left:26px; display:block}
.inner_upload{ display:inline-block; background-image:url(/images/vote_blue.png); background-position:0px 0px; background-repeat:no-repeat; color:#ffffff; font-size:12px;font-family: 'proxima_novasemibold'; margin-right:5px;}
.inner_upload a{ color:#ffffff; text-decoration:none; padding-left:20px;}
.inner_upload a:hover{ color:#ffffff; text-decoration:none; padding-left:20px;}

.intrl_link
{
	color:#01aef2!important;
	text-decoration:none;
}
.intrl_link a
{
	color:#01aef2!important;
	text-decoration:none;
}
.intrl_link a:hover
{
	color:#01aef2!important;
	text-decoration:underline;
}
.other_news
{
	color:#666666;
	font-family:'roboto_condensedbold';	
    font-size:14px;
	padding-bottom:0px;
	text-transform:uppercase;
}

.intrl_news_sec2
{
    background-color: #e7e7e7;
     float: left;
    margin-right: -20px !important;
    width: 225px;
	padding:14px;
	/*height:544px;*/
	height:420px;
}
.intrl_news_sec2a
{
     background-color: #e7e7e7;
    float: left;
   /*height:544px;*/
	height:420px;
    padding: 15px;
    width: 195px;
}
.intrl_news_first_img
{
	padding-bottom:10px;
}
.intrl_news_first_img img
{
	width:163px;
	float:none!important;
}

.intrl_news_sec2 ul
{
	margin:0px;
	padding:0px;
}
.intrl_news_sec2 ul li
{
	margin:0px;
	padding:9.5px 0px;
	border-bottom:1px solid #d1d1d1;
	list-style:none;
}
.intrl_news_sec2a ul li:first-child img
{
	float:left;
	padding-right:0px;
}
.intrl_news_sec2 ul li img
{
	float:left;
	padding-right:15px;
}
.intrl_news_sec2 ul li h3
{
	color:#01aef2;
	font-family:'roboto_condensedbold';	
	margin:0px;
	padding-bottom:5px;
	font-size:12px;
	text-transform:uppercase;
}
.intrl_news_sec2 ul li h3 a
{
	color:#01aef2;
	text-decoration:none;
}
.intrl_news_sec2 ul li h3 a:hover
{
	color:#01aef2;
	text-decoration:underline;
}
.intrl_news_sec2 ul li h2
{
	color:#333333;
	font-family: 'proxima_nova_rgbold';	
	margin:0px;
	padding-bottom:5px;
	font-size:14px;
	padding-right:5px;
}
.intrl_news_sec2 ul li h2 a
{
	color:#333333;
	text-decoration:none;
}
.intrl_news_sec2 ul li h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
.intrl_news_sec2 ul li:last-child{border-bottom:none;}
.intrl_news_sec2 p
{
	font-size:12px;
	color:#666666;
	line-height:16px;
	padding-top:0px;
	margin:0px;
	font-family: 'proxima_novasemibold';
	clear:both;
}
.intrl_news_sec2 p strong
{
	color:#01aef2;
	font-size:12px;
}
.intrl_news_sec2 p strong a
{
	color:#01aef2;
	text-decoration:none;
}
.intrl_news_sec2 p strong a:hover{
	color:#01aef2;
	text-decoration:underline;
}
.intrl_news_sec2_second_col
{
	padding-top:35px!important;
}

.intl_related_news
{
	background-color:#01aef2;
	
}
.intrl_first_news_detail
{
	background-color:#01aef2;
}
.intrl_first_new_p
{
	color:#ccf1ff!important;
}
.intrl_market_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  text-transform:uppercase;
  font-family:"roboto_condensedbold";
  font-size:11px;
}
.intrl_market_news_btn a{
	padding:5px;
	
	color:#fff;
	background-color:#01aef2;
	display:inline-block;
	
	text-decoration:none;
}
.intrl_market_news_btn a:hover{
	text-decoration:underline;
}
.no_image_news
{
	background-color:#e7e7e7;
	padding:4px 8px!important;
}
/**************** News Detail ************/

.content_detail_left
{
	float:left;
	width:810px;
	
}
.content_detail_top
{
	padding-right:20px;
	background-color:#FFF;
}
.content_left_btm_ads
{
	padding:15px 0px;
	text-align:center;
}
.detail_1
{
	padding:30px 0 0 30px;
}
.breadcrumb_news
{
	font-size:13px;
	font-family: 'proxima_nova_rgbold';
	color:#4a4a4a;
	text-transform:uppercase;
	padding-bottom:15px;
}
.breadcrumb_news a
{
	font-size:13px;
	font-family: 'proxima_nova_rgregular';
	color:#4a4a4a;
	text-decoration:none;
	padding:0 10px;
}
.breadcrumb_news a:hover{
	font-size:13px;
	font-family: 'proxima_nova_rgregular';
	color:#4a4a4a;
	text-decoration:underline;
	padding:0 10px;
}
.news_detail_title
{
	color:#4a4a4a;
	font-family: 'proxima_nova_rgbold';
	font-size:40px;
	line-height:37px;
	letter-spacing:-2px;
}
.news_detail_title > a > img
{
	float:left;
	padding-right:10px;
}
.author
{
	font-size:13px;
	color:#4a4a4a;
	padding-top:17px;
}

.author span
{
	font-family: 'proxima_nova_rgbold';
	font-size:13px;
	color:#01aef2;
}
.author_detail
{
	font-family: 'proxima_novasemibold';
	font-size:13px;
	color:#4a4a4a;
padding-bottom:10px;
	font-style:italic;
}
.author_detail span
{
	padding-right:20px;
}
.share_social_icons_bottom
{
	padding:20px 0px;
	clear:both;
	margin-left:-20px;
	width:780px;
}
.share_social_icons
{
	padding:20px 0px;
	clear:both;
}
.share_detail1
{
	padding:0px 0px;
	width:470px;
	height:40px;
	overflow:hidden;
}
.share_detail
{
	padding:0px 0px;
}
.share_detail ul
{
	margin:0px;
	padding:0px;
}
.share_detail ul li
{ 
float:left;
list-style:none;
margin:0px;
padding:10px 0px;
height:40px;
min-width:78px;
}
.share_detail ul li.share_title
{
	background-image:url(/images/news_detail.png);
	background-position:left;
	background-repeat:no-repeat;
	width:164px;
	font-family: 'proxima_nova_rgbold';
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	position:relative;
	z-index:2;
}
.share_detail ul li.tweeter
{
	background-color:#00abf1;
	text-align:center;
	margin-left:-11px;
	position:relative;
	z-index:1;
}
.share_detail ul li.tweeter:hover
{
	background-color:#00b5ff;
	text-align:center;
	cursor:pointer;
}

.share_detail ul li.fb
{
	background-color:#39559f;
	text-align:center;
}
.share_detail ul li.fb:hover
{
	background-color:#4c6ec5;
	text-align:center;
	cursor:pointer;
}
.share_detail ul li.comments
{
	background-color:#454e5d;
	text-align:center;
}
.share_detail ul li.comments:hover
{
	background-color:#687181;
	text-align:center;
	cursor:pointer;
}
.share_detail ul li.googlePlus
{
	background-color:#da4d3f;
	text-align:center;
}
.share_detail ul li.googlePlus:hover
{
	background-color:#e85f52;
	text-align:center;
	cursor:pointer;
}
.share_detail ul li.linkedin
{
	background-color:#127cb4;
	text-align:center;
}
.share_detail ul li.linkedin:hover
{
	background-color:#178fce;
	text-align:center;
	cursor:pointer;
}
.share_detail ul li.stumblem
{
	background-color:#ec4e2e;
	text-align:center;
}
.share_detail ul li.stumblem:hover
{
	background-color:#eb6043;
	text-align:center;
	cursor:pointer;
}
.share_detail ul li.cross
{
	background-color:#db2425;
	text-align:center;
}
.share_detail ul li.cross:hover
{
	background-color:#ec3839;
	text-align:center;
	cursor:pointer;
}
.share_detail ul li.upload
{
	background-color:#2f343b;
	text-align:center;
	font-size:14px;
	color:#FFF;
	background-image:none;
	position:relative;
}
.upload_div
{
	  background-color: #2296e3;
    color: #fff;
    padding: 5px 0 3px 0;
    position: absolute;
    text-transform: uppercase;
    top: -28px;
    width: 100%;
}
.share_detail ul li.upload:hover
{
	background-color:#626871;
	text-align:center;
	cursor:pointer;
}

/************* image slider *************/
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	/*text-align: center;
	padding: 20px 0;*/
  position:absolute;
  z-index:9999;
  top:210px;
  right:10px;
  display:none;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav
{
	display:block!important;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	opacity: 1;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	  top: 457px;
}
.theme-default a.nivo-prevNav {
	left:700px;
	  top: 457px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}




.nivo-html-caption
{
	width:450px!important;
}

.slider-wrapper { 
	 margin: 0 auto;
position:relative;
height:518px;
    width:780px;
	left:-5px;
}

.slider-wrapper img { 
	width:100%;
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:505px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#238cd2;
	color:#fff;
	
	min-height:66px;
	max-height:66px;

	width:100%;
	z-index:8;
	padding: 10px 20px;
	overflow: hidden;
	display: none;

}

.nivo-html-caption {
    display:none;
	
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3.) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	width:95%;
	 font-family: 'proxima_nova_rgbold';
	 font-size:13px;
	 color:#fff;
}
.nivo-caption p span{
	font-family: 'proxima_nova_rgregular';
}
.nivo-caption a {
	display:inline !important;
}
.nivo_only_one{
	background-color: #ea4a36;
    
    bottom: 0;
    padding-left: 5px;
    position: absolute;
    width: 780px !important;
	display:block;
}
.nivo_only_one p {
	padding:10px;
	margin:0;
	width:95%;
	 font-family: 'proxima_nova_rgbold';
	 font-size:13px;
	 color:#fff;
	
}
.nivo_only_one p span{
	font-family: 'proxima_nova_rgregular';
}

/**********************************/

/**********  news detail section  **************/
.news_detail_section
{
	padding:15px 0 15px 20px;
	width:780px;
}
.news_detail_section h2
{
	font-size:16px;
    font-family: 'proxima_nova_rgbold';
	color:#333333;
	margin:0px;
	padding-bottom:15px;
	border-bottom:1px solid #e2e2e2;
	text-align:justify;
	line-height:18px;
	margin-bottom:15px;
}
.news_detail_section p
{
	font-family: 'proxima_nova_rgregular';
	font-size:14px;
	color:#4a4a4a !important;
	line-height:21px;
	margin:0px;
}
.news_detail_section p > img
{
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}

.news_art_with_banner
{
	padding-top:20px;
}
.aticle_det_left
{
	float:left;
	font-family: 'proxima_nova_rgregular';
	color:#4a4a4a;
	line-height:16px;
	font-size:14px;
	width:430px;
}
.aticle_det_right
{
	float:right;
	width:300px;
}

.quote
{
	text-align:center;
	line-height:28px;
	font-size:24px;
	color:#2296e3;
	font-family: 'proxima_nova_rgbold';
	padding:30px 30px;
}
.quote span
{
	 color:#333333;
	 text-transform:uppercase;
	 font-size:14px;
	 clear:both;
}
.related_news_bg
{
	width: 100%;
	    clear: both;
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
    padding: 16px;
    margin-bottom: 18px;
    float: left;
}
.related_news_head
{
	color:#333333;
	font-weight:bold;
	font-size:18px;
	padding:0px;
	margin:0px;
	padding-bottom:0px;
}
.related_news_bg ul
{
	margin:0px;
	padding:0px;
}
.related_news_bg ul li
{
	float: left;
    width: 40%;
	    margin-right: 10%;
	list-style:none;
	padding:13px 0px;
	border-bottom:1px solid #e2e2e2;
	/*clear:both;*/
}
.related_news_bg ul li:last-child
{
	border-bottom:none;
}
.related_news_bg ul li > img
{
	float:left!important;
	padding-right:10px;
	padding-bottom:10px;
	width:auto;
}
.related_news_title
{
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

.related_news_title a
{
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

.related_news_title a:hover
{
	font-size:13px;
	font-weight:bold;
	color:#2296e3;
}

.related_news_date
{
	font-size:12px;
	color:#666666;
}
.image_left
{
	float:left;
	padding-right:10px;
}
.p_right
{
	font-size:14px;
	color:#4a4a4a;
	line-height:21px;
	width:515px;
	float:right;
}
.image_right
{
	float:right;
	padding-left:10px;
}
.p_left
{
	font-size:14px;
	color:#4a4a4a;
	line-height:21px;
	width:515px;
	float:left;
}

.news_detail_banner
{
	background-color:#f2f2f2;
	padding:15px;
	margin:18px 0px;
	text-align:center;
}
.kt_tweeter
{
	padding:18px 0px;
}
.related_photo
{
	position:relative;
	margin-top:18px;
}
.photo_icon
{
	position:absolute;
	bottom:15px;
	right:15px;
}
.related_photo_title
{
	background-color:#424444;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	color:#FFF;
}
	

.related_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  background-color:#01aef2;
  padding:5px 7px;
  text-transform:uppercase;
  font-size:12px;
  font-family: 'roboto_condensedbold';
}
.related_news_btn a{
	
	color:#fff!important;
	background-color:#01aef2;
	display:inline-block;

}
.related_news_btn a:hover{
	color:#fff;
	text-decoration:none;
}
.related_poll
{
	background-color:#4a4a4a;
	padding:10px;
	position:relative;
	padding-top:35px;
	margin-top:18px;
}
.poll_related
{
	margin-bottom:0px!important;
	padding:13px 10px 7px 0!important;
}
#poll .graph_body1
{
	width: 190px; 
	overflow:hidden;
	float:left;
	padding-top:5px;
}
.author_news_det
{
	background-color:#eff9ff;
	padding:20px;
	margin:18px 0px;
}

.author_news_det > h2
{
	font-size:18px;
	color:#4a4a4a;
	font-family: 'proxima_nova_rgbold';
	padding-bottom:10px;
	margin:0px;
	padding-top:2px;
	border:none;
}
.author_news_det > h3
{
	font-size:14px;
	color:#4a4a4a;
	font-family: 'proxima_nova_rgregular';
	margin:0px;
	
}
.author_news_det > img
{
	float:left;
	margin-right:15px;
}
.next_article
{
	float:right;
	width:375px;
	background-color:#f4f4f4;
	padding:13px;
	text-align:right;
}
.prev_article
{
	float:left;
	width:375px;
	background-color:#f4f4f4;
	padding:13px;
	text-align:left;
}
.article_name
{
	font-family: 'roboto_condensedbold';
	font-size:12px;
	color:#01aef2;
	padding-bottom:10px;
	text-transform:uppercase;
}
.article_title
{
	font-family: 'proxima_nova_rgbold';
	font-size:14px;
	color:#333333;
	padding-bottom:10px;
}
.newletter_left
{
	float:left;
	width:360px;
}
.newletter_right
{
	float:right;
	padding-top:15px;
	width:350px;
}
.newletter_right  INPUT.newsletter
{
	width: 70%;
	margin-right:2px;
}

/*********** news detail listing ***************/
.news_listing_detail_head
{
	font-family: 'roboto_condensedbold';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
    background-color:#646464;
	padding:6px 18px;
}

.news_listing_detail
{
	margin-bottom:18px;
	}

.news_listing_detail ul
{
margin:0px;
padding:0px;
margin-top:10px;	
}
.news_listing_detail ul li
{
margin:0px;
padding:0px;
width:178px;
margin-right:15px;	
float:left;
list-style:none;

}
.news_listing_detail ul li:last-child
{
	margin-right:0px;
	
}
.news_listing_detail h3
{
	font-size:12px!important;
	color:#01aef2;
	  font-family:'roboto_condensedbold';
	  padding-bottom:5px;
	  margin:0px;
	  padding-top:10px;
	  text-transform:uppercase;
}
.news_listing_detail h3 a
{
	color:#01aef2;
	text-decoration:none;
}
.news_listing_detail h3 a:hover
{
	color:#01aef2;
	text-decoration:underline;
}
.news_listing_detail h2
{
	font-size:13px!important;
	color:#333333;
	  font-family: 'proxima_nova_rgbold';
	  padding-bottom:5px;
	  margin:0px;
	  line-height:16px;
	  text-align:left;
	  border:none;
}
.news_listing_detail h2 a
{
	color:#333333;
	text-decoration:none;
}
.news_listing_detail h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
	
.news_listing_detail p
{
	font-size:12px;
	 font-family: 'proxima_novasemibold';
	color:#666666;
	padding:0px 0px 0px 0px;
	line-height:16px;
}
.news_listing_detail p strong
{
	color:#01aef2;
	font-size:12px;
}
.news_listing_detail p strong a
{
	color:#01aef2;
	text-decoration:none;
}
.news_listing_detail p strong a:hover{
	color:#01aef2;
	text-decoration:underline;
}
.no_image_detail
{
	background-color:#e7e7e7;
	padding:10px 8px!important;
}
/***********  Technologies  **************/
.tech_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  font-family: 'roboto_condensedbold';
}
.tech_news_btn a{
	padding:4px 7px;
	color:#fff;
	background-color:#ea6536;
	display:inline-block;
	
}
.tech_news_btn a:hover{
	text-decoration:none;
}
.tech_link
{
	color:#ea6536!important;
}
.tech_link a
{
	color:#ea6536!important;
	text-decoration:none;
}
.tech_link a:hover
{
	color:#ea6536!important;
	text-decoration:underline;
}
.tech_related_news
{
	background-color:#ea6536!important;	
	
}
.submit_btn_tech
{
	margin:20px 0px 0 0;
}
.submit_btn_tech a
{
	background-color:#ea6536;
	font-family: 'roboto_condensedbold';
	font-size:13px;
	display:inline-block;
	width:auto;
	padding:4px 10px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.submit_btn_tech a:hover
{
	background-color:#FFF;
	color:#ea4a36;
	text-decoration:none;
	text-transform:uppercase;
}


/******* technology Listing ********/
.tech_listing_head
{
	font-family: 'roboto_condensedbold';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
    background-color:#646464;
	border-bottom:4px solid #ea6536;
	padding:6px 18px;
	position:relative;
}
.tech_listing_head ul
{
	position:absolute!important;
	right:30px!important;
	top:5px!important;
}
.tech_listing_head ul li
{
	float:left!important;
	width:auto!important; margin-right:5px!important;
	list-style:none;
	cursor:pointer;
}
.tech_listing_head ul li.active_grid
{
	background-image:url(/images/grid_active.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}

.tech_listing_head ul li.deactive_grid{
	background-image:url(/images/grid_inactive.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}
.tech_listing_head ul li.deactive_grid:hover{
	background-image:url(/images/grid_active.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}
.tech_listing_head ul li.active_listing
{
	background-image:url(/images/listing_active.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}

.tech_listing_head ul li.deactive_listing{
	background-image:url(/images/listing_inactive.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}
.tech_listing_head ul li.deactive_listing:hover{
	background-image:url(/images/listing_active.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}
/******* grid style*****/
.tech_listing
{
	margin-bottom:18px;
	}

.tech_listing ul
{
margin:0px;
padding:0px;
margin-top:10px;	
}
.tech_listing ul li
{
margin:0px;
padding:0px;
width:186px;
margin-right:15px;	
float:left;
list-style:none;
height:215px;
margin-bottom:20px;
}

.tech_listing ul li:nth-child(4)
{
	margin-right:0px;
}
.tech_listing ul li:nth-child(8)
{
	margin-right:0px;
}
.tech_listing ul li:nth-child(12)
{
	margin-right:0px;
}
.tech_listing ul li:nth-child(16)
{
	margin-right:0px;
}
.tech_listing h3
{
	font-size:12px;
	color:#e78073;
	  font-family:'roboto_condensedbold';
	  padding-bottom:5px;
	  margin:0px;
	  padding-top:10px;
	  text-transform:uppercase;
}
.tech_listing h3 a
{
	color:#e78073;
	text-decoration:none;
}
.tech_listing h3 a:hover
{
	color:#e78073;
	text-decoration:underline;
}
.tech_listing h2
{
	font-size:13px;
	color:#333333;
	  font-family: 'proxima_nova_rgbold';
	  padding-bottom:5px;
	  margin:0px;
	  line-height:16px;
}
.tech_listing h2 a
{
	color:#333333;
	text-decoration:none;
}
.tech_listing h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
	
.tech_listing p
{
	font-size:12px;
	 font-family: 'proxima_novasemibold';
	color:#666666;
	padding:0px 0px 0px 0px;
}
.tech_listing p strong
{
	color:#ea4a36!important;
	font-size:12px;
}
.tech_listing p strong a
{
	color:#ea4a36!important;
	text-decoration:none;
}
.tech_listing p strong a:hover{
	color:#ea4a36!important;
	text-decoration:underline;
}
.tech_listing ul li.market_first
{
	width:570px;
	height:219px;
	margin-bottom:15px;
}
.no_image_tech
{
	background-color:#e7e7e7;
	padding:8px 8px!important;
}
.no_image_tech h2
{
	padding:6px 0px!important
}
/********* Listing view ******************/
.tech_listing1
{
	margin-bottom:18px;
	}

.tech_listing1 ul
{
margin:0px;
padding:0px;
margin-top:10px;	
}
.tech_listing1 ul li
{
margin:0px;
padding:0px;
width:100%;
margin-bottom:15px;	
float:left;
list-style:none;
padding:10px 0px;
}
.tech_listing1 ul li:nth-child(odd)  { background-color:#e7e7e7; padding:10px 10px; }
.tech_listing1 ul li > img
{
	float:left;
	width:auto;
	margin-right:20px;
}

.tech_listing1 h3
{
	font-size:12px;
	color:#e78073;
	  font-family:'roboto_condensedbold';
	  padding-bottom:5px;
	  margin:0px;
	  padding-top:10px;
	  text-transform:uppercase;
}
.tech_listing1 h3 a
{
	color:#e78073;
	text-decoration:none;
}
.tech_listing1 h3 a:hover
{
	color:#e78073;
	text-decoration:underline;
}
.tech_listing1 h2
{
	font-size:13px;
	color:#333333;
	  font-family: 'proxima_nova_rgbold';
	  padding-bottom:5px;
	  margin:0px;
	  line-height:16px;
}
.tech_listing1 h2 a
{
	color:#333333;
	text-decoration:none;
}
.tech_listing1 h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
	
.tech_listing1 p
{
	font-size:12px;
	 font-family: 'proxima_novasemibold';
	color:#666666;
	padding:0px 0px 0px 0px;
}
.tech_listing1 p strong
{
	color:#ea4a36!important;
	font-size:12px;
}
.tech_listing1 p strong a
{
	color:#ea4a36!important;
	text-decoration:none;
}
.tech_listing1 p strong a:hover{
	color:#ea4a36!important;
	text-decoration:underline;
}
.tech_listing1 ul li.market_first
{
	width:570px;
	height:219px;
	margin-bottom:15px;
}
.paging
{
	background-color:#646464;
	padding:10px;
	position:relative;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.paging a
{
	color:#fff;
	text-decoration:none;
	padding:8px 15px;
	position:relative;
	top:-2px;
}
.paging a:hover
{
	color:#a4a4a4;
	text-decoration:none;
	padding:8px 15px;
	background-color:#f4f4f4;
position:relative;
	top:-3px;
}
.paging a.active
{
	color:#a4a4a4;
	text-decoration:none;
	padding:8px 15px;
	background-color:#f4f4f4;
position:relative;
	top:-3px;
}
	
.paging_left
{
	position:absolute;
	left:15px;
	top:7px;
}
.paging_right
{
	position:absolute;
	right:15px;
	top:7px;
}
.tab-technology
{
	height:597px!important;
}

/******* Sports page start ************/
.sports_slogan{font-family: 'proxima_novaextrabold';position:absolute; width:100%; text-align:center; font-size:28px;text-transform:uppercase; bottom:-36px; color:#7ca733;}
.sports_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  text-transform:uppercase;
  font-family: 'roboto_condensedbold';
  font-size:12px;
}
.sports_news_btn a{
	padding:4px 7px;
	color:#fff;
	background-color:#7ca733;
	display:inline-block;
	
}
.sports_news_btn a:hover{
	text-decoration:none;
}
.other_news_section
{
	background-color:#eeeeee;
	float:left;
	width:400px;
}
.other_news_head
{
	  color: #393939;
    font-family: "roboto_condensedbold";
    font-size: 14px;
    padding-bottom: 0;
    text-transform: uppercase;
	padding:15px;
	margin:0px;
	
}

.sports_link
{
	color:#7ca733!important;
}
.sports_link a
{
	color:#7ca733!important;
	text-decoration:none;
}
.sports_link a:hover
{
	color:#7ca733!important;
	text-decoration:underline;
}
.sports_related_news
{
	background-color:#7ca733;
	padding:12px 15px 8px 15px;
	background-image:url(/images/arrow_down.png);
	background-position:17px 0px;
	background-repeat:no-repeat;
	
}
.sports_related_news h3
{
	font-size:12px;
	color:#fff;
	font-family: 'proxima_novasemibold';
	margin:0px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.sports_related_news ul{ margin:0px; padding:0px;}
.sports_related_news ul li{font-family: 'proxima_novasemibold'; font-size:12px; padding:0px; margin:0px; list-style-image:url(/images/related_news_icon.png); color:#333; line-height:18px; margin-left:10px;
}
.sports_related_news ul li a{
	color:#333;
	text-decoration:none;
}
.sports_related_news ul li a:hover{
	color:#333;
	text-decoration:underline;
}
.sports_news_sec2a
{
	float:left;
	width:180px!important;
	
	padding-left:15px;
	padding-right:10px;
	
}
.sports_news_sec2
{
	float:left;
	width:206px;
	
	padding-left:14px;
	height: 403px;
	/*height:489px;*/
}
.sports_news_sec2 ul{ margin:0px; padding:0px 0px 18px 0px!important;}
.sports_news_sec2 ul li{ margin:0px; padding:10px 0px; list-style:none; border-bottom:1px solid #5e5e5e;
}
.sports_news_sec2 ul li:last-child{border-bottom:none;}
.sports_news_sec2 ul li:first-child{padding-top:5px;}
.sports_news_sec2 h3
{
	font-size:12px;
	 font-family: 'roboto_condensedbold';
	color:#7ca733;
	margin:0px;
	padding-bottom:5px;
text-transform:uppercase;
}
.sports_news_sec2 h3 a
{
	color:#7ca733;
	text-decoration:none;
}
.sports_news_sec2 h3 a:hover
{
	color:#7ca733;
	text-decoration:underline;
}
.sports_news_sec2 h2 span
{
	font-size:16px;
	color:#333333;
	 font-family: 'proxima_nova_rgbold';	
	margin:0px;
	padding-bottom:5px;
}
.sports_news_sec2 h2 span a
{
	color:#333333;
	text-decoration:none;
}
.sports_news_sec2 h2 span a:hover
{
	color:#333333;
	text-decoration:underline;
}
.sports_news_sec2 h2
{
	font-size:14px;
	color:#333333;
	 font-family: 'proxima_nova_rgbold';	
	margin:0px;
	padding-bottom:5px;
}
.sports_news_sec2 h2 a
{
	color:#333333;
	text-decoration:none;
}
.sports_news_sec2 h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
.sports_news_sec2 ul li > img
{
	float:left;
	padding-right:15px;
}
.sports_news_sec2 p
{
	font-size:12px;
	color:#999999;
	line-height:16px;
	padding-top:0px;
	margin:0px;
	font-family: 'proxima_novasemibold';
}
.sports_news_sec2 p strong
{
	color:#7ca733;
	font-size:12px;
}
.sports_news_sec2 p strong a
{
	color:#7ca733;
	text-decoration:none;
}
.sports_news_sec2 p strong a:hover{
	color:#7ca733;
	text-decoration:underline;
}

/************* Business listing Gallery *********/
.business_listing_head {
    font-family: 'roboto_condensedbold';
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #646464;
    border-bottom: 4px solid #ea4a36;
    padding: 6px 18px;
}

/************* Nation listing Gallery *********/
.nation_listing_head {
    font-family: 'roboto_condensedbold';
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #646464;
    border-bottom: 4px solid #01aef2;
    padding: 6px 18px;
}


/************* sports listing*********/
.sports_listing_head
{
	font-family: 'roboto_condensedbold';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
    background-color:#646464;
	border-bottom:4px solid #7ca733;
	padding:6px 18px;
}

.sports_listing
{
	margin-bottom:18px;
	}

.sports_listing ul
{
margin:0px;
padding:0px;
margin-top:10px;	
}
.sports_listing ul li
{
margin:0px;
padding:0px;
width:180px;
margin-right:23px;	
float:left;
list-style:none;
}
.sports_listing ul li:last-child
{
	margin-right:0px;
}
.sports_listing h3
{
	font-size:12px;
	color:#7ca733;
	  font-family:'roboto_condensedbold';
	  padding-bottom:5px;
	  margin:0px;
	  padding-top:10px;
	  text-transform:uppercase;
}
.sports_listing h3 a
{
	color:#7ca733;
	text-decoration:none;
}
.sports_listing h3 a:hover
{
	color:#7ca733;
	text-decoration:underline;
}
.sports_listing h2
{
	font-size:13px;
	color:#333333;
	  font-family: 'proxima_nova_rgbold';
	  padding-bottom:5px;
	  margin:0px;
	  line-height:16px;
}
.sports_listing h2 a
{
	color:#333333;
	text-decoration:none;
}
.sports_listing h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
	
.sports_listing p
{
	font-size:12px;
	 font-family: 'proxima_novasemibold';
	color:#666666;
	padding:0px 0px 0px 0px;
}
.sports_listing p strong
{
	color:#7ca733!important;
	font-size:12px;
}
.sports_listing p strong a
{
	color:#7ca733!important;
	text-decoration:none;
}
.sports_listing p strong a:hover{
	color:#7ca733!important;
	text-decoration:underline;
}
.sports_listing ul li.market_first
{
	width:570px;
	height:219px;
	margin-right:15px;
	margin-bottom:15px;
}
.sports_listing ul li.top_news_margin{
	margin-right:15px;
}
.sports_listing ul li.market_highlight
{
	width:204px;
	background-color:#4a4a4a;
	margin-right:0px;	
	height:219px;
	margin-bottom:15px;
	position:relative;
}
.sports_listing ul li.market_highlight h2
{
	color:#FFF;
	padding:10px 12px 5px 12px;
}
.sports_listing ul li.market_highlight h2 a
{
	color:#FFF;
	text-decoration:none;
}
.sports_listing ul li.market_highlight h2 a:hover{
	color:#FFF;
	text-decoration:underline;
}
.sports_listing ul li.market_highlight p
{
	color:#cccccc;
	padding:0px 12px 12px 12px;
}

.sports_first_news_detail
{
	float:left;
	background-color:#7ca733;
	width:180px;
	height:219px;
	padding:15px 12px;
	color:#FFF;
}
.sports_first_news_detail h3
{
	font-size:12px;
	 font-family: 'roboto_condensedbold';
	 margin:0px;
	 padding:0px;
	 padding-bottom:10px
}
.sports_first_news_detail h3 a
{
	color:#fff;
	text-decoration:none;
}
.sports_first_news_detail h3 a:hover{
	color:#fff;
	text-decoration:underline;
}
.sports_first_news_detail h2{
	font-size:16px;
	font-family: 'proxima_nova_rgbold';
	padding-bottom:10px;
	line-height:19px;
}
.sports_first_news_detail h2 a
{
	color:#fff;
	text-decoration:none;
}
.sports_first_news_detail h2 a:hover{
	color:#fff;
	text-decoration:underline;
}
.sports_first_news_detail p
{
	color:#ffffcc;
	font-size:12px;
}
.sports_first_news_detail p strong
{
	color:#fff!important;
}
.sports_first_news_detail p strong a
{
	color:#fff!important;
	text-decoration:none;
}
.sports_first_news_detail p strong a:hover
{
	color:#fff!important;
	text-decoration:underline;
}
.no_image_news_listing
{
	background-color:#e7e7e7;
	padding:4px 8px!important;
	height:225px;
}
.no_image_news_listing h2
{
	height:55px;
	overflow:hidden;
}
.no_image_news_listing p
{
	height:100px;
	overflow:hidden;
}
.sports_middle_2
{
	padding-right:15px!important;
}
.gallery_title
{
	background-color:#000000;
	opacity:0.5px;
}
.gallery_title
{
	background-color:#000000;
	opacity:0.7;
	position:absolute;
	bottom:0px;
	width:100%;
	padding:15px 155px 15px 15px;
	color:#fff;
	font-size:12px;
	text-align:left;
}
.thumb_btn
{
	position:absolute;
	right:0px;
	bottom:0px;
}
.sports_colr
{
	color:#7ca733!important;
}
.sports_colr a
{
	color:#7ca733!important;
	text-decoration:none;
}
.sports_colr a:hover
{
	color:#7ca733!important;
	text-decoration:none;
}
/******************************/
.submit_btn_sports
{
	margin:20px 0px 0 0;
}
.submit_btn_sports a
{
	background-color:#7ca733;
	font-family: 'proxima_nova_rgbold';
	font-size:13px;
	display:inline-block;
	width:auto;
	padding:5px 10px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.submit_btn_sports a:hover
{
	background-color:#FFF;
	color:#ea4a36;
		text-decoration:none;
	text-transform:uppercase;
}
/********** Business Tab Panel ************/
#sports_tabPanel
{
	padding:0px 10px!important;
	margin-bottom:20px;
}
#sports_tabPanel .tab_sec_3 {
  height:46px;
  background-image:url(/images/sports_current_tab.png);
  background-repeat:repeat-x;
  background-position:top;
  text-transform:uppercase;
  font-family: 'roboto_condensedregular';
  font-size:14px;
  color:#FFF;
  padding-top:5px;
}

#sports_tabPanel .tab_sec_3 a{
	border-radius: 0 !important;
	border:none !important; 
	 font-size:15px!important;
	 padding:10px 20px!important;
/*	background:url(/images/tab_drop_arrow.png) no-repeat 60px 36px;*/
}
#sports_tabPanel .tab_sec_3 a:hover{
	 background-image:url(/images/sports_active_tab.png);
  background-repeat:repeat-x;
  background-position:top;
height:48px;
	 padding-top:12px;
	 margin-top:-7px;
}
#sports_tabPanel .tab_sec_3 a.active{
	 background-image:url(/images/sports_active_tab.png);
  background-repeat:repeat-x;
  background-position:top;
	background-color:#383838;
height:48px;
	 padding-top:12px;
	 margin-top:-7px;
}
#scroecard
{
	padding:0px 10px 10px 10px;
}
#scroecard_right
{
	margin:15px 3px;
}
#scroecard_right h2
{
	background-color:#7ca733;
	padding:13px;
	font-family: 'roboto_condensedbold';
	color:#ffffff;
	text-transform:uppercase;
	margin:0px;
	font-size:16px;
	text-align:left;
}
.scroecard_right
{
	padding:0px 0px 0px 0px; /* padding:10px 0px 0px 0px;*/
	background-color:#FFF;
	height:285px; /*height:150px;*/
}
.sports_tab_content
{
	clear:both;
	height:auto !important;
}
.sports_tab_content2
{
	height:2010px!important;
}
.tabcontainer
{
	border:none!important;
}
.image_gallery
{
	padding-bottom:15px;
}
.image_gallery ul
{
	/*margin:10px 0px 0px 0px;*/
	padding:0px;
}
.image_gallery ul li
{
	list-style:none;
	position:relative;
}
.sports_video_bg
{
	background-color: #646464;
    padding: 0px;
margin-bottom:18px;
}
.sports_video_bg h2
{
	 font-family: 'roboto_condensedbold';
	 font-size:13px;
	 text-transform:uppercase;
	 color:#ffffff;
	 margin:0px;
	 padding:10px 15px;
	 border-bottom:4px solid #7ca733;
}
.sports_video
{
	padding:15px;
}
.sports_video_left
{
	float:left;
	width:235px;
}
.sports_video_left ul
{
	margin:0px;
	padding:0px;
}
.sports_video_left ul li
{
	list-style:none;
	padding:10px 0px;
	margin:0px;
	border-bottom:1px solid #505050;
	color:#FFF;
	background-image:url(/images/sports_vid_listing_icon.jpg);
	background-position:right;
	background-repeat:no-repeat;
font-weight:bold;
padding-right:48px;
font-size:13px;
}
.sports_video_right
{
	float:right;
	position:relative;
	width:504px;
}





/*----- Nation Video -----*/

.nation_video_bg
{
	background-color: #646464;
    padding: 0px;
margin-bottom:18px;
}
.nation_video_bg h2
{
	 font-family: 'roboto_condensedbold';
	 font-size:13px;
	 text-transform:uppercase;
	 color:#ffffff;
	 margin:0px;
	 padding:10px 15px;
	 border-bottom:4px solid #01aef2;
}
.nation_video
{
	padding:15px;
}
.nation_video_left
{
	float:left;
	width:235px;
}
.nation_video_left ul
{
	margin:0px;
	padding:0px;
}
.nation_video_left ul li
{
	list-style:none;
	padding:10px 0px;
	margin:0px;
	border-bottom:1px solid #505050;
	color:#FFF;
	background-image:url(/images/video_listing_play.png);
	/*background-image:url(/images/sports_vid_listing_icon.jpg);*/
	background-position:right;
	background-repeat:no-repeat;
font-weight:bold;
padding-right:48px;
font-size:13px;
}
.nation_video_right
{
	float:right;
	position:relative;
	width:504px;
}


/*----- Business Video -----*/

.business_video_bg
{
	background-color: #646464;
    padding: 0px;
margin-bottom:18px;
}
.business_video_bg h2
{
	 font-family: 'roboto_condensedbold';
	 font-size:13px;
	 text-transform:uppercase;
	 color:#ffffff;
	 margin:0px;
	 padding:10px 15px;
	 border-bottom:4px solid #ea4a36;
}
.business_video
{
	padding:15px;
}
.business_video_left
{
	float:left;
	width:235px;
}
.business_video_left ul
{
	margin:0px;
	padding:0px;
}
.business_video_left ul li
{
	list-style:none;
	padding:10px 0px;
	margin:0px;
	border-bottom:1px solid #505050;
	color:#FFF;
	background-image:url(/images/business_listing_play.png);
	/*background-image:url(/images/sports_vid_listing_icon.jpg);*/
	background-position:right;
	background-repeat:no-repeat;
font-weight:bold;
padding-right:48px;
font-size:13px;
}
.business_video_right
{
	float:right;
	position:relative;
	width:504px;
}


/*----- Business Video -----*/






/**********  privacy **********/
.privacy_policy
{
	background-color:#FFF;
	padding:30px 20px;
	color:#000;
}
.privacy_policy h1
{
	margin:0px;
	font-size:40px;
	color:#4a4a4a;
	font-family: 'proxima_nova_rgbold';
	padding-bottom:15px;
	}

/********  Listing Page ****/
.listing_left
{
	float:left;
	width:555px;
}

.listing_left_micronoad /*****  Just for the No Ad Microsite******/
{
	float:left;
	
}

.listig_right
{
	float:right;
	width:220px;
}





.listing_main_news_nwz_life {
	/*background-color:#393939;*/
	/*padding:10px 20px;*/
	padding:0px;
}

.listing_main_news_nwz_life h2 {
	font-size:24px;
	color:#000;
	padding-bottom:5px;
	 font-family: 'proxima_novaextrabold';
	 margin:0px;
}
.listing_main_news_nwz_life h2 a {
	color:#000;
	text-decoration:none;
}
.listing_main_news_nwz_life h2 a:hover {
	color:#2296e3;
	text-decoration:underline;
}





.listing_main_news_nwz {
	/*background-color:#393939;*/
	/*padding:10px 20px;*/
	padding:0px;
}

.listing_main_news_nwz h2 {
	text-indent:-99999px !important;
	font-size:24px;
	color:#ffffff;
	padding-bottom:0px;
	 font-family: 'proxima_novaextrabold';
	 margin:0px;
}
.listing_main_news_nwz h2 a {
	color:#ffffff;
	text-decoration:none;
}
.listing_main_news_nwz h2 a:hover {
	color:#ffffff;
	text-decoration:underline;
}


/*------- News Graphics 22 Oct 2015 Nazz-------*/



.listing_main_news_nwz23 {
	/*background-color:#393939;*/
	/*padding:10px 20px;*/
	padding:0px;
}

.listing_main_news_nwz23 h2 {
	
	font-size:24px;
	color:#000;
	padding-bottom:10px;
	 font-family: 'proxima_novaextrabold';
	 margin:0px;
}
.listing_main_news_nwz23 h2 a {
	color:#000;
	text-decoration:none;
}
.listing_main_news_nwz32 h2 a:hover {
	color:#000;
	text-decoration:underline;
}


.content_padd_nwz23 {
    border-bottom: solid 3px #c4c4c4;
	padding-bottom:6px;
	margin-bottom:25px;
}




/*------- News Graphics 22 Oct 2015 Nazz-------*/






.ssb-share.round {
    display: inline-block;
    margin-top: -25px;
    /*margin-bottom: 14px;*/
}

.ssb-share.round a {
    margin-right: 5px;
	    padding-top: 5px;
}



.ssb-share.round a {
    display: inline-block;
    float: left;
    height: 30px;
    position: relative;
    vertical-align: top;
    width: 30px;
    border-radius: 50%;
    color: #111 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ssb-share.round a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    border: solid 1px #000;
    background: #000000 !important;
    color: #FFF !important;
}


.ssb-share.round a.fb {
    background: none repeat scroll 0 0 #FFF;
    border: solid 1px #c3c3c3;
    /* background: none repeat scroll 0 0 #3A589B; */
}





.ssb-share a.fb span.icon {
    /* background-image: url("fb.png"); */
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
}

.ssb-share.round a.gplus {
    background: none repeat scroll 0 0 #FFF;
    border: solid 1px #c3c3c3;
    /* background: none repeat scroll 0 0 #DA4735; */
}

.ssb-share a.gplus span.icon {
    /* background-image: url("gplus.png"); */
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
}

.ssb-share.round a.twitter {
    background: none repeat scroll 0 0 #FFF;
    border: solid 1px #c3c3c3;
    /* background: none repeat scroll 0 0 #33b1cb; */
}

.ssb-share a.twitter span.icon {
    /* background-image: url("twitter.png"); */
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
}




.content_padd_nwz {
    border-bottom: solid 3px #c4c4c4;
}



.listing_main_news
{
	background-color:#393939;
	padding:20px;
}
.listing_main_news h3
{
	font-size:12px;
	color:#01aef2;
	padding-bottom:5px;
	font-family:'roboto_condensedbold';
	 margin:0px;
}
.listing_main_news h2
{
	font-size:24px;
	color:#ffffff;
	padding-bottom:5px;
	 font-family: 'proxima_novaextrabold';
	 margin:0px;
}
.listing_main_news h2 a
{
	color:#ffffff;
	text-decoration:none;
}
.listing_main_news h2 a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
.author_name
{
	font-size:12px;
	color:#999999;
	padding:5px 0px;
}
.listing_main_news p
{
		font-size:12px;
	color:#999999;
	margin:0px;
	padding:0px;
}
.listing_main_news p strong
{
	font-size:12px;
	color:#01aef2;
	text-transform:uppercase;
	font-family: 'proxima_nova_rgbold';
	font-weight:normal;
}
.listing_main_news p strong a
{
	color:#01aef2;
	text-decoration:none;
}
.listing_main_news p strong a:hover
{
	color:#01aef2;
	text-decoration:underline;
}

.listig_right_widget1{
	
	margin-bottom:18px;
	background-color:#4a4a4a;
	position:relative;
}
.listig_right_widget1 h2
{
	
font-family: 'proxima_nova_rgbold';
font-size:14px;
color:#FFF;
padding:14px;
margin:0px;
}
.listig_right_widget1 h2 a
{
	text-decoration:none;
	color:#FFF;
}
.listig_right_widget1 h2 a:hover
{
	text-decoration:underline;
	color:#FFF;
}
.listig_right_widget1 p
{
	font-size:12px;
	color:#CCC;
	margin:0px;
	padding:0px 14px 14px 14px
}
.listig_right_widget1 p strong
{
	color:#01aef2;
	text-decoration:none;
	font-family: 'proxima_nova_rgbold';
	font-weight:normal;
	font-size:12px;
}
.listig_right_widget1 p strong a
{
	color:#01aef2;
	text-decoration:none;
}
.listig_right_widget1 p strong a:hover
{
	color:#01aef2;
	text-decoration:underline;
}
.listing_right_news
{}
.listing_right_news ul
{
	margin:0px;
	padding:0px;
}
.listing_right_news ul li
{
	padding:5px 0px;
	border-bottom:1px solid #e5e5e5;
	list-style:none;
	margin:0px;
}
.listing_right_news ul li img
{
	padding-bottom:10px;
	margin-top:-10px;
}
.listing_right_news ul li:first-child
{
	padding-top:10px;
}
.news_type
{
	font-size:12px;
	color:#01aef2;
	text-transform:uppercase;
	padding-bottom:5px;
	font-family: 'roboto_condensedbold';
}
.lisitng_news_title
{
	font-size:16px;
	font-family: 'proxima_nova_rgbold';
	color:#333333;
	line-height:16px;
}
.lisitng_news_title a
{
	color:#333333;
	text-decoration:none;
}
.lisitng_news_title a:hover
{
	color:#333333;
	text-decoration:underline;
}
.news_desc
{
	color:#666666;
	font-size:12px;
	margin:0px;
	padding:5px 0px;
}
.read_more
{
	font-family: 'proxima_nova_rgbold';
	color:#01aef2;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
}
.read_more a
{
	color:#01aef2;
	text-decoration:none;
}
.read_more a:hover
{
	color:#01aef2;
	text-decoration:underline;
}
.listing_right_banner
{
	padding:18px 0px;
}

.tech_listing1
{
	margin-bottom:18px;
	}

.liting_list ul
{
margin:0px;
padding:0px;
margin-top:10px;	
}
.liting_list ul li
{
margin:0px;
padding:0px;
width:100%;
margin-bottom:8px;	
float:left;
list-style:none;
padding:8px 0px;
border-bottom:1px solid #e5e5e5;
}

.liting_list ul li > img
{
	float:left;
	width:auto;
	margin-right:10px;
	display:inline-block;
	min-height:75px;
}

.liting_list h3
{
	font-size:12px;
	color:#01aef2;
	  font-family:'roboto_condensedbold';
	  padding-bottom:5px;
	  margin:0px;
	  padding-top:0px;
	  text-transform:uppercase;
}
.liting_list h3 a
{
	color:#01aef2;
	text-decoration:none;
}
.liting_list h3 a:hover
{
	color:#01aef2;
	text-decoration:underline;
}
.liting_list h2
{
	font-size:18px;
	color:#333333;
	  font-family: 'proxima_nova_rgbold';
	  padding-bottom:5px;
	  margin:0px;
	  line-height:16px;
}
.liting_list h2 a
{
	color:#333333;
	text-decoration:none;
}
.liting_list h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}
	
.liting_list p
{
	font-size:12px;
	 font-family: 'proxima_novasemibold';
	color:#666666;
	padding:0px 0px 0px 0px;
}
.liting_list p strong
{
	color:#01aef2;
	font-size:12px;
	 font-family: 'proxima_nova_rgbold';
}
.liting_list p strong a
{
color:#01aef2;
	text-decoration:none;
}
.liting_list p strong a:hover{
	color:#01aef2;
	text-decoration:underline;
}
.listing_btm_banner
{
	padding:18px 0px;
	text-align:center;
}

.author_news_det_sports
{
	background-color:#f0f9e1!important;
}
/************* prayer Timming *******/
.prayer_top_bg
{
	background-color:#FFFFFF;
	background-image:url(/images/prayer_top_bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	padding:15px 18px; 
}
.prayer_time_heading
{
	padding-bottom:10px;
	font-size:30px;
	 font-family: 'proxima_nova_rgbold';
	 color:#FFF;
}
.prayer_tab{}
.prayer_tab ul{ margin:0px; padding:0px;}
.prayer_tab ul li
{
	 padding:0px;
	 margin:0px;
	 list-style:none; 
	 display:inline-block; 
	 margin-right:-3px; 
	 	background-image:url(/images/prayer_tab.jpg);
		background-repeat:repeat-x; 
		background-position:top; 
	padding:13px 15px 13px 15px; 
	font-size:14px;
 	font-weight:bold;
	color:#FFF;
	
}
.prayer_tab ul li:hover
{
	 padding:0px;
	 margin:0px;
	 list-style:none; 
	 display:inline-block; 
	  margin-right:-3px; 
	 	background-image:url(/images/active_prayer_tab.jpg);
		background-repeat:repeat-x; 
		background-position:top; 
	padding:13px 15px 13px 15px; 
	font-size:14px;
 	font-weight:bold;
	color:#4a4a4a;
	 position:relative;
	 top:1px;
	cursor:pointer;
}
.prayer_tab ul li.active
{
	 	 padding:0px;
	 margin:0px;
	 list-style:none; 
	 display:inline-block; 
	  margin-right:-3px;
	 position:relative;
	 top:1px;
	 	background-image:url(/images/active_prayer_tab.jpg);
		background-repeat:repeat-x; 
		background-position:top; 
	padding:13px 15px 13px 15px; 
	font-size:14px;
 	font-weight:bold;
	color:#4a4a4a;
	cursor:pointer;
}
.prayer_tab ul li a
{
	color:#FFF;
	text-decoration:none;
}
.prayer_tab ul li a:hover
{
	color:#FFF;
	text-decoration:none;
}
.mosque
{
	position:absolute;
	top:19px;
	right:10px;
}
.prayer_region_head
{
	font-size:40px;
	font-family: 'proxima_nova_rgbold';
	color:#333333;
	line-height:38px;
	border-right:1px solid #cdcdcd;
	float:left;
	padding-right:18px;
	margin-right:12px;
}
.other_region_prayer
{
	float:left;
	/*width:630px;*/
}
.prayer_sub_heading
{
	padding-top:15px;
	font-size:13px;
	color:#2296e3;
	font-weight:bold;
}
.prayer_sub_heading a
{
	padding:0 3px;
	color:#2296e3;
	text-decoration:none;
}
.prayer_sub_heading a:hover
{
	padding:0 3px;
	color:#2296e3;
	text-decoration:underline;
}
.prayer_sub_heading span
{
	color:#333333;
	font-weight:normal;
	
}
.date_cal
{
	color:#333333;
	font-size:18px;
}
.prayerTimming ul
{
	margin:0px;
	padding:0px;
}
.prayerTimming ul li
{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	width:auto;
	background-color:#157ec4;
	padding:5px 10px;
	 /*   font-size: 26px;*/
	font-size:28px;
	opacity:0.9;
	text-transform:uppercase;
	/*width: 110px;*/
	width:129px;
	text-align:right;
	font-family: 'proxima_nova_rgbold';
	line-height:26px;
}
.prayerTimming ul li span
{
	font-size:16px;
	font-family: 'proxima_novasemibold';
	color:#FFF;
	text-align:left;
	display:block;
}
.prayerTimming ul li:nth-child(odd)
{
	background-color:#2289d0;
	opacity:0.9;
}
.fajr
{
	background-image:url(/images/fajr.png);
	background-position: 12px 42px;
	background-repeat:no-repeat;
}
.shuruq
{
	background-image:url(/images/shuruq.png);
	    background-position: 12px 37px;
	background-repeat:no-repeat;
}
.duhr
{
	background-image:url(/images/duhr.png);
	background-position: 12px 32px;
	background-repeat:no-repeat;
}
.asr
{
	background-image:url(/images/asr.png);
	background-position:10px 34px;
	background-repeat:no-repeat;
}
.magrib
{
	background-image:url(/images/magrib.png);
	background-position: 12px 37px;
	background-repeat:no-repeat;
}
.isha
{
	background-image:url(/images/isha.png);
	background-position: 12px 34px;
	background-repeat:no-repeat;
}
.share_title_prayer
{
	background-image:url(/images/news_detail.png);
	background-position:right!important;
	background-repeat:no-repeat;
	width:160px!important;

}
select.month_view
{
	border-radius:5px;
	border:1px solid #ededed;
	background-color:#f5f5f5;
	padding:5px 5px;
	font-size:12px;
	color:#666;
	width:220px;
	
}
select.month_view > option
{
	background-color:#f5f5f5;
}
.IACAD_GridView_Header
{
	background-color:#4a4a4a;
	font-size:13px;
	text-transform:uppercase;
		font-family: 'proxima_nova_rgbold';
}
.IACAD_GridView_Header > td
{ 
padding:10px 10px;
border-color:#696969;
}
.IACAD_Label_PrayerTimings
{
	font-size:12px;
	color:#414141;
}
.row1
{
	background-color:#f9f9f9;
	font-size:12px;
	text-transform:uppercase;

		color:#999999;
		
}
.row1 > td
{
	padding:10px;
	border-color:#ebebeb;
}
.row1 > td > span
{
	color:#333;
}
.row2
{
	background-color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	
		color:#999999;
}
.row2 > td
{
	padding:10px;
	border-color:#ebebeb;
}
.row2 > td > span
{
	color:#333;
}
.prayer_section_right
{
	margin:107px 15px 18px;
}
.next_pray_time
{
	background-color:#2296e3;
	padding:25px 25px;
	background-image:url(/images/right_prayer_icon.png);
	background-repeat:no-repeat;
	background-position:20px 20px;
	padding-left:80px;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'proxima_nova_rgbold';
	color:#FFF;
}
.remainning_pray_timming
{
	background-image:url(/images/prayer_remainning_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:140px;
	font-size:28px;
	color:#FFF;
	padding:48px 0 0 78px;
	line-height:30px;
}
.remainning_pray_timming span
{
	color:#99cccc;
	font-size:21px;
}

.photo_gallery_bg
{
	background-image:url(/images/photo_gallery_bg.jpg);	
	background-position:top;
	background-repeat:repeat-x;
	
}
.photo_gallery_bg1
{
	background-image:url(/images/photo_gallery_bg1.jpg);	
	background-position:top;
	background-repeat:repeat-x;
	
}
.photo_large_img{
	position:relative;
	width:782px;
}
.gallery_bottom_image1
{
	position:relative;
	width:382px;
	float:left;
	margin-top:20px;
}
.gallery_bottom_image2
{
	position:relative;
	width:382px;
	float:left;
	margin:20px 0 0 20px;
}
.photo_gallery_page_head
{
	font-size:24px;
	color:#FFF;
	font-family: 'proxima_nova_rgbold';
	padding-right:50px;
	line-height:22px;
}
.small_title_sports
{
	 color: #7da63c;
    display: block;
     font-family: 'roboto_condensedbold';
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}
.small_title_sports a
{
	 color: #7da63c;
	 text-decoration:none;
}
.small_title_sports a:hover
{
	 color: #7da63c;
	 text-decoration:underline;
}
.small_title a
{
	 color: #e4c319;
	 text-decoration:none;
}
.small_title a:hover
{
	 color: #e4c319;
	 text-decoration:underline;
}
.small_title_default
{
	 color: #01aef2;
    display: block;
     font-family: 'roboto_condensedbold';
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}
.small_title_default a
{
	 color: #01aef2;
	 text-decoration:none;
}
.small_title_default a:hover
{
	 color: #01aef2;
	 text-decoration:underline;
}
.small_title_tech
{
	 color: #ea4a36;
    display: block;
     font-family: 'roboto_condensedbold';
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
	clear:both;
}
.small_title_tech a
{
	 color: #ea4a36;
	 text-decoration:none;
}
.small_title_tech a:hover
{
	 color: #ea4a36;
	 text-decoration:underline;
}
.gallery_control
{
	background-color:#e7e7e7;
	padding:16px 25px;
	margin-top:45px;
}
.more_gallery
{
	background-image:url(/images/more_gallery_icon.png);
	background-position:right;
	background-repeat:no-repeat;
	 font-family: 'roboto_condensedbold';
	 font-size:18px;
	 color:#333333;
	 float:left;
	 padding-right:15px;
	 text-transform:uppercase;
}
.category_item
{
	 font-family: 'roboto_condensedbold';
	 font-size:18px;
	 color:#333333;
	 text-transform:uppercase;
	 padding-right:13px;
	 float:left;
	 padding-right:20px;
}

select.categroy_item
{
	font-size:14px;
	font-family: 'roboto_condensedbold';
	color:#333333;
	text-transform:uppercase;
	width:150px;
	background-color:#FFF;
	border:none;
	padding:5px;
	margin-left:15px;
}
.latest_gallery_head
{	

	font-size:24px;
	font-family: 'roboto_condensedbold';
	color:#333333;
	text-transform:uppercase;
	padding:17px 0px;
}
.latest_gallery_listing{}
.latest_gallery_listing ul
{
	margin:0px;
	padding:0px;
}
.latest_gallery_listing ul li
{
	float:left;
	width:240px;
		margin:0px;
		padding:0px;
	margin:0px 22px 22px 0px;

	position:relative;
	list-style:none;
}

	
.latest_gallery_title
{
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
	color:#333;
	height:45px;
	overflow:hidden;
}
.latest_gallery_title a
{
	color:#333;
	text-decoration:none;
}
.latest_gallery_title a:hover
{
	color:#333;
	text-decoration:underline;
}
.more_gallery_dropdown
{
	float:right;
	width:525px;
}
.entertainment_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  text-transform:uppercase;
  font-family: 'roboto_condensedbold';
  font-size:12px;
}
.entertainment_news_btn a{
	padding:4px 7px;
	color:#fff;
	background-color:#e4c319;
	display:inline-block;
	
}
.entertainment_news_btn a:hover{
	text-decoration:none;
}
.lifestyle_news_btn {
  display: inline-block;
  left: 10px;
  position: absolute;
  top: 10px;
  text-transform:uppercase;
  font-family: 'roboto_condensedbold';
  font-size:12px;
}
.lifestyle_news_btn a{
	padding:4px 7px;
	color:#fff;
	background-color:#9f52be;
	display:inline-block;
	
}
.lifestyle_news_btn a:hover{
	text-decoration:none;
}
 .intrl_hover {
 display: none;
position:absolute;
top:0px;
cursor:pointer;
background-color:#01aef2;
opacity:0.8;
height:135px;
width:240px;
text-align:center;
padding-top:50px;

}
 .lifestyle_hover {
 display: none;
position:absolute;
top:0px;
cursor:pointer;
background-color:#9f52be;
opacity:0.8;
height:135px;
width:240px;
text-align:center;
padding-top:50px;

}

 .sports_hover {
 display: none;
position:absolute;
top:0px;
cursor:pointer;
background-color:#7da63c;
opacity:0.8;
height:135px;
width:240px;
text-align:center;
padding-top:50px;

}
 .business_hover {
 display: none;
position:absolute;
top:0px;
cursor:pointer;
background-color:#ea4a36;
opacity:0.8;
height:135px;
width:240px;
text-align:center;
padding-top:50px;

}
.entert_hover
 {
 display: none;
position:absolute;
top:0px;
cursor:pointer;
background-color:#e4c319;
opacity:0.8;
height:135px;
width:240px;
text-align:center;
padding-top:50px;

}
.entertainment_hover
 {
 display: none;
position:absolute;
top:0px;
cursor:pointer;
background-color:#e4c319;
opacity:0.8;
height:135px;
width:240px;
text-align:center;
padding-top:50px;

}
.tech_hover
 {
 display: none;
position:absolute;
top:0px;
cursor:pointer;
background-color:#ea4a36;
opacity:0.8;
height:135px;
width:240px;
text-align:center;
padding-top:50px;

}
.right_padd
{
	padding:12px;
}
.populat_cat
{
	
}
.popular_cat_head
{
	 font-family: 'roboto_condensedbold';
	 font-size:18px;
	 color:#FFF;
	 text-transform:uppercase;
	 padding-bottom:18px;
}
.instagram_head
{
	 font-family: 'roboto_condensedbold';
	 font-size:18px;
	 color:#FFF;
	 text-transform:uppercase;
	 padding-bottom:10px;
}
.populat_cat ul
{
	margin:0px;
	padding:0px;
}
.populat_cat ul li
{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:18px;
	position:relative;
	
}
.populat_cat ul li > img
{
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
.populat_cat ul li > h2
{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#FFF;
	opacity:0.5;
	text-transform:uppercase;
	padding-bottom:5px;
}
.populat_cat ul li > p
{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#FFF;
	opacity:0.5;
	text-transform:uppercase;
	padding-bottom:5px;
	padding-right:20px;
}
.upload_bg
{
	background-image:url(/images/upload_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	width:300px;
	height:200px;
	padding:15px;
}
.up_ur_photo
{
	background-image:url(/images/upload_photo.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:50px;
	color:#ffffff;
	 font-family: 'roboto_condensedbold';
	 font-size:18px;
	 text-transform:uppercase;
	 border-bottom:1px solid #3a3a3a;
	 padding-bottom:15px;
}
.up_ur_photo span
{
	color:#CCC;
	font-size:13px;
	text-transform:none;
	font-family: 'proxima_nova_rgregular';
}
.sign_or_register
{
	background-image:url(/images/1_upload.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:30px;
	color:#ffffff;
	font-family: 'proxima_nova_rgregular';
	 font-size:15px;
	 line-height:19px;
	 text-transform:uppercase;
	 margin-top:15px;
}
.upload_your
{
	background-image:url(/images/2_upload.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:30px;
	color:#999999;
	font-family: 'proxima_nova_rgregular';
	 font-size:15px;
	 line-height:19px;
	 text-transform:uppercase;
	 margin-top:15px;
}
/***********gallery_detail********/
.gallry_det_banner
{
	background-color:#000000;
	padding:15px 0px;
	text-align:center
}
.gallery_detail_1
{
	padding:0px 20px 0 0px;
}
.breadcrumb_gallery
{
	font-size:13px;
	font-family: 'proxima_nova_rgbold';
	color:#FFFFFF;
	text-transform:uppercase;
	padding-bottom:15px;
	margin-left:-8px;
}
.breadcrumb_gallery a
{
	font-size:13px;
	font-family: 'proxima_nova_rgregular';
	color:#FFFFFF;
	text-decoration:none;
	padding:0 10px;
}
.breadcrumb_gallery a:hover{
	font-size:13px;
	font-family: 'proxima_nova_rgregular';
	color:#FFFFFF;
	text-decoration:underline;
	padding:0 10px;
}
.gallery_detail_title
{
	color:#ffffff;
	font-family: 'proxima_nova_rgbold';
	font-size:36px;
	line-height:35px;
}
.gallery_detail_title span
{
	color:#999999;
	font-size:20px;
}
.gallery_det_btn {
  display: inline-block;
  text-transform:uppercase;
  font-family: 'roboto_condensedbold';
  font-size:12px;
  margin-bottom:12px;
}
.gallery_det_btn a{
	padding:4px 7px;
	color:#fff;
	background-color:#e4c319;
	display:inline-block;
	
}
.gallery_det_btn a:hover{
	text-decoration:none;
}
.share_social_icon_gallery{
	padding:25px 0px 0px 0px;
	clear:both;
}
.full_screen
{
	position:absolute;
	bottom:0px;
	right:70px;
	z-index:99999;
	
	display:none;
}
.gallery_comments_sec
{
	/*background-color:#FFF;
	padding:15px;*/
}
.gallery_control_detail
{
        clear: both;
	background-color:#e7e7e7;
	padding:16px 25px;
	margin-top:0px;
}
.gallery_cat_listing
{
	margin-right:20px;
}
.video_top_listing
{
	background-color:#000;
	padding:20px 0px;
}


.vid_icon_nz_aug {
    background-image: url("/images/gradient_bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    top: 0px;
    left: 0px;
    padding: 10px;
    position: absolute;
    width: 35px;
    height: 35px;
}

.vid_icon
{
	background-image: url("/images/gradient_bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    top:0px;
	left:0px;
    padding: 10px;
    position: absolute;
    width:auto;
}
.vid_time
{
	background-color:#000;
	display:inline-block;
	padding:2px 4px;
	 font-family: 'roboto_condensedbold';
	 font-size:10px;
	 position:absolute;
	 top:110px;
	 right:5px;
}

.sports_title
{
	color:#7da63c;
	font-size:12px;
	text-transform:uppercase;
	 font-family: 'roboto_condensedbold';
	 padding-top:12px;
	 margin-bottom:-10px;
}
.business_title
{
	color:#ea4a36;
	font-size:12px;
	text-transform:uppercase;
	 font-family: 'roboto_condensedbold';
	 padding-top:12px;
	 margin-bottom:-10px;
}
.entertainment_title
{
	color:#e4c319;
	font-size:12px;
	text-transform:uppercase;
	 font-family: 'roboto_condensedbold';
	 padding-top:12px;
	 margin-bottom:-10px;
}
.tech_title
{
	color:#ea4a36;
	font-size:12px;
	text-transform:uppercase;
	 font-family: 'roboto_condensedbold';
	 padding-top:12px;
	 margin-bottom:-10px;
}
.vid_thumb1
{
	float:left;
	width:767px;
	
	position:relative;
}
.vid_thumb2
{
	float:right;
	width:360px;
	
}
.vid_thumb2a
{
	position:relative;
	margin-bottom:30px;
}
.vid_thumb2b
{
	position:relative;

}
.photo_gallery_thumb_head {
    color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 28px;
    line-height:28px;
    padding-bottom:10px !important;
    text-align: left;
    padding-right:25px;
	padding-top:10px;
}
.photo_gallery_thumb2_head {
    color: #fff;
    font-family: "proxima_nova_rgbold";
    font-size: 24px;
    line-height:24px;
   
    text-align: left;
    padding-right:25px;
	padding-top:5px;
}
.vid_time1
{
	background-color:#000;
	display:inline-block;
	padding:2px 4px;
	 font-family: 'roboto_condensedbold';
	 font-size:10px;

	
}
.thumb_title
{
	  color: #e4c319;
    display:inline-block;
	padding-right:10px;
    font-family: "proxima_novasemibold";
    font-size: 12px;
    text-transform: uppercase;
    
}
.vid_play_btn
{
	position:absolute;
	top:45%;
	text-align:center;
	left:45%;
}
.photo_content_thum2
{
	position:absolute;
	bottom:10px;
	left:10px;
}
.video_detail_left
{
	float:left;
	width:780px;
}
.video_detail_right
{
	float:right;
	width:300px;
}
.related_news_gallery{ background-color:#000; padding:0 5px;}
.related_link
{
	 font-family: "proxima_novasemibold";
	 font-size:16px;
	 color:#ffffff;
	 padding:0px 0px 5px 0px;
	 text-transform:uppercase;
}
.related_news_gallery ul{ margin:0px; padding:0px; padding-bottom:10px}
.related_news_gallery ul li
{
	 margin:0px;
	 padding:0px 20px;
	 list-style-image:none;
	 display:inline-block;
	 border-right:1px solid #6b6b6b;
	width:250px;
	height:65px;
}
.related_news_gallery ul li:first-child
{
	padding-left:0px!important;
}
.related_news_gallery ul li:last-child
{
	padding-right:0px!important;
	border-right:none;
}
.related_news_gallery ul li > img
{
	float:left;
	margin:0 5px 5px 0px;
}
.related_news_gallery ul li > h2
{
	 font-family: "proxima_novasemibold";
	 font-size:12px;
	 color:#ffffff;
	 opacity:0.5;
	 margin:0px;
}
.related_news_gallery ul li > h2 a
{
	 color:#ffffff;
	 text-decoration:none;
}
.related_news_gallery ul li > h2 a:hover
{
	 color:#ffffff;
	 text-decoration:underline;
}
.related_news_gallery ul li > p
{
	 
	 font-size:13px;
	 color:#e9e9e9;
	 padding-top:5px;
	 margin:0px;
	 font-weight:normal;
}
.related_vid_cat
{
 padding:0px 10px 15px;
}
.rlt_vid_cat_link span
{
	color:#e4c319;
	font-size:12px;
	 font-family: 'roboto_condensedbold';
}
.rlt_vid_cat_link 
{
	color:999999;
	font-size:14px;
}
.rlt_vid_title
{
	font-size:28px;
	line-height:34px;
	padding:10px 0px;
	color:#FFF;
	font-family: "proxima_novasemibold";
}
.rlt_vid_desp
{
	font-size:12px;
	color:#CCC;
	
}
	
.related_news_video 
{
    border-top: 1px solid #767676;
    color: #cccccc;
    font-size: 12px;
    padding:15px 15px 30px 15px;
}
.share_social_icon_vid{
	padding:10px 0px 0px 0px;
	clear:both;
}
.video_top_gallery
{
	padding:0px 10px;
}

/************* Gold Forex ***********/
.gold_top_btn
{
	position:absolute;
	top:13px;
	right:220px;
}
.gold_reg_btn
{
	font-family: 'roboto_condensedbold';
	font-size:14px;
	line-height:16px;
	background-image:url(/images/tab_hover_icon.png);
	background-repeat:no-repeat;
	background-position:95px 28px;
	background-color:#e43023;
	padding:8px 24px 8px 12px;
	display:inline-block;
	margin-right:10px;
	color:#FFF;
}
.gold_reg_btn a
{
	color:#FFF;
	text-decoration:none;
}
.gold_reg_btn a:hover
{
	color:#FFF;
	text-decoration:none;
}
.goldforex_top_bg
{
	background-color:#FFFFFF;
	background-image:url(/images/gold_forex_topbg.jpg);
	background-repeat:repeat-x;
	position:relative;
	padding:15px 18px 0px 15px; 
}
.gold_image
{
	position:absolute;
	top:17px;
	right:10px;
}
.draft_rate_heading
{
	background-image:url(/images/gold_aed.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	font-family: "proxima_nova_rgbold";
	font-size:24px;
	color:#333;
	padding:4px 0 0 55px;
	line-height:18px;
	height:50px;
	float:left;
}
.draft_rate_heading span
{
	color:#666666;
	font-size:14px;
	font-family: "proxima_novasemibold";
}



.draft_rate_heading2
{
	background-image:url(/images/qar1.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	font-family: "proxima_nova_rgbold";
	font-size:24px;
	color:#333;
	padding:4px 0 0 55px;
	line-height:18px;
	height:50px;
	float:left;
}
.draft_rate_heading2 span
{
	color:#666666;
	font-size:14px;
	font-family: "proxima_novasemibold";
}


.draft_rate_heading3
{
	background-image:url(/images/bhd.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	font-family: "proxima_nova_rgbold";
	font-size:24px;
	color:#333;
	padding:4px 0 0 55px;
	line-height:18px;
	height:50px;
	float:left;
}
.draft_rate_heading3 span
{
	color:#666666;
	font-size:14px;
	font-family: "proxima_novasemibold";
}


.gold_rates_content
{
	padding:25px 0 00px;
}
.Draft_date
{
	float:right;
	font-size:22px;
	font-family: "proxima_novasemibold";
	color:#eb4a36;
	padding-top:8px;
}

.uae_draft_rate_table
{
	font-family: "proxima_nova_rgbold";
	font-size:26px;
	color:#FFF;
	text-transform:uppercase;
		background-color:#3b3b3b;
	background-image:url(/images/table_arr.jpg);
	background-repeat:no-repeat;
	background-position:right 50%;
	padding:15px 17px;
	line-height:24px;
	border-right:1px solid #FFF;
	
}
.gold_table
{
font-family: "proxima_nova_rgbold";
 padding:18px 0px;
 color:#333;
 font-size:11px;
 font-weight:bold;
 line-height:15px;
 text-transform:uppercase;
}
.gold_table table  td, .gold_table table  th {
	border:none !important;
}



.uae_draft_rate_table span
{
	color:#cccccc;
	font-size:12px;
	font-family: "proxima_novasemibold";
	line-height:16px;
	padding-top:5px;
	display:block;
}
.draft_curr_tab
{
	background-color:#4a4a4a;
	border-top:4px solid #eb4a36;
	color:#FFF;
	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;

}
.draft_mor_tab
{
	background-color:#eb4a36;
	border-top:4px solid #eb4a36;
	color:#FFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;
}
.draft_eve_tab
{
	background-color:#4a4a4a;
	border-top:4px solid #e43023;
	color:#FFF;
	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;

}
.qatar_eve_tab
{
	background-color:#303030;
	border-top:4px solid #eb4a36;
	color:#FFF;
	text-align:center!important;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;

}
.oman_eve_tab
{
	background-color:#4a4a4a;
	border-top:4px solid #eb4a36;
	color:#FFF;
	text-align:center!important;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;

}
.draft_yes_tab
{
	background-color:#e43023;
	border-top:4px solid #eb4a36;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;
}
.gold_r1
{
	border-bottom:1px solid #e1e1e1;
	background-color:#FFF;
}
.gold_r2
{
	border-bottom:1px solid #e1e1e1;
	background-color:#f6f6f6;
}
.uae_gold_rate_tabel
{
	padding-top:15px;
}
.uae_gold_rate_heading
{
	background-image:url(/images/uae_gold_rate_yellow.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	font-family: "proxima_nova_rgbold";
	font-size:24px;
	color:#333;
	padding:4px 0 0 55px;
	line-height:18px;
	height:50px;
	float:left;
	width:495px;
}
.uae_gold_rate_heading strong
{
	font-family: "proxima_nova_rgbold";
}
.uae_gold_rate_heading span
{
	color:#666666;
	font-size:14px;
	font-family: "proxima_novasemibold";
}
.commodocity_prices
{
	background-image:url(/images/company_price.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	font-family: "proxima_nova_rgbold";
	font-size:24px;
	color:#333;
	padding:4px 0 0 55px;
	line-height:18px;
	height:50px;
	float:left;
	
}

.gold_curr_tab
{
	background-color:#4a4a4a;
	border-top:4px solid #ffcc66;
	color:#FFF;	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;

}
.gold_mor_tab
{
	background-color:#fec24b;
	border-top:4px solid #ffcc66;
	color:#FFF;
		font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;
}
.gold_eve_tab
{
	background-color:#fdaa1a;
	border-top:4px solid #ffba41;
	color:#FFF;	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;

}
.gold_yes_tab
{
	background-color:#4a4a4a;
	border-top:4px solid #ffcc66;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;
}
.uae_gold_rate_table
{
	font-family: "proxima_nova_rgbold";
	font-size:26px;
	color:#FFF;
	text-transform:uppercase;
		background-color:#4a4a4a;
	border-left:1px solid #FFF;
	padding:0px 17px;
	line-height:24px;
	
}
.gold_rate_right
{
	margin:0px 0px;
	font-family: "proxima_nova_rgbold";
	color:#fff;
	font-size:12px;
	border-top:3px solid #eb4a36;
	padding-top:10px;
}

.red_head
{
	color:#eb4a36;
	font-size:18px;
	text-transform:uppercase;
	 font-family: 'roboto_condensedbold';
	 padding:1px 5px!important;
}
.red_head1
{
	color:#eb4a36;
	font-size:18px;
	text-transform:uppercase;
	 font-family: 'roboto_condensedbold';
	 padding:10px 5px 1px 5px!important;
}
.oil_r1
{
	background-color:#3f3f3f;
	color:#FFF;
	
}
.oil_r2
{
	background-color:#4a4a4a;
	color:#FFF;
	
}
.td_gold_rate_right 
{
	padding:1px 5px!important;
}
.txt_italic
{
	font-style:italic;
	color:#ffffff;
	opacity:0.6;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	font-family: 'proxima_nova_rgregular';
}
.silver_rate_heading
{
	background-image:url(/images/silver_rate_icon.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	font-family: "proxima_nova_rgbold";
	font-size:24px;
	color:#333;
	padding:4px 0 0 55px;
	line-height:18px;
	height:50px;
	
}
.silver_rate_heading strong
{
	font-family: 'proxima_nova_rgregular';
}
.draft_rate_heading strong
{
	font-family: 'proxima_nova_rgregular';
}
.silver_rate_heading span
{
	color:#666666;
	font-size:14px;
	font-family: "proxima_novasemibold";
}
.silver_curr_tab
{
	background-color:#4a4a4a;
	border-top:4px solid #cccccc;
	color:#FFF;	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;

}
.silver_mor_tab
{
	background-color:#9f9f9f;
	border-top:4px solid #cccccc;
	color:#FFF;
		font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;
}
.silver_eve_tab
{
	background-color:#7a7a7a;
	border-top:4px solid #cccccc;
	color:#FFF;	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;

}
.silver_yes_tab
{
	background-color:#4a4a4a;
	border-top:4px solid #cccccc;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;
}
.uae_col1
{
	background-color:#d53426;
	color:#FFF;
	text-align:center;
}
.uae_col2
{
	background-color:#eb4a36;
	color:#FFF;
	text-align:center;
}
.qatar_col1
{
	background-color:#c62219;
	color:#FFF;
	text-align:center;
}
.oman_col1
{
	background-color:#d53426;
	color:#FFF;
	text-align:center;
}
.uae_mor_tab
{
	background-color:#eb4a36;
	border-top:4px solid #eb4a36;
	color:#FFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px;
	background-image:url(/images/uae_arr.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.gold_listing ul li
{
	width:182px!important;
}
.right_top_padd {
	padding-top:21px;
	/*padding-top:58px;*/
}

.right_top_padd_nw {
	padding-top:9px;
}

.currency_cal_bg
{
	background-color:#3b3b3b;
	background-image:url(/images/currency_top_curve.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:18px;
	margin:15px 18px;
}
.currency_cal_head
{
	background-image:url(/images/currency_cal.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-family: "proxima_nova_rgbold";
	font-size:24px;
	padding-left:52px;
	line-height:22px;
	padding-bottom:15px;
}
.currency_input
{
	width:50px;
	height:42px;
	background-color:#FFF;
	display:inline-block;
	margin-right:5px;
	border:none;
	font-size:12px;
	text-align:center;
	color:#333;
}
.currency_select
{
	width:50px;
	height:42px;
	background-color:#d1d1d1;
	display:inline-block;
	margin-right:5px;
	border:none;
	font-size:12px;
	text-align:center;
	color:#333;
}
.equal
{
	display:inline-block;
	margin-right:5px;
	padding-top:15px;
}
/*********** search ***********/
.search_result_bg
{
	background-color:#FFF;
	padding:30px 0px 20px 16px;
	color:#000;
}
.searchLeft
{
	width:794px;
	background-color:#FFF;
}
.search_region
{
	width:100%!important;
	margin-right:0!important;
}
.filter_title {
    color: #fff;
    float: left;
    font-family: "roboto_condensedbold";
    font-size: 22px;
    padding-left:22px;
    padding-right: 20px;
    padding-top:5px;
    text-transform: uppercase;
    width: auto;
}
.search_tab1
{
	float:left!important;
	margin-left:95px;
}
.your_search
{
	font-size:40px;
	color:#4a4a4a;
	font-family: "proxima_nova_rgbold";
	padding-bottom:10px;
}
.search_bar
{
	background-image:url(/images/search_result_field.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:43px;
   outline:none;
   border:none;
	border-left:1px solid #cccccc;
	padding:10px;
	width:500px;
	float:left;
}
.search_go
{
	float:left;
	
}
.search_adv
{
	padding-bottom:30px;
	position:relative;
}
.search_record
{
	position:absolute;
	right:20px;
	top:18px;
	color:#999;
	font-size:24px;
}
.search_leftpanel
{
	float:left;
	background-color:#f8f8f8;
	width:175px;
	margin-right:18px;
}
.search_right_panel
{
	float:left;
	width:560px;
}
.search_leftpanel_head
{
	background-color:#4a4a4a;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	font-family: "roboto_condensedbold";
	padding:8px 16px;
}
.search_leftpanel ul
{
	margin:0px;
	padding:0px;
	margin-left:10px;
}
.search_leftpanel ul li
{
	margin:0px;
	padding:0px;
	list-style:none;
	border-bottom:1px solid #e3e4e4;
	font-size:12px;
	color:#666666;
	font-family: "proxima_novasemibold";
	padding:8px 0px;
	padding-left:8px;
	position:relative;
	
}
.search_leftpanel ul li a
{
color:#666666;
text-decoration:none;
}
.search_leftpanel ul li a:hover
{
color:#ffffff;
text-decoration:none;
}
.checkbox_seacrh
{
	position:absolute;
	right:10px;
	top:7px;
	margin:0px!important;
	padding:0px!important;
}
.search_leftpanel ul li:hover
{
	background-color:#2296e3;
	padding-left:5px;
	color:#FFF;
}
.search_leftpanel ul li.active
{
	background-color:#2296e3;
	
	color:#FFF;
}
.sort_by
{
	font-size:18px;
	color:#4a4a4a;
	text-decoration:none;
	font-family: "proxima_nova_rgbold";
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}
.sort_by a
{
	color:#999999;
	text-decoration:none;
	padding:0 8px;
}
.sort_by a:hover
{
	color:#999999;
	text-decoration:underline;
	padding:0 8px;
}
.search_listing
{
}
.search_listing ul
{
	margin:0px;
	padding:0px;
}
.search_listing ul li
{
	padding:12px 0px;
	border-bottom:1px solid #e5e5e5;
	list-style:none;
	margin:0px;
}
.search_listing ul li > img
{
	float:left;
	margin:0 20px 30px 0px;
	clear:both;
	
}
.search_listing ul li > h2
{
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#333333;
	padding-bottom:5px;
	font-family: "proxima_nova_rgbold";
	
}
.search_listing ul li > h2 a
{
	color:#333333;
	text-decoration:underline;
}
.search_listing ul li > h2 a:hover
{
	color:#333333;
	text-decoration:none;
}
.search_listing ul li > p
{
	font-size:13px;
	color:#666;
	font-family: "proxima_novasemibold";
	line-height:16px;
	margin:0px;
	padding:5px 0 0 0;
	
}
.author_date
{
	font-size:12px;
	color:#999;
	padding-bottom:0px;
}
.search_high
{
	color:#2296e3;
}
	
	
	.video_gallery_thumbnail
	{
		padding:25px 10px 15px 10px;
		
	}
	.video_gallery_thumbnail ul
	{
		margin:0px;
		padding:0px;
	}
	.video_gallery_thumbnail ul li
	{
		float:left;
		list-style-type:none!important;
		margin:0px;
		padding:0px;
		width:145px;
		margin-right:17px;
		position:relative;
		
	}
	.video_gallery_thumbnail ul li:last-child
	{
		margin-right:0px;
	}
	.video_gallery_thumbnail ul li > img
	{
		margin-bottom:10px;
	}
	.video_gallery_thumbnail ul li:hover > img
	{
		margin-bottom:10px;
		border:4px solid #e4c319;		
	}
	.video_gallery_thumbnail ul li > h2
	{
		font-size:14px;
		color:#FFF;
		line-height:17px;
		margin:0px;
		padding:0px;
	}
	.video_gallery_thumbnail ul li > h2 a
	{
	   color:#FFF;
	   text-decoration:none;
	}
	.video_gallery_thumbnail ul li > h2 a:hover
	{
	   color:#FFF;
	   text-decoration:underline;
	}
	.video_play_btn_gal
	{
		position:absolute;		
		text-align:center;
		top:40px;
		left:10px;
	}
	
	
/*********** Weather *******/
.weather_page_bg
{
	background-color:#FFF;
	padding:20px 16px 20px 16px;
	color:#000;
	
}
.weather_title {
  
    float: left;
  
 
    padding-left:22px;
    padding-right: 20px;
    padding-bottom:15px;
    width: auto;
	clear:both;
	
	
		padding-bottom:10px;
	font-size:30px;
	 font-family: 'proxima_nova_rgbold';
	 color:#FFF;
}	
.weather_tab1
{
	float:left!important;
	margin-left:25px!important;
}
.weather_tab1 ul li
{
	padding-left:30px!important;
	padding-right:30px!important;
}
.weather_tab1 ul li.current
{
	background-color:#FFF!important;
	padding-left:20px;
	padding-right:20px;
}

.weather_main_top
{
	border:1px solid #d9d9d9;
	margin-bottom:15px;
	padding:0px;
}
/*.weather_current
{
	padding:19px 30px;
	float:left;
	width:850px;
	background-color:#edecec;
}*/
.weather_current
{
	padding:18px;
	float:left;
	width:596px;
	background-color:#edecec;
}
.change_weather_region
{
	background-color:#FFF;
	width:48%;
	padding:9px;
	float:left;
}
.change_weather_region_top
{
	background-color:#FFF;
	width:176px;
	padding:10px;
	float:left;
}
.weather_city
{
	float:left;
	font-size:42px;
	color:#505050;
	width:30%;
	font-weight:normal;
}
.weather_city_detail
{
	float:right;
	width:70%;
}
.temperature
{
	color:#505050;
	font-size:56px;
	line-height:50px;
	padding-top:30px;
	padding-bottom:20px;
	font-weight:normal;
}
.coming_forcast
{
	font-size:22px;
	color:#505050;
	line-height:26px;
}
.coming_forcast span
{
	color:#2296e3;
}
.coming_forcast a
{
	color:#2296e3;
	text-decoration:none;
}
.coming_forcast a:hover
{
	color:#2296e3;
	text-decoration:underline;
}

.weather_field
{background-color:#FFF;
border:1px solid #CCC;
height:30px;
color:#ccc;
width:68%;
font-size:12px;
float:left;
margin-right:5px;
padding:0 5px;
}
.weather_go
{
	float:left}
.weather_com
{
	font-size:11px;
	padding-bottom:5px;
	color:#696969;
	border-bottom:1px solid #ccc;
	padding-top:10px;
}
.weather_com a
{
	color:#696969;
	text-decoration:none;
}

.weather_com a:hover
{
	color:#696969;
	text-decoration:underline;
}

.weather_link
{
	color:#2296e3;
	font-size:11px;
	line-height:14px;
	padding-top:5px;
}
.weather_link a
{
	color:#2296e3;
	text-decoration:none;
}

.weather_link a:hover
{
	color:#2296e3;
	text-decoration:underline;
}
.weather_link_img
{
	text-align:right;
	padding-top:7px;
}

.other_region_weather
{
	padding:10px 0px;
}
.other_region_weather ul
{
	margin:0px;
	padding:0px;
}
.other_region_weather ul li
{
	margin:0px;
	padding:0px;
	float:left;
	width:377px;
	margin-right:25px;
	margin-bottom:25px;
	border:1px solid #dadada;
	list-style:none;
}
.other_region_weather ul li:nth-child(even)
{
	margin-right:0px;
}
.other_region_weather ul li:nth-child(5)
{
	margin-bottom:20px;}
	.other_region_weather ul li:nth-child(6)
{
	margin-bottom:20px;}

.other_region_weather_left
{
	float:left;
	width:52%;
	background-color:#edecec;
	padding:16px 13px;
	position:relative;
}
.other_region_weather_left h2
{
	font-size:23px;
	font-weight:normal;
	color:#505050;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	
}
.weather_symbol
{/*
	float:left;
	padding:20px 12px;*/
	position:absolute;
	right:5px;
	top:50px;
}
.weather_symbol img
{
	width:80%;
	height:auto;
}
.weather_other_detail
{
	font-size:14px;
	color:#505050;
	line-height:18px;
	float:left;
	padding-top:10px;
}
.weather_other_detail a
{
	color:#2296e3;
	text-decoration:none;
}
.weather_other_detail a:hover
{
	color:#2296e3;
	text-decoration:none;
}
.weather_other_detail span
{
	 color:#2296e3;
}
.temperature_ratio
{
	font-size:24px;
	padding-bottom:5px;
	line-height:24px;
	color:#505050;
	display:block;
}

/********** cinema listing ***************/
.cinema_listing_head
{
	background-color:#4a4a4a;
	border-bottom:4px solid #e4c319;
	padding:22px 15px 10px 15px;
	font-family: "proxima_nova_rgbold";
	color:#FFF;
	position:relative;
	font-size:30px;
}
.cinema_listing_head span
{
	font-size:24px;
	color:#a6a6a6;
	padding-left:15px;
}
.cinema_pic
{
	position:absolute;
	right:15px;
	top:11px;
}

.cinema_listing_bg
{
	

	padding:0px 0px 15px 0px; 
}
.top_5_mov_bg
{
	background-color:#000;
	padding:25px 25px 25px 0px;
	position:relative;
}
.top_5_mov_bg h2
{
	margin:0px;
	font-family: "proxima_nova_rgbold";
	color:#FFF;
	font-size:20px;
	padding-left:135px;
}

.top5
{
	background-image:url(/images/080_khaleej_Cinema_landingpage_07.png);
	background-repeat:no-repeat;
	background-position:left;
	width:121px;
	height:35px;
	font-family: "proxima_nova_rgbold";
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
	position:absolute;
	left:0px;
	top:17px;
	padding-left:10px;
	line-height:35px;
	
}
.cinema_large_img
{
	position:relative;
	margin-top:25px;
}
.cinema_video_play
{
	position:absolute;
	top:110px;
	left:295px;
}
.cinema_thumb
{
	margin-left:25px;
}
.cinema_left_arr
{
	background-image:url(/images/cinema_arr.png);
	background-repeat:no-repeat;
	background-position:left;
	width:45px;
	height:45px;
	position:absolute;
	left:23px;
	margin-top:35px;
}
.cinema_right_arr
{
	background-image:url(/images/cinema_arr.png);
	background-repeat:no-repeat;
	background-position:right;
	width:45px;
	height:45px;
	margin-top:35px;
	position:absolute;
	right:00px;
}

.cinema_gallery_thumbnail 
	{
	margin-left:60px;
		margin-right:50px; 
	}
	
.cinema_head
{
	margin-top:20px;
	border-bottom:4px solid #e4c319!important;
	padding-bottom:0px!important;
}

.cinema_tab_head
{
	color: #fff;
    float: left;
    font-size:28px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top:3px;
    text-transform: uppercase;
    width: auto;
	font-family: "proxima_nova_rgbold";
	
}

.cinema_tab1
{
	float:right!important;
    margin-left:20px;
	margin-top:7px;
}
.cinema_tab1 ul
{
	margin:0px;
	padding:0px;
}
.cinema_tab1 ul li
{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	color:#FFF;
	background-color:#e4c319;
	border-top:0px solid #545454;
	font-family: 'roboto_condensedbold';
	text-transform:uppercase;
	font-size:12px;
	padding:10px 25px;
	margin-right:1px;
	position:relative;
	top:7px;
}

.cinema_tab1 ul li:hover
{
	border-top:5px solid #e4c319;
	background-color:#f4f4f4;
	color:#333333;
	cursor:pointer;
	position:relative;
	top:5px;

padding:7px 25px 13px 25px;
}
.cinema_tab1 ul li.current
{
	border-top:5px solid #e4c319;
	background-color:#f4f4f4;
	color:#333333;
	cursor:pointer;
	position:relative;
	top:4px;

padding:7px 25px 13px 25px;
	}
.movies_listing
{
	padding:10px 10px;
	clear:both;
}
.uae_movies_listing
{
	padding-top:0px!important;
}
.movies_listing ul
{
	margin:0px;
	padding:0px;
}
.movies_listing ul li
{
	float:left;
	width:165px;
	margin-right:40px;
	margin-bottom:40px;
}
.movies_listing ul li:nth-child(4)
{
	margin-right:0px;
}

.movies_listing ul li:nth-child(8)
{
	margin-right:0px;
}

.movies_listing ul li:nth-child(12)
{
	margin-right:0px;
}
.movies_listing ul li h3
{
	margin:0px;
	padding:0px;
	color:#e8ac00;
	text-transform:uppercase;
 font-family: "roboto_condensedbold";
 line-height:18px;
 font-size:12px;
 padding-top:5px;
}
.movies_listing ul li h3 span
{
	color:#666666;
}
.movies_listing ul li h3.arabic a
{
	 color:#03a688!important;
}
.movies_listing ul li h3.hindi a
{
	 color:#52b7f5!important;
}
.movies_listing ul li h3.malyalam a
{
	 color:#ed1a37!important;
}

.cinema_main_conetnet_bg
{
	background-color:#f4f4f4;
}

.movies_listing ul li h3 a
{
	color:#e8ac00;
	text-decoration:none;
}
.movies_listing ul li h3 a:hover
{
	color:#e8ac00;
	text-decoration:underline;
}
.movies_listing ul li h2
{
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:13px;
	font-weight:normal;
	font-family: "proxima_nova_rgbold";
	
 line-height:18px;
 
 min-height:40px !important;
 max-height:40px !important;
 overflow:hidden;
}



.movies_listing ul li h2 a
{
	color:#333333;
	text-decoration:none;
}
.movies_listing ul li h2 a:hover
{
	color:#333333;
	text-decoration:underline;
}

.movies_listing ul li h4
{
	margin:0px;
	padding:2px;
	color:#3d3d3d;
	font-size:11px;
	text-transform:uppercase;
	font-family: "roboto_condensedbold";
	border:1px solid #3d3d3d;
	display:inline-block;
   
}

.movies_listing ul li h4 a
{
	color:#3d3d3d;
	text-decoration:none;
}
.movies_listing ul li h4 a:hover
{
	color:#3d3d3d;
	text-decoration:underline;
}

.coming_soon
{
	background-color:#272727;
	border-top:2px solid #6d6d6d;
	padding:15px;
	margin:0px 15px 20px 15px;
}
.coming_head{
	font-family: "roboto_condensedbold";
	font-size:18px;
	padding-bottom:10px;
	text-transform:uppercase;
}

.coming_soon ul
{
	margin:0px;
	padding:0px;
}

.coming_soon ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:10px;
	font-size:12px;
	color:#FFF;
	line-height:16px;
	padding-right:25px;
	position:relative;
}
.ply_rate
{
	border:1px solid #000;
	padding:1px 4px;
	color:#FFF;
	font-size:12px;
		font-family: "roboto_condensedbold";
		position:absolute;
		display:inline-block;
		right:60px;
		top:17px;

}
.coming_soon ul li a
{
	color:#FFF;
	text-decoration:none;
}

.spare_time
{
	color:#e9e9e9!important;
	padding:5px 0 10px 0;
	display:block;
}
.coming_soon_txt
{
	color:#e9e9e9!important;
	padding-bottom:5px;
	display:block;
	width:80%;

}
.coming_soon ul li a:hover
{
	color:#e9e9e9;
	text-decoration:underline;
}

.coming_soon ul li > img
{
	float:left;
	margin:0px 10px 15px 0px
}

.cinema_more
{
	color:#e4c319;
	font-size:13px;
	text-align:right;
}
.cinema_more a
{
	color:#e4c319;
	text-decoration:none;
}
.cinema_more a:hover{
	color:#e4c319;
	text-decoration:underline;
}
	
.cinema_tb_head
{
	font-size:13px;
	color:#333;
	padding:10px 10px 10px 30px;
	font-family: "proxima_nova_rgbold";
	text-transform:uppercase;
}
.cinema_tb_head1
{
	font-size:13px;
	color:#333;
	padding:10px 0px 10px 0px;
	font-family: "proxima_nova_rgbold";
	text-align:center;
	text-transform:uppercase;
}
.cinema_td_col1
{
	font-size:12px;
	color:#333;
	padding:10px 10px 10px 30px;
	background-color:#f4f4f4;
	border-bottom:1px solid #e3e3e3;	
	
}
.cinema_td_col2
{
	font-size:12px;
	color:#333;
	padding:10px 10px 10px 00px;
	background-color:#f0f0f0;
	border-bottom:1px solid #e3e3e3;	
	text-align:center;
	
}
.cinema_td_col3
{
	font-size:12px;
	color:#333;
	padding:10px 10px 10px 0px;
	background-color:#f4f4f4;
	border-bottom:1px solid #e3e3e3;	
	text-align:center;
}
.cinema_td1_col1
{
	font-size:12px;
	color:#333;
	padding:10px 10px 10px 30px;
	background-color:#f6f6f6;
	border-bottom:1px solid #e3e3e3;	
}
.cinema_td1_col2
{
	font-size:12px;
	color:#333;
	padding:10px 10px 10px 00px;
	background-color:#f2f2f2;
	border-bottom:1px solid #e3e3e3;	
	text-align:center;
}
.cinema_td1_col3
{
	font-size:12px;
	color:#333;
	padding:10px 10px 10px 0px;
	background-color:#f6f6f6;
	border-bottom:1px solid #e3e3e3;	
	text-align:center;
}
.weather_slider_head
{
	 background-color: #4a4a4a;
    border-bottom: 2px solid #2296e3;
    padding-top: 8px;
    position: relative;
}
.weather_content
{
	background-color:#FFF;
	padding:15px;
}

.breadcrumb_cinema
{
	font-size:13px;
	font-family: 'proxima_nova_rgbold';
	color:#a2a2a2;
	text-transform:uppercase;
	padding-bottom:15px;
	padding-left:20px;
	font-weight:bold;
}
.breadcrumb_cinema a
{
	font-size:13px;
	font-family: 'proxima_nova_rgregular';
	color:#a2a2a2;
	text-decoration:none;
	padding:0 10px;
	font-weight:normal;
}
.breadcrumb_cinema a:hover{
	font-size:13px;
	font-family: 'proxima_nova_rgregular';
	color:#a2a2a2;
	text-decoration:underline;
	padding:0 10px;
	font-weight:normal;
}
.cinema_detail_bg
{
	background-color:#000;
	padding:25px 25px 25px 0px;
	position:relative;
}
.cinema_detail_top
{
	padding:0px 15px 0px 15px;
	
	
}
.cinema_detail_top_img
{
	border:1px solid #616161;
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	float:left;
}
.cinema_detail_top_detail{
	float:left;
	width:400px;
	padding-left:5px;
}
.cinema_detail_top_detail > h2
{
	font-family: 'proxima_nova_rgbold';
	font-size:20px;
	color:#FFF;
	line-height:24px;
	margin:0px;
	padding-bottom:5px;
}
.cinema_detail_top_detail > h2 a
{
	color:#FFF;
	text-decoration:none;
}
.cinema_detail_top_detail > h2 a:hover
{
	color:#FFF;
	text-decoration:underline;
}
.cinema_detail_top_detail > h4
{
   border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: "roboto_condensedbold";
    font-size: 11px;
    
    padding:1px 3px;
    text-transform: uppercase;
	margin:5px 0px;
	margin-top:10px;
	
}
.cinema_detail_top_detail > h4 a
{
	color: #ffffff;
	text-decoration:none;
}
.cinema_detail_top_detail > h4 a:hover
{
	color: #ffffff;
	text-decoration:none;
}
.english_movie
{
	font-size:13px;
	color:#e8ac00;
}
.english_movie a
{
	text-decoration:none;
	color:#e8ac00;
}
.english_movie a:hover{
	text-decoration:underline;
	color:#e8ac00;
}
.hindi_movie
{
	font-size:13px;
	color:#52b7f5;
}
.hindi_movie a
{
	text-decoration:none;
	color:#52b7f5;
}
.hindi_movie a:hover{
	text-decoration:underline;
	color:#52b7f5;
}
.arabic_movie
{
	font-size:13px;
	color:#03a688 ;
}
.arabic_movie a
{
	text-decoration:none;
	color:#03a688 ;
}
.arabic_movie a:hover{
	text-decoration:underline;
	color:#03a688 ;
}
.malyalam_movie
{
	font-size:13px;
	color:#ed1a37;
}
.malyalam_movie a
{
	text-decoration:none;
	color:#ed1a37 ;
}
.malyalam_movie a:hover{
	text-decoration:underline;
	color:#ed1a37 ;
}
.related_movies
{
}
.related_movies ul
{
	margin:0px;
	padding:0px;
}
.related_movies ul li
{
	background-image:url(/images/related_movies_icon.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	margin-right:20px;
	padding-left:12px;
	list-style:none;
	margin-top:10px;	
}
.related_movies ul li a
{
color:#FFF;
text-decoration:none
}
.related_movies ul li a:hover
{
color:#FFF;
text-decoration:underline
}
.cinema_large_img
{
	padding-left:7px;
}
.cinema_det_head
{
	margin-top:0x;
	border-bottom:4px solid #e4c319!important;
	padding-bottom:0px!important;
}
.cinema_det_tab
{
	float:right!important;
}
.slider_head_detail {
    background-color: #000;
    border-bottom: 2px solid #2296e3;
    padding-top:0px;
    position: relative;
}

.cinemal_detail_td1
{
    font-size:13px;
	color:#FFF;
	text-align:left;
	padding:10px 13px;
	background-color:#292929;
}
cinemal_detail_td1 strong
{
	text-transform:uppercase;
}
.cinemal_detail_td2
{
    font-size:13px;
	color:#FFF;
	text-align:left;
	padding:10px 13px;
	background-color:#1f1f1f;
}
cinemal_detail_td2 strong
{
	text-transform:uppercase;
}
.cinemal_detail_td3
{
    font-size:13px;
	color:#FFF;
	text-align:left;
	padding:10px 13px;
	background-color:#141414;
}
cinemal_detail_td3 strong
{
	text-transform:uppercase;
}
.right_margin
{
	height:500px;
}
.right_margin1
{
	height:1392px;
}

.right_margin_new {
	height:auto;
	float:left;
}



.sinoposis
{
	padding:40px 0px 0px 20px;
	color:#FFF;
}
.sinoposis_head
{
	font-size:18px;
	color:#FFF;
	 font-family: 'proxima_nova_rgbold';
	 padding-bottom:10px;
}
.sinoposis_txt
{
	font-size:13px;
	color:#FFF;
	border-bottom:1px solid #4d4d4d;
	padding-bottom:15px;
}
.movie_stats
{
	border-bottom:1px solid #4d4d4d;
	padding-top:15px;
	padding-bottom:5px;
}
.movie_generie
{
	float:left;
	padding-right:20px;
	padding-bottom:10px;
	font-size:13px;
	color:#FFF;	
	width:200px;
}
.movie_director
{
	float:left;
	padding-right:20px;
	padding-bottom:10px;
	font-size:13px;
	color:#FFF;	
	width:118px;
}
.movie_cast
{
	float:left;
	padding-right:20px;
	padding-bottom:10px;
	font-size:13px;
	color:#FFF;	
	width:365px;
}
.sinoposis_gallery
{
	padding:20px 0px 10px 0px;
}
.sinoposis_gallery ul
{
	margin:0px;
	padding:0px;
}
.sinoposis_gallery ul li
{
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	width:180px;
	margin-right:15px;
}
.sinoposis_gallery ul li:last-child
{
	margin-right:0px;
}

.other_region_review
{
	color:#333;
	
	padding:20px 25px 0px 25px;
}
.other_region_review p
{
	padding-bottom:0px;
	margin:0px;
	font-size:13px;
	line-height:20px;
}
.other_region_review p strong
{
	font-size:18px;
	 font-family: 'proxima_nova_rgbold';
	display:block;
	padding-bottom:0px;
	margin:0px;
	
}

/******* Weather Listing ********/
.weather_listing_head
{
	font-family: 'roboto_condensedbold';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
    background-color:#4a4a4a;
	border-bottom:4px solid #2296e3;
	padding:6px 18px;
	position:relative;
}
.weather_listing_head ul
{
	position:absolute!important;
	right:30px!important;
	top:5px!important;
}
.weather_listing_head ul li
{
	float:left!important;
	width:auto!important; margin-right:5px!important;
	list-style:none;
	cursor:pointer;
}
.weather_listing_head ul li.active_grid
{
	background-image:url(/images/grid_active_weather.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}

.weather_listing_head ul li.deactive_grid{
	background-image:url(/images/grid_inactive_weather.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}
.weather_listing_head ul li.deactive_grid:hover{
	background-image:url(/images/grid_active_weather.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}
.weather_listing_head ul li.active_listing
{
	background-image:url(/images/listing_active_weather.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}

.weather_listing_head ul li.deactive_listing{
	background-image:url(/images/listing_inactive_weather.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}
.weather_listing_head ul li.deactive_listing:hover{
	background-image:url(/images/listing_active_weather.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}

.weather_listing h3 a
{
	color:#2296e3!important;
	text-decoration:none;
}
.weather_listing p strong a
{
	color:#2296e3!important;
	text-decoration:none;
	
}
.weather_listing ul li:nth-child(even) {
    margin-right: 0;
}
.weather_listing ul li {
    width: 187px !important;
}

.weather_listing1 h3 a
{
	color:#2296e3 !important;
	text-decoration:none;
}
.weather_listing1 p strong a
{
	color:#2296e3!important;
	text-decoration:none;
	
}
	
	
/******* Gold Listing ********/
.gold_listing_head
{
	font-family: 'roboto_condensedbold';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
    background-color:#646464;
	border-bottom:4px solid #ea6536;
	padding:6px 18px;
	position:relative;
}
.gold_listing_head ul
{
	position:absolute!important;
	right:30px!important;
	top:5px!important;
}
.gold_listing_head ul li
{
	float:left!important;
	width:auto!important; margin-right:5px!important;
	list-style:none;
	cursor:pointer;
}
.gold_listing_head ul li.active_grid
{
	background-image:url(/images/grid_active.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}

.gold_listing_head ul li.deactive_grid{
	background-image:url(/images/grid_inactive.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}
.gold_listing_head ul li.deactive_grid:hover{
	background-image:url(/images/grid_active.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:68px!important;
	height:31px!important;
}
.gold_listing_head ul li.active_listing
{
	background-image:url(/images/listing_active.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}

.gold_listing_head ul li.deactive_listing{
	background-image:url(/images/listing_inactive.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}
.gold_listing_head ul li.deactive_listing:hover{
	background-image:url(/images/listing_active.jpg)!important;
	background-position:left!important;
	background-repeat:no-repeat!important;
	width:73px!important;
	height:31px!important;
}

.gold_listing1 h3 a
{
	color:#e78073!important;
	text-decoration:none;
}
.gold_listing1 p strong a
{
	color:#e78073!important;
	text-decoration:none;
	
}
.gold_listing1 ul li:nth-child(even) {
    margin-right: 0;
}
.gold_listing ul li {
    width: 187px !important;
}

.gold_listing2 h3 a
{
	color:#e78073 !important;
	text-decoration:none;
}
.gold_listing2 p strong a
{
	color:#e78073!important;
	text-decoration:none;
	
}


/******* forgot password **********/
.forgot_pass
{
	padding:30px 20px;	
	background-color:#FFF;
}
.forgot_pass_bg
{
	background-color:#f8f8f8;
	border:1px solid #e5e5e5;
	padding:25px;
}
.fotgot_head
{
	font-size:35px;
	color:#4a4a4a;
	line-height:35px;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
	font-family: 'proxima_nova_rgbold';
}
.forgot_pass p
{
	color:#4a4a4a;
	padding-top:15px;
	margin:0px;
	padding-bottom:15px;
}
.forgot_field
{
	font-size:14px;
	color:#4a4a4a;
	padding:5px;
	width:380px;
	border:1px solid #e8e8e8;
	background-color:#FFF;
	height:40px;
	margin-bottom:10px;
}
INPUT.forgot_submit
{
	background-color:#059cfa;
	border:1px solid #e8e8e8;
	display:inline-block;
	padding:10px 25px;
	color:#FFF;
	font-size:16px;
	font-family: 'proxima_nova_rgbold';
	text-transform:uppercase;
}
INPUT.forgot_submit
{
	background-color:#4eb1ef;
	border:1px solid #e8e8e8;
	
}
.forgot_pass label
{
	font-weight:normal;
	color:#4a4a4a;
}

.login_with_social
{
	padding:25px 0px;
}
.login_with_social > img
{
	margin-left:25px;
}

.sign_up_col
{
	display:inline-block;
	width:320px;
	margin-bottom:25px;
	margin-left:25px;
	color:#4a4a4a;
	float:left;
	height:75px;
}
.signup_field
{
	font-size: 14px;
    color: #4a4a4a;
    padding: 5px;
    width: 100%;
    background: url(/images/search_bar_txt_feld_bg_06.jpg) top left repeat-x;
    border: 1px solid #c4c4c4;
    /* border: 1px solid #e8e8e8; */
    background-color: #FFF;
    height: 40px;
    margin-bottom: 10px;
}

/************  Competition Page **************/
.competition_top_bg
{
	background-image:url(/images/competition_topbg.jpg);
	background-repeat:repeat-x;
	position:relative;
	padding:15px 0px; 
}
.competition_time_heading
{
	padding-bottom:10px;
	font-size:30px;
	font-family: 'proxima_nova_rgbold';
	color:#FFF;
}
.winner
{
	position:absolute;
	top:5px;
	right:10px;
}
.comp_heading
{
	padding-bottom:10px;
	font-size:30px;
	font-family: 'proxima_nova_rgbold';
	color:#FFF;
	padding-left:18px;
}
.competition_head
{
	font-family: 'proxima_nova_rgbold';
	background-image:url(/images/win_icon.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size:28px;
	color:#333333;
	padding:30px 0 20px 55px
}
.comp_listing
{}
.comp_listing ul{ margin:0px; padding:0px;}
.comp_listing ul li{
	    min-height: 504px;
    max-height: 504px;
    overflow: hidden;
	/*min-height: 485px;
    max-height: 485px;
	overflow: hidden; */
margin:0px; padding:0px; float:left; width:356px; margin-right:30px;margin-bottom:25px; position:relative; background-color:#FFF}
.comp_listing_img{ border-bottom:3px solid #01aef2;}
.winner1
{
	position:absolute;
	top:15px;
	left:15px;
}
.comp_listing_cont
{
	padding:15px;
}
.comp_listing_cont > h2
{
	font-family: 'proxima_nova_rgbold';
	font-size:24px;
	color:#333;
	line-height:28px;
	padding-bottom:10px;
	margin:0px;
	
	    min-height: 84px;
    max-height: 84px;
    overflow: hidden;
}
.comp_listing_cont > h2 a
{
	color:#333;
	text-decoration:none;
}
.comp_listing_cont > h2 a:hover
{
	color:#333;
	text-decoration:underline;
}
.comp_sm_h
{
	font-family: 'proxima_nova_rgbold';
	font-size:14px;
	color:#333;
	padding-bottom:0px;
}
.comp_sm_txt
{
	font-family: 'proxima_novasemibold';
	font-size:14px;
	color:#999;
	padding-bottom:10px;
}

.comp_sm_dt
{
	font-family: 'proxima_nova_rgbold';
	font-size:14px;
	color:#ff6666;
	padding-bottom:0px;
}
/*.enter_competition
{
	padding:15px;
	border-top:1px solid #CCC;
	background-image:url(/images/arrow_competition.jpg);
	background-repeat:no-repeat;
	background-position:320px center;
	color:#01aef2;
	text-transform:uppercase;
}
.enter_competition a
{
	color:#01aef2;
	text-decoration:none;
}
.enter_competition a:hover
{
	color:#01aef2;
	text-decoration:underline;
}*/




.enter_competition
{
	padding: 15px 0px 30px 15px;
	/*padding:15px;*/
	    border-bottom: 1px solid #CCC;
	/*background-image:url(/images/arrow_competition.jpg);*/
	background-repeat:no-repeat;
	background-position:320px center;
	color:#01aef2;
	text-transform:uppercase;
	    font-weight: bold;
}
.enter_competition a
{
	
	    background-color:#01aef2;
	
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
	padding:15px;
	color:#FFF;
	text-decoration:none;
	
}
.enter_competition a:hover
{
	color:#FFF;
	text-decoration:underline;
	 background-color:#333;
}


.comp_right_tab
{
	height:480px!important;
}
.paging_padd
{
margin-right:25px!important;
}

.competition_detail_head
{
	font-family: 'proxima_nova_rgbold';
	background-image:url(/images/win_icon1.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size:40px;
	line-height:40px;
	color:#333333;
	padding:30px 10px 20px 90px
}
.competition_detail_head span
{
	color:#01aef2;
}
#comp_slider .theme-default .nivo-directionNav a {
	display:block;
	width:50px;
	height:44px;
	background:url(/images/image_gallery_arr_det.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	opacity: 1;
}
#comp_slider .theme-default a.nivo-nextNav {
	background-position:-48px 0;
	right:7px;
	top:200px;
}
#comp_slider  .theme-default a.nivo-prevNav {
	left:10px;
	top:200px;
}

#comp_slider .slider-wrapper
{
	border-bottom:7px solid #666;
	height:auto;
	margin-left:5px;
	width:790px;
}
#comp_slider .theme-default .nivoSlider
{
	margin-bottom:1px;
}

.comp_detail_cont
{
	background-color:#FFF;
	border:1px solid #f0eeee;
	border-top:none;
	padding:25px 30px;
	width:790px;
	
}

/*--- NZ ---*/

.comp_login_h 
{
	
	clear: both;
	    border-bottom: solid 1px #dbdbdb;
    background-color: #FFF;
	
	/*background-color: #dbdbdb;*/
	/*background-color:#01a1e2;*/
	padding:18px 25px;
	color:#66ccff;
	font-size:18px;
	margin-top:20px;
	 font-family: 'proxima_novasemibold';
}
.comp_login_h span
{
	
	color:#333;
	font-size:30px;
	line-height:30px;
	font-family: 'proxima_nova_rgbold';
	display:block;
}


/*.comp_login_h a {
	float:right;
	background-color: #333;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    padding: 15px;
    color: #FFF;
    text-decoration: none;
	
	font-size:30px;
	line-height:30px;
	font-family: 'proxima_nova_rgbold';
}*/

.create_account_nw_zz {
	width:100%;
	clear:both;
	/*float:left;*/
	padding-bottom:13px;
	padding-top: 16px;
	background-color: #01a1e2;
	/*background-color: #dbdbdb;*/
}

.create_account_nw_zz_innr1 {
	width: 60%;
    float: left;
    color: #FFF;
    padding-left: 21px;
    font-size: 26px;
    font-family: 'proxima_nova_rgbold';
    line-height: 28px;
    margin-bottom: 16px;
	
}

.create_account_btn_innr2 {
	width: 37%;
	float:right;

}



.create_account_main_btn {
	width:auto;
	float:right;
    color: #FFF;
	
	    margin: 10px 16px 0px 0px;
}

.create_account_main_btn a {
	
	
/* 
  border:1px solid #b30808; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
  */
  
  border:1px solid #2a2c2f; 
 background-color: #45484d; background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
 background-image: -webkit-linear-gradient(top, #45484d, #000000);
 background-image: -moz-linear-gradient(top, #45484d, #000000);
 background-image: -ms-linear-gradient(top, #45484d, #000000);
 background-image: -o-linear-gradient(top, #45484d, #000000);
 background-image: linear-gradient(to bottom, #45484d, #000000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);
 
  
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
	
         padding: 12px 20px;
    color: #FFF;
	text-shadow:0px 1px 0px #000;
    text-decoration: none;
    font-size: 24px;
    font-family: 'proxima_nova_rgbold';
}

.create_account_main_btn a:hover {
  
border:1px solid #151617;
 background-color: #2d2f32; background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#1a1a1a));
 background-image: -webkit-linear-gradient(top, #2d2f32, #1a1a1a);
 background-image: -moz-linear-gradient(top, #2d2f32, #1a1a1a);
 background-image: -ms-linear-gradient(top, #2d2f32, #1a1a1a);
 background-image: -o-linear-gradient(top, #2d2f32, #1a1a1a);
 background-image: linear-gradient(to bottom, #2d2f32, #1a1a1a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2d2f32, endColorstr=#1a1a1a);  
  
  /*border:1px solid #df0909;  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
  */ 
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
	
    padding: 12px 20px;
    color: #FFF;
	text-shadow:0px 1px 0px #000;
    text-decoration: none;
    font-size: 24px;
    font-family: 'proxima_nova_rgbold';
}


.creat_acc_bg_outter {
	width:100%;
	clear:both;
}

.creat_acc_bg_fb_login {
	width:50%;
	min-height: 355px;
	border-left:solid 1px #CFCFCF;
	background-color:#FFF;
	float: left;
	color:#000;
	padding:30px;
}

.creat_acc_bg_fb_login_text {
	width:100%;
	float:left:
	clear:both;
	color: #555;
    font-family: 'proxima_nova_rgbold';
    font-size: 36px;
        line-height: 40px;
    text-align: center;
}


.login_with_social_nw {
    padding: 15px 0px;
	text-align:center;
}

.creat_acc_bg_outtr_nz
{
	    float: left;
	background-color:#FFF;
	    padding: 18px 30px;
	width:50%;
}

/*--- NZ ---*/


.creat_acc_bg
{
	background-color:#f4f4f4;
	padding:30px;
}
.acc_txt
{
	font-family: 'proxima_nova_rgbold';
	color:#333;
	font-size:16px;
	padding-bottom:25px;
}
.acc_txt1
{
	font-family: 'proxima_novasemibold';
	color:#333;
	font-size:13px;
	padding-bottom:25px;
}
.winner_detail
{
	font-family: 'proxima_nova_rgbold';
	font-size:24px;
	color:#333333;
	padding-bottom:15px;
}

.creat_acc_bg label
{
	font-size:14px;
	line-height:18px;
	font-family: 'proxima_nova_rgbold';
	padding-bottom:0px;
	display:block;
	color:#666;
}
.login_field
{
	width:295px;
	height: 35px;
	
	background: url(/images/search_bar_txt_feld_bg_06.jpg) top left repeat-x;
	border: 1px solid #c4c4c4;

	/*background-image:url(/images/login_field.jpg);
	background-position:left;
	background-repeat:no-repeat;*/
	/*border:none;*/
	font-size:14px;
	color:#666;
	display:block;
	margin-bottom:15px;
}
.loginbtn
{
	float:left;
	margin-right:15px;
}
.comp_forgot
{
	float:left;
	width:auto;
	color:#01a1e2;
	font-size:14px;
	font-family: 'proxima_nova_rgbold';
	padding-top:10px;
}
.comp_forgot a
{
	color:#01a1e2;
	text-decoration:none;
}
.comp_forgot a:hover
{
	color:#01a1e2;
	text-decoration:underline;
}
.read_policy
{
	font-family: 'proxima_novasemibold';
	color:#333333;
	text-decoration:none;
	padding-top:20px;
}
.read_policy a
{
	color:#01a1e2;
	text-decoration:none;
}
.read_policy a:hover
{
	color:#01a1e2;
	text-decoration:underline;
}
.more_comp
{
	    clear: both;
	font-size:16px;
	color:#333;
	font-family: 'proxima_nova_rgbold';
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
	text-transform:uppercase;
	margin-top:20px;
}
.more_competition_link{ padding-top:15px; width:625px;}
.more_competition_link a
{
	float:left;
	width:225px;
	padding-right:10px;
	color:#01a1e2;
	font-family: 'proxima_novasemibold';
	text-decoration:none;
}
.more_competition_link a:hover
{
	text-decoration:underline;
	color:#01a1e2;
}
.radio_txt_comp
{
	font-family: 'proxima_novasemibold';
	color:#666;
	font-size:14px;
}
#user_compt
{
	display:none;
}


.winner_gall_top
{
	background-color:#4a4a4a;
	padding:10px 20px;
	background-image:url(/images/ends_on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-family: 'proxima_novasemibold';
	color:#fff;
	font-size:12px;
	width:789px;
	margin-left:1px;
	text-transform:uppercase;
	
}
.winner_gall_top span
{
	padding-left:50px;
}

/*********** Comments ***********/
.comm_head
{
	font-size:14px;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
}
.comm_username
{
	background-image:url(/images/comm_user_icon.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:16px;
	color:#000;
	font-weight:bold;
	padding-left:35px;
}
.editor
{
	padding:10px 0px;
}
.new_old
{
	font-size:14px;
	color:#a6a6a6;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;	
}
.new_old a
{
	color:#a6a6a6;
	text-decoration:none;
	padding-right:5px;
}
.new_old a:hover{
	color:#a6a6a6;
	text-decoration:underline;
	padding-right:5px;
}

.comm_listing
{}
.comm_listing ul { margin:0px; padding:0px;}
.comm_listing ul li { margin:0px; padding:15px 0px; border-bottom:1px solid #CCC; position:relative; list-style:none}
.comm_listing ul li > h2
{
	font-size:16px;
	color:#206897;
	font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;
	margin:0px;
	border:none;
}
.comm_listing ul li > h2 a
{
color:#206897;
text-decoration:none;
}
.comm_listing ul li > h2 a:hover
{
color:#206897;
text-decoration:none;
}
.comm_listing ul li > img
{
	float:left;
	margin:0px 10px 0px 0px;
}
.comm_listing ul li > p
{
	font-size:12px;
	color:#666;
	line-height:16px;
	padding:0px;
	margin:0px;
	}
.like_link
{
	color:#206897;
	font-size:12px;
	text-align:right;
}
.like_link a
{
	color:#206897;
	text-decoration:none;
	padding-right:5px;
}
.like_link a:hover
{
	color:#206897;
	text-decoration:underline;
	padding-right:5px;
}
.comm_time
{
	position:absolute;
	top:5px;
	right:10px;
	color:#CCC;
	font-size:12px;
}

.profile_icon > img
{
	width:18px;
	height:18px;
	margin-right:5px
}
.user_profile
{
	border:none!important;
	font-size:10px!important;
}
.user_profile strong{
	border:none!important;
	font-size:12px!important;
}
.user_profile a
 {
	 padding:0px 5px;
 }
/********* profile page *********/ 
.profile_tab ul
{
	margin-left:200px;
}
.profile_content
{
	background-color:#FFF;
	padding:0px;
}
.profile_l
{
	float:left;
	width:196px;
	padding:20px 19px 20px 19px;
/*	background-image:url(/images/profile_sidebar.jpg);
	background-position:right!important;
	background-position:top;
	background-repeat:repeat-y;*/
}
.profile_r
{
	float:right;
	width:600px;
	padding:15px;
	background-image:url(/images/profile_sidebar.jpg);
	background-position:left!important;	
	background-repeat:repeat-y;
}
.profile_tab
{
	float:left!important;
	margin-left:200px!important;
}
.profile_tab ul li
{
	padding-left:30px!important;
	padding-right:30px!important;
}
.profile_tab ul li.current
{
	background-color:#FFF!important;
	padding-left:15px!important;
	padding-right:20px;
	background-image:none!important;
	color:#333!important;
}
.profle_username
{
	font-family: 'proxima_nova_rgbold';
	font-size:18px;
	color:#333;
	line-height:16px;
	padding-top:10px;
	overflow:hidden;
}
.profle_date
{
	font-family: 'proxima_novasemibold';
	color:#666666;
	font-size:16px;
	padding-bottom:10px;
}

.edit_prf
{
	color:#FFF;
	background-color:#2296e3;
	font-family: 'proxima_novasemibold';
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	padding:5px 12px;
		
}
.edit_prf a
{
	color:#FFF;
	text-decoration:none;
}
.edit_prf a:hover
{
	color:#333333;
	text-decoration:none;
}

.activity_history
{
	padding-top:10px;
}
.activity_history > h2
{
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	color:#4a4a4a;
	margin:0px;
}
.activity_history ul
{
	margin:0px;
	padding:0px;
}
.activity_history ul li
{
	margin:0px;
	padding:10px 0px;
    border-bottom:1px solid #CCC;
}
.comm_count
{
	background-color:#eaeaea;
	color:#15acee;
	border-radius:10px;
	padding:5px 10px;
	font-size:30px;
	font-family: 'proxima_nova_rgbold';
	display:inline-block;
	float:left;
	
}
.comment_txt
{
	font-family: 'proxima_novasemibold';
	font-size:13px;
	color:#4a4a4a;
	display:inline-block;
	width:auto;
	padding-left:10px;
	padding-top:20px;
}

.all_comments
{
	padding-bottom:20px;
}
.all_comments_l
{
	float:left;
	width:65px;
	margin-right:15px;
}
.all_comments_r
{
	float:left;
	width:490px;
	font-size:13px;
	color:#666;
	border-bottom:1px dashed #CCC;
	padding-bottom:20px;
}
.all_comments_r span
{
	color:#2296e3;
}
.pr_right_top_padd
{
	padding-top:92px;
}	

.disable_edit_prf
{
	color:#FFF;
	background-color:#333;
	font-family: 'proxima_novasemibold';
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	padding:5px 12px;
	
}
.edit_pr_fields
{
	padding:15px 15px;
}
.edit_col
{
	display:inline-block;
	width:47%;
	margin-bottom:15px;
	margin-right:15px;
}
.edit_field
{
	font-size: 13px;
    color: #999999;
    padding: 5px;
    width: 100%;
    background: url(/images/search_bar_txt_feld_bg_06.jpg) top left repeat-x;
    border: 1px solid #c4c4c4;
    /* border: 1px solid #e8e8e8; */
    background-color: #FFF;
    height: 40px;
    margin-bottom: 10px;
}

label
{
	font-size:14px;
	color:#333;
	margin:0px;
	font-weight:normal!important;
}
.user_label
{
font-size:14px;
	color:#333;
	margin:0px;
	font-weight:normal!important;
	font-family: 'proxima_novasemibold';
	padding-bottom:5px;
}
.user_info
{
font-size:20px;
line-height:20px;
	color:#999999;
	margin:0px;
	font-weight:normal!important;
	font-family: 'proxima_novasemibold';
	
}
.pr_row1
{
	padding:15px 15px;
	background-color:#FFF;
}
.pr_row2
{
	padding:15px 15px;
	background-color:#f5f5f5;
}
.pr_col
{
	float:left;
	width:280px;
}

.profile_detail
{
	float:left;
	width:610px;
	padding:15px 0px 15px 5px;
		background-image:url(/images/profile_sidebar.jpg);
	background-position:left!important;	
	background-repeat:repeat-y;
}

.edit_btn
{
	color:#FFF;
	background-color:#48b0f1;
	font-family: 'proxima_novasemibold';
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	padding:5px 12px;
	display:inline-block;
	margin:15px;		
}
.edit_btn a
{
	color:#FFF;
	text-decoration:none;
}
.edit_btn a:hover
{
	color:#333333;
	text-decoration:none;
}

.change_col
{
	display:inline-block;
	width:60%;
	margin-bottom:5px;
	margin-right:15px;
}
.change_txt
{
	color:#666;
	font-size:12px;
	margin-bottom:10px;
}

.date_calender
{
	background-image:url(/images/date_cal.png);
	background-repeat:no-repeat;
	background-position:98% center;
}
.your_filter_bg
{
	padding:10px 10px 10px 15px;
}
.your_filter
{
	font-size:12px;
	color:#666;
	font-family:"proxima_novasemibold";
	line-height:18px;
	
	line-height:18px;
}
.your_filter span
{
	color:red;
}
.your_filter span a
{
	color:red;
	text-decoration:none;
}
.your_filter span a:hover
{
	color:red;
	text-decoration:underline;
}
#spec_date_open
{
	text-align:center;
	padding:10px 10px;
	display:none;
}
#spec_author_open
{
	text-align:center;
	padding:10px 10px;
	display:none;
}
.search_spec
{
	background-color:#FFF;
	border:1px solid #f1f1f1;
	padding:5px;
	height:30px;
	color:#666;
	font-size:12px;
	width:100%;
	margin-bottom:10px;
}
		
/*SDZ added*/
.gallery1103,
.gallery1110{
  color:#ea4a36!important;
}
.gallery1104,
.gallery1111{
  color:#7da63c!important;
}
.gallery1105,
.gallery1112{
  color:#e4c319!important;
}
.gallery1106,
.gallery1113{
  color:#9f52be!important;
}
.gallery1108,
.gallery1109{
  color:#01AEF2!important;
}
.comment1101{
  background-image: url(/images/comment_blue.png)!important;
  color: #fff;
}
.comment1102{
  background-image: url(/images/comment_blue.png)!important;
}
.comment1103{
  background-image: url(/images/comments_business.png)!important;
}
.comment1104{
  background-image: url(/images/comments_sports.png)!important;
}
.comment1105{
  background-image: url("/images/comments_entertainment.png")!important;
}
.comment1106{
  background-image: url(/images/comments_lifestyle.png)!important;
}
.vote1101{
  background-image: url(/images/vote_blue.png)!important;
}
.vote1102{
  background-image: url(/images/vote_blue.png)!important;
}
.vote1103{
  background-image: url(/images/vote_business.png)!important;
}
.vote1104{
  background-image: url(/images/vote_sports.png)!important;
}
.vote1105{
  background-image: url("/images/vote_entertainment.png")!important;
}
.vote1106{
  background-image: url(/images/vote_lifestyle.png)!important;
}
.photocolor a{
  color: #fff!important;
}
.photocolor a:hover
{
	 color: #fff!important;
	 text-decoration:underline!important;
}


