/*
 * Article Page Styles
 */
.mobilePromotionBlock {
background: #edeef3;
margin: 10px 0;
}
.mobilePromoText {
font-size: 14px;
color: #000;
padding: 15px 10px;
}
.mobilePromoText div {
padding-bottom: 5px;
}
.mobilePromoText div span {
float: left;
margin-right: 10px;
margin-top: 5px;
}
a.mobileAppIcons.android {
background: url(/images/social-sprites.png) no-repeat -96px 0;
}
a.mobileAppIcons {
text-indent: -9999px;
width: 30px;
height: 29px;
float: left;
margin-left: 5px;
}
a.mobileAppIcons.ios {
background: url(/images/social-sprites.png) no-repeat -128px 0;
}
a.mobileAppIcons {
text-indent: -9999px;
width: 30px;
height: 29px;
float: left;
margin-left: 5px;
}
#container {
	padding: 5px;
}

.breadcrumb {
	padding: 0;
	font-size: 1.4em;
	color: #c6254f;
	padding-bottom: 8px;
}
.breadcrumb a {
	color: #0066cc;
}


h1 {
    color: #333;
    font-size: 21px;
    line-height:27px;
    font-weight: bold;
    margin-bottom: 5px;
}
.datetime {
	font-size: 1.2em;	
	color: #666666;
	
}
.author-profile {float: left;margin-right: 2px;}
.author-profile a {
	color: #0066cc;
}
.left img {
	width: 100%;
}
.story p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 7px 0;
}
.story>p:first-child:first-letter  {
    color: #000;
    display: inline-block;
    float: left;
     font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    margin: -10px 10px -18px 0;
    padding: 5px;
    text-transform: uppercase;
}
.read-story {
	padding: 5px;
}
.read-story a {
	display: block;
	padding: 3px;
	border: 1px solid #cccccc;
	color: #666666;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	
	text-transform: uppercase;
	text-decoration: none;
}
.responsive_block {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

}



.responsive_block iframe,

.responsive_block object,

.responsive_block embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.miniopera .prev-next-story i.fa-chevron-left:before {
    content: "\00AB";   
}
.miniopera .prev-next-story i.fa-chevron-right:before {
    content: "\00BB";
}
.article-middle {
	border-bottom: 1px solid #e8e8e8;
	display: block;
}
.tags {
	font-size: 1.6em;
	color: #333;
	margin-bottom: 5px;
	
}
.tags span {
	float: left;
	color: #333333;
	margin-right: 3px;
}
.tags_head {
	font-weight: bold;
	font-size: .9em;
}
.tags a {
	color: #0066cc;
	float: left;
	margin-right: 3px;
}
.prev-next-story {
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
	margin-bottom: 15px;
	font-size:1.4em;
	
}
.prev-next-story a {
	color: #c6254f;
	text-decoration: none;
	font-size: .9em;
}
.prev-next-story a i {
	color: #9d9d9d;
}
.prev-next-story a.prev {
	float: left;
} 
.prev-next-story a.next {
	float: right;
} 


h2 {
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0 6px 0;
}

.buy-this-look, .also-like-block {
	padding-bottom: 5px;
}
.trending-articles-title h2 {
	color: #333;
       
       font-size: 15px;
       font-weight: bold;
       margin-bottom: 5px;
}
.also-like-block ul {padding: 0px}
.also-like-block ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 7px 4px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #dedede;
}
.also-like-block ul li a {
	color: #333;
	text-decoration: none;
}

.also-like-block h2{
	 color: #333;
    font-size:15px;
    font-weight: bold;
    margin-bottom: 5px;
    
}




