@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
body {
    /*background:#f6f6f6;*/
    
    font-family: "Droid Sans", Arial, sans-serif;
    font-size: 17px;
    color: #231f20;
    line-height: 17px
}
a:link {
    color: #231F20;
    text-decoration: none;
}
a:visited {
    color: #231F20;
    text-decoration: none;
}
a:hover {
    color: #f00;
    text-decoration: none;
}
a:active {
    color: #231F20;
    text-decoration: none;
}
img {
    border: none;
}
.clear {
    clear: both;
}
#container {
    width: 100%;
    margin: 0 0 0 0px;
    background: #fff;
 
}

#top_bar {
    line-height: 35px;
    /*height:35px;*/    
    font-size: 14px;
    background: #231f20;
    border-top: 2px solid #9fc42f;
    padding: 0px 10px;
}
#top_bar .col {
    /*float:left;
	width:60%;
	display:inline;*/
}
#top_bar .col.last {
    /*float:left;
	width:40%;
	display:inline;*/
    
    color: #BABABA;
}
#top_bar .col.last .col_holder {
    position: relative;
}
#top_bar .col.last .col_holder .share_icons {
    position: absolute;
    right: -3px;
    top: 0px;
}
#top_bar .col ul {} #top_bar .col ul li {
    list-style-type: none;
    display: inline;
}
#top_bar .col ul li a {
    color: #BABABA;
    margin: 0px 5px 0px 0px;
}
#top_bar .col ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
/*#header .col{
	float:left;
	width: 29.5%;
	display:inline;
}*/

#header .col_holder {
    padding: 25px;
    padding-left: 0px
}
/*#header .second{
	width:25%;
}*/

#header .second .col_holder {
    text-align: right
}
/*#header .last{
	width:41%;
}*/

#header .last .col_holder {
    position: relative;
}
#header .last .search {
    position: absolute;
    right: 0px;
    top: 40px;
}
#header .last .search .txt {
    background: none;
    border: none;
    background: url('../img/search_txt.png') no-repeat top left;
    padding: 8px 15px;
    width: 148px;
    position: absolute;
    right: 38px;
    top: 1px;
}
#header .last .login {
    background: url('../img/login_ico.png') no-repeat center left;
    padding-left: 20px;
    line-height: 30px;
    position: absolute;
    left: 40px;
    top: 40px;
}
#header .last .login a {
    color: #666;
}
#header .last .login a:hover {
    color: #000;
}
/* PRIMARY NAV */

#primary-nav {
    position:relative;
    z-index: 100;
    line-height: 40px;
    min-height: 40px;
    border-top: 1px solid #769322;
    border-bottom: 1px solid #516317;
    background: #80a820;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #80a820 0%, #7ea52a 50%, #6c970a 51%, #628f09 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80a820), color-stop(50%, #7ea52a), color-stop(51%, #6c970a), color-stop(100%, #628f09));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #80a820 0%, #7ea52a 50%, #6c970a 51%, #628f09 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #80a820 0%, #7ea52a 50%, #6c970a 51%, #628f09 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #80a820 0%, #7ea52a 50%, #6c970a 51%, #628f09 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #80a820 0%, #7ea52a 50%, #6c970a 51%, #628f09 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80a820', endColorstr='#628f09', GradientType=0);
    /* IE6-9 */
}
#ticker_bar {
    background: #c4e329;
    border-bottom: 1px solid #a3c500;
    line-height: 25px;
    /*height:25px;*/
    
    padding: 0px 10px;
    color: #283808;
    padding-top: 5px
}
/*#ticker_bar .col{
	float:left;
	display:inline;
	width:68%;
}*/

#ticker_bar .col.last {
    width: 32%;
    margin-top: -2px
}
.ticker {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0;
}
.ticker a {
    color: #283808;
    text-shadow: 0px 0px 1px #fff;
}
.ticker a:hover {
    color: #333;
    text-shadow: none;
}
.ticker span.ticker_category, .ticker span.ticker_category a {
    color: #ff2500;
    font-weight: bold;
}
.ticker .scroller {
    height: 20px;
}
.ticker .section {
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#features {
    background: #fff;
    border-bottom: 1px solid #e1e1e1
}
#features .col {
    float: left;
    display: inline;
    width: 25%;
}
#features .col_holder {
    padding: 5px 15px 5px 15px;
    border-left: 1px dashed #ccc;
    height: 55px;
}
#features .col:first-child .col_holder {
    border-left: none
}
.featured_item h2 {
    padding: 4px 0px 4px 0px;
    line-height: 15px;
    margin-left: 112px
}
.featured_item h2 a {
    color: #333;
    font-size: 12px;
}
.featured_meta {
    color: #888888;
    font-size: 11px;
}
.featured_item img {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 2px;
    float: left;
    display: inline;
    margin-right: 10px;
    max-width: 98px;
    max-height: 58px
}
.trending {
    font-size: 15px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: bold
}
#content {
    margin: 10px 10px 20px 10px
}
/*#content .col{
	float:left;
	display:inline;
}
#content .col.right{
	width:305px;
	padding-left: 25px;
}
#content .col.middle{
	width:468px;
}
#content .col.left{
	width:244px;
}*/

