	
	body a#uservoice-feedback-tab, body a#uservoice-feedback-tab:link{
		background-position:2px 50% !important;
		background-repeat:no-repeat !important;
		display:block !important;
		height:164px !important;
		margin:-45px 0 0 !important;
		padding:0 !important;
		position:fixed !important;
		text-indent:-9000px;
		top:45% !important;
		width:23px !important;
		z-index:100001 !important;
	}

	a#uservoice-feedback-tab {
		background-image:url(../images/facebookIcon.gif);
		right:0;
		outline:none;
	}
	
	a.fb_button_large{
		background-position: 2px 50% !important; 
		background-repeat: no-repeat !important; 
		display:block !important ;
		height: 164px !important; 
		padding:0 !important; 
		position:fixed !important;	
		text-indent:-9000px;
		top:30% !important;	
		width:23px !important;	
		z-index:100001 !important; 
		right:0;	
		outline:none;
		background-image:url(../images/facebookIcon.gif);
	}
	
	.bgTop {background:#CDCED0 url(../images/bgMainT.jpg) no-repeat left top; width:980px; padding-top:10px; display:table;}
.bgBottom {background: url(../images/bgMainB.gif) no-repeat left top; height:14px; width:980px;}

@charset "UTF-8";

/** 
 * NVIDIA Advanced CSS Drop-Down Menu Theme
 *
 * @file		default.advanced.css
 * @name		NVIDIA
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE7+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net
 *
 */

@import "default.css";


/* -- Base style extension -- */

ul.dropdown li a {
 display: block;
 padding: 0 !important;
 margin-left:0 !important;
}

/* -- Base style override -- */

ul.dropdown li {
 padding: 0;
}


/* -- Base style reinitiate: post-override activities -- */

ul.dropdown li.dir {
 padding: 7px 20px 7px 14px;
}

ul.dropdown ul li.dir {
 padding-right: 15px;
}


/* -- Custom -- */

ul.dropdown ul a {
 padding: 7px 5px 7px 10px !important;
 width: 151px; /* Especially for IE */
}

ul.dropdown ul a:hover {
 background-color: #d4d4d4;
 padding: 7px 5px 7px 10px !important;
  width: 136px; /* Especially for IE */
}


/* -- Drop-down open -- */

ul.dropdown li:hover > a.dir {
 background-color:;
 color: #000;
}

ul.dropdown ul li:hover > a.dir {
 background-color: #76b900;
 color: #fff;
}@charset "UTF-8";

/** 
 * NVIDIA CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		NVIDIA
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net
 *
 */


/* -- Base drop-down styling -- */

ul.dropdown {
 font: normal 12px;
 text-transform: uppercase;
}

	ul.dropdown li {
	 padding:0;
	 color: #fff;
	 line-height: normal;
	 text-align:left;
	}
	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover { color: #76b900; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }

	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px !important;
	 background-color:#fff;
	 color: #fff;
	 font-size: 12px;
	 text-transform: none;
	 filter: alpha(opacity=100);
	 -moz-opacity: 1;
	 KhtmlOpacity: 1;
	 opacity: 1;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		 filter: none;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }


/* -- Supporting class `dir` -- */

ul.dropdown *.dir {
 padding-right: 15px !important;
 background-image: none;
 background-position: 100% 50%;
 background:url(../images/navArrow.png) right top no-repeat;
}

.bB{border-bottom:1px solid #CCC;}
.follow{color:#797979 !important; padding:5px 0 10px 10px !important; font-weight:bold;}@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.8
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net, http://www.lwis.net
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 999;
}

ul.dropdown li {
 float: left;
 min-height: 1px;
 line-height: 1.3em;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 999;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 999;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}/* @charset "utf-8"; */
/* CSS Document */
/* 
body{ padding:0px; margin:0px; background-color:#f0f0f0; font-family:Arial, Helvetica, sans-serif}

.pagewapper{ width:700px; margin:0 auto; border:solid 0px;}

.header { margin-bottom:15px; margin-left:6px; margin-right:6px;width:700px;}
.header div.leftColumn { float:left}
.header div.leftColumn div.logo{}
.header div.leftColumn div.mainMenu{ font-size:12px; margin-top:10px;}
.header div.leftColumn div.mainMenu a{ color:#797979; text-decoration:none; margin-right:10px;}
.header div.leftColumn div.mainMenu a:hover{ color:#3b3b3b;}
.header div.rightColumn { float:right}
.header div.rightColumn div.topLinks{ font-size:12px; margin-top:10px; text-align:right; margin-bottom:20px;}
.header div.rightColumn div.topLinks a{ color:#797979; text-decoration:none; margin-left:5px;}
.header div.rightColumn div.topLinks a:hover{ color:#3b3b3b;}
.header div.rightColumn div.searchIcons{}
.header div.rightColumn div.searchIcons input.headerSearch{ border:solid 1px #c2c0c1; background-color:#fbf7f8; padding:4px; color:#878586; font-size:12px; width:100px; float:left; margin-top:0px;}
.header div.rightColumn div.searchIcons img.headerSearchBtn{ float:left;}
.header div.rightColumn div.searchIcons img.socialIcons{ float:left; margin-left:10px; margin-top:5px;}




.newsPodColumns { float:left; width:323px; margin:0 6px 0px 6px;}

.newsPod { background-color:#FFF;  padding:10px;  margin-bottom:12px; float:left; width:317px; margin:6px;}
.newsPod div.categoryName{ font-size:11px}
.newsPod div.categoryName a{ color:#878586; text-decoration:none;}
.newsPod div.categoryName a:hover{}
.newsPod div.newsTitle{font-weight:bold; font-size:20px; margin:5px 0 5px 0;}
.newsPod div.newsTitle a{ color:#000; text-decoration:none; }
.newsPod div.newsTitle a:hover{}
.newsPod div.newsImage{}
.newsPod div.userName{ font-size:11px; margin-top:3px;}
.newsPod div.userName a{ color:#4675c3; text-decoration:none}
.newsPod div.userName a:hover{}
.newsPod div.newsDetail{ font-size:13px; margin:8px 0 8px 0;}
.newsPod div.newsDetail a{ color:#5a5a5a; text-decoration:none}
.newsPod div.newsDetail a:hover{}
.newsPod div.sourceName{ font-size:11px}
.newsPod div.sourceName a{ color:#878586; text-decoration:none}
.newsPod div.sourceName a:hover{}

.newsPod div.commentsArea {}
.newsPod div.commentsArea div.commentsSeparator { margin:10px 0 10px 0}
.newsPod div.commentsArea div.commentsImage { float:left; width:30px; margin:0px 10px 10px 0; clear:both}
.newsPod div.commentsArea div.comments { float:left; font-size:11px; width:250px;}
.newsPod div.commentsArea div.comments a { color:#524d4d; text-decoration:none}
.newsPod div.commentsArea div.comments a:hover{ }

#container {
	
  margin-bottom: 20px;
  clear: both;
 
} */


/**** Clearfix ****/
/* .clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } */#featured{ 
	width:987px;
	padding:0;
	margin:0 9px 5px 9px;
	float:left;
	position:relative; 
	border:0px solid #ccc;
	height:467px;
}
#featured ul.ui-tabs-nav{
	list-style:none; 
	padding:0;
	margin:-8px 0 0 0; 
	width:987px;
	float:left;
	z-index:1000px;
	position:absolute;
}
#featured ul.ui-tabs-nav li{ 
	padding:8px 0 0 0;  
	font-size:12px; 
	color:#666;
	width:141px;
	margin:0;
	float:left;
	height:90px;
}