.trending-container ul li {
	list-style-type: none;
	padding: 5px 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 3px;
}
.trending-container h2{

}
.article-thumbimg {
	float: left;
	width: 75px;
	margin-right: 10px;
}
.trending-container h3 {
    color: #333;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 5px;
}

	.trending-container h3 a {
	color: #333;
}
.site-url {
	color: #333;
    font-size: 1.4em;
    text-align: right;

}
.site-url a {color: #0066cc;}


.share-links {padding: 10px 0;}
.share-links a {
	float: left;
	width: 18%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 32px;
	line-height: 36px;
	border-radius: 3px;
	margin: 0 1%;
}
.shareClear {clear: both;}
.share-links a.fshare {background: #3d5b97;}
.share-links a.tweet {background: #01aaed;}
.share-links a.gplus {background: #dc412b;}
.share-links a.email {background: #64733c;line-height: 33px;}
.share-links a.wshare {background: #009200;line-height: 33px;}


.comments-text {
	font-size: 1.6em;
	color: #1c7792;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.add-comment {
	margin-bottom: 5px;
}
.add-comment a {
	display: block;
	border: 1px solid #cccccc;
	background: #f4f4f4;
	padding: 5px;
	text-align: center;
	font-size: 1.6em;
	color: #1c7792;
	font-weight: bold;
}
.add-comment a i {
	background: url(/images/operamini-mobi-sprite.png) no-repeat 0 -65px;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.dayindex_link{
font-size:1.6em;
color:#333;
padding-bottom: 7px;
/*padding:0 0 8px 0;*/
}
@media only screen and (max-width: 400px) {
	
}
@media only screen and (max-width: 319px) {	
	
}
.key-nav-notice {

	font-size: 1.6em;

color: #333;

       text-align: right;

}

.key-nav-notice span {

border: 1px solid #ccc;

padding: 2px 5px;

margin: 0 2px;

	border-radius: 4px;

background: #0159A1;

color: #fff;

}

.article_middle table {
    width: 100%;
    border-collapse: collapse;
}
.article_middle table th, .article_middle table td {
    color: #333;
font-size: 1.4em;
padding: 5px;
    border: 1px solid #ccc;
}

#inner-article-wrapper{
    color: #333333;
    z-index: 0;   
}
.english_summary_content {
    color: #333;
    font-size: 15px;
    padding-bottom: 8px;
    
}

.english_summary_heading{
	
}

.commentsHeading{
	
}


/*ADDED FOR MAIL SHARE OVERLAY*/
.mail-share-overvlay {
	background: #222;
	opacity: 0.7;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.mail-share-block {
	position: absolute;
	top: 0;
	z-index: 10000;
	width: 100%;
	
	display: none;
	max-width: 480px;
}
.mail-share-wrapper {
	margin: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: inset 0 0 5px 3px #888;
	-webkit-box-shadow: inset 0 0 5px 3px#888;
	box-shadow: inset 0 0 5px 3px #888;
	position: relative;				
}
.close-mailshare a {
	text-indent: -99999px;
	width: 24px;
	height: 27px;
	position: absolute;
	right: -6px;
	top: -8px;
	background: url("/images/mobi/mail-close-btn.png") no-repeat right top;
}
.share-mail-heading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	color: #333;
	border-bottom: 1px solid #333333;
	margin: 0 auto 10px auto;
	width: 90%;
}
.mail-share-content {
	padding-bottom: 10px;

}
.mail-share-content label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #333333;
}
.mail-share-textbox {
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: 1px solid #405e71;
	background: #f4f0f0;
	
	color: #949494;
}
.mail-share-textbox.capchacode {
	width: 100px;
}
.captcha-code {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
.mail-share-textarea {
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: 1px solid #405e71;
	background: #f4f0f0;
	
	height: 80px;
	color: #949494;
}
.mail-share-messagetext {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #949494;
	padding-top: 3px;
}
.mail-share-submit {
	text-align: right;
}
.mail-share-submit-btn {
	padding: 3px 25px;
	font-size: 22px;
	background: #0aab02;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	border: 0 none;
	
	cursor: pointer;
}
.mail-errmsg {
	font-size: 12px;
	color: #ff0000;
	padding-top: 5px;
}
.errmsg {
	border: 1px solid #ff0000!important;
}
