iframe
{
	width: 100%;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 6px auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-bottom: 6px !important;
    margin-left: 0;
    margin-right: 24px;
    margin-top: 6px;
}
.alignright {
    float: right;
    margin-bottom: 6px !important;
    margin-left: 24px;
    margin-right: 0;
    margin-top: 6px;
}

.wp-caption-text, .wp-caption-dd {
    color: #444;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    margin: 6px 0 26px;
    text-align: left;
}
.news-detail ul{
    list-style: outside none circle;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 50px; 
 }
.news-detail ul ul{
    list-style: outside none circle !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-left: 50px !important; 
 }
.news-detail ol{
    list-style: outside none circle;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 50px; 
 }
.news-detail ol ol{
    list-style: outside none circle !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-left: 50px !important; 
 }
 
/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.news-detail ul li{
	list-style:disc;
}.news-detail ol li{
	list-style:decimal;
}
.news-detail img
{
	max-width:100%;
}
/*
.news-detail table, .news-detail td, .news-detail th {
    border: 1px solid #ddd;
    text-align: left;
}

.news-detail table {
    border-collapse: collapse;
    width: 100%;
}

.news-detail th, .news-detail td {
    padding: 15px;
}*/

/* Comment CSS */
.children
{    
	padding-left: 0px;
	margin-top: 45px;
}
.media .children li
{
	margin-bottom:0 !important;
}
.comment_form
{
	margin-top:0 !important;
}
.form-submit
{
	padding-left:15px;
}
.comment-reply-title
{
	margin-top:0 !important;
}
.comment-reply-title a
{
	color: #ffcc33;
}
#cancel-comment-reply-link
{
	font-size:13px !important;
	color:#000;
}
.sb_margin_top
{
	margin-top:40px;
}
.sb_margin_bottom
{
	margin-bottom:40px;
}

.gallery-caption, .screen-reader-text, .bypostauthor
{
}

/* Calender Widget */
#wp-calendar {width: 100%; background:#fff; border-collapse: separate; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px;  padding-left:16px; padding-top: 10px;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td {  border: 1px solid #f1f1f1; text-align: center; padding:8px;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar caption  { display:none; }
#wp-calendar tfoot { display:none; }

/* widgets customization  */
.screen-reader-text
{
	display:none;
}

.widget select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

 .widget select {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	outline: 0;
}

.textwidget img
{
	width:300px;
	height:auto;
}

.news-detail figure.alignnone
{
	width:100% !important;
}
#sb_message_response
{
	display:none;
}

.widget .sub-menu, ul.children li
{
	padding-left:13px;
	border-bottom:0px !important;
}
.widget ul.children
{
		margin-top: 0px;
		padding-left: 0px;
}


/*Ads*/
.sb_ads_top
{
	padding-bottom: 8px;
}
.sb_ads_bottom
{
	padding-bottom: 28px;
}


.btn:focus,
a:focus {
    outline: none !important;
 text-decoration:none !important;
}

.comment-notes, .comment-reply-title, .logged-in-as
{
	margin-left:16px;
}
.logged-in-as a
{
	color:#000 !important;
}