#inner_page #content .col.right {
    width: 300px;
    margin-left: 25px;
}
#inner_page #content .col.left {
    width: 700px;
}
.entry { 
    margin-left: 10px; 
}
.box_title {
    color: #444444;
    font-size: 26px;
    line-height: 150%;
    border-bottom: 1px solid #EDEDED;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    margin-top: -10px;
    text-transform: Capitalize;
}
#content .col.middle .col_holder {
    padding: 0px 10px;
}
.news_entries.vertical .entry {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ededed;
}
.news_entries.vertical .entry img {
    width: 99%;
    border: 1px solid #eee;
}
.news_entries.vertical .entry h2 {
    margin: 3px 0px;
    line-height: 20px
}
.news_entries.vertical .entry h2 a {
    color: #000000;
    font-size: 15px
}
.news_entries.vertical .entry h2 a:hover {
    color: #df4221;
    text-decoration: underline
}
.news_entries.vertical .entry .meta {
    color: #a5a5a5;
    font-size: 11px
}
.news_entries.horizontal .entry {
    border-bottom: 1px dashed #EDEDED;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.entry2 img {
    width: 100px;
    border: 1px solid #eee;
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 3px;
    height: 70px;
}
.news_entries.horizontal .entry img {
    width: 100%;
    border: 1px solid #eee;
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 3px;
    /*height: 50px;*/
}
.news_entries.horizontal.wide.inner_page .entry img {
    /*width: 158px;
    float: left;*/
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
    height: auto;
}
.news_entries.horizontal .entry .more_data {
    float: left;
    display: inline-block;
    /*width:179px;*/
}
.news_entries.horizontal.wide .entry .more_data {
 /*width:350px; */
}
.news_entries.horizontal.wide.inner_page .entry .more_data {
    /*width: 494px;*/
    margin-top: 5px
}
.news_entries.horizontal.wide.inner_page .desc {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.news_entries.horizontal .entry h2 {
    margin: 3px 0px;
    font-weight: bold;
    line-height: 17px
}
.news_entries.horizontal .entry h2 a {
    color: #ff0000;
    font-size: 17px;
    padding-left: 5px;
    line-height: 20px

}
.news_entries.horizontal.wide.inner_page .entry h2 a {
     font-size: 17px;
    line-height: 22px
}
.news_entries.horizontal .entry h2 a:hover {
    color: #df4221;
    text-decoration: underline
}
.news_entries.horizontal .entry .meta {
    color: #a5a5a5; 
}
.news_entries .entry.last {
    border: none;
}
/*  Rated 3 column news entries  */

.news_entries.rated .entry {
    padding-bottom: 10px;
    min-height: 230px;
}
.news_entries.rated .entry img {
    min-width: 100%; 
}
.news_entries.rated .entry h2 {
    margin: 3px 0px 0px 15px;
    line-height: 17px
}
.entry2 h2 a {
    color: #000000;
    font-size: 16px
}
.news_entries.rated .entry h2 a {
    color: #000000;
    font-size: 16px
}
.news_entries.rated .entry h2 a:hover {
    color: #df4221;
    text-decoration: underline
}
.news_entries.rated .entry .meta {
    color: #a5a5a5;
    margin-top: 10px
}
.news_entries.rated .image_holder {
    /*max-height:98px;
	min-height:98px;*/
    
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.two-col .scroller {
    height: 330px;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
#editor_picks_body {
    position: relative;
    margin-top: -10px;
    margin-left: 0px
}
.controls {
    position: absolute;
    right: 0px;
    top: -27px;
}
.two-col .section {
    height: 335px;
    overflow: hidden;
    float: left;
}
.news_entries.two-col .entry {
    padding-bottom: 10px;
    float: left;
    display: inline;
    width: 50%;
    min-height: 250px;
}
.news_entries.two-col .entry .entry_holder {
    padding: 0px 5px;
}
.news_entries.two-col .entry img {
    width: 100%;
}
.news_entries.two-col .entry h2 {
    margin: 3px 0px;
    line-height: 17px
}
.news_entries.two-col .entry h2 a {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}
.news_entries.two-col .entry h2 a:hover {
    color: #df4221;
    text-decoration: underline
}
.news_entries.two-col .entry .meta {
    color: #a5a5a5;
    margin-top: 10px
}
.news_entries.two-col .entry .desc {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    line-height: 19px;
    margin-top: 10px;
}
.news_entries.two-col .image_holder {
    height: 130px;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 10px;
}
.ads {
    background: #fff;
    line-height: 250px;
    height: 250px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    border-radius: 5px;
    margin-bottom: 15px
}
.ads60 {
    line-height: 60px;
    height: 60px;
}
.ads90 {
    line-height: 90px;
    height: 90px;
}
.news_entries.list ul {
    margin: 0px 0px 0px 15px;
    color: #777;
}
.news_entries.list li {
    list-style-type: square;
    margin-bottom: 10px;
}
.news_entries.list li a {
    color: #FF0000; 
    line-height: 25px;
    font-size: 17px;
    /*font-weight: bold;    */
    border-bottom: 1px dotted #ebebeb;
}
.news_entries.list li a:hover {
    color: #df4221;
    text-decoration: underline
}
.tags_entries {
    margin-bottom: 15px;
}
.tags_entries li {
    display: inline;
    margin: 0px 2px;
}
.tags_entries li a {
    line-height: 30px;
    padding: 4px 10px;
    background: #eeeeee;
    color: #000000;
}
.tags_entries li a:hover {
    background: #df4221;
    color: #fff;
}
.featured {
    height: 325px;
    overflow: hidden;
    position: relative;
    /*width: 447px;*/
}
.featured img {
    max-width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    min-height: 325px;
}
.featured .text_background {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .8) 100%);
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 53;
    width: 100%;
}
.featured .meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    width: 90%;
}
.featured .meta .category_name {
    background-color: #6c970a;
    line-height: 25px;
    padding: 3px 5px;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 3px
}
.featured h2 {
    line-height: 30px
}
.featured h2 a {
    font-size: 27px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.player {
    margin-bottom: 15px;
}
.player li {
    display: inline;
}
.player li a {
    float: left;
    width: 20%;
    display: inline-block;
    height: 10px;
    background: #444;
    cursor: pointer;
}
.player li a:hover, .player li a.active {
    background: #df4221;
}
#footer {
    margin-top: 15px;
    border-top: 1px solid #dfe0e0;
}
#footer .copyrights {
    background: #221f20;
    border-top: 2px solid #a3c500;
    line-height: 38px;
    /*height:38px;*/
    
    padding: 0px 15px;
    color: #fff;

}
#footer .copyrights a {
    color: #fff;
    text-decoration: none;
}
/*.main_news_category{
	float:left;
	display:inline;
	width:25%;
}*/
/*.main_news_category .holder{
	margin-left:30px;
}
.main_news_category:first-child .holder{
	margin-left:0px;
}*/

.main_news_category .holder li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ededed;
    line-height: 20px
}
.main_news_category .holder a {
    color: #000000;
}
.main_news_category .holder a:hover {
    color: #df4221;
    text-decoration: underline
}
.main_news_box_holder {
    background: #fafbfb;
    margin: -10px;
    padding: 20px;
    border-top: 1px solid #dfe0e0;
    margin-top: 20px
}
.heading {
    padding: 5px;
    border-bottom: 1px dotted #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 0px
}
.heading span {
    font-size: 23px;
    background: none;
    color: #666;
}
/*************** CONTENT STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/
/*** Subcategory links ***/

.main_news_box_holder {
    margin-top: 10px;
}
.title_subcategory {
    margin-top: -4px;
    font-size: 11px;
    color: #000;
    padding: 0px 12px 5px 12px;
}
.title_subcategory a {
    padding: 2px 3px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-top: none;
}
#content .main_news_box_holder ul {
    margin-bottom: 10px;
}
#content .main_news_box_holder ul li {
    border-bottom: none;
}
#content .main_news_box_holder ul li a {
    font-weight: normal;
}
/***** Article holder *****/

.story_stamp {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    color: #777;
}
.story_author {
    font-weight: bold;
}
.story_date {
    font-size: 11px;
    padding-left: 5px;
}
.font_size {
    font-size: 11px;
    text-align: right;
    margin-bottom: 12px;
}
.font_size img {
    vertical-align: bottom;
    padding-left: 3px;
}
#article_holder .image {
    float: left;
    margin-right: 15px;
    width: 350px;
}
/*#article_holder .image_caption {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    line-height: normal;
    color: #777;
    border-bottom: 2px solid #000;
}*/
#article_body {
    font-size: 14px;
    line-height: 1.6em;
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}
#article_body p {
    margin: 0;
    padding: 10px 0 10px 0px;
}
p.article_abstract {
    font-weight: bold;
}
#article_holder div#article_body h1, #article_holder div#article_body h2, #article_holder div#article_body h3, #article_holder div#article_body h4, #article_holder div#article_body h5, #article_holder div#article_body h6 {} #article_holder div#article_body a {
    color: #002bb8;
}
/*** Article comments ***/

