/*Header pre==========================================*/
#header-pre>.container>.row{
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7; 
}
.single-header .single-term{
	font-size: 1.3em;
}
.more-news .entry-header h5{
	font-size: 1.07em;
	height: 35px;
	line-height: 1.1em;
}
.single-content .entry-content{
	line-height: 1.5em;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.single-content .entry-content strong{
	font-size: 1.14em !important;
}
.single-content .entry-content p{
	margin-bottom: 15px;
}
.single-content .entry-header h1{
	font-size: 2.36em;
	line-height: 1.1;
}
.single-content .single-published h5{
	font-size: 1.1em;
}
.single-content .entry-hanger h3{
	font-size:	1.6em;
	line-height: 1.12em; 
}
.single-conten .entry-shoulder h4{
	font-size:	1.1em;
	line-height: 1.12em; 
}
.entry-share{
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 32px;
}
.entry-share ul{
	margin: 0;
	display: block;
	width: 100%;
	padding: 0;
}
.entry-share ul li{
	float: left;
	display: block; 
	margin-right: 7px;
}
.s-tab .nav-tabs li a{
	font-size: 1.3em;
}
.s-tab .entry-header a h4{
	height: 38px;
	line-height: 1.1em;
	font-size: 1.2em;
}
.s-authorbox .media{
	background-color: #f1f1f1;
	padding: 10px;
}
ads.ads-blank-box{
	margin-right: auto;
	margin-left: auto;
} 
/*image=============================================*/
.single-content .entry-content .size-full{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
	clear: both;
}
.single-content .entry-content .aligncenter{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
	clear: both;
}
.single-content .entry-content .alignright{
	float: right !important;
	margin-left: 15px;
	clear: both;
}
.single-content .entry-content .alignleft{
	float: left !important;
	margin-right: 15px;
	clear: both; 
}
.single-content .entry-content p{
	margin-bottom: 15px;
}
.single-content .entry-content img{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
	clear: both;
}
.single-content .entry-content img[style*='float:left']{
	width: 40% !important;
	margin-right: 20px !important;
}
.single-content .entry-content img[style*='float:right']{
	width: 40% !important;
	margin-left: 20px !important;
}
.single-content .entry-content figure[style*='float:left']{
	width: auto !important;
	margin-right: 20px !important;
} 
.single-content .entry-content figure[style*='float:right']{
	width: auto !important;
	margin-left: 20px !important;
}
.single-content .entry-content figure{
	background-color: #f8f8f8 !important;
    padding: 5px !important;
    border-radius: 3px !important;
    border: 1px solid #f1f1f1 !important;
    margin-bottom: 20px !important;
}
.single-content .entry-content figure img{
	margin-bottom: 5px !important;
}
.single-content .entry-content figure figcaption{
	/*margin-bottom: 2px !important;*/
	font-size: .9em !important;
    color: #777 !important;
    font-style: italic !important;
    text-align: center !important;
}
.embeddedContent iframe{
	width: 100% !important;
}
/*end image=========================================*/
/* Extra small devices (phones, less than 768px) ====================================================================*/
@media (max-width: 767px) { 
	.more-news .entry-header h5{
		font-size: 1.6em;
		height: 75px;
		line-height: 1.12em;
	}
}/* ./ Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) ============================================================================*/
@media (min-width: 768px) and (max-width: 991px) { 



}/* ./ Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) ==========================================================================*/
@media (min-width: 992px) and (max-width: 1199px) { 


}/* ./ Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) ====================================================================*/
@media (min-width: 1200px) { 


}/* ./ Large devices (large desktops, 1200px and up) */

@media print{
	article ol.s-p li{
		font-size: 1.5em;
	}
	article ol.breadcrumb.s-p{
		padding-left: 0px; 
	}
	.single-content .single-published h5{
		font-size: 1.4em;
	} 
	.single-content .entry-header h1{
		font-size: 3em;
	}
	.single-content .entry-content{
		font-size: 1.4em;
	}
	.single-content .entry-init{
		font-size: 1.5em;
	}
	.s-authorbox .media-body{
		font-size: 1.3em;
	}
	.footer-div address{
		font-size: 1.1em;
		width: 100%;
		margin: auto;
		margin-top: 20px;
	}

	a[href^="http://"]:after, a[href^="https://"]:after {
		display: none;
	}
}