/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';



img.aligncenter {
    display: block;
    margin: 0 auto;
}



/* chromeframe error */
.chromeframe {
    background: #a00;
    color: #faa;
    display: block;
    padding: 3px 0;
    text-align: center;
}
.chromeframe a {
    color: #fff;
    text-decoration: underline;
}



.page-header-top-right {
    margin-top: 10px;
}



.pagination {
    margin: 0;
}



.pagination-center {
    text-align: center;
}
.pagination-row {
    margin-bottom: 20px;
}



.required {
    color: #f00;
}



.row-with-vspace {
    margin-bottom: 20px;
}



.site-main .format-aside {
    background: #f5f5f5;
}
.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}
.site-title > a {
    text-decoration: none;
}
.site-title > div {
    height: auto;
    line-height: 18px;
}
.site-title .site-description {
    color: #999;
    font-size: 16px;
}
.site-title .site-title-heading {
    margin: 0;
}



.widget_calendar #wp-calendar {
    margin: 0;
}
.widget_calendar #wp-calendar #next {
    text-align: right;
}



#comments .comment-navigation {
    margin-bottom: 0;
}
#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}
#comments .media-list li .media {
    margin-top: 15px;
}
#comments .media-list li .media .media-body {
    border: 1px solid #eee;
    padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}
#comments .media-list ul.children {
    list-style: none;
    margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}
#main-column .attachment .entry-content {
    margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
    text-align: center;
}
#main-column .attachment .entry-meta {
    margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
}
#main-column .post .entry-header .entry-meta {
    color: #999;
}
#main-column .post .entry-header .entry-meta a {
    color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
    display: none;
}
#main-column .post .entry-meta .categories-icon {
    cursor: default;
}
#main-column .post .entry-meta .comments-link a {
    color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
    color: #555;
    font-size: 12px;
    margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
    color: #333;
}
#main-column .post .entry-meta .tags-icon {
    cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
    font-size: 18px;
    margin-top: 0;
}



#site-footer {
    background: #f5f5f5;
    border-top: 3px solid #ddd;
    font-size: 12px;
    padding: 10px;
}

.header-image{
    background: url(../img/header-background.jpg?1) center top repeat-x #fff;
    width: 100%;
    height: 199px;
    overflow: hidden;
    position: relative;
}
.black-menu{
    background: red
}
body {
    background: #f0f0f0;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main-menu{
    background: #fff;
    position: relative;
}
.main-navigation{

}
.main-navigation .navbar {
    position: inherit;
    background: none;
    border: 0px;
    box-shadow: none;
    margin: 0px;
}
#menu-main_menu > li > a{
    padding: 4px 0px;
    background: none;
    box-shadow: none;
}
.main-navigation .navbar-brand{
    padding: 0px;
    margin-top: 5px;
    margin-right: 20px;
}
.main-content{
    margin-top: 25px;
}
.main-news .news-item a:hover{
    color: #d74b1f;
}
.main-news .news-item a{
    color: #000;
}
.main-news .news-item{
    margin-bottom: 25px;
    height: 312px;
    overflow: hidden;
}
.main-news .news-item .entry-title {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px;

}
.main-news .news-item .entry-excerpt{
    color: #949494;
}
#post-loading {
    text-align: center;
    font-size: 100px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    height: 64px;
    width: 100%;
    background-size: 64px;
    -moz-animation-name: spin;
    -ms-animation-name: spin;
    -o-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
img.attachment-thumbnail.size-thumbnail.wp-post-image{
    border-radius: 20px;

}
.entry-share .stButton .stMainServices{
    height: 23px!important;
}
.entry-meta {
    margin-bottom: 35px;
}
.entry-meta .entry-date{
    display: block;
    float: left;
    line-height: 26px;
}
.entry-meta .single-views{
    display: block;
    float: left;
    line-height: 26px;
    margin-left: 20px;
}
.entry-meta  .entry-share {
    display: block;
    float: right;  
}
.single-post .inner_banner{
    width: 300px;
    float: left;
    height: 250px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.single-article .entry-content img{
    width: 100%;
    height: auto;
}
.single-post {
    position: relative;
}
#social-share{
    position: absolute;
    width: 78px;
    background: #fff;
    padding: 5px;
    border-radius: 13px;
    top: 80px;
    margin-left: -100px;
}
#social-share .stButton .stFb, .stButton .stTwbutton, #social-share .stButton .stMainServices{
    height: 23px;
}
#social-share  .stButton .stBubble{
    height: 33px;       
    background: url(http://w.sharethis.com/share4x/images/bubble_arrow_below.png) no-repeat 9px 29px;
}
#social-share .stButton .stBubble_count{
    padding-top: 7px;
}

.comment-box .fb_iframe_widget,.comment-box  .fb_iframe_widget iframe, .comment-box .fb_iframe_widget span{
    width: 100%!important;
}
.post-lists-block a{
}
.post-lists-block .entry-image img{
    width: 100%;
    height: auto;
}

.post-lists-block .entry-title{
    margin: 15px 0px;
    height: 69px;
    overflow: hidden;
}
.post-lists-block a{
    color: #000;
}
.post-lists-block .block_title{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 12px;
    font-size: 30px;
    margin-bottom: 25px;
    color: #000;
} 
.post-lists-block .post-item:hover img{
    opacity: 0.7;
}
.post-lists-block .post-item:hover  a{
    color: #d74b1f;
}
.logo-img{
    width: 163px;
    height: auto;
}
.inner_thumbnail{
    width: 360px;
    height: 193px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    max-width: 100%;
}
.inner_thumbnail img{
    width: 100%;
    height: auto;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.entry-content iframe{
    max-width: 100%;
    width: 940px;
    height: 529px;;
}
.populiar-posts .post-item, .latest-posts .post-item{
    height: 251px;
}
.twitter-shareing,.facebook-shareing{
    width: 230px;
    display: inline-block;
    margin: 0px 10px;
}

.twitter-shareing img, .facebook-shareing img{
    width: 230px;
}
.entry-content img.size-full{
    margin-bottom: 15px;
}


.custom-search-form .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 180px;
}
.custom-language img{
    width: 43px;
    height: 31px;
}
.kangaroo-item{
    background: url(../img/kangaroo.png);
    background-size: 100% 100%;
    position: absolute;
    width: 120px;
    height: 150px;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;

}