.bbcodebox ul.bbc_buttons {
    background: #efefef url(../img/gradient_light.gif) top repeat-x;
    padding: 3px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 592px;
    margin: 0;
    height: 24px;
}
.bbcodebox ul.bbc_buttons li {
    display: block;
    float: left;
    width: 22px;
    height: 20px;
    line-height: 20px;
    border: 1px solid transparent;
    background: none;
    position: relative;
    text-align: center;
}
.bbcodebox ul.bbc_buttons li ul {
    position: absolute;
    left: 0;
    top: 22px;
    padding: 5px;
    background: #E1E1E2;
    width: 270px;
    display: none;
    border: 1px solid #316AC5;
}
.bbcodebox ul.bbc_buttons li li, .bbcodebox ul.bbc_buttons li li a {
    float: none;
    display: inline;
}
.bbcodebox ul.bbc_buttons li:hover ul, .bbcodebox ul.bbc_buttons li.ie-hover ul {
    display: block;
}
#content .bbcodebox ul.bbc_buttons a {
    display: block;
    float: left;
    width: 21px;
    height: 20px;
    line-height: 20px;
    border: 1px solid transparent;
    background: none;
    padding: 0;
}
#content .bbcodebox ul.bbc_buttons li:hover a, #content .bbcodebox ul.bbc_buttons li.ie-hover a {
    background: #c1d2ee;
    border: 1px solid #316ac5;
}
#content .bbcodebox ul.bbc_buttons li:hover li a, #content .bbcodebox ul.bbc_buttons li.ie-hover li a {
    background: none;
    border: none;
}
.bbcodebox ul.bbc_buttons li a img {
    vertical-align: middle;
}
.box_link {
    width: 580px;
    padding: 5px 9px;
    color: #777;
    background: #efefef;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/*** BB code styles ***/

span.bold {
    font-weight: bold;
}
span.italic {
    font-style: italic;
}
span.underlined {
    text-decoration: underline;
}
div.quote {
    font-style: italic;
    color: #777;
    padding: 10px;
    background: #fff;
    border-left: 3px solid #e1e1e2;
    border-right: 3px solid #e1e1e2;
    border-bottom: 1px solid #e1e1e2;
    border-top: 1px solid #e1e1e2;
}
h4.title_comments {
    font-size: 20px;
    font-weight: normal;
    border-top: 1px dotted #bbb;
    padding: 5px 0;
    margin: 15px 0px;
}
h4.title_comments span {
    font-size: 16px;
    color: #949494;
}
img.comment_feed {
    float: right;
}
h4.title_comments span.no_comments {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
#comment_list div.comment_holder {
    margin-bottom: 35px;
}
#comment_list div.comment_holder div.comment_holder {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 15px 0;
    margin: 15px 0 0 50px;
}
#comment_list div.comment_header {
    font-size: 11px;
    padding-bottom: 6px;
    margin-left: 50px;
}
#comment_list div.comment_header a {
    font-weight: bold;
}
.comment_stamp {
    color: #949494;
}
#comment_list div.comment_body {
    width: 100%;
    overflow: hidden;
}
.avatar {
    float: left;
}
#comment_list div.comment_body div.comment_text {
    margin-left: 40px;
    padding: 0px 10px 10px 10px;
}
#comment_list div.comment_body div.comment_text a {
    color: #ca0002;
}
.comment_actions {
    margin-left: 50px;
    font-size: 11px;
}
.comment_actions a {
    float: left;
    margin-right: 4px;
    font-weight: bold;
}
.comment_reply {
    background: url(../img/comment_reply.gif) 0 0 no-repeat;
    padding: 1px 8px 1px 18px;
}
.comment_actions div.result {
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0px 4px;
    color: #555;
    font-weight: bold;
    margin-right: 4px;
}
div#writing_reply {
    padding: 5px;
    color: #666;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    background: #fffdd1;
}
span#writing_reply_to {
    font-style: italic;
}
div#writing_reply a {
    color: #ca0002;
    padding: 0 5px;
}
.result span.error {
    font-weight: normal;
    font-size: 11px;
    color: #ca0002;
}
div#comment_dump {
    font-size: 14px;
    color: #172973;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    padding: 6px;
}
div#comment_dump span.error {
    color: #ca0002;
}
/*** Article social bookmarks ***/

#box_social_bookmarks {
    background: #efefef url(../img/gradient_light.gif) top repeat-x;
    color: #777;
    padding: 5px;
    margin: 6px 0px 12px 0px;
    border: 1px solid #ccc;
    font-size: 11px;
}
#box_social_bookmarks a {
    padding: 0 5px;
}
#box_social_bookmarks img {
    vertical-align: bottom;
}
#dynamic_box_right #box_social_bookmarks a span {
    display: none;
}
/***** User form *****/

#user_form {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
}
.page_title {
    margin: 15px 0px 0px 15px;
    font-size: 30px;
    line-height: 1.2
}
.widget_4_article p {
    line-height: 16px;
    margin-top: 10px;
    color: #eee;
}

.video_item_holder {
    /*margin-right: 10px;*/
    overflow: hidden;
}
.video_item_holder:first-child {
    padding-right: 0px;
}
.video_item .title a {
    font-size: 13px;
    line-height: 22px;
    color: #474747;
}
.video_item .title a:hover {
    color: #893228;
    text-decoration: underline;
}
/*.video_item .thumb {
    position: relative;
    height: 120px;
    overflow: hidden;
    width: 99%;
    margin-bottom: 5px;
}*/

.image_item_holder {
    margin-right: 10px;
    overflow: hidden;
}
.image_item_holder:first-child {
    padding-right: 0px;
}
.image_item .title a {
    font-size: 13px;
    line-height: 22px;
    color: #474747;
}
.image_item .title a:hover {
    color: #893228;
    text-decoration: underline;
}

/* Absolute Center(Vertical & Horizontal) Image */

.thumb {
    position: relative;
    background: #000;
    overflow: hidden;
    vertical-align: bottom;
    _line-height: 0;
    display: inline-block;
}
.thumb .clip-link {
    position: absolute;
    _position: static;
    bottom: -100px;
    top: -100px;
    left: -100px;
    right: -100px;
    text-align: center;
    white-space: nowrap;
    word-break: normal;
}
.thumb .clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumb .clip img, .thumb .vertical-align {
    display: inline-block;
    vertical-align: middle;
}
.thumb .clip .vertical-align {
    height: 100%;
}
/* Basic Overlay style */

.thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.image_item .thumb .overlay {
    background-image: url(../img/image.png);
}
.image_item.newvideo .thumb .overlay {
    background-image: url(../img/play.png);
}
.thumb:hover .overlay {
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    z-index: 9999
}
.thumb img {
    width: 100%;
}
.stats {
    color: #AAA;
    font-size: 11px;
    line-height: 13px;
    margin: 5px 0 5px 0px;
    height: 13px;
    overflow: hidden;
}
.stats i {
    font-style: normal;
}
.stats a {
    color: #AAA
}
.stats a:hover {
    color: #555
}
.stats .views, .stats .likes, .stats .comments {
    margin-right: 10px;
    padding-left: 16px;
    background: url(../img/stats.png) no-repeat 0 1px;
}
.stats .views {
    padding-left: 18px;
}
.stats .comments {
    background-position: 0 -19px
}
.stats .comments:hover {
    background-position: 0 -39px
}
.stats .likes {
    background-position: 0 -58px
}
.stats .liked {
    background-position: 0 -78px
}
.featured_left {
    float: left;
    width: 250px;
    display: inline;
    position: relative;
}
.featured_right {
    float: left;
    width: 730px;
    display: inline;
    padding-top: 10px
}
.featured_left .controls {
    position: absolute;
    right: 20px;
    top: 40px;
}
.featured_left .controls img {} .featured_left h2 {
    font-size: 100%;
    font-weight: bold;
    padding-top: 40px;
    padding-left: 0px;
    text-transform: uppercase;
}
#content-loop h2 {
    /*position: absolute;
    top: 70px;
    background: #000;*/
    padding: 5px;
    z-index: 777;
    opacity: 0.85;
    color:#000;
}
#content-loop h2 a {
    color: #000;
    font-size: 13px !important;
}
#content .image_item_holder {
    position: relative;
}
.featured_item {
    /*border-right: 2px solid #6a9100;*/
    padding-right: 10px;
    min-height: 65px;
}
.list2aa li {
    padding-left: 15px;
    border-bottom: 1px dotted #e4e4e4;
}
.links17xx li { 
    font-size: 17px;
    line-height: 22px;
    padding: 8px 0;
    border-bottom: 1px dotted #e4e4e4;

}
.list2aa1 li {
    background: url(https://www.ghanagrio.com/homepageimages/marker1.gif) no-repeat left 5px;
    padding-left: 15px;
}
.list2aa2 li {
    background: url(https://www.ghanagrio.com/homepageimages/marker2.gif) no-repeat left 5px;
    padding-left: 15px;
}
.list2aa3 li {
    background: url(https://www.ghanagrio.com/homepageimages/marker3.gif) no-repeat left 5px;
    padding-left: 15px;
}
.list2aa h3 {
    color: #444444;
    font-size: 100%;
    line-height: 150%;
    font-weight: bold;
    padding-top: 10px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.comments1 {
    margin-right: 30px;
}
.comments1 a {
    background: #e2e6cb url() 5px 50% no-repeat;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 1px 4px;
    color: #474e17;
    border: 1px solid #c7ce97;
}
.comments1 a:hover {
    border: 1px solid #8f9d2d;
}
.comments1 a span {
    padding-right: 30px;
}
/* SOCIAL ICONS */

.social-icons {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    margin: 0 0 20px 0;
    padding: 15px 15px 5px 40px;
}
.social-icons li {
    
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding: 3px 0 0 38px;
}
.social-icons li a, .social-icons li a:visited {
    color: #444;
    font-size: 11px;
    font-weight: bold;
}
.social-icons li span {
    color: #999;
    display: block;
    font-size: 11px;
}
.social-icons .icon-rss {
    background: url(../img/youtube.png) no-repeat 0 0;
}
.social-icons .icon-google {
    background: url(../img/ico-google.png) no-repeat 0 0;
}
.social-icons .icon-twitter {
    background: url(../img/ico-twitter.png) no-repeat 0 0;
}
.social-icons .icon-facebook {
    background: url(../img/ico-facebook.png) no-repeat 0 0;
}
/* goTop Button */

#goTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}
#goTop > a {
    opacity: 0.5;
    display: block;
    height: 64px;
    width: 64px;
    background: url(https://www.ghanagrio.com/images/goTop_but.png) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 46px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#goTop > a:hover {
    opacity: 1;
}
#goTop > a > span {
    display: none;
}
#box_pagination {
    line-height: 29px;
    padding: 0 6px;
    margin: 6px 0px;
    background: #eee;
    color: #777;
}
#box_pagination span.pagination {
    float: right;
    font-weight: bold;
}
#box_pagination .page_active {
    display: inline-block;
    padding: 2px 6px;
    line-height: normal;
}
#box_pagination span.pagination a {
    font-weight: normal;
    display: inline-block;
    padding: 2px 6px;
    background: #fff;
    border: 1px solid #dedede;
    line-height: normal;
}
#box_pagination span.pagination a.page_groups {
    background: none;
    border: none;
}
#box_pagination span.pagination_total {
    font-weight: bold;
}
.bubble {
    background: url(https://www.ghanagrio.com/themes/default/img/Support-Bubble-2-icon.png) no-repeat left 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -10px;
}
.ethnicmenu {
    font-size: 9px;
}
.album_image {
    border: 1px solid #ddd;
    background: #fff
}
#fbplikebox {
    display: block;
    padding: 0;
    z-index: 99999;
    position: fixed;
}
.fbplbadge {
    background-color: #3B5998;
    display: block;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    position: absolute;
    left: -47px;
    width: 47px;
    background-image: url('https://1.bp.blogspot.com/-PUYBb2326SY/T13eXFv1sPI/AAAAAAAABdE/VOqfHVMXhWk/s1600/w2b_vertical-right.png');
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.album_image img {
    width: 100%;
}
.album_playlist {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 5px;
}
.audiojs {
    width: 100%;
}
.audiojs .scrubber {
    width: 50%;
}
ol {
    padding: 0px;
    margin: 0px;
    list-style: decimal-leading-zero inside;
    color: #ccc;
    height: 250px;
    overflow-x: hidden;
    border-top: 1px solid #ccc;
    font-size: 0.9em;
}
ol li {
    position: relative;
    margin: 0px;
    padding: 9px 2px 10px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}
ol li a {
    display: block;
    text-indent: -3.3ex;
    padding: 0px 0px 0px 20px;
    color: #5b9aa0;
}
li.playing {
    color: #990000;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
li.playing a {
    color: #000;
}
#article_holder div#article_body ol li a {
    color: #5b9aa0;
}
#article_holder div#article_body ol li.playing a {
    color: #990000;
}
li.playing:before {
    content: '♬';
    width: 14px;
    height: 14px;
    padding: 3px;
    line-height: 14px;
    margin: 0px;
    position: absolute;
    left: -24px;
    top: 9px;
    color: #000;
    font-size: 13px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.box.full_view ul.news_list li a.article_title, .box.default_view ul.news_list.first_part li a.article_title {
    font-weight: bold;
    font-size: 14px
}
.box.default_view ul.news_list li {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.box.default_view ul.news_list.first_part li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/* Flexnav Base Styles */

.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
}
.flexnav.opacity {
    opacity: 0;
}
.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}
.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}
.flexnav li a {
    position: relative;
    display: block;
    padding-left: 1em;
    z-index: 2;
    overflow: hidden;
    color: #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}
.flexnav li ul {
    min-width: 250px;
}
.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}
.flexnav li ul.flexnav-show li {
    overflow: visible;
}
.flexnav li ul li a {
    display: block;
    background: #619003;
}
.flexnav ul li ul li a {
    background: #486B02;
}
.flexnav ul li ul li ul li a {
    background: #cbcbc9;
}
.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center;
}
.flexnav .touch-button:hover {
    cursor: pointer;
}
.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
    color: #666;
}
.menu-button {
    position: relative;
    display: block;
    padding: 0.3em;
    color: #fff;
    cursor: pointer;
}
.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
}
.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}
.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666;
}