#featured ul.ui-tabs-nav li img{ 
	float:left;
	margin:8px 0 2px 0; 
	background:#fff; 
	padding:0; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif; 
	line-height:14px;
	text-decoration:none;
	word-wrap: break-word;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:90px; 
	color:#404040;
	padding:0 15px;
	background:url(../images/spotlight/podBg.jpg) left top repeat-x;
	line-height:20px;
	text-decoration:none;
	border-left:1px solid #fff;
	border-right:1px solid #b9b9b9;
}

#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url(../images/spotlight/upArrow.png) top center no-repeat;
	width:134px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:url(../images/spotlight/hoverBg.jpg) left top repeat-x;
	height:90px;
	text-decoration:none;
	color:#fff;
}
#featured .ui-tabs-panel{ 
	width:987px;
	height:371px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:40px;
	left:0;
	padding:10px 15px;
	background: url(../images/spotlight/transparent-bg.png); 
	width: 957px;
}
#featured .info h2{ 
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
	word-wrap: break-word;
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}.width300 {border:1px solid #d0d0d0;height:32px;}
.magnify {background-image:url(../images/magnify.png);background-repeat:no-repeat;background-position:7px 5px;height:28px !important;}
.magnify:focus {background-image:none;}
.zeroleft {margin-left:0px;}
.marginhead {margin-top:30px;}
.borderbottom {border-bottom:1px solid #d0d0d0;}
.marginbottom23 {margin-bottom:23px;}
.frame {border:1px solid #b0b0b0;box-shadow: 0px 3px 2px #c4c4c4;}
.frame1{border:1px solid ;}
.paddingleft20 {padding-left:20px;}
.datetxt {font-size:11px; color:#5f5c5c;font-weight:bold;line-height:36px}
.socialrow {border-top:1px solid #e5e5e5;display:block;height:40px;}
.padding20 {padding-left:20px; padding-right:20px;}
.podcategory {color:#317cbd;font-size:10px;text-transform:uppercase;}
.marginlr0 {margin-left:0px; margin-right:0px;}
.marginleft9 {margin-left:9px}
.paddingbot10 {padding-bottom:10px;}
.paddingbot20 {padding-bottom:20px;}
.opensanslight {font-family: 'Open Sans';;font-weight:300;}
.twitter{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;height:40px;background-image:url(../images/twitter16.png);width:40px;background-repeat:no-repeat;background-position:center;}
.twitter:hover{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;height:40px;background-image:url(../images/twitter-16-hover.png);width:40px;background-repeat:no-repeat;background-position:center;}
.watsapp{border-left:1px solid #e5e5e5;border-right:0px solid #e5e5e5;height:40px;background-image:url(../images/social/whatsapp/whatsapp-16.png);width:40px;background-repeat:no-repeat;background-position:center;}
/* .watsapp:hover{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;height:40px;background-image:url(../images/social/whatsapp/whatsapp-16-hover.png);width:40px;background-repeat:no-repeat;background-position:center;} */
.posr {position:relative;}
.p90 {width:80%}
.facebook{border-right:1px solid #e5e5e5;height:40px;width:40px;background-image:url(../images/facebook16.png);width:40px;background-repeat:no-repeat;background-position:center;}
.facebook:hover{border-right:1px solid #e5e5e5;height:40px;width:40px;background-image:url(../images/facebook-16-hover.png);width:40px;background-repeat:no-repeat;background-position:center;}
.gplus{height:40px;background-image:url(../images/gplus16.png);width:40px;background-repeat:no-repeat;background-position:center;}
.gplus:hover{height:40px;background-image:url(../images/google-plus-16-hover.png);width:40px;background-repeat:no-repeat;background-position:center;}
.alignsub{vertical-align:sub;}
.margintop10 {margin-top:10px;}
.margintop15 {margin-top:15px;}
.margintop20 {margin-top:20px;}
.margintop35 {margin-top:35px;}
.marginleft22 {margin-left:22px;}
h1,h2,h3,h4,h5,h6 {font-family: 'Open Sans';;font-weight:300;}
.h1semibold {font-family: 'Open Sans'; font-weight:600;}
h1.h1topics{line-height: 26px;color: #302B2B; font-size: 20px;}
.margintopbottom {  margin: 20px 0;}
.podhead{   margin-bottom: 21px;    margin-top: 6px;}
.podhead a h2 {margin:0px;padding:0px;}
.lineheight6 {line-height:6px;}
.margintop2px {margin-top:2px;}
.margintop6 {margin-top:6px;}

.slidepodhead {
    margin-bottom: 21px;
    margin-top: 17px;
    height:81px;
}
.hfb {color:#FFF; position:relative;top:9px;left:7px;}
.fb-stories {color:#FFF; position:relative;top:9px;left:3px;}
.headfacebook {width:100px; background:#506fb2;height:38px;}
.mainfblink { background:#506fb2;height:45px;display:block;color:#fff; margin: 10px 3px; }
.mainfblink span {padding-left:11px;}
.socialwidget {float:right;  margin-right: 10px;    margin-top: 11px;}
.centersocial a:hover {color:#fff;}

.maintwitterlink { background:#45b0e4;height:45px;display:block;color:#fff; margin: 10px 3px; }
.maintwitterlink span {padding-left:12px;}

.margintop5bot11 {  margin-bottom: 14px;
    margin-top: 2px;}


.mainfbstolink {width:45%; background:#4466ae;height:38px;display:block;color:#fff;margin: 10px 2.5%;float:left;text-align:center;}
.mainfbstolink span {padding-left:5px;}
.mainfbstolink:hover {color:#fff;}



.maintwitterstolink {width:45%; background:#45b0e4;height:38px;display:block;color:#fff; margin: 10px 2.5%;float:left;}
.maintwitterstolink span {padding-left:12px;}
.maintwitterstolink:hover {color:#fff;}

.graytxt {color: #999;}
.graytxt:hover {color: #A8A9A9;}


.fblikeus {width:45%; background:#02c9ff;height:38px;display:block;color:#344e87; margin: 10px 2.5%;float:left;text-align:center;}
.fblikeus span {padding-left:5px;}
.fblikeus:hover {color:#344e87;}

.contacttxtarea {width:355px; min-width:355px;height:166px; min-height:166px;max-width:355px;max-height:166px}

.story1pxline {
    background-color: #000000;
    height: 1px;
    margin: 20px auto;
    width: 90%;
}

.redstar {color:#F00;}

.margintop45 {margin-top:45px;}

.mainfbhstoryoverlink:hover {color:#fff;}
.maintwitterstoryhoverlink:hover {color:#fff;}

.mainfbhoverlink:hover {color:#fff;}
.maintwitterhoverlink:hover {color:#fff;}


.pindeskright {float:right;}

.footerHeader {color:#fff}
.mainpinlink { background:#db2f3b;height:38px;display:block;color:#fff; margin: 10px 3px; font-size: 12px;}
.mainpinlink span {padding-left:9px;}
.marginright21 { margin-right: 21px;}
.marginright11 {margin-right:11px;}
.margintop20 {margin-top:20px;}
.morestory {min-height: 28px;line-height: 2;background:#252525;text-align:center;padding:10px 0px;text-transform:uppercase;color:#fff;margin:40px 10px;color:#fff;}
.morestory a:hover{color:#fff;}
.morestory a{color:#fff;}
.footer {background:#1c1f21;}
.rsstxt {    color: #A8A9A9;
    font-size: 20px;
    margin-right: 0;
    vertical-align: text-top;}
.padlr10 {padding:0px 10px;}
.newsletter {;background:#f2f2f2 !important;border-radius:0px !important;height: 32px !important;    margin-top: 10px;    width: 94%;}
.newstxt {font-size:19px;color:#a8a9a9;float:left;}
.newsbutton{background:#852624;border:none;font-size:15px;color:#fff;padding:9px 25px;text-transform:uppercase}
.contactbtn{background:#852624;border:none;font-size:15px;color:#fff;padding:9px 25px;text-transform:uppercase}
.footer h3 {color:#fff;font-size:20px;margin-top:0px;}
.footer ul li a {color:#a8a9a9; font-size:14px;  line-height: 30px;}
.padright25 {padding-right:25px;}
.padright16 {padding-right:16px;}
.marginleft40 {margin-left:40px;}
.marginright0 {margin-right:0px;}
.copyright {color:#5e5f60;border-top:1px solid #2d3134; padding:18px 0px;text-align:center;}
.margintopbottom {margin:0px}
.marginleft65 {margin-left:65px;}
.marginleft60 {margin-left:60px;}
.width250px {width:250px;}
.width230px {width:230px;}
.marginleft10 {margin-left:10px}
.marginleft22 {margin-left: 22px;}
.signupbtn {background:#e66950;padding:10px 20px;border:none;color:#fff;}
.signupid {  border-radius:0px !important;    height: 28px !important;    margin-bottom: 0 !important; }
.marginbottom50 {margin-bottom:50px;}
.marginbottom50 {margin-bottom:50px;}
.innerprivacy {float:left;margin-top:10px;}
.table {display:table}
.paddintop35 {padding-top:35px;}

.socialtrigger:hover > .socialsharehover {opacity:1;/* transition-delay:0s;transition-duration:0.4s; */}
.socialsharehover {opacity:0;}
.mainfbhoverlink {width:110px; background:#506fb2;height:38px;display:table;color:#fff;font-size:12px;}
.mainfbhoverlink span {padding-left:14px;}
.socialsharehovertop15 {margin-left: -11px;    position: absolute;margin-top:15px;}
.socialtrigger:hover > .socialsharehovertop15 {opacity:1;/* transition-delay:0s;transition-duration:0.4s; */}
.socialsharehovertop15 {opacity:0;}
.paddingleft10 {padding-left:10px;}

.socialsharehover{margin-left: -11px;    position: absolute;margin-top:30px;}
.maintwitterhoverlink {width:110px; background:#45b0e4;height:38px;display:table;color:#fff;font-size:12px;}
.maintwitterhoverlink span {padding-left:14px;}


.mainwatsapphoverlink {width:110px; background:#30c004;height:38px;display:table;color:#fff;font-size:12px;}
.mainwatsapphoverlink span {padding-left:14px;}


.blackshape { bottom: -11px;
    position: absolute;}

.marginbottom30 {margin-bottom:30px;}


.socialtrigger:hover > .socialsharestoryhover {opacity:1;/* transition-delay:0s;transition-duration:0.4s; */}
.socialsharestoryhover {opacity:0;}

.mainfbhstoryoverlink {width:110px; background:#506fb2;height:38px;display:table;color:#fff;font-size:12px;}
.mainfbhstoryoverlink span {padding-left:14px;}

.maintwitterstoryhoverlink {width:110px; background:#45b0e4;height:38px;display:table;color:#fff;font-size:12px;}
.maintwitterstoryhoverlink span {padding-left:14px;}



.fblikehoverlink {
    background: none repeat scroll 0 0 #eeeeee;color: #FFFFFF;display: block;font-size: 12px;height: 38px;width: 110px;}
.fblikehoverlink span {padding-left:4px; color:#344e87;}	




.socialsharestoryhover{margin-left: -11px;    position: absolute;top:40%;}
.relatedspans {float: left; margin: 10px 30px; width: 24%; font-size:16px;font-family: 'Open Sans'; font-weight:300;}
.marginbot10 {margin-bottom:10px;}
.paddingleft30 {padding-left:30px;}



.recommendedBottomPod {background-color:#fff; padding:0px; display:inline-block;box-shadow:0 3px 2px #C4C4C4; right:0px; top:20px;}
.recommendedBottomPodHeader {background-color:#e76a50; color:#FFF; text-transform:uppercase; padding:3px 15px 3px 20px;}
.recommendedBottomPodHeader span { float:right}
.recommendedBottomPodSlider {width:370px; height:350px; border:solid 0px; margin:15px;}



.square ul li {
    line-height: 20px;
    list-style: square outside none;
    margin-left: 14px;
}

.decimal ul li {
    line-height: 20px;
    list-style: decimal outside none;
    margin-left: 14px;
}

.sliderNewsTitle {font-family: 'Open Sans';font-weight:300; font-size:20px; color:#000; padding-top:5px; line-height:26px;}

/*********************************** JAMAL CSS ***********************/
.storyPagePod { padding:0px; word-wrap:break-word;}
.storyPagePod h1.storyPageTitle{ font-size:48px; line-height:58px; padding:0px; margin:20px;}
.storyPagePod .storyPageContent p {font-family: 'Open Sans';font-weight:300; font-size:18px; line-height:24px; /* margin:20px; */}
.storyPagePod div.userName {margin-top:20px; margin-left:20px;}
.storyPagePod div.userName a{font-family: 'Open Sans';font-weight:300; font-size:24px;margin-left:10px; }
.storyPagePod div.userName a:hover{ color:#0088CC; }
.storyPageTags { margin:20px;}
.storyPageTags div.tagsLable { float:left;  font-size:24px;font-family: 'Open Sans'; font-weight:600;}
.storyPageTags div.tags { float:left;  font-family: 'Open Sans';font-weight:300; font-size:18px;}
.storyPageTags div.tags a {}
.storyPageTags div.tags a:hover {color:#0088CC; }
.storyPageSignupPodLine {  background-color: #000000;height: 4px;margin: 0 auto; width: 90%;}
.storyPageSignupPod {font-family: 'Open Sans';font-weight:300; text-align:center; width:94%; margin:0 auto;}
.storyPageSignupPod h2{ font-family: 'Open Sans'; font-weight:600;font-size:30px;}
.storyPageSignupPod p{ font-size:18px}

a:hover {color:#000}


#recom .recomcarousel-control.right {
    left: auto;
    right: 90px;
}


#recom .recomcarousel-control {
    border-radius: 23px;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 90px;
    line-height: 30px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 340px;
    width: 40px;
}


#recom .carousel-indicators {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 130px;
    top: 335px;
    z-index: 2;
}



#recom .carousel-indicators li { background-color: #AEAEAE;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-left: 10px;
    text-indent: -999px;
    width: 10px;}
	
#recom .carousel-indicators li.active {
    background-color: #222222;
}	

#recomnews {
  position: fixed;
  display: block;
  background-color: #fff;
  /* margin: 75px 0 15px 0; */ /*controls the cutoff of the top and bottom limitations*/
  /* padding: 15px 4px; */
  /* float right for a right aligned sidebar */
  border-radius: 6px;
  
}


#fbbox {
	display: block;
	position: fixed;
	/* top: 850px; */
	background-color: #fff;
	margin: 75px 0 15px 0;
	/*controls the cutoff of the top and bottom limitations*/
	padding: 15px 4px;
	/* float right for a right aligned sidebar */
	border-radius: 6px;
	width: 285px;
	padding: 4px 20px;
	border: 1px solid #B0B0B0;
	box-shadow: 0 3px 2px #C4C4C4;
	border-radius: 0;
}

.closebutton {    left: -22px;
    position: absolute;
    top: -22px;}
	
a .relatedspans p {color:#000;}	



.no-js h2 {line-height:49px;}
.searchfieldjs {
 
  border: medium none !important;

    height: 27px !important;
    margin-bottom: 0 !important;
    width: 175px;

}
.searchfieldjs:focus {
  color: #666;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
}
#searchform2 {border:1px solid #ccc;display:inline-block}
#search2btn {

  right: 360px;
  top: 5px;
  height: 24px;
  width: 24px;
  border: 0;
  cursor: pointer;
  zoom: 1;
	filter: alpha(opacity=65);
	opacity: 0.65;
  background: transparent url('../images/magnify.png') top left no-repeat;
  margin-left:5px;
  /* Icon credits to Brightmix http://www.iconfinder.com/icondetails/43272/128/find_loop_magnify_monotone_search_zoom_icon */
}



.clearBoth{
	clear:both;
}
















/**************************************** NEW CSS ***********************************/

.txt9 {font-size: 10px;text-transform: uppercase;font-family:arial,helvetica,serif;}
.storyPageTags div.tags a {}


/*******************************  Right Pod Responsive Controls *********************/
.storyrightpod {height:160px;}
.imgLiquid img{
    visibility:hidden;
}

.storyrelated {width:auto;height:114px;}
.indexrightpod {width:100%; height:154px;}

.indexmainstory img {width:100%}

.zerolr {margin:0px;}
.mediaCaption {
	background: none repeat scroll 0 0 #E5E5E5;
    color: #7A7A7A;
    font-size: 14px;
    font-family: Arial;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 2px;
}


.fbprofilelink {
	display: block;
	float: left;
	margin: 2px 5px 0 0;
}

.twitterprofilelink {
	display: block;
	float: left;
	margin: 2px 12px 0 5px;
}

.gprofilelink {
	display: block;
	margin: 0;
}

.storyPageContent p {padding:0px 20px;}
.storyPageContent p  img {margin:10px 0px;}
.videoplay {background-image:url(../images/play.png); width:32px; height:32px;position:absolute;right:10px;background-repeat:no-repeat;margin-top:-40px}

.recommenImg{width:370px;height:265px;}


.storySource a{
    color: #7A7A7A;
}

.storyPagePod .storyPageContent a.fancyBox{
    position: relative;
}
.storyPagePod .storyPageContent a.fancyBox:after{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    bottom: 92px;
    color: #FFFFFF;
    font-size: 2rem;
    height: 30px;
    left: 2%;
    padding: 2px 9px 1px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px #444444;
    width: 30px;
    content: url(../images/poparrow.png);
}
.rightpodmargin{
	height:52px;
}

/**********************   Edit Profile Tabs CSS ************************/

.profiletabborder {border-bottom:2px solid #852624;}
.nav-tabs .active a {background-color:#852624;border-bottom:1px solid #852624;color:#fff; font-size: 18px;padding: 10px 20px;}
.nav-tabs .active a:hover {background-color:#852624;border-bottom:1px solid #852624;color:#fff;}
.nav-tabs li > a:hover {background-color:#852624;border-bottom:1px solid #852624;color:#fff; font-size: 18px;padding: 10px 20px;}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {background-color:#852624;border-bottom:1px solid #852624;color:#fff; font-size: 18px;padding: 10px 20px;}
.nav-tabs li > a {font-size: 18px;padding: 10px 20px;color:#333333;}

.profilebox {background-color:#ebe8e8;height:115px;width:130px;}
.uploadprofilepic,.uploadprofilepic:hover,.uploadprofilepic:active {background:#666666;color:#fff; margin-top: 15px;    padding: 7px 22px;display:table;}
.span115 {width:115px;font-size:11px;}
.formwidth {width:60%;height:35px !important; font-size:16px !important;font-family:'Open Sans', Arial, Helvetica, sans-serif !important;  -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box; margin-bottom: 15px !important;}
.savechanges {    background: none repeat scroll 0 0 #666666;
    border: medium none;
    color: #FFFFFF;
    font-size: 15px;
    padding: 9px 25px;    }
	
.span7 .row	{margin-left:0px;}
.span170 {width:170px;font-size:18px;    line-height: 32px;}
.formw85 {width:85%;  -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;}
.wid100 {width:100%}
.darkred {color:#852624;}
.w80 {width:80%;}
.w88 {width:88%;}
.span230 {width:230px;}
.mainnewsletterlink {
    background: none repeat scroll 0 0 #ce3e26;
    color: #FFFFFF;
    display: block;
    height: 45px;
    margin: 10px 3px;
}

.mainnewsletterlink span {padding-left:7px;}



.redbtn {background: none repeat scroll 0 0 #852624;
    border: medium none;
    color: #FFFFFF;
    font-size: 15px;
    padding: 9px 25px;
}
.hand:hover {cursor:pointer;}
.subsholder {width: 97%; margin-bottom: 0px; padding: 10px 6px !important; font-size: 16px !important;}
.describefield {max-height:150px;min-height:100px;}


.successtxt {color:#407b0e;font-size: 15px;}
.failuretxt {color:#e33636;font-size: 15px;}

.validMsgContact{color:green;}
.errorMsg{color:red;}

.subsbtn {
	background: none repeat scroll 0 0 #E66950;
	border: medium none;
	color: #FFFFFF;
	padding: 10px 20px;
}

.ssans {
	font-family: 'Source Sans Pro', sans-serif;
}

.f18 {
	font-size: 18px;
}

.index-social {
	font-size: 17px;
}


/******************************** Mash Bar starts ***********************************/

.mashfullbar {background:#fff;position:fixed;height:60px;border-bottom:2px solid #e0e0e0;z-index:2}
.msharebar {
	position: fixed;
	height: 70px;
	z-index: 1;
}

.facel {
	background: none repeat scroll 0 0 #4466AE;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 38px;
	margin: 10px 1.5%;
	text-align: center;
	width: 47%;
}

.twi {
	background: none repeat scroll 0 0 #02C9FF;
	color: #344E87;
	display: block;
	float: left;
	height: 38px;
	margin: 10px 1.5%;
	text-align: center;
	width: 47%;
}
.storyPageContent div {padding: 0px 20px;}
.storyPageContent .fluid-width-video-wrapper {margin-left:-20px;}
.storyPageContent{ font-size:18px; }
.storyPageContent hr{border-color: gray;}

/******************************** Mash Bar ends ***********************************/
.trc_rbox_header_span {
	float: left !important;
	margin-top: 10px;
}

.video-title {
	font-family: "Open Sans" !important;
	font-weight: normal !important;
}

#taboola-below-article-thumbnails{
	padding: 20px ;
}

/*********************  3 stories and fb headline *-*************/
.boxalign {padding-top: 25px;text-align: center;}
.displayinline {display:inline-block;}
.sharefb {background-color:#eaeaea;width:100%;height:83px;border-top:3px solid #dcdcdc;}
.font24 {font-size:24px;}
.fbtxtpos {position: relative;top: 5px;}
.boxshadow {box-shadow: 0 3px 2px #c4c4c4;}


.threestories {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 0%; 
    outline: medium none;
    position: fixed;
    right: 0;
    top: 10%; 
    z-index: 1050;
}
.wid1010 {width:1010px;}


.storiesbox { max-height:530px;
    
    padding: 11px;
    position: relative;}
	
.closetxt {   color: #959595;
    float: left;
    font-size: 18px;
    position:relative;
	top:1px;
    line-height: 20px;
  
    text-shadow: 0 1px 0 #ffffff;margin-right:5px;}	
    
/*********************  3 stories and fb headline *-*************/


#addSenseBox {margin-top:15px; margin-left:10px; clear:both;}
#addSenseBox .adsbygoogle {border:solid 1px #eee;}
.clear20 {clear:both; height:20px;}/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(../images/img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../images/img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../images/img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../images/img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../images/img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../images/img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../images/img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../images/img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../images/img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}@charset 'UTF-8';
/*
 * jQuery File Upload UI Plugin CSS 6.3
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(../img/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

/* Fix for IE 6: */
*html .fileinput-button {
  line-height: 22px;
  margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
*+html .fileinput-button {
  margin: 1px 0 0 0;
}

@media (max-width: 480px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}