@media ( min-width : 900px ) {
    body.one-page {
        padding-top: 70px;
    }
    .flexnav {
        overflow: visible;
    }
    .flexnav.opacity {
        opacity: 1;
    }
    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }
    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
    
        overflow: visible;
        width: 20%;
    }
    .flexnav li a {
       
        border-bottom: none;
    }
    .flexnav li > ul {
        position: absolute;
        top: auto;
        left: 0;
    }
    .flexnav li > ul li {
        width: 100%;
    }
    .flexnav li ul li > ul {
        margin-left: 100%;
        top: 0;
    }
    .flexnav li ul li a {
        border-bottom: none;
    }
    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px;
    }
    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0;
    }
    .menu-button {
        display: none;
    }
}
.oldie body.one-page {
    padding-top: 70px;
}
.oldie .flexnav {
    overflow: visible;
}
.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
}
.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible;
}
.oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible;
}
.oldie .flexnav li:hover > ul li {
    width: 100%;
    float: none;
}
.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible;
}
.oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible;
}
.oldie .flexnav li ul li ul {
    top: 0;
}
.oldie .flexnav li ul li a {
    border-bottom: none;
}
.oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible;
}
.oldie .flexnav li ul.open li {
    width: 100%;
}
.oldie .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
    display: block;
    width: 100%;
    overflow: visible;
}
.oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
}
.oldie .menu-button {
    display: none;
}
.oldie.ie7 .flexnav li {
    width: 19.9%;
}
.flexnav li{
	width:auto;
}
 .flexnav li a{
 	padding:0px 20px 0px 0px;
 	color:#fff;
 	text-shadow:0px 1px 3px #000;
 }
  .flexnav li  li a{
  	padding:0px 15px;
  }
 .flexnav .touch-button,.menu-button .touch-button{
 	position: absolute;
z-index: 999;
top: -15px;
right: 17px;
background:none;
text-align: right;
width:1px;
 }
 .flexnav .touch-button .navicon,.menu-button .touch-button .navicon{
 	font-size: 9px;
 	color:#fff;
 	top:1.7em;
 }
 .menu-button .touch-button .navicon{
 	top:2.3em;
 }
  .menu-button{
  	font-size: 15px;
  	padding-left: 15px;
  	text-shadow:0px 1px 1px #000;
  }
 .sm-screen.flexnav-show li{
 	background:#619003;
 }
  .sm-screen.flexnav-show li a{
  	padding:0px 15px;
  }
 .sm-screen.flexnav-show li ul li a{
 	background:#486B02;
 }
 .sm-screen.flexnav-show li ul {
    min-width: 100%;
}
.addthis_jumbo_share{
    /*margin-top: 10px;*/
}
.album_player{
    width:200px;
    float:left;
    display:inline;
    margin:10px;
    margin-left: 0px;
}
.bbcodebox ul.bbc_buttons {
    background:#efefef url(../img/gradient_light.gif) top repeat-x;
    padding:3px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin:0;
    height:24px;
    width:100%;
}

.bbcodebox ul.bbc_buttons li {
    display:block; 
    float:left; 
    width:22px; 
    height:20px; 
    line-height:20px; 
    border:1px solid transparent; 
    background:none; 
    position:relative; 
    text-align:center;
}

.bbcodebox ul.bbc_buttons li ul {
    position:absolute;
    left:0;
    top:22px;
    padding:5px;
    background:#E1E1E2;
    width:270px;
    display:none;
    border:1px solid #316AC5;
}

.bbcodebox ul.bbc_buttons li li, 
.bbcodebox ul.bbc_buttons li li a {float:none; display:inline;}

.bbcodebox ul.bbc_buttons li:hover ul, 
.bbcodebox ul.bbc_buttons li.ie-hover ul {display:block;}

#content .bbcodebox ul.bbc_buttons a {
    display:block; 
    float:left; 
    width:21px; 
    height:20px; 
    line-height:20px; 
    border:1px solid transparent; 
    background:none; 
    padding:0;
}

#content .bbcodebox ul.bbc_buttons li:hover a, 
#content .bbcodebox ul.bbc_buttons li.ie-hover a {background:#c1d2ee; border:1px solid #316ac5;}

#content .bbcodebox ul.bbc_buttons li:hover li a, 
#content .bbcodebox ul.bbc_buttons li.ie-hover li a {background:none; border:none;}

.bbcodebox ul.bbc_buttons li a img {vertical-align:middle;}

.box_link {
    width:580px;
    padding:5px 9px;
    color:#777;
    background:#efefef;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

/*** BB code styles ***/
span.bold {font-weight:bold;}
span.italic {font-style:italic;}
span.underlined {text-decoration:underline;}
div.quote {
    font-style:italic;
    color:#777;
    padding:10px;
    background:#fff;
    border-left:3px solid #e1e1e2;
    border-right:3px solid #e1e1e2;
    border-bottom:1px solid #e1e1e2;
    border-top:1px solid #e1e1e2;
}

h4.title_comments {
    font-size:1.8em;
    font-weight:normal;
    border-top:2px solid #000;
    padding:5px 0;
    margin:15px 0px;
    vertical-align: baseline;
line-height: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
}

h4.title_comments span {font-size:16px; color:#949494;}

img.comment_feed {float:right;}

h4.title_comments span.no_comments {display:block; font-size:12px; font-weight:normal;}

#comment_list div.comment_holder {margin-bottom:35px;}

#comment_list div.comment_holder  div.comment_holder {
    border-bottom:1px solid #d2d2d2; 
    border-top:1px solid #d2d2d2; 
    padding:15px 0; 
    margin:15px 0 0 50px;
}

#comment_list div.comment_header {font-size:11px; padding-bottom:6px; margin-left:50px;}

#comment_list div.comment_header a {font-weight:bold;}

.comment_stamp {color:#949494;}

#comment_list div.comment_body {width:100%; overflow:hidden;}

.avatar {float:left;}

#comment_list div.comment_body div.comment_text {margin-left:40px; padding:0px 10px 10px 10px;}

#comment_list div.comment_body div.comment_text a {color:#ca0002;}

.comment_actions {margin-left:50px; font-size:11px;}

.comment_actions a {float:left; margin-right:4px; font-weight:bold;}

.comment_reply {background:url(../img/comment_reply.gif) 0 0 no-repeat; padding:1px 8px 1px 18px;}

.comment_actions div.result {
    float:left;
    border:1px solid #ccc;
    background-color:#fff;
    padding:0px 4px;
    color:#555;
    font-weight: bold;
    margin-right:4px;
}

div#writing_reply {padding:5px; color:#666; border-bottom:1px solid #eee; margin-bottom:5px; background:#fffdd1;}

span#writing_reply_to {font-style:italic;}

div#writing_reply a {color:#ca0002; padding:0 5px;}

.result span.error {font-weight:normal; font-size:11px; color:#ca0002;}

div#comment_dump {
    font-size:14px;
    color:#172973;
    background-color:#f8f8f8;
    border:1px solid #ebebeb;
    padding:6px;
}

div#comment_dump span.error {color:#ca0002;}
#COMMENT_description{
    width:100.1%;
}


.stats {
    color:#AAA;
    font-size:11px;
    line-height:13px;
    margin:5px 0 5px 0px;
    height:13px;overflow:hidden;
    z-index: 9999
    
}
.stats i {
    font-style:normal;
}
.stats a {
    color:#AAA
}
.stats a:hover {
    color:#555
}
.stats .views,
.stats .likes,
.stats .comments {
    margin-right:10px;
    padding-left:16px;
    background:url(../img/stats.png) no-repeat 0 1px;
}
.stats .views {
    padding-left:18px;
}
.stats .comments {
    background-position:0 -19px
}
.stats .comments:hover {
    background-position:0 -39px
}
.stats .likes {
    background-position:0 -58px
}
.stats .liked {
    background-position:0 -78px
}

.album_image{
    border:1px solid #ddd;
    background: #fff
}
.album_image img{
    width:100%;
}
.album_playlist{
    border:1px solid #ddd;
    border-top:0px;
    padding:5px;
}
.audiojs{width:100%;}
.audiojs .scrubber{width:50%;}
 ol { padding: 0px; margin: 0px; list-style: decimal-leading-zero inside; color: #ccc;height:250px;overflow-x:hidden;  font-size: 0.9em; }
 ol li { position: relative; margin: 0px; padding: 9px 2px 10px;  cursor: pointer; }
 ol li a { display: block; text-indent: -3.3ex; padding: 0px 0px 0px 20px;color:#5b9aa0; }
 li.playing { color: #990000; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3); }
 li.playing a { color: #000; }
 #article_holder div#article_body  ol li a{
color:#5b9aa0;
 }
 #article_holder div#article_body  ol li.playing a{
color:#990000;
 }
  li.playing:before { content: '♬'; width: 14px; height: 14px; padding: 3px; line-height: 14px; margin: 0px; position: absolute; left: -24px; top: 9px; color: #000; font-size: 13px; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 

.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0;}.me-plugin{position:absolute;height:auto;width:auto;}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;}.mejs-fullscreen{overflow:hidden!important;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-clear{clear:both;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;}:root .mejs-poster img{display:none;}.mejs-poster img{border:0;padding:0;border:0;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(bigplay.svg) no-repeat;}.no-svg .mejs-overlay-button{background-image:url(bigplay.png);}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(controls.svg) no-repeat;}.no-svg .mejs-controls .mejs-button button{background-image:url(controls.png);}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-moz-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-ms-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-o-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:35px;}.mejs-captions-text{padding:3px 5px;background:url(background.png);background:rgba(20,20,20,0.5);white-space:pre-wrap;}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff;}.mejs-controls .mejs-sourcechooser-button{position:relative;}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden;}.mejs-postroll-layer-content{width:100%;height:100%;}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer;}div.mejs-speed-button{width:46px!important;position:relative;}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff;}.mejs-controls .mejs-speed-button .mejs-speed-selector{visibility:hidden;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{visibility:visible;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1);}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:white;margin-left:5px;cursor:pointer;}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important;}
#video_con  .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
#video_con.mejs-overlay,  #video_con.mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
#video_con .mejs-mediaelement video {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#audio  .mejs-container {
  width: 100% !important ;
}

.audio_item{
    padding:0px 5px 5px 5px;
    border-bottom: 1px dotted #eee;
    margin-bottom: 5px;
}
.audio_item.playing_item a{
    color:#990000;
    font-weight: bold;
}
.article-content h1{ 
    margin:10px 0px;
}
.article-content h2{ 
    margin:10px 0px;
}
.article-content h3{ 
    margin:10px 0px;
}
.article-content h4{ 
    margin:10px 0px;
}
.article-content h5{ 
    margin:10px 0px;
}
.audio_item{padding-top:5px;}
.post .item-header .image_holder{
    margin-right:0px;
}
.post .item-header .image_holder img{
    width:100%;
}
.review-block p{
    font-family: arial;
    line-height: 1.2em;
}
.photo-gallery-blocks h3{ line-height:1.3em; }
.gallery_item_holder{
    height:170px;
    overflow:hidden;
    display:block;
}
.photo-gallery-blocks .image_icon{
    position: absolute;
    width:100%;
    height:100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000 url('../img/image.png') no-repeat center center;
    display:block;
    left:0px;
    top:0px;
    z-index: 9999;
    display:none;
}
.photo-gallery-blocks .image_icon.video{
    background: #000 url('../img/play.png') no-repeat center center;
}
.photo-gallery-blocks .item-header{
    position: relative;
}
.gallery_sep{
    clear:both;
    border-bottom: 1px dotted #ccc;
    padding:0px 0px 20px 0px;
    margin-bottom: 20px;
}
.photo-gallery-blocks .item_1{margin-left: 0px;}
#box_pagination {line-height:29px; padding:0 6px; margin:6px 0px; background:#eee; color:#777;font-size: 13px;}

#box_pagination span.pagination {float:right; font-weight:bold;}

#box_pagination .page_active {display:inline-block; padding:2px 6px; line-height:normal;font-size: 13px;margin-top:4px;}

#box_pagination span.pagination a {
    font-weight:normal;
    display:inline-block;
    padding:2px 6px;
    background:#fff;
    border:1px solid #dedede;
    line-height:normal;
    font-size: 13px;
    margin-top: 3px;
}

#box_pagination span.pagination a.page_groups {background:none; border:none;}

#box_pagination span.pagination_total {font-weight:bold;}
.pagination img{margin-top: 4px;}

.review-block .item-photo{width:100%;}
.photo-images img{margin-bottom: 10px;}
.photo-images span{line-height: 1.5em;}
.share-article-body {
    display: block;
    position: relative;

margin-top: 20px;
}

.share-article-body .right {
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 0px;
}


.share-body {
    display: block;
    float: left;
    color: #fff!important;
    text-decoration: none!important;
    position: relative;
    margin-left: 8px;
}

.share-body:hover {
    background: #444444;
}

.share-body i.fa {
    display: block!important;
    text-align: center;
    font-size: 1.8em!important;
    padding: 18px 0;
    width: 65px;
}

.share-body span {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 0.75em;
}
.rating-f .br-widget {
    height: 24px;
}

.rating-f .br-widget a {
    background: url('../img/star.png');
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.rating-f .br-widget a:hover,
.rating-f .br-widget a.br-active,
.rating-f .br-widget a.br-selected {
    background-position: 0 24px;
}

 .left {
    float: left;
}

 .right {
    float: right;
}
.at4-jumboshare {font-family: arial;}
.at4-jumboshare a{text-decoration: none}
.list-pipes li, .post .content .list-pipes li {
display: inline-block;
margin: 0 0 0 5px;
border-left: 1px solid #eee;
padding: 3px 2px 0 8px;
line-height: 16px;
}
.image_caption{
  background:#efefef;
  color:#999;
  font-size: 14px;
  padding:5px 10px;
  display:block;
  margin-top: 0px;
  margin-bottom: 10px;
}
.article_sep{
    height:10px;
}
.byline {
    text-transform: uppercase;
    font-size: 14px;
    margin:0px 0px 0px 0px;
}

.byline a, .byline .fa-rss {
    color: #222
}

.byline a.comment_count {
    color: #00709a
}


.byline i {
    margin: 2px 5px 0 0;
    font-size: 9px
}

.byline .contact i {
    font-size: 13px
}

.byline .fa.fa-stop {
    color: #185f7c;
    position: relative;
    top: -2px;
    left: 1px
}

.flex {
    display: table
}

.flex-item {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.flex-2 {
    width: 50%
}

.flex-3 {
    width: 33%
}

.flex-4 {
    width: 25%
}

.flex-auto {
    width: auto
}

.flex img {
    max-width: none
}

.list-pipes {
    overflow: hidden;
    line-height: 1.6em
}

.list-pipes>ul, .homepage .list-pipes>ul {
    margin: 0 0 0 -12px;
    padding: 0
}

.list-pipes li, .post .content .list-pipes li {
    display: inline-block;
    margin: 0 0 0 5px;
    border-left: 1px solid #eee;
    padding: 3px 2px 0 8px;
    line-height: 16px
}

.sailthru .list-pipes li {
    margin-left: 7px
}

.list-pipes .no-pipe {
    border-left: 0;
    padding-left: 0
}

.list-pipes h4 {
    margin: 0
}

.byline-icon {
    padding-right: 10px
}

.text-and, .date {
    color: #999;
    text-transform: uppercase
}

.text-and {
    padding: 0 5px
}

.brief-pageview .date {
    color: #222;
    font-weight: normal
}

div.river div.river-brief .brief-excerpt a.comments-icon {
    margin: 0 0 0 5px;
    padding-top: .2em;
    font-size: 14px
}

.views {
    margin: 0 -2px 2px 0;
    padding: 2px 0 2px 13px
}

.grey {
    background-position: 0 0;
    color: #999
}

.orange {
    background-position: -100px 0;
    color: #f47512
}

.red {
    background-position: -200px 5px;
    color: #f3502a
}

.fire {
    background-position: -300px 0;
    color: #f11e1e
}
.sprites{
    background-image:url(../img/sprites.png);
}
.sprites.comments-icon {
    padding: 5px 0 0 16px;
    background-position: 0 -22px
}
.flex-auto{
    width:auto;
}
.flex img{
    max-width: none;

    height: auto;

    vertical-align: middle;
    border: 0;
}
.byline-icon{
    width:50px;
    height:38px;
    overflow:hidden;
}
.byline-icon img{width:100%;height:100%;}
.navigation {
    margin: 20px 0px 0px 0px;
    clear: both;
    overflow: hidden;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.post-navigation {
    clear: both;
    margin: 20px 0px 20px 0px;
    overflow: hidden;
}

.post-navigation div {
    display: block;
    width: 43%;
    position: relative;
    font-size: 14px;
    color: #999;
}

.post-previous {
    float: left;
    padding-left: 40px;
}

.post-next {
    float: right;
    text-align: right;
    padding-right: 40px;
}

.post-navigation div span {
    display: block;
    font-size: 80%;
    color: #999;
}

.post-navigation div a:after {
    position: absolute;
    color: #ccc;
    font-size: 56px;
    margin-top: -11px;
    height: 16px;
    line-height: 16px;
    top: 34%;
}

.post-previous a:after {
    content: '«';
    left: 0;
}

.post-next a:after {
    content: '»';
    right: 0;
}
.box_breadcrumb{
    text-transform: uppercase;
    font-family: arial;
    font-size: 13px;
}
.at4-count-container{
    display:none !important;
}
td.at4-share-container{
    border:none !important;
    padding:0px !important;
}
.entry-title{margin-bottom: 20px;margin-left: 20px;font-size: 40px;line-height: 1.3em;}
.at4-jumboshare .at4-share-btn{margin:0px !important;margin-top:10px !important;margin-right: 9px !important;padding:0px !important;}
#article_holder .image_holder{width:100%;overflow:hidden;}
#article_holder .image_holder img{width:100%;}
.post-navigation a{line-height: 23px;}
.tagssingle{
    overflow:hidden; margin-bottom:10px !important; padding-top:12px; padding-bottom:12px;
}

.tagssingle a{
    margin-right:10px !important;
}

h3.additional,
.archivepost h3,
.catpost h3,
h3#comments-title,
h3#reply-title{
    margin:0 0 0 0; padding-bottom:8px; font-size:14px; text-transform:uppercase;
    border-bottom:1px dotted #ddd;
}

.postauthor {
    overflow:hidden; margin:0 0 40px 0; padding-top:10px; position:relative;
}

.postauthor img{
    /*position:absolute; right:0; top:0;*/ 
    padding:2px;

    float:left;
    margin:0px 10px 0px 0px;
}

.authordesc{
    margin-top:10px;
    padding:0;
}
h3.additional{
    font:800 16px/1.2em "Montserrat", sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-title h2 {
font: 800 16px/1.2em "Montserrat", sans-serif;
}
#article_holder p img{
    margin:10px 0px;
}
.article_abstract{margin:10px 0px;}
.video_item_holder .title, .image_item_holder .title{font-size: 1em;}
.clearfix{clear:both;height:20px;}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
    height: 24px !important;
    line-height: 15px !important;
}
.stButton .stButton_gradient{
    height:22px !important;
}
.txt1{
    padding-top: 0px !important;
}
#content-loop{
    padding-top: 5px;
}
#content .entry ul,#content .entry ol{
    margin-left:30px;
}
#content ul,#content li{
    list-style-type: ;
}
#content ol{
    list-style-type: decimal;
}
.custom_news_list li:first-child .custom_news_featured_col_holder{
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.custom_news_featured_title{line-height:30px;}
.main_news_box_holder{
    background: none !important;
    border:none !important;
}
 #content .widget-comments ul,#content .widget-comments li,#content #widget_8 li,#content #widget_8 ul { 
list-style-type: none;
}
.widget .comment-photo {
    display: block;
    float: left;
    margin-top: 3px;
}

.widget .comment-content {
    display: block;
    margin-left: 60px;
}

.widget .widget-comments li {
    display: block;
    border-bottom: 1px dotted #c0bfbf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget .widget-comments li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.widget .widget-comments p {
    margin-bottom: 6px;
}

.widget .meta {
    display: block;
    font-size: 12px;
    color: #8b8b8b;
}

.widget .meta a {
    color: #5a9e25;
}

.widget .meta a:hover {
    color: #232323;
}
.dsq-widget-comment p{
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 14px;
  display: none !important;
} 
.dsq-widget-meta{font-size: 13px;line-height: 18px;margin:5px 0px;}
.dsq-widget-item{
  font-weight: normal;
  font-size: 17px;
  line-height:30px;
}
.articlegh h1, h2, h3, h4, h5, h6 {
     
}
.articlegh p {
    color:#000;
    font-size: 16px; 
 	font-family: "Droid Sans", Arial, sans-serif;
}
.articlegh p a {
    color:#bb0707;
    font-weight: bold; 
	font-decoration: underline;  	
}
.articlegh p a:visited, a:link {
    color:#231F20;
    font-decoration: underline;   	
}

@media (min-width: 1025px) and (max-width: 8040px) {   
   .hide-show-search { display:block; }
   .top-menu { display:block; }
   .side-menu { display:block; }
   .footer-menu { display:block; }
   .mobee-no { display:none; }
}

@media (min-width: 781px) and (max-width: 1024px) {   
   .hide-show-search { display:block; }
   .top-menu { display:block; }
   .side-menu { display:block; }
   .mid-sect { display:none; }
   .footer-menu { display:none; }
   .mobee-no { display:none; }
}

@media (min-width: 481px) and (max-width: 780px) {   
   .hide-show-search { display:block; }
   .top-menu { display:block; }
   .side-menu { display:block; }
   .mid-sect { display:none; }
   .footer-menu { display:none; }
   .mobee-no { display:none; }
}
 
@media (min-width: 321px) and (max-width: 480px) { 
   .hide-show-search { display:block; }
   .top-menu { display:none; }
   .side-menu { display:none; }
   .mid-sect { display:none; }
   .footer-menu { display:none; }
   .mobee-no { display:block; }
}
 
@media (max-width: 320px) { 
   .hide-show-search { display:block; }
   .top-menu { display:none; }
   .mid-sect { display:none; }
   .side-menu { display:none; }
   .footer-menu { display:none; }
   .mobee-no { display:block; }
}
.dsq-widget-meta a{
    color:#000;
    font-size: 13px;
}
.dsq-widget-meta a:last-child{
  font-size: 12px;
  color:#B03131;
}
.comments .box_title_comment {font-size:18px;font-weight: bold;
    padding-top: 15px;
    padding-bottom: 25px;margin-right:10px}.comments
a{background:#e2e6cb url(../img/icn-comment-big.png) 5px 50% no-repeat;display:inline-block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:1px
4px 0px 2px;color:#474e17;border:1px
solid #c7ce97}



/* Style the list */ 

.breadcrumb {
    font-size: 14px;
}
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline; 
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #483635;
    text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #483635; 
} 
 
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

body {
    font-family: "Lato", sans-serif;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.navbar {/* box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important; */}
/*//////////////////////////////////////////////////////////////////////////////

9.4. lists

//////////////////////////////////////////////////////////////////////////////*/

/*/
///
///  square list style
///
/*/

/* unordered */
ul.list-square {
  list-style-type: none;
  margin-left: 0;
}
ul.list-square li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}
ul.list-square li:before {
  font-size: 12px;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  background-color: #9e9e9e;
  color: #fff;
  padding: 6px;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ordered */
ol.list-square {
  counter-reset: li;
  margin-left: 0px;
  padding-left: 0px;
}
ol.list-square > li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
  list-style: outside none none;
}
ol.list-square li:before {
  font-size: 12px;
  color: #fff;
  background: none repeat scroll 0% 0% #9e9e9e;
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  content: counter(li, decimal);
  counter-increment: li;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*/
///
///  circle list style
///
/*/

/* unordered */
ul.list-circle {
  list-style-type: none;
  margin-left: 0;
}
ul.list-circle li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}
ul.list-circle li:before {
  font-size: 12px;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  background-color: #9e9e9e;
  color: #fff;
  padding: 6px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ordered */
ol.list-circle {
  counter-reset: li;
  margin-left: 0px;
  padding-left: 0px;
}
ol.list-circle > li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
  list-style: outside none none;
}
ol.list-circle li:before {
  font-size: 12px;
  color: #fff;
  background: none repeat scroll 0% 0% #9e9e9e;
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  content: counter(li, decimal);
  counter-increment: li;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*/
///
///  color list style
///
/*/

/* unordered */
ul.list-color {
  list-style-type: none;
  margin-left: 0;
}
ul.list-color li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}
ul.list-color li:before {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.47);
  font-size: 12px;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ordered */
ol.list-color {
  counter-reset: li;
  margin-left: 0px;
  padding-left: 0px;
}
ol.list-color > li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
  list-style: outside none none;
}
ol.list-color li:before {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.47);
  font-size: 12px;
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  content: counter(li, decimal);
  counter-increment: li;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*/
///
///  dark list style
///
/*/

/* unordered */
ul.list-dark {
  list-style-type: none;
  margin-left: 0;
}
ul.list-dark li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}
ul.list-dark li:before {
  font-size: 12px;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 0.17);
  color: #fff;
  padding: 6px;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ordered */
ol.list-dark {
  counter-reset: li;
  margin-left: 0px;
  padding-left: 0px;
}
ol.list-dark > li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
  list-style: outside none none;
}
ol.list-dark li:before {
  font-size: 12px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.17);
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  content: counter(li, decimal);
  counter-increment: li;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*/
///
///  lists
///
/*/

ul.list-square li:before {
  background-color: #E54545;
  color: #fff;
}
ol.list-square li:before {
  color: #fff;
  background: none repeat scroll 0% 0% #E54545;
}
ul.list-circle li:before {
  background-color: #000;
  color: #fff;
}
ol.list-circle li:before {
  color: #fff;

}