/*
Theme Name: Nanomag
Theme URI: http://themeforest.net/user/jellywp
Description: WordPress Responsive News/Magazine WordPress Theme.
Author: Jellywp
Author URI: http://themeforest.net/user/jellywp
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: two-columns
*/

/*-------------------------------------------------------------------------------------

    + CSS Reset
    + Forms and contact form
    + Top header(Mobile Menu, Top-search, Main Menu Menu, menu post, menu hover tab post)
    + Header
    + Slider
    + Single post and Post format (Rating box, Social icons)
    + Widget and sidebar
    + Content(Feature-two-column, Feature two column small, Three columns, Tab, Image feature, Reviews, Pagination)
    + Footer
    + IE style

-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  CSS Reset
/*-----------------------------------------------------------------------------------*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    background-position: top left;
    background-attachment: fixed;
    background: #F0F0F0;
}

body, p {
    font-size: 14px;
    line-height: 1.615;
    color: #222222;
}

blockquote.quote_content {
    line-height: 25px;
    font-size: 18px;
    color: #777;
    margin: 0 0 18px;
    padding: 0px 20px 0px 19px;
    border-left: 5px solid #CCC;
}

blockquote.quote_content span {
    line-height: 25px;
    color: #777;
    font-style: oblique;
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 18px;
}

pre, code, tt {
    font: 12px 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
    display: block;
    word-wrap: break-word;
    color: #000;
    overflow: auto;
    padding: 20px;
    margin-top: 5px;
    line-height: 19px;
    background: #F5F5F5;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    background: #fcfcfc;
    margin-bottom: 15px;
}
.wp-caption p{
    margin-bottom: 0px;
    font-style: italic;
    color: #6C6C6C;
}

.wp-caption-text {
}

.sticky {
    background: #FFFFE0;
    padding: 10px;
    border: 1px solid #E6DB55;
    float: left;
}

.gallery-caption {
}

.bypostauthor {
}

.alignleft {
    display: block;
    float: left;
    margin-right: 10px;
}

.alignright {
    display: block;
    float: right;
    margin-left: 10px;
}

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

.gallery-caption,.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

.page_error_404 {
    text-align: center;
}

.page_error_404 h1 {
    font-size: 240px;
    line-height: 200px;
    font-weight: 800;
}

.page_error_404 .description {
    margin-bottom: 30px;
}

.main_content {
    margin-bottom: 0px !important;
}

.sitemap-padding {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.post li, .page li, .page-full li, .textwidget li {
    list-style-position: inside;
    list-style-type: square;
}
.comment-content ul li{
    list-style-position: inside !important;
    list-style-type: square !important;
}
.comment-content ol li{
    list-style-position: inside !important;
    list-style-type: decimal !important;
}

h1,h2,h3,h4,h5,h6,.widget-title h2,#menu a,.tickerfloat,#menu li.current_page_item>a,#menu li.current-menu-item>a {
    font-family: Roboto Condensed;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,a,a:hover {
    color: #222;
}

h1 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 13px;
    line-height: 21px;
}

.mejs-container {
    margin: 30px 0px !important;
    float: left;
    width: 100%;
}

.embed_wrapper {
    margin: 0px 0px !important;
    float: left;
    width: 100%;
}

blockquote.quote_content {
    margin: 20px 0px !important;
    float: left;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Forms and contact form
/*-----------------------------------------------------------------------------------*/

#content form {
    margin-bottom: 20px;
}

#content fieldset {
    margin-bottom: 20px;
}

.wpcf7 input[type="text"],.wpcf7 input[type="password"],.wpcf7 input[type="email"],.wpcf7 textarea,.wpcf7 select, .wpcf7-not-valid {
    width: 100%;
}

span.wpcf7-form-control-wrap {
    width: 100% !important;
    float: left;
    margin-top: 5px;
}

#content input[type="text"],#content input[type="password"],#content input[type="email"],#content textarea,#content select {
    border: 1px solid #ccc;
    padding: 10px 15px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px Helvetica,Arial,sans-serif;
    color: #777;
    margin: 0;
    display: block;
    margin-bottom: 0px;
    background: #fff;
}

div.wpcf7 p{ font-weight: bold !important; float: left; width: 100%;}
div.wpcf7-validation-errors{ float: left; margin: 0px;}
#content input[type="text"]:focus,#content input[type="password"]:focus,#content input[type="email"]:focus,#content textarea:focus {
    color: #444;
}

#content textarea {
    min-height: 60px;
}

#content label,#content legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

#content select {
    width: 220px;
    padding: 0;
    font-size: 100%;
    color: #999;
    width: 100%;
    margin: 0;
    height: 2em;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 13px;
}

#content input[type="checkbox"] {
    display: inline;
}

#content label span,#content legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/*-----------------------------------------------------------------------------------*/
/*  Top header
/*-----------------------------------------------------------------------------------*/
.admin-bar .is-sticky #menu_wrapper {
    top: 32px !important;
}

.menu_wrapper {
    width: 100%;
    z-index: 999;
}

.logo-position {
    padding: 0px;
}

.logo-position h1 {
    line-height: 0px;
    margin: 0px;
}

.sf-top-menu #home {
    border-left: none;
    width: 60px;
}

.sf-top-menu #home a {
    padding: 12px 19px 12px 19px;
}

.sf-top-menu,.sf-top-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-top-menu li {
    position: relative;
    padding: 0 !important;
    z-index: 999;
    list-style: none;
}

.sf-top-menu>li:hover>a,.sf-top-menu>li>a:hover {
    color: #FFF;
}

.sf-top-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 999;
    text-align: left;
}

.sf-top-menu>li {
    display: inline-block;
}

.sf-top-menu li:hover>ul,.sf-top-menu li.top-menuHover>ul {
    display: block;
}

.sf-top-menu a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #FFF;
    text-transf-toporm: uppercase;
}

.sf-top-menu a:hover {
    text-decoration: none !important;
}

.sf-top-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-top-menu {
    float: left;
    margin-bottom: 0px;
}

.sf-top-menu ul {
    min-width: 180px;
    *width: 180px;
}

.sf-top-menu>li#home>a {
    font-size: 19px;
    color: #FFF;
}

.sf-top-menu>li>a {
    color: #FFF;
}

.sf-top-menu>li {
    background: none !important;
}

.sf-top-menu ul.sub-menu a {
    font-style: 13px;
    border: 0px;
    padding: 7px 10px;
    text-decoration: none;
    zoom: 1;
    color: #FFF;
}

.sf-top-menu li ul.sub-menu a {
    border: none;
    color: #FFF;
}

.sf-top-menu a {
    padding: 8px 5px;
    text-decoration: none;
    zoom: 1;
}

.sf-top-menu a {
    color: #fff;
}

.sf-top-menu li {
    white-space: nowrap;
    *white-space: normal;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.sf-top-menu .sf-with-ul {
    padding-right: 10px !important;
}

.sf-top-menu {
    background: url(img/border.png) top left no-repeat;
}

.sf-top-menu li a {
    padding-left: 10px;
    padding-right: 10px;
    background: url(img/border.png) top right no-repeat;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    font-weight: 800;
    text-transform: uppercase;
}

.sf-top-menu .current_page_item a, .sf-top-menu li a:hover {
    color: #FFF;
}

.sf-top-menu ul li {
    background: #323439;
    border-bottom: #424242 solid 1px;
}

.sf-top-menu ul ul li {
    background: #323439;
}

.sf-top-menu li:hover,.sf-top-menu li.top-menuHover {
    background: #485169;
    -webkit-transition: none;
    transition: none;
}

.sub-menu li.current_page_item a, .sub-menu li.current_page_item a {
    background-color: #485169 !important;
}

.top-menu-arrows .top-menu-with-ul {
    padding-right: 15px;
    *padding-right: 16px;
}

.top-menu-arrows .top-menu-with-ul span {
    background: url(http://presstelegraph.com/wp-content/themes/nanomag/img/arrow-down.png) no-repeat right 6px;
    padding-right: 14px;
    display: block;
}

.top-menu-arrows>li>.top-menu-with-ul:focus:after,.top-menu-arrows>li:hover>.top-menu-with-ul:after,.top-menu-arrows>.top-menuHover>.top-menu-with-ul: after {
}

.top-menu-arrows ul .top-menu-with-ul:after {
}

.top-menu-arrows ul li>.top-menu-with-ul:focus:after,.top-menu-arrows ul li:hover>.top-menu-with-ul:after,.top-menu-arrows ul .top-menuHover>.top-menu-with-ul: after {
}


/*-----------------------------------------------------------------------------------*/
/*  Mobile Menu
/*-----------------------------------------------------------------------------------*/
.sb-toggle-left {
    width: 40px;
    float: left;
    padding: 8px;
    display: none;
    cursor: pointer;
}

.navicon-line {
    width: 24px;
    height: 4px;
    margin-bottom: 3px;
    background-color: #FFF;
}

#pageslide ul ul {
    margin: 4px 0 5px 5px;
}

#pageslide li {
    list-style: none !important;
}

#pageslide {
    display: none;
    width: 200px;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 260px;
    padding: 20px;
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

#pageslide a {
    color: #fff;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-size: 13px;
}

#pageslide a i {
    margin-right: 5px;
}

#content_nav div#nav {
    display: none;
}

#pageslide li ul li {
}

#content_nav div#nav li a {
    color: #FFF;
}

#sb-site {
    width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}

html,body,#sb-site,.sb-slidebar {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html.sb-anim-type-translate .sb-slide,html.sb-anim-type-side .sb-slide {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform,left;
    -webkit-backface-visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  Top-search
/*-----------------------------------------------------------------------------------*/
#search_block_top {
    float: right;
    margin-left: 10px;
}

.top-search {
    height: 40px;
    width: auto;
    display: block;
    overflow: hidden;
    float: right;
}

.top-search input[type="text"] {
    color: #aaa;
    width: 0;
    height: 40px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    text-indent: 5px;
    outline: none;
    font-size: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: left;
}

.top-search a {
    width: 30px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    float: right;
    font-size: 14px;
    color: #acacac;
}

#searchform {
    margin: 0px !important;
}


#s, .woocommerce-product-search .search-field {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #444444;
    border: 1px solid #e6e6e6;
    width: 100%;
    max-width: 100%;
    height: 32px;
    width: 95%;
    padding-left: 10px;
    outline: none;
}
#searchsubmit, .woocommerce-product-search input[type="submit"]{
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 0px 3px 3px 0px !important;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    background-color: #222222;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;

}

#searchsubmit:hover{ background: #fb4834;}

.widget_product_search div, .widget_search div{ 
    position: relative;
}

.widget_product_search .screen-reader-text, .widget_search .screen-reader-text{ display: none;}

.widget_search .margin-bottom {
    margin: 0px !important;
}

#search_block_top span {
    float: right;
    display: block;
    padding: 5px 5px 0 0;
    display: none;
}

#search_block_top #searchbox {
    float: right;
}

#search_block_top p {
    padding: 0;
    overflow: hidden;
    background: #F2F2F2;
    height: 40px;
}

#search_block_top #search_query_top {
    outline: none;
    padding: 14px;
    height: 40px;
    width: 170px;
    border: none;
    color: #8B8B8B;
    background: none;
    float: left;
    font-size: 14px !important;
}

#search_block_top #search_query_top:focus {
    color: #8B8B8B;
}

#search_block_top button {
    float: left;
    display: block;
    width: 34px;
    height: 24px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 5px;
}

#search_block_top a:hover {
    background-position: 8px -23px;
}

/*-----------------------------------------------------------------------------------*/
/*  BbPress forums
/*-----------------------------------------------------------------------------------*/

#bbpress-forums div.bbp-search-form{
    width: 100%;
}

#bbpress-forums #bbp-search-form #bbp_search{
    width: 95%;
    max-width: 100%;
}

#bbp-search-form{
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

#bbp-search-form div{
    position: relative;
}

#bbp-search-form div label{
    display: none;
}

#bbp_search{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #444444;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    height: 32px;
    width: 95%;
    padding-left: 10px;
    outline: none;
}

#bbp_search_submit{
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 0px 3px 3px 0px !important;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    background-color: #222222;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    z-index: 9;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic{
    border-top: 0px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
    padding: 15px;
}

.bbp-forum-title, #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta, .bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-forum-freshness, .bbp-forum-info{
    font-size: 14px;
}
#bbpress-forums #bbp-search-form{
    background: #ECECEC;
    padding: 15px;
}

.forum-titles li {text-transform: uppercase;}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results{
  
}

.bbp-footer{
    display: none;
}

.bbp-topic-meta .last-post{
    display: block;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
    float: right;
    margin-left: 12px;
    border: 0px;
}

a.bbp-author-name {
    color: #e54e53;
}

#bbpress-forums p.bbp-topic-meta span {
    white-space: normal;
}

#bbpress-forums .bbp-topic-meta > a {
    display: block;
    color: inherit;
}

#bbpress-forums .bbp-topic-meta > a, #bbpress-forums .bbp-topic-meta > span{
    font-weight: bold;
    font-size: 12px;
}

#bbpress-forums .single-forum .bbp-topic-meta {
    line-height: 1.2;
    color: #a6a6a6;
}

li.bbp-forum-topic-count {
    width: 17%;
}

li.bbp-forum-topic-count div{
    font-size: 12px;
    font-weight: bold;
}

li.bbp-forum-freshness {
    width: 28%;
    text-align: right;
}

#bbpress-forums .forum-cat{
    float: left;
    width: 100%;
    font-weight: bold;
    color: #FFF;
    background: #222222;
    line-height: 35px;
    padding: 0px 5px;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd{
    background-color: #FFF;
}

#bbpress-forums .forum-cat .bbp-forum-info{
    padding-left: 10px;
}

#bbpress-forums .forum-cat .bbp-forum-freshness{
    padding-right: 10px;
}

#bbpress-forums ul.bbp-topics{}

#bbpress-forums ul.bbp-topics .topic-avatars{
    float: left;
    margin-right: 10px;
}

#bbpress-forums ul.bbp-topics .topic-meta{
    float: left;
}

#bbpress-forums ul.bbp-topics .topic-activity{
    float: right;
    font-weight: bold;
    margin-top: 19px;
}

#bbpress-forums .user-links{
    font-weight: bold;
    margin-bottom: 13px;

}

#bbpress-forums .reply-meta, #bbpress-forums .reply-meta a{
    font-weight: bold !important;
}

.bbp-topic-title{
    font-weight: bold;
    font-size: 14px;
}

/* Login form*/
.bbp-login-form{
    float: left;
    width: 100%;
    background: #F4F4F4;
    margin-bottom: 0px;
}

.bbp-login-form fieldset{
    margin: 0px;
    padding: 10px 1.5625em;
}

.bbp-login-form .bbp-username label{
    float: left;
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;

}

.bbp-login-form .bbp-username input{
    float: left;
    width: 100%;
    
}

.bbp-login-form .bbp-password label{
    float: left;
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bbp-login-form .bbp-password input{
    float: left;
    width: 100%;
    
}

.bbp-login-form .bbp-remember-me{
    float: left;
    width: 160px;
}

.bbp-login-form .bbp-remember-me{

}

.bbp-login-form .bbp-remember-me label{
    width: 130px !important;
    font-size: 13px;
}

.bbp-login-form .bbp-submit-wrapper .button, #bbp_topic_submit, .bbp-submit-wrapper .button{
    outline: none;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    color: #FFF;
    border: 0px solid #dbdbdb;
    background: #222;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 800;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    text-shadow: 0 0px 0 rgba(255,255,255,.8);
    -webkit-border-radius:2px;
    border-radius:2px;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content{
    margin-left: 110px;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar{
    margin-bottom: -3px;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title{
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 0px;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
    margin: 0px;
    font-size: 13px;
}

.bbp-login-form .bbp-username input, .bbp-login-form .bbp-password input{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #444444;
    border: 1px solid #e6e6e6;
    width: 100%;
    max-width: 100%;
    height: 32px;
    width: 100%;
    padding-left: 10px;
    outline: none;
}

.widget_display_replies, .widget_display_views{
    font-weight: bold;
}




.ads728x90-thumb {
    text-align: right;
}
/*-----------------------------------------------------------------------------------*/
/*  Main Menu Menu
/*-----------------------------------------------------------------------------------*/
.full-wrapper #main-menu {
    z-index: 999;
    padding: 0px;
    width: 100%;
}

.box-wrapper #main-menu {
    z-index: 999;
    padding: 0px 10px;
}
#mainmenu {
    margin: 0 auto 0px;
    padding: 0;
    line-height: 1.0;
    list-style: none;
    height: 48px;
    width: 100%;
}

#mainmenu li.current_page_item>a,#mainmenu li.current-menu-item>a,#menu a.current,#mainmenu li:hover,#mainmenu li.sfHover {
    background-color: #485169;
    color: #fff !important;
}

#mainmenu li>a:hover, #mainmenu li.current-menu-item>a, #mainmenu li.sfHover {
    color: #FFF;
}

#mainmenu li ul li.sfHover >a, #mainmenu li ul li.sfHover {
    background-color: #25282A;
}

#mainmenu li>a {
    padding: 0px 15px;
    height: 48px;
    line-height: 48px;
    font-weight: 800;
    color: #FFF;
}

#mainmenu li>a i {
    margin-right: 3px;
}

#mainmenu li ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.sf-menu {
    background: url(img/border.png) top left no-repeat;
}

.sf-menu #home {
    border-left: none;
    width: 60px;
    background: url(img/border.png) top left no-repeat;
}

.sf-menu #home a {
    background: #485169 url(img/border.png) top right no-repeat;
    padding: 14px 19px 14px 19px;
    height: 22px;
}

.sf-menu,.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
    padding: 0 !important;
    z-index: 99;
    list-style: none;
}
#mainmenu li.current-menu-ancestor > a{
    background: #485169;
}
.sf-menu>li:hover>a,.sf-menu>li>a:hover {
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu>li {
    float: left;
}

.sf-menu>li a {
    background: url(img/border.png) top right no-repeat;
}

.sf-menu li:hover>ul,.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #EEE;
    text-transform: uppercase;
}

.sf-menu a:hover {
    text-decoration: none !important;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-menu {
    float: left;
    margin-bottom: 0px;
}

.sf-menu ul {
    min-width: 180px;
    *width: 180px;
}

.sf-menu>li#home>a {
    font-size: 19px;
}

.sf-menu>li>a {
    color: #FFF;
    padding-bottom: 16px;
}

.sf-menu>li:hover {
    background: #485169;
}

ul.sub-menu a {
    font-style: 13px;
    text-transform: none;
    border: 0px;
    padding: 7px 10px;
    text-decoration: none;
    zoom: 1;
}

.sf-menu li ul.sub-menu a {
    color: #FFF !important;
    border: none;
    font-size: 15px;
}

.sf-menu li ul.sub-menu li:hover {
    background: #485169 !important;
}

.main-menu > ul > li.megamenu > ul ul li a:hover, .main-menu > ul > li.megamenu > ul ul li.current-menu-item a {
    background: #485169 !important;
}

.sf-menu li ul.sub-menu.menu_post_feature li:hover {
    background: none !important;
}

.sub-menu.menu_post_feature .post-meta a {
    color: #777 !important;
}

.sf-menu a {
    padding: 13px 10px;
    text-decoration: none;
    zoom: 1;
}

.sf-menu a {
    color: #fff;
    line-height: 21px;
}

.sf-menu li {
    white-space: nowrap;
    *white-space: normal;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.sf-menu li a {
    transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -webkit-transition: 0.1s linear;
    -o-transition: background 0.1s linear;
}

.sf-menu ul li {
    background: #2C3242;
    border-bottom: 1px solid #343D56;
}

li.current-menu-item a.sf-with-ul ul li a {
    background: #1a1d24;
}

.sf-menu li:hover,.sf-menu li.sfHover {
    background: #485169;
    -webkit-transition: none;
    transition: none;
}

.sf-arrows > li > .sf-with-ul {
    padding-right: 15px;
    *padding-right: 16px;
}

.sf-arrows > li > .sf-with-ul:after {
    font-size: 9px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: 25px;
    vertical-align: 10%;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: 'FontAwesome';
    content: "\f078";
    margin-left: 4px;
    margin-top: 17px;
}

.sf-arrows ul.sub-menu .sf-with-ul span {
    background: none;
}

.sf-arrows>li>.sf-with-ul:focus:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>.sfHover>.sf-with-ul: after {
}

.sf-arrows ul .sf-with-ul:after {
}

.sf-arrows ul li>.sf-with-ul:focus:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul .sfHover>.sf-with-ul:after {
}

.admin-bar .sticky-wrapper.is-sticky .menu_wrapper_sticky {
    margin-top: 28px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  megamenu
/*-----------------------------------------------------------------------------------*/
.main-menu > ul > li.megamenu, .main-menu > ul > li.menupost {
    position: inherit!important;
}

.main-menu > ul > li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0px;
    padding: 15px 0px;
    background-color: #2C3242;
    margin-top: 0px;
}

.main-menu > ul > li.megamenu > ul.sub-menu li {
    background: none;
    border-bottom: none;
}

.main-menu > ul > li.megamenu > ul > li {
    float: left;
    padding: 0px 15px;
    background: none !important;
}

.main-menu > ul > li.megamenu.columns-3 > ul > li {
    width: 33.33% !important;
    background: url(img/border.png) repeat-y right !important;
    padding: 0px 15px !important;
}

.main-menu > ul > li.megamenu.columns-4 > ul > li {
    width: 24.99% !important;
    background: url(img/border.png) repeat-y right !important;
    padding: 0px 15px !important;
}

.main-menu > ul > li.megamenu > ul > li ul {
    display: block!important;
    top: 0px!important;
    width: 100%;
    opacity: 1!Important;
    filter: alpha(opacity=100);
    left: 0px!important;
    position: relative!important;
    margin: 0px;
}

.main-menu > ul > li.megamenu ul li a {
    padding: 9px 15px;
}

.megamenu li a, .megamenu li.current-menu-item a {
    background: none !important;
    border-bottom: none;
}

.main-menu > ul > li.megamenu > ul > li > a {
    font-size: 15px;
    text-transform: uppercase;
    background: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  menu post
/*-----------------------------------------------------------------------------------*/
.menu_post_feature {
    margin-top: 0px !important;
    width: 1090px !important;
    background: #2C3242 !important;
    float: left;
    padding: 20px 0px;
    padding-bottom: 0px !important;
}

.menu_post_feature ul.hover_tab_post_large {
    background: #2C3242 !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-top: -30px;
}

.menu_post_feature ul.hover_tab_post_large li {
    border-right: 0px solid #ccc !important;
    border-bottom: 1px solid #616161 !important;
}

.menu_post_feature li {
    white-space: normal !important;
    background: none !important;
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.menu_post_feature li:hover, .menu_post_feature:hover li {
    background: none !important;
}

.menu_post_feature .two-content-wrapper {
    float: left !important;
    width: 247px !important;
    margin: 0px 10px !important;
}

.menu_post_feature .two-content-wrapper a.feature-link {
    height: 160px !important;
}

.menu_tab_post_large {
    margin-bottom: 10px !important;
}

.menu_post_feature .menu_post_cat_color:hover {
    text-decoration: underline !important;
}

.menu_post_feature .widget-title {
    display: none !important;
}

.menu_post_feature .feature-post-title a {
    height: auto !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 0px !important;
    margin-bottom: 5px !important;
}

.menu_post_feature h3 a.image-post-title-link {
    background: none !important;
    text-transform: none !important;
    color: #FFF !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
    height: auto !important;
    padding: 0px !important;
    line-height: 25px !important;
}

.menu_post_feature h3 a:hover {
    text-decoration: underline !important;
    background: none !important;
    color: #FFF !important;
}

.menu_post_feature .post-meta {
    margin: 0px !important;
    float: left !important;
}

.menu_post_feature .post-author a {
    display: inherit !important;
    padding: 0px !important;
    padding-right: 5px !important;
    background: none !important;
    height: 20px !important;
    line-height: 20px !important;
    color: #B0B0B8 !important;
}

.menu_post_feature ul {
    position: static !important;
    display: block !important;
}

/*-----------------------------------------------------------------------------------*/
/*  menu hover tab post
/*-----------------------------------------------------------------------------------*/
.menu_post_feature ul.tabs, .menu_post_feature ul.tabs1, .menu_post_feature ul.hover_tab_post_large {
    width: 246px !important;
    margin-left: -10px !important;
}

.menu_post_feature .tab-container {
    padding: 0px !important;
    background: none !important;
    border: none !important;
    clear: none !important;
    width: 834px !important;
}

.menu_post_feature ul.hover_tab_post_large li {
    width: 100% !important;
}

.menu_post_feature ul.hover_tab_post_large li a {
    text-align: left !important;
    background-image: none !important;
}

.menu_post_feature ul.hover_tab_post_large {
    border: none !important;
}

.menu_post_feature ul.feature-post-list {
    width: 100% !important;
    float: left !important;
}

.menu_post_feature ul.feature-post-list li {
    width: 254px !important;
    float: left !important;
    padding: 0px !important;
    margin-left: 20px !important;
    border-bottom: none !important;
}

.menu_post_feature ul.feature-post-list li .two-content-wrapper {
    width: 100% !important;
    margin: 0px !important;
}

.menu_post_feature .hover_tab_post_large {
    margin-left: 10px !important;
}

.menu_post_feature .hover_tab_post_large li {
    padding: 0px !important;
}

.menu_post_feature .tab-content {
    padding: 0px !important;
    float: left !important;
}

.menu_post_feature .hover_tab_post_large_container .image-post-title {
    margin-top: 5px !important;
}

.menu_post_feature .hover_tab_post_large_container .two-content-wrapper a.feature-link {
    height: 158px !important;
}

.menu_post_feature .hover_tab_post_large_container .feature-post-list .image_post {
    width: 100% !important;
}

.menu_post_feature ul.hover_tab_post_large li a {
    font-size: 15px !important;
    text-transform: uppercase;
}

.tab-large-page .image_post {
    width: 100% !important;
}

.hover_tab_post_large_container .wrap_box_style_main {
    margin-bottom: 0px;
}

.menu_post_feature {
    overflow: hidden !important;
    backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu_post_feature .caption_overlay_posts a {
    padding: 0px !important;
    height: auto !important;
    background: none !important;
}

.menu_post_feature .feature-post-title a {
    background: none !important;
    margin-bottom: 7px !important;
}

.menu_post_feature .caption_overlay_posts a:hover h3 {
    text-decoration: underline !important;
}
.menu_post_feature .love_this_post_meta{margin-top: -6px; font-weight: normal !important;}
.menu_post_feature .large_main_post_widget {
    float: left;
    width: 370px !important;
    margin-top: -5px !important;
    margin-bottom: 25px !important;
    height: 205px;
    margin-left: 15px;
    margin-bottom: 10px;
    background-color: #ccc;
}

.menu_post_feature .large_main_post_widget a.feature-link, .menu_post_feature .large_main_post_widget img {
    height: 205px !important;
}

.menu_post_feature .post-author img {
    width: 16px !important;
    height: 16px !important;
}

.menu_post_feature .main_post_style ul.feature-post-list {
    width: 684px !important;
}

.menu_post_feature .feature-post-list .feature-image-link {
    margin-top: -5px;
}

.menu_post_feature .feature-post-list .feature-image-link, .menu_post_feature .feature-post-list .feature-image-link img {
    padding: 0px !important;
    width: 100px !important;
    height: 75px !important;
    line-height: 0px !important;
}

.menu_post_feature .caption_overlay_posts .post-author a, .menu_post_feature .caption_overlay_posts .meta-comment a{ line-height: 26px !important;}
.menu_post_feature .main_post_style ul.feature-post-list li {
    width: 305px !important;
    margin-left: 30px !important;
    float: left !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #343D56 !important;
}

.menu_post_feature .wrap_box_style_main .image-post-title {
    margin-top: -3px !important;
}

.menu_post_feature .wrap_box_style_main .meta_holder{
    min-height: 14px;
}

.menu_post_feature .caption_overlay_posts a h3 {
    margin-bottom: 7px;
}

.menu_post_feature .meta-category-small, .menu_post_feature .ratings-wrapper {
    margin-bottom: 10px !important;
    margin-top: -5px !important;
}
.menu_post_feature .review_star_small_list{margin-top: -6px;}
.menu_post_feature .caption_overlay_posts a h3, .menu_post_feature .caption_overlay_posts a {
    font-size: 20px !important;
}

.menu_post_feature .caption_overlay_posts .post-meta a {
    height: auto !important;
    line-height: auto !important;
    padding: 0px !important;
    width: auto !important;
}

.menu_post_feature .post-meta span {
    float: left !important;
}

.menu_post_feature .post-meta .post-author a {
    float: left !important;
}

.menu_post_feature .post-meta .meta-comment a {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 11px !important;
}

.menu_post_feature .wrap_box_style_ul .post-meta .post-author a, .menu_post_feature .tab-content .post-meta .post-author a, .menu_post_feature .wrap_box_style_main .post-meta .post-author a {
    line-height: 17px !important;
}

.menu_post_feature .wrap_box_style_ul .post-meta .meta-comment a {
    line-height: 13px !important;
 }

 /*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/ 
.random_post_link {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 25px;
    background: url(img/border.png) top left no-repeat;
    height: 48px;
    line-height: 48px;
    width: 55px;
    text-align: center;
}

.random_post_link a {
    display: block;
    color: #FFF;
    background: url(img/border.png) top right no-repeat;
}

.header-top-right ul {
    margin: 0px;
    float: right;
}

.header-top-left h1 {
    line-height: 0px;
    margin-bottom: 0px;
}

.header-top-left .widget {
    margin-bottom: 0px !important;
    float: inherit;
}

.header-top-right ul.menu-top li {
    height: 40px;
    line-height: 40px;
    border-top: 3px solid transparent;
    list-style: none;
    margin: 0 5px;
    display: inline-block;
    color: #FFF;
}

.header-top-right ul.menu-top li.current_page_item {
    border-top: 3px solid #fff;
}

.header-top-right ul.menu-top li a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
}

.header-wraper .main_menu {
    z-index: 998;
    position: relative;
    background: #f9f9f9;
}

.header-wraper .main_menu .grid_8 {
    width: 882px;
    margin: 0px;
}

.header-wraper .main_menu .grid_4 {
    width: 200px;
    margin: 0px;
}

.sf-menu>li>a:hover span.border-menu,.sf-menu>li.sfHover>a span.border-menu,.sf-menu>li.sfHoverForce>a span.border-menu {
    height: 3px;
}

.menu_border_top, .menu_border_top_full {
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #FFF !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.3;
}

.header_top_wrapper {
    float: left;
    width: 100%;
    background: #fb4834;
}

.no-top {
    padding-bottom: 7px;
}

.header_top_wrapper .row,.news_ticker_wrapper .row,.header_top_wrapper form,.header_top_wrapper p {
    margin-bottom: 0px;
}

.header_main_wrapper {
    float: left;
    width: 100%;
    padding: 25px 0px;
    background: #FFF;
    position: relative;
}
.slider_wrapper_main {
    margin-top: 25px !important;
    float: left;
    width: 100%;
}

.header-slider-home {
    margin-bottom: 0px !important;
}

.header_main_wrapper .row,.header_main_wrapper img {
    margin-bottom: 0px;
}
#mainmenu{
   background-color: #2C3242 !important;
}
.menu_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.body_wraper_box .menu_wrapper {
    max-width: 1150px;
    width: 1150px;
}

.sticky-wrapper {
    clear: both;
}

.menu_wrapper .row {
    margin-bottom: 0px;
}

.row {
    margin-bottom: 40px;
    max-width: 1130px;
}

.body_wraper_box {
    background: #FFF;
    width: 1150px;
    max-width: 1150px;
    min-width: 300px;
    margin: 0px auto !important;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #F0420B;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}


/*-----------------------------------------------------------------------------------*/
/*  header style 1
/*-----------------------------------------------------------------------------------*/ 
.theme_header_style_1{
    
}

.theme_header_style_1 .header_main_wrapper, .theme_header_style_1 .header_main_wrapper, .theme_header_style_1 #mainmenu, .theme_header_style_1 .menu_wrapper{
    background: #000; background-color: #000 !important;

}
.theme_header_style_1 .header_main_wrapper{
    padding: 35px 0px;
}

.theme_header_style_1 .menu_border_top{ 
    display: none;
}

.menu_border_top_full{ 
    display: none;
}

.theme_header_style_1 .menu_border_top_full{ 
    display: block;
}

.theme_header_style_1 .menu_wrapper{
    border-top: 1px solid #1F1F1F;
}
/*-----------------------------------------------------------------------------------*/
/*  header style 2
/*-----------------------------------------------------------------------------------*/ 

.theme_header_style_2 #mainmenu li>a{
    height: 44px;
    line-height: 44px;
    
}

.theme_header_style_2 #mainmenu li>a:hover, .theme_header_style_2 #mainmenu li.current-menu-ancestor>a, .theme_header_style_2 #mainmenu li.current_page_item>a, .theme_header_style_2 #mainmenu li.current-menu-item>a, .theme_header_style_2 #menu a.current, .theme_header_style_2 #mainmenu li:hover, .theme_header_style_2 #mainmenu li.sfHover a{
    color: #FFF;
}

.theme_header_style_2 .header_main_wrapper, .theme_header_style_2 .header_main_wrapper, .theme_header_style_2 #mainmenu{
    background: #ffffff; 
    background-color: #ffffff !important;

}

.theme_header_style_2 #mainmenu li>a, .theme_header_style_2 .random_post_link a{
    color: #222;
}
.theme_header_style_2 .menu_border_top{
    display: none;
}

.theme_header_style_2 #mainmenu {
    border-bottom: 3px solid #000;
    border-top: 1px solid #000;
}
/*-----------------------------------------------------------------------------------*/
/*  header style 3
/*-----------------------------------------------------------------------------------*/ 

.theme_header_style_3 #mainmenu li>a{
    height: 43px;
    line-height: 43px;
    
}

.theme_header_style_3 #mainmenu li>a:hover, .theme_header_style_3 #mainmenu li.current-menu-ancestor>a, .theme_header_style_3 #mainmenu li.current_page_item>a, .theme_header_style_3 #mainmenu li.current-menu-item>a, .theme_header_style_3 #menu a.current, .theme_header_style_3 #mainmenu li:hover, .theme_header_style_3 #mainmenu li.sfHover a{
    color: #FFF;
}

.theme_header_style_3 .header_main_wrapper, .theme_header_style_3 .header_main_wrapper, .theme_header_style_3 #mainmenu{
    background: #ffffff; 
    background-color: #ffffff !important;

}

.theme_header_style_3 #mainmenu li>a, .theme_header_style_3 .random_post_link a{
    color: #222;
}
.theme_header_style_3 .menu_border_top{
    display: none;
}

.theme_header_style_3 .random_post_link, .theme_header_style_3 .random_post_link a{
    background: none;
}

.theme_header_style_3 #mainmenu {
    border-bottom: 4px solid #000;
    border-top: 1px solid #000;
}

/*-----------------------------------------------------------------------------------*/
/*  header style 4
/*-----------------------------------------------------------------------------------*/ 
.theme_header_style_4 .menu_wrapper{
    background: #2C3242;

}

.theme_header_style_4 .menu_border_top{ 
    display: none;
}

.theme_header_style_4 .menu_border_top_full{ 
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*  header style 5
/*-----------------------------------------------------------------------------------*/ 

.theme_header_style_5{
    margin-bottom: 10px;
}

.theme_header_style_5 #mainmenu > li > a{
    height: 49px;
    line-height: 49px;
    
}

.theme_header_style_5 .megamenu > .sub-menu, .theme_header_style_5 .menu_post_feature{
    z-index: 999;

}

.theme_header_style_5 #mainmenu > li > a:hover, .theme_header_style_5 #mainmenu > li.current-menu-ancestor > a, .theme_header_style_5 #mainmenu > li.current_page_item > a, .theme_header_style_5 #mainmenu > li.current-menu-item > a, .theme_header_style_5 #menu > a.current, .theme_header_style_5 #mainmenu > li.sfHover > a{
    border-bottom: 5px solid #fb4834;
}

.theme_header_style_5 .header_main_wrapper, .theme_header_style_5 .header_main_wrapper, .theme_header_style_5 #mainmenu{
    background: #ffffff; 
    background-color: #ffffff !important;

}

.theme_header_style_5 #mainmenu li>a, .theme_header_style_5 .random_post_link a{
    color: #222;
}
.theme_header_style_5 .menu_border_top{
    display: none;
}

.theme_header_style_5 .random_post_link, .theme_header_style_5 .random_post_link a{
    background: none;
}

.theme_header_style_5 .menu_wrapper {
    border-bottom: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------------------------------------------*/
/*  header slider
/*-----------------------------------------------------------------------------------*/ 
.owl-theme .owl-controls {
    top: 10px;
    left: 10px;
    margin-top: 0px;
    position: absolute;
    text-align: center;
    width: 73px;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    color: #FFF;
    zoom: 1;
    margin: 0px;
    font-size: 0px;
    background: #000;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    width: 35px;
    height: 35px;
    background: #FFF url(img/car-pre.png) no-repeat center center;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    float: right;
    width: 35px;
    height: 35px;
    background: #FFF url(img/car-next.png) no-repeat 3px center;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover,.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-color: #FFF;
    opacity: 1;
}

.full-width-slider .review_circle_large {
    top: 20px;
    right: 20px;
}

.full-width-slider .meta-cat, .full-width-slider .meta-comment {
    float: left;
    line-height: 15px;
}

.full-width-slider .owl-controls {
    top: 20px;
    left: 20px;
}

.full-width-slider .item_slide_caption {
    padding: 30px !important;
}

.owl_slider .item_slide_caption {
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 150%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(150%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.owl_slider .shortcode_slider h1 {
    color: #FFf;
}

.item_slide_caption {
    position: absolute;
}

.item_slide_caption .post-meta.meta-main-img {
    color: #FFF;
}

.image-post-title-link {
    font-size: 17px !important;
    line-height: 1.2 !important;
}

.post-meta.meta-main-img, .post-meta.meta-main-img a {
    font-size: 11px !important;
    text-transform: capitalize !important;
}

.owl_slider .item_slide_caption h1 {
    font-weight: 400;
    width: 100%;
    display: inline-block;
    font-size: 30px;
    float: left;
    margin-bottom: 0px;
    line-height: 35px;
}

.main-post-image-slider .item_slide_caption h1, .builder_slider .item_slide_caption h1 {
    margin-bottom: 0px;
}

.full-width-slider .item_slide_caption h1 {
    width: 90%;
    margin-top: 1px;
}

.full-width-slider .item_slide_caption h1 a {
    box-shadow: 5px 0 0 rgba(30, 115, 190, 0.6),-5px 0 0 rgba(30, 115, 190, 0.6);
    background-color: #1e73be;
    background: rgba(30, 115, 190, 0.6);
    margin-bottom: 0px !important;
    float: none;
    position: relative;
    line-height: 53px;
    font-size: 35px;
}
.builder_slider h1 a {
    text-transform: uppercase;
    font-weight: 800;
}
.main-post-image-slider .item_slide_caption h1 a, .builder_slider .item_slide_caption h1 a {
    box-shadow: 5px 0 0 rgba(30, 115, 190, 0.6),-5px 0 0 rgba(30, 115, 190, 0.6);
    background-color: #1e73be;
    background: rgba(30, 115, 190, 0.6);
    margin-bottom: 0px !important;
    float: none;
    position: relative;
    line-height: 37px;
    font-size: 25px;
    padding: 0px 0px 4px 0px;
}
.main-post-image-slider .item_slide_caption h1 a, .shortcode_slider h1{
    text-transform: uppercase;
    font-weight: 800;
}
.slider-large.full-width-slider h1 a{
    font-weight: 800;
    text-transform: uppercase;

}

.shortcode_slider h1 {
    box-shadow: 5px 0 0 rgba(30, 115, 190, 0.6),-5px 0 0 rgba(30, 115, 190, 0.6);
    background-color: #1e73be;
    background-color: rgba(30, 115, 190, 0.6);
    font-size: 25px !important;
    line-height: 37px !important;
    position: relative !important;
    float: none !important;
    width: auto !important;
}

.sub-post-image-slider .item_slide_caption h1 a {
    font-size: 16px;
    line-height: 1.2 !important;
    margin-bottom: 0px;
    font-weight: 400;
}

.owl_slider .sub-post-image-slider h1 a {
    line-height: 23px;
    font-size: 16px;
}

.item_slide_caption h1 a {
    color: #FFF !important;
    float: left;
}

.footer-columns .owl-prev, .footer-columns .owl-next, .sidebar .owl-prev, .sidebar .owl-next {
    height: 30px !important;
}

.carousel-title {
    padding: 10px !important;
    line-height: 25px !important;
    padding-bottom: 0px !important;
}

.carousel-title a {
    font-size: 21px !important;
}

.item_slide_caption a {
    background: rgba(0,0,0,0);
}

.item_slide {
    position: relative;
    line-height: 0px;
}

.item_slide_caption .post-meta.meta-main-img {
    text-shadow: 0 0px 0 #000 !important;
    color: #FFF;
    padding: 0px 0px 0px 8px;
    margin: 0px;
    line-height: 29px;
    height: 29px;
    margin-bottom: 0px;
    background-color: #000;
    background: rgba(0,0,0,0.5);
    padding: 8px;
    width: auto !important;
}

.item_slide_caption .post-meta.meta-main-img .post-author {
    margin-left: 8px;
}

.item_slide_caption .post-meta.meta-main-img a {
    color: #FFF !important;
}

.item_slide .ratings-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
}

.meta-category.slider_category_color {
    top: -10px;
    left: 20px;
}

.meta-category.content-category {
    position: static !important;
    float: left;
    margin-bottom: 5px;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.image_post:hover .overlay_icon{
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;  
display: block;
visibility: visible;
-webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
-webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .85s;
          animation-duration: .85s;

}
.overlay_icon.fa {
color: #FFF;
font-size: 30px !important;
height: 40px;
left: 50%;
line-height: 40px;
margin-left: -20px;
margin-top: -20px;
position: absolute;
text-align: center;
top: 50%;
width: 40px;
z-index: 9;
display: none;
visibility: hidden;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}


.meta-category {
    position: absolute;
    top: 0px;
    left: 0px;
}

.meta-category a, .meta-category i {
    margin-bottom: 3px;
    margin-right: 3px !important;
    color: #FFF;
    font-size: 11px !important;
    background: #D62F2F;
    padding: 0px 5px !important;
    line-height: 20px !important;
    height: 20px !important;
    float: left;
}

.single-post-title, .datepost-title, .categories-title.title, .page-title, .single_post_title, .meta-category a, .image-post-title, .item_slide_caption .post-meta.meta-main-img, .feature-post-list .post-meta.meta-main-img, .footer_carousel .meta-comment, .post-meta.meta-main-img, .feature-post-list .feature-post-title, .news_ticker_wrapper .meta-category-small a, .box-1 .inside h3, ul.tabs li a, .caption_overlay_posts a h3, .caption_overlay_posts a, .post-category-color, .widget_slider, .owl_slider .item_slide_caption h1, .post_list_widget.comment_widget .list_title, .pagination-more-grid div a, .pagination-more div a {
    font-family: Oswald,sans-serif;
    font-weight: 400;
}
.widget_slider{
overflow: hidden;    
}

.widget_slider a.feature-link{
background: #000;
float: left;
width: 100%;
}

.widget_slider a.feature-link img{
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.widget_slider:hover a.feature-link img{
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.meta-category a:hover {
    text-decoration: none;
}

.menu_post_cat_color:hover {
    text-decoration: underline !important;
}

.post-category-color {
    text-transform: uppercase !important;
}

.meta-category i {
    padding: 0px 5px !important;
}

.meta-category-slider {
    position: absolute;
    top: 0px;
    left: 0px;
}

.meta-category-slider a, .meta-category-slider i {
    margin-bottom: 3px;
    float: left;
    margin-right: 5px;
    color: #FFF;
    font-size: 13px;
    background: #D62F2F;
    padding: 2px 5px !important;
    line-height: 20px;
}

.meta-category-small, .ratings-wrapper {
    float: left;
    margin-bottom: 0px;
}
#sidebar .meta-category-small, #sidebar .ratings-wrapper, #content .meta-category-small, #content .ratings-wrapper, #footer-container .meta-category-small, #footer-container .ratings-wrapper, .slider-right-list-post .ratings-wrapper{
     min-height: 17px;
}

.meta-category-small a {
    height: 18px;
    margin-bottom: 4px;
    line-height: 18px;
    font-size: 10px;
    background: #D62F2F;
    float: left;
    padding: 0px 5px;
    margin-right: 5px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.menu_post_feature .meta-category-small a.post-category-color-text {
    line-height: 13px;
    padding: 0px !important;
    line-height: 0px !important;
    height: 0px !important;
    margin-top: 5px;
    font-weight: normal !important;
}

.menu_post_feature .meta-category-small a.post-category-color-text:hover {
    text-decoration: underline !important;
}

.slimScrollDiv .meta-category-small a.post-category-color-text{ color: #FFF;}
.meta-category-small a.post-category-color-text {
    height: auto;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 13px !important;
    font-size: 11px !important;
    background: none;
    float: left;
    padding: 0px;
    margin-right: 5px;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
}

.meta-category-small a:hover {
}

.meta-comment-style {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 27px;
    height: 32px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
}

.meta-comment-style a {
    background: none !important;
    color: #FFF !important;
}

.grid.caption_header .link-more {
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    float: right;
    background: #222 url(img/car-next.png) no-repeat 0px;
}

.grid.caption_header h3 {
    margin: 0px;
}

.grid.caption_header a:hover {
    color: #FFF;
}

.owl_carousel .owl-item {
}

.owl_carousel_builder .item, .owl_carousel .item {
    padding: 0px 12px;
}

.grid_3.grid.margin-right-caption1,.grid_3.grid.margin-right-caption2 {
    margin-bottom: 11px;
    width: 225px;
}

.margin-right-caption1 {
    margin-right: 5px;
}
.slider-large-widget{ float: left;}
.slider-large, .slide-large-wrapper {
    height: 407px;
    width: 780px;
    float: left;
    overflow: hidden;
}

.grid_header_home {
    height: 407px;
    width: 100%;
    float: left;
    overflow: hidden;
}

.grid_header_home .sub-post-image-slider, .grid_header_home .sub-post-image-slider img {
    width: 223px;
}

.header-top-left a {
    float: left;
    line-height: 0px;
}

.grid_header_home .item_slide_caption {
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.grid_header_home .main-post-image-slider {
    width: 642px;
}

.grid_header_home .main-post-image-slider img {
    width: 100%;
}

.grid_header_home .main-post-image-slider .item_slide_caption {
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 150%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(150%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.grid_header_home .item_slide_caption h1 {
    font-weight: 400;
    width: 100%;
    display: inline-block;
    font-size: 30px;
    float: left;
    margin-bottom: 5px;
    line-height: 35px;
}

.slider-large.full-width-slider {
    width: 100% !important;
    height: auto !important;
}
.slider-large.full-width-slider .home_large_img_slider{
    overflow: hidden;
}
.slider-large.full-width-slider .home_large_img_slider .feature-link{
    background: #000;
    float: left;
}
.slider-large.full-width-slider .home_large_img_slider .feature-link img{
     -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.slider-large.full-width-slider .home_large_img_slider:hover .feature-link img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.home-large-slider {
    max-width: 100% !important;
}

.home-large-slider .item_slide_caption {
    width: 60% !important;
}

.home-large-slider .item_slide_caption h1 {
    font-size: 40px !important;
}

.slider-large.content-sliders {
    width: 100% !important;
    height: auto !important;
}

.box-1 {
    display: block;
    position: relative;
}

.box-1 .wrapper {
    width: 100%;
    position: relative;
}

.abs h3 {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
}

.abs {
    background: #D62F2F;
    border-bottom: 3px solid #030303;
    right: -40px;
    top: 0;
    padding: 3px 3px 1px;
    width: 34px;
    min-height: 45px;
    text-align: center;
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.image_post.feature-item:hover .abs {
    right: 0px;
}

.image_post.feature-item.box-1 .meta-overlay {
    float: left;
    position: static !important;
    bottom: 0px !important;
    left: 0px !important;
}

.box-1 .caption-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.feature-item:hover .inside {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.box-1 .inside {
    float: left;
    width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 150%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(150%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.box-1 .inside:hover {
    text-decoration: underline !important;
    color: #FFF;
}

.box-1 .inside h3 {
    padding: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.box-1 .inside div {
    color: #FFF;
    line-height: 16px;
    font-size: 12px;
}

.image-post-title.top-none {
    margin-top: -7px !important;
    margin-bottom: 5px;
}

.two_columns_container .post_list_medium .grid_3.grid {
    width: 235px;
    height: 227px;
}

.post_list_medium .grid_3.grid {
    width: 172px;
    height: 166px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hold_category_post_type {
    top: -12px;
    left: 10px;
    position: absolute;
}

.hold_category_post_type .meta-category {
    position: relative;
}

.hold_category_post_type .meta-category a:hover {
    text-decoration: underline !important;
}

.grid_3.grid {
    width: 230px;
    height: 223px;
    float: left;
}

.grid_3.grid.grid_main {
    height: 212px !important;
}

.grid.margin2,.grid.margin5,.grid.margin8,.grid.margin11, .grid.margin14, .grid.margin17, .grid.margin20, .grid.margin23, .grid.margin26, .grid.margin29, .grid.margin32, .grid.margin35, .grid.margin38, .grid.margin41, .grid.margin44, .grid.margin47, .grid.margin50, .grid.margin53, .grid.margin56 {
    margin-left: 0px !important;
}

.clear.margin-buttons {
    margin-bottom: 10px;
    clear: both;
    width: 100%;
    float: left;
    height: 1px;
}

.grid.caption_header {
    background: #2f88d6;
    padding: 14px;
    height: 223px;
    overflow: hidden;
    width: 225px !important;
    position: relative;
}

.grid.caption_header .owl-controls {
    right: 0px !important;
    top: auto !important;
    bottom: 0px !important;
    position: absolute;
    text-align: center;
    width: 61px !important;
}

.grid.caption_header .owl-controls .owl-buttons .owl-prev, .grid.caption_header .owl-controls .owl-buttons .owl-next {
    height: 30px !important;
    margin: 0px !important;
}

.grid.caption_header .des-slider {
    float: left;
    width: 210px;
}

.grid.caption_header h3 {
    color: #FFF;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0px;
}

.grid.caption_header p.post-meta {
    margin-top: 5px !important;
}

.grid.caption_header p {
    color: #FFF;
    margin-top: 10px !important;
}

.slider_background_img {
    position: absolute;
    z-index: -999998;
    overflow: hidden;
    left: 0px;
    top: 0px;
    height: 510px;
    width: 1349px;
    background-position: 50% 53.480000000000004%;
}

.slider_background_wrapper {
    float: left;
    width: 100%;
    padding: 30px 0px 26px 0px;
    position: relative;
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper .bx-prev {
    background: #2C3242 url(img/car-pre-w.png) center no-repeat !important;
    margin: 0px !important;
    position: absolute !important;
    right: 28px !important;
    top: -57px;
    float: none;
    width: 27px !important;
    height: 27px !important;
    border-radius: 3px !important;
    text-indent: -9999px;
}

.bx-wrapper .bx-next {
    background: #2C3242 url(img/car-next-w.png) 0px no-repeat !important;
    margin: 0px !important;
    position: absolute !important;
    right: 0px !important;
    top: -57px;
    float: none;
    width: 27px !important;
    height: 27px !important;
    border-radius: 3px !important;
    text-indent: -9999px;
}

/*-----------------------------------------------------------------------------------*/
/*  Single post and Post format
/*-----------------------------------------------------------------------------------*/
.single_post_title {
    padding-bottom: 45px !important;
}

.breadcrumbs_options{
    font-size: 12px; 
    color: #A8A8A8 !important; 
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.breadcrumbs_options a, .breadcrumbs_options a:hover{
    color: #b1b1b1 !important;
}

.categories-title.title, .page-title, .single_post_title {
    margin-bottom: 25px;
    border-bottom: 4px solid #000;
    padding-bottom: 5px !important;
    float: left;
    width: 100%;
    font-size: 27px;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.author-post-title {
    margin-bottom: 25px !important;
}

.single-post-title, .datepost-title {
    font-size: 27px;
    margin-bottom: 25px;
    line-height: 34px;
}

.single-post-title.heading_post_title {
    margin-bottom: 0px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.single_post_format{ float: left; width: 100%; margin-bottom: 10px;}
.single_post_format .single_post_format_image img{ float: left; width: 100%;}
.single_post_format .single_post_format_audio, .single_post_format .single_post_format_audio img{ float: left; width: 100%}
.single_post_format .single_post_format_audio .mejs-container{height: 50px !important; margin: 0px 0px !important; margin-top: 0px !important;}
.single_post_format_quote{padding: 10px 30px; float: left; background: #363636 url(img/pattern/footer_lodyas.png); position: relative; width: 100%;}
.single_post_format_quote blockquote p{font-size: 25px !important; line-height: 1.2; color: #FFF;}
.single_post_format .full-width-slider img{ width: 100%;}

/*-----------------------------------------------------------------------------------*/
/*  post format header
/*-----------------------------------------------------------------------------------*/

.single_post_format.header_post_format .single_post_format_image{
position: relative;
float: left;
width: 100%;
margin-bottom: -10px;
margin-top: 30px;
}

.single_post_format.header_post_format .single_post_format_image .single_post_format_caption{
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 20px;
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(150%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

}

.single_post_format.header_post_format .single_post_format_image .single_post_format_caption h1{
    color: #FFF;
    font-size: 45px;
    line-height: 1.2;
    border-bottom: 2px solid#fff;
    margin-bottom: 5px !important;
}

.single_post_format.header_post_format .single_post_format_image .single_post_format_caption .meta-cat{
    float:left; width: 100%;
}
.single_post_format.header_post_format .single_post_format_image .single_post_format_caption .meta-cat li{
    float: left;
}

.single_post_format.header_post_format .single_post_format_image .single_post_format_caption .meta-cat li a{
   background: #fb4834;
    color: #FFF;
    margin-right: 5px;
    height: 20px;
    float: left;
    line-height: 20px;
    font-size: 13px;
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.single_post_format.header_post_format .single_post_format_image .single_post_format_caption .post-meta{
    width: auto !important;
    color: #FFF !important;

}
.single_post_format.header_post_format .single_post_format_image .single_post_format_caption .post-meta a{
    color: #FFF !important;
}

.single_post_format.header_post_format .single_post_format_image .single_post_format_caption .love_this_post_meta{
   margin-top: 5px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Appear animation
/*-----------------------------------------------------------------------------------*/
.appear_animation {
    opacity: 0;
    filter: alpha(opacity=100);
}

@-webkit-keyframes mk_fade {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mk_fade {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mk_fade {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mk_fade {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.animate_css_stlye {
    opacity: 0;
    filter: alpha(opacity=100);
}

.animate_css_stlye.animate_start {
    -webkit-animation: mk_fade .7s 1 cubic-bezier(0.445,.05,.55,.95);
    -moz-animation: mk_fade .7s 1 cubic-bezier(0.445,.05,.55,.95);
    -o-animation: mk_fade .7s 1 cubic-bezier(0.445,.05,.55,.95);
    animation: mk_fade .7s 1 cubic-bezier(0.445,.05,.55,.95);
    opacity: 1;
}

.feature-post-list {
    margin-bottom: 0px;
}

.four-post-style {
    margin-bottom: 10px !important;
}

.menu_post_feature ul.feature-post-list {
    margin-bottom: 20px;
}

#content_masonry .feature-post-list {
    width: 100%;
    float: left;
}

.loop-post-content {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.list-with-below-grid {
    border-bottom: none !important;
    margin-bottom: 5px !important;
}

.list-post-builder {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.load-more-list-home{
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
}
.no-load-more-list-home{
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
}

.list-post-builder p.post_des {
    margin-bottom: 0px;
}

.medium-four-columns h3 {
    line-height: 21px;
    margin-top: -5px;
}

.medium-four-columns h3 a {
    font-size: 17px;
}

/*-----------------------------------------------------------------------------------*/
/*  Rating box
/*-----------------------------------------------------------------------------------*/
.rating-bg {
    width: 76px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(http://presstelegraph.com/wp-content/themes/nanomag/img/rating_star.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-bg .rating {
    float: left;
    height: 16px;
    background: url(http://presstelegraph.com/wp-content/themes/nanomag/img/rating_star.png) 0 100% repeat-x;
}

.score-review.slider-score {
    top: 0px;
    left: 0px;
}

.score-review {
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    background: #000;
    color: #FFF;
    font-family: Roboto Condensed,Helvetica,sans-serif;
    text-transform: uppercase;
}

.score-review-small {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 23px;
    padding-top: 0px;
    background: #D62F2F;
    text-align: center;
    color: #FFF;
}

.score-review-small p {
    text-align: center;
    font-size: 12 !important;
}

.score-review p {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.score-review span {
    background: #D62F2F;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.review_header {
    color: #222;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 5px solid #222;
}

.review_header span {
    color: #222;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.review_header h3 {
    color: #FFF !important;
    margin-bottom: 0px;
    font-weight: 400;
}

.reviewbox .progress-bar {
    margin-bottom: 0px;
}

.reviewbox .progress-bar .title-score {
    color: #222;
    width: 100%;
    float: left;
}

.reviewbox .progress-bar .title-score .review_bar-title {
    float: left;
}

.reviewbox .progress-bar .title-score .review_score {
    float: right;
    font-weight: bold;
}

.progress-bar .review_bar {
    width: 100%;
    float: left;
    margin-bottom: 2px !important;
    padding: 0px;
    background: #F9F9F9;
}

.reviewbox {
    margin: 20px 0;
}

.reviewbox li {
    list-style: none !important;
}

.votebox {
    margin-top: 2px;
}

.votebox #votecount {
    position: relative;
    float: left;
}

.votebox #star {
    width: 150px;
    position: relative;
    float: right;
}

.votebox .vote-label {
    padding-left: 5px;
}

.votebox #votecount img {
    display: none;
}

.reviewbox .review-summery {
    min-height: 85px;
    float: none;
    padding-top: 6px;
}

.total-review-bar {
    margin-top: 15px;
}

.total_review_bar-content {
    width: 80px;
    height: 100px;
    color: #FFF;
    text-align: center;
    background: #D62F2F;
    margin-right: 15px;
    float: left;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    padding-top: 9px;
}

.total_review_bar-content p {
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800 !important;
}

.reviewbox .review-summery h4,.reviewbox .review-summery p {
    color: #222;
    padding-top: 10px;
}

.progress-bar .meter,.review_bar .review_bar-content {
    height: 15px;
}

.review_bar-content {
    background: #D62F2F;
}

.animation_bar_width .review_bar-content {
    animation: bar-animation 2s;
    -webkit-animation: bar-animation 2s;
}

@keyframes bar-animation {
    from {
        width: 0;
    }
}

@-webkit-keyframes bar-animation {
    from {
        width: 0;
    }
}

@-moz-keyframes bar-animation {
    from {
        width: 0;
    }
}

.progress-bar .review_bar {
    position: relative;
    margin-bottom: 20px;
}

.review_bar .review_bar-content[data-percentage] {
    text-indent: -9999px;
}

.review_bar .review_bar-title {
    color: #222;
}

/*-----------------------------------------------------------------------------------*/
/*  Social icons
/*-----------------------------------------------------------------------------------*/
ul.social-icons-list.top-bar-social {
    float: right;
    margin-bottom: 0px;
    margin-top: 8px;
}

ul.social-icons-list.top-bar-social li {
    padding: 0px;
    line-height: 0px;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

ul.social-icons-list.top-bar-social li a {
    line-height: 0px;
    display: block;
}

ul.social-icons-list.top-bar-social li a img {
    width: 25px;
    height: 25px;
    -webkit-radius: 25px;
    -moz-radius: 25px;
    -o-radius: 25px;
    border-radius: 25px;
}

.social_icons_widget {
    float: left;
    margin-bottom: -10px;
}

ul.social-icons-list-widget {
    float: right;
    margin-bottom: 0px;
}

ul.social-icons-list-widget li {
    padding: 0px;
    line-height: 0px;
    float: left;
    width: 30px;
    height: 30px;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.social-icons-list-widget li a {
    line-height: 0px;
    display: block;
}

ul.social-icons-list-widget li a img {
    width: 30px;
    height: 30px;
}

.news_ticker_wrapper .four {
    text-align: right;
}

ul.social-icons-list {
    float: right;
}

ul.social-icons-list li {
    padding: 0px;
    line-height: 0px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 3px;
    margin-bottom: 3px;
}

ul.social-icons-list li a {
    line-height: 0px;
    display: block;
}

ul.social-icons-list li a img {
    width: 33px;
    height: 33px;
}

/*-----------------------------------------------------------------------------------*/
/*  Widget and sidebar
/*-----------------------------------------------------------------------------------*/
.widget-title, h3.widget-title {
    float: left;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 2px solid #E6E6E6;
    padding: 0px;
    text-transform: uppercase;
}

h3.sitemap_title {
font-weight: 800;
text-transform: uppercase;
font-size: 20px;
}

.textwidget {
    float: left;
    width: 100%;
}

#sidebar_small .widget_container, #sidebar .widget_container, footer .widget_container {
    float: left;
    width: 100%;
}

.widget_container.mainpost_widget {
    background: #323439;
    margin-bottom: 10px;
}

.widget_container.mainpost_widget .post-category-color-text, .slider-right-list-post .post-category-color-text{
    color: #FFF;
}

.widget_container.mainpost_widget .post-meta.meta-main-img a{
    color: #FFF !important;
}

.widget_container.mainpost_widget ul li {
    padding: 0px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #5E5E5E !important;
}

.widget_container.mainpost_widget ul li .feature-post-title a {
    color: #FFF !important;
}

.widget_container.mainpost_widget .post-meta .post-date, .widget_container.mainpost_widget .post-meta .post-author a {
    color: #E0E0E0 !important;
}

.widget-title {
    text-align: center;
}

h3.widget-title span {
    border-top: none !important;
}

.widget-title h2, h3.widget-title span {
    color: #222;
    font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 0px 23px 5px 9px;
    margin-bottom: 0px;
    float: left;
    background-image: url(img/border_title.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}
.widget-title h2:after{
    border-top: 32px solid transparent;
    border-right-width: 0;
    border-left-width: 14px;
    left: 100%;
    bottom: 0;
    
}
.widget-title h2:after{border: 0 solid #D16400;}
.widget-title h2 span {
}

.menu-main-menu-container i {
    margin-right: 5px;
}

.social-twitter, .social-facebook, .social-youtube, .social-google-plus {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.social-twitter .icon {
    background: #4099FF;
}

.social-facebook .icon {
    background: #3B5998;
}

.social-youtube .icon {
    background: #CD332D;
}

.social-google-plus .icon {
    background: #DD4B39;
}

.social-twitter .icon, .social-facebook .icon, .social-youtube .icon, .social-google-plus .icon {
    float: left;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    margin-right: 10px;
}

.social-twitter h2, .social-facebook h2, .social-youtube h2, .social-google-plus h2 {
    font-size: 20px !important;
    margin: 0px;
    line-height: 20px;
}

.social-twitter p, .social-facebook p, .social-youtube p, .social-google-plus p {
    font-size: 13px !important;
    margin: 0px !important;
}

#content .widget, #sidebar .widget, #sidebar_small .widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.widget.social_counter {
    margin-bottom: 25px !important;
}

.widget.ht_flickr_widget {
    margin-bottom: 25px !important;
}

#sidebar_small .flickr_badge_image {
    width: 73px;
    height: 73px;
}

#sidebar_small .flickr_badge_image a {
    height: 75px;
    width: 75px;
}
#sidebar .flickr_badge_image{ width: 85px; height: 85px; margin-right: 1px; margin-bottom: 1px;}
#sidebar .flickr_badge_image a{margin-bottom: 1px; height: 85px; width: 85px;}
#sidebar .flickr_badge_image img{ margin-bottom: 1px; height: 85px; width: 85px;}
.image-flickr-widget {
    float: left;
}

.flickr_badge_image {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    width: 82px;
    height: 82px;
}

.flickr_badge_image a {
    float: left;
    margin-bottom: 1px;
    height: 82px;
    width: 82px;
}

.flickr_badge_image img {
    float: left;
    margin-bottom: 1px;
    height: 82px;
    width: 82px;
}

#sidebar_small .image_post.feature-item, #sidebar .image_post.feature-item, #content .image_post.feature-item {
    margin-bottom: 10px;
}

.loadmore_list_image {
    margin-bottom: 0px !important;
}

#sidebar_small select, #sidebar select, #footer-container select {
    width: 90%;
}
.widget.main_post_style .wrap_box_style_main.image-post-title {
    margin-top: 0px !important;
}

.widget.main_post_style .feature_post_images_w:last-child .wrap_box_style_main.image-post-title {
    margin-bottom: 0px !important;
}

.feature_post_images_w:last-child .wrap_box_style_main {
    margin-bottom: 0px;
}

.feature_post_images_w .wrap_box_style_main {
    margin-bottom: 20px;
}
.mainpost_white_widget .mainpost_white_widget_desc{width: 100%; float: left; border-bottom: 1px solid #e6e6e6; margin: 0px; padding-bottom: 13px;}
.main_post_style .two-content-wrapper p {
    margin-bottom: 5px;
}

.main_post_style .two-content-wrapper p.post-meta {
    margin-bottom: 4px !important;
}

.ads300x250-thumb {
    text-align: center;
}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.body_wraper_full {
    background: #FFF;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
}

.ads728x90-thumb {
    line-height: 0px;
    float: right;
}

.ads728x90-thumb a {
    float: right;
}

/*-----------------------------------------------------------------------------------*/
/*  Feature-two-column
/*-----------------------------------------------------------------------------------*/
.medium-two-columns {
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
}

.main_right_post_style_list .two_col_builder{
    margin-bottom: 0px;
}

.feature-two-column.left-post-display-content {
    padding-right: 3%;
    border-right: 1px solid #e6e6e6;
    margin-right: 0px;
    float: left;
}
.right-post-display-content.list-post-right ul li:last-child{ margin-bottom: 0px;}
.feature-two-column.right-post-display-content {
    padding-left: 3%;
    float: right;
}

.medium-two-columns.grid-two-col-post, .feature-two-column.left_post_align, .feature-two-column.right_post_align {
    width: 48.22%;
}

.feature-two-column {
    width: 49.999%;
    margin-left: 0px;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feature-two-column p {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.feature-two-column p.post-meta {
    margin-bottom: 5px;
}
.main_image_with_list_text{ float: left; background: #323439;}
.main_image_with_list_text .main_img_content{ float: left; padding: 10px 20px 10px 20px;}
.main_image_with_list_text .main_img_content h3 a, .main_image_with_list_text .main_img_content p, .main_image_with_list_text p.post-meta a{ color: #FFF !important;}
.main_image_with_list_text .main_img_content .footer_meta a, .main_image_with_list_text .main_img_content p a, .main_image_with_list_text .main_img_content p.post-meta{ color: #A8A8A8;}
.main_image_with_list_text .main_img_content .footer_meta{ border-top: 1px solid #5A5A5A; border-bottom: 0px;}
.footer_meta {
    width: 100%;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 5px 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 3px solid #222;
}
.meta_holder {
    float: left;
    width: 100%;
    position: relative;
    min-height: 23px;
}
.footer_meta .footer_meta_readmore {
    float: left;
    font-family: Oswald;
    color: #222 !important;
}

.footer_meta .meta-commentd {
    float: right;
    font-family: Oswald;
}
.footer_meta .meta-commentd a{
    color: #222 !important;
}

.footer_meta .meta-commentd i {
    margin-right: 4px;
}


.wrap_box_style_main .image-post-title a, .feature-custom .image-post-title a, .post_loop_content .image-post-title a, .feature_2col a, .feature-post-list .feature-post-title a{
    color: #222 !important;
}

.home_post_right_list_text .feature-post-list .item-details {
    margin-left: 0px;
}

.home_post_right_list_text ul {
    padding-top: 4px;
    padding-bottom: 0px;
    margin-top: -5px;
}

.home_post_right_list_text ul li:last-child {
    margin-bottom: 0px;
}

.main-post-right-list {
    padding-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Feature four column small
/*-----------------------------------------------------------------------------------*/
.four-post-style {
    overflow: hidden;
}

.two_columns_container .four-post-style .widget_container {
    width: 758px !important;
    float: left;
}

.four-post-style .widget_container {
    float: left;
    width: 758px !important;
}

.two_columns_container .feature-four-column.medium-four-columns {
    width: 223px;
}

.feature-four-column.medium-four-columns {
    width: 218px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.feature-four-column.medium-four-columns:last-child {
    float: left !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Feature two column small
/*-----------------------------------------------------------------------------------*/
.widget.two-post-style {
    margin-bottom: 0px !important;
}

.two-post-style .feature-two-column {
    overflow: hidden;
}

.two-post-style .container_small {
    width: 365px !important;
    float: left;
}

.wrap_box_style_main .image-post-title {
    margin-bottom: 0px !important;
    line-height: 1.2;
    font-size: 21px;
}

.feature-custom-below .post-meta {
    margin-bottom: 10px !important;
}

.margin-left-post {
    margin-right: 3.566%;
}

.feature-text {
    float: left;
}

#content .widget.two_columns_post, #content .widget.main_post_style {
    margin-bottom: 30px;
}

.builder_two_cols {
    margin-bottom: 40px !important;
}

.builder_belowpost {
    margin-bottom: 25px !important;
}

.builder_listpost {
    margin-bottom: 20px !important;
}

.builder_gridpost {
    margin-bottom: 15px !important;
}

.builder_gridmorepost {
    margin-bottom: 40px !important;
}

.page_with_sidebar {
    padding-bottom: 30px;
}

#content .widget.two_columns_post .medium-two-columns {
    background: none !important;
}

#content .aq-block-home_post_slider .widget.post_list_medium_widget {
    margin-bottom: 0px !important;
}

#content .aq-block-home_post_list_medium .widget.post_list_medium_widget {
    margin-bottom: 0px;
}

.aq-block-home_post_grid_medium .widget.post_list_medium_widget {
    margin-bottom: 0px;
}

#content .widget.post_list_medium_widget {
    margin-bottom: 15px;
}

.post_list_medium_widget.post_list_loadmore {
    float: left;
    width: 100%;
}

.grid_below_list {
    margin-bottom: 35px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Three columns
/*-----------------------------------------------------------------------------------*/ 
.three_columns_container, .two_columns_container {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
    float: left;
    width: 100% !important;
}

.two_columns_container .content_display_col1 {
    background: #FFF;
    width: 758px !important;
    padding: 25px;
}

.two_columns_container .content_display_col3 {
    border-left: 1px solid #e6e6e6;
    width: 380px !important;
    padding: 25px;
    margin-left: 0px;
    background: #EBEBEB;
}

.three_columns_container.full_post_or_page {
    padding-bottom: 30px !important;
}

.three_columns_container .content_display_col1 {
    background: #FFF;
    border-right: 1px solid #e6e6e6;
    padding-right: 2.12766%;
}

.three_columns_container .content_display_col3 {
    background: #FFF;
}

.content_wraper .type-page {
    float: left;
    width: 100%;
}

.four.columns {
    width: 300px important;
}

.large_main_post {
    float: left;
    width: 100%;
}

.ads160x600-thumb {
    text-align: center;
}

.feature_post_images_w {
    width: 100%;
    float: left;
}

.widget_categories > ul {
    float: left;
    ; width: 100%;
}

.widget_categories li span {
    float: right;
    padding: 0 6px;
    background: #323439;
    color: #fff;
    border-radius: 36px;
    min-width: 24px;
    text-align: center;
    font-size: 14px;
}
footer .widget_categories li span{ background: #47494F;}
.large_main_post h3.main_list_small_title {
    font-size: 22px !important;
    line-height: 27px !important;
}

.large_main_post_widget {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.large_main_post_widget:last-child, .large_main_post_widget:last-child .image_post {
    margin-bottom: 0px !important;
}

.large_main_post_widget .hold_category_post_type, .widget_caption_slider .hold_category_post_type {
    top: -10px;
    left: 15px;
}

.widget_caption_slider .item_slide_caption {
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 15px !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 150%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(150%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.widget_caption_slider .owl-prev, .widget_caption_slider .owl-next{ width: 35px !important; height: 35px !important;}
 
.large_main_post .hold_category_post_type {
    left: 20px;
    top: -5px;
}

.main_post_large_overlay_style .caption_overlay_posts, .large_main_post_widget .caption_overlay_posts {
    padding: 15px;
}

.main_post_large_overlay_style .hold_category_post_type {
    left: 15px;
}

.main_post_large_overlay_style a h3, .caption_overlay_posts h3 {
    font-size: 21px !important;
    line-height: 1.2 !important;
}

.widget_caption_slider h1 {
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.feature-post-list.large_list_bellow li {
    width: 48.211%;
}

.feature-post-list.large_list_bellow li.large_list_left {
    float: left;
}

.feature-post-list.large_list_bellow li.large_list_right {
    float: right;
}

.left_post_align {
    float: left !important;
}

.right_post_align {
    float: right !important;
}

.caption_overlay_posts {
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 150%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(150%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    position: absolute;
}

.caption_overlay_posts h3 {
    margin-bottom: 0px;
}

.caption_overlay_posts a h3, .caption_overlay_posts a {
    color: #FFF !important;
}

.caption_overlay_posts .meta-category {
    left: 20px;
}

.caption_overlay_posts .post-author img {
    float: left;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.caption_overlay_posts .post-date {
    color: #FFF !important;
}

.feature-item:hover .post-author img, .feature-item:hover .overlay_icon.fa {
    -webkit-transform: scale(0);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.feature-item:hover .overlay_icon.fa {
    font-size: 13px;
}

.email_subscribe_box {
    background: #F4F4F4;
}

.email_subscribe_box .email_subscribe_box_content {
    padding: 15px;
    border: 4px solid #EFEFEF;
}

.email_subscribe_box .email_subscribe_box_content {
    margin-bottom: 0px;
}

.email_subscribe_box .email_subscribe_box_content form {
    margin-bottom: 0px;
}

.email_subscribe_box h2 {
    color: #FFF;
    font-weight: 800;
    background: #2C3242 url(img/border_image.jpg) repeat-x bottom;
    text-align: center;
    padding: 5px 0px 10px 0px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.email_subscribe_box p {
    color: #222;
}

.email_subscribe_box .text {
    width: 100%;
    height: 35px;
    border: none;
    font-size: 14px;
    outline: none;
    padding: 10px;
}

.email_subscribe_box .buttons {
    width: 100%;
    background: #D62F2F;
    color: #fff;
    border: none;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*  Carousel
/*-----------------------------------------------------------------------------------*/ 
#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.slider_img.large {
    float: left;
}

.slider_img.small {
    float: left;
    width: 175px;
    margin-right: 1px;
}

.slider_img.medium {
    float: left;
    margin-bottom: 1px;
}

.builder_slider {
    max-width: 100%;
    margin-bottom: 35px;
}
.builder_slider .item_slide, .builder_slider a.feature-link{
    float: left;
}
.builder_slider a.feature-link img{
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;  
}
.builder_slider .item_slide:hover a.feature-link img{
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.builder_slider a.feature-link{
    background: #000;
    overflow: hidden;
}

.carousel_header_wrapper {
    overflow: hidden;
}

.post_link_type {
    text-align: center;
    width: 100%;
}

.post_link_type .overlay_icon.fa {
    background: none;
    color: #3758ae;
    border: 2px solid #3758ae;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    float: none;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.post_link_type .link_type, .post_link_type .link_type a {
    background: none;
    color: #3758ae;
    border: 1px solid #3758ae;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.post_link_type .overlay_icon.fa:hover, .post_link_type .link_type a:hover {
    background: #3758ae;
    color: #FFF;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.carousel_post_home_wrapper {
    float: left;
    width: 100%;
}
.carousel_post_home_wrapper .image_post{ margin-bottom: 0px !important; padding: 0px !important;}
.carousel_post_home_wrapper .image-post-title{ text-align: center; padding: 15px; background: #000; font-weight: 800 !important;}
.carousel_post_home_wrapper .medium-two-columns{ margin-bottom: 0px !important;}
.carousel_post_home_wrapper .medium-two-columns .image-post-title{
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}
.carousel_post_home_wrapper .medium-two-columns:hover .image-post-title{ background: #fb4834;}
.carousel_post_home_wrapper .image-post-title a{ color: #FFF;}
.carousel_post_home_wrapper .car_header_desc{ padding: 10px 0px; float: left; margin: 0px;}
.carousel_post_home {
    margin-top: 30px;
    margin-bottom: 0px;
}

.carousel_header_wrapper .carousel_header {
    clear: both;
    float: left;
}

.carousel_header_wrapper .carousel_header .owl-controls {
    width: 100%;
    top: -66px;
    left: 0px;
}

.carousel_header_wrapper .carousel_header .owl-controls .owl-prev {
    right: 41px !important;
    background: #2C3242 url(img/car-pre-w.png) no-repeat center center !important;
    width: 27px !important;
    height: 27px !important;
    top: 10px;
}

.carousel_header_wrapper .carousel_header .owl-controls .owl-next {
    right: 13px !important;
    background: #2C3242 url(img/car-next-w.png) no-repeat 0px center !important;
    width: 27px !important;
    height: 27px !important;
    top: 10px;
}


.carousel_header_wrapper .footer_meta {
    margin-top: 0px;
}

.carousel_header_wrapper .image_post.feature-item {
    margin-bottom: 10px;
}

.owl_carousel.carousel_header {
    width: 1115px;
    margin-left: -12px;
}

.carousel_header_wrapper .main_post_2col_style {
    margin-bottom: 0px;
}

.carousel_header_wrapper .medium-two-columns {
    padding-bottom: 0px;
}

.carousel_header_wrapper .two-content-wrapper {
    position: relative;
    overflow: hidden;
}

.meta_carousel_post {
    padding: 0px 15px;
    bottom: 0;
    background: #3758ae;
    position: absolute;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    width: 100%;
    left: -100%;
    opacity: 0;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}

.carousel_header_medium .two-content-wrapper:hover .overlay_feature_post {
    height: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.carousel_header_medium .two-content-wrapper:hover .meta_carousel_post {
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}

.meta-main-car-author {
    float: left;
    margin-top: 10px !important;
}

.meta-main-car-comment {
    float: right;
    color: #FFF !important;
    margin-top: 10px !important;
}

.meta-main-car-comment i {
    margin-right: 5px;
}

.meta-main-car-comment a, .meta-main-car-author a {
    color: #FFF !important;
}

.owl_carousel_builder.carousel_pagebuilder {
    width: 714px;
    margin-left: 0px;
}
.owl_carousel_builder.carousel_pagebuilder .feature-four-column.medium-four-columns{margin-right: 0px !important; margin-bottom: 5px;}
.owl-carousel .owl-wrapper-outer {
    float: left;
}

.carousel_pagebuilder_wrapper {
    overflow: hidden;
}

.owl_carousel_builder .owl-controls{ width: 100%; top: -10px;}
.owl_carousel_builder .owl-prev, .owl_carousel .owl-prev {
    background: #2C3242 url(img/car-pre-w.png) center no-repeat !important;
    margin: 0px !important;
    position: absolute !important;
    right: 58px !important;
    top: 13px;
    float: none;
    width: 27px !important;
    height: 27px !important;
    border-radius: 3px !important;
}

.owl_carousel_builder .owl-next, .owl_carousel .owl-next {
    background: #2C3242 url(img/car-next-w.png) 0px no-repeat !important;
    margin: 0px !important;
    position: absolute !important;
    right: 30px !important;
    top: 13px;
    float: none;
    width: 27px !important;
    height: 27px !important;
    border-radius: 3px !important;
}

.detailholder.medium .wrap {
    padding: 0px;
    margin-bottom: 2px;
}

.detailholder.medium h3 {
    font-size: 20px;
    margin-top: 10px;
}

.detailholder .carousel_title {
    font-size: 20px;
    float: left;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.detailholder.medium h3:hover, .detailholder .carousel_title:hover {
    text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*  Tab
/*-----------------------------------------------------------------------------------*/ 
#tabs {
    padding: 0px;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
}

ul.tabs, ul.tabs1, ul.hover_tab_post_large {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    background: #F4F4F4;
    border-top: 2px solid #3758ae;
    border-bottom: 1px solid #ccc;
}

ul.tabs li, ul.tabs1 li, ul.hover_tab_post_large li {
    width: 33%;
    float: left;
    padding: 0;
    margin: 0 0 0 0px;
    min-height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    list-style: none;
    border-right: 1px solid #DDD;
    text-transform: uppercase;
}

ul.tabs li:last-child, ul.tabs1 li:last-child, ul.hover_tab_post_large li:last-child {
    border: none;
}

ul.tabs li.active a, ul.tabs1 li.active a, ul.hover_tab_post_large li.active a {
    color: #FFF !important;
}

ul.tabs li a, ul.tabs1 li a, ul.hover_tab_post_large li a {
    text-decoration: none;
    color: #414141 !important;
    display: block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 0px 15px 0px 15px;
    font-weight: normal;
}

ul.tabs li a:hover, ul.tabs1 li a:hover, ul.hover_tab_post_large li a:hover {
    text-decoration: none !important;
}

html ul.tabs1 li.active, html ul.tabs1 li.active a, html ul.tabs1 li.active a:hover, html ul.hover_tab_post_large li.active, html ul.hover_tab_post_large li.active a, html ul.hover_tab_post_large li.active a:hover {
    color: #FFF;
    background-color: #D62F2F;
    height: 40px;
    text-decoration: none !important;
}

html ul.tabs li.active a {
    color: #FFF !important;
    background: #3758AE;
}

#calendar_wrap {
    float: left;
    width: 100%;
}

#wp-calendar {
    margin-bottom: 0px;
}

#wp-calendar caption {
    display: none;
}

#wp-calendar thead tr th, #wp-calendar td, #wp-calendar th {
    font-size: 13px;
    text-align: center;
}

#sidebar_small .feature-post-list li.tab-content-class, #sidebar .feature-post-list li.tab-content-class {
    padding: 0px 0px 13px 0px !important;
    background: none !important;
    border-bottom: 1px solid #e6e6e6 !important;
    list-style: none;
}

.wrap_box_style_ul {
    margin-bottom: -13px;
}

.widget_meta li, .widget_archive li, .widget_rss li, .widget_recent_entries li, .widget_recent_comments li, .widget_pages li, .widget_categories li, .product-categories li {
    border-bottom: 1px solid #D6D6D6;
    list-style: none;
    padding: 5px 0px;
}
.widget_categories ul ul{
    margin-bottom: 0px;
}
.widget_categories ul ul li, .widget_meta ul ul li, .widget_archive ul ul li, .widget_rss ul ul li, .widget_recent_entries ul ul li, .widget_recent_comments ul ul li, .widget_pages ul ul li {
border-bottom: none;
border-top: 1px solid #ccc;
padding: 0px;
margin-top: 5px;
padding-top: 5px;
}
.widget_recent_comments ul li a, .widget_rss ul li a{ font-weight: bold !important;}
/*-----------------------------------------------------------------------------------*/
/*  Twitter widget
/*-----------------------------------------------------------------------------------*/ 
.twitter_widget_feed {
    float: left;
    width: 100%;
}

.twitter_widget_feed li {
    background: url(img/twitter.png) no-repeat 0px 6px;
    padding-left: 35px;
    list-style: none;
    border-bottom: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.footer-columns .twitter_widget_feed li {
    border-bottom: 1px solid #3D3D3D !important;
}

.twitter_widget_feed li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.twitter_widget_feed li a {
    color: #10A4E4;
}

/*-----------------------------------------------------------------------------------*/
/*  New ticker
/*-----------------------------------------------------------------------------------*/ 
.news_ticker_wrapper {
    float: left;
    width: 100%;
    padding: 0px;
}

.ticker_dot {
    color: #fff;
    float: left;
    font-size: 10px;
    margin-top: 1px;
    margin-right: -2px;
}

.news_ticker_wrapper .nine.columns {
    background: #F4F4FC;
    padding-right: 10px;
    -webkit-radius: 2px;
    -moz-radius: 2px;
    -o-radius: 2px;
    border-radius: 2px;
}

.tickerfloat_wrapper {
    position: relative;
    height: 24px;
    line-height: 24px;
    float: left;
    background: #fb4834;
}

.tickerfloat {
    float: left;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    line-height: 24px;
    background: #FFF;
    color: #222;
    margin-right: 5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 2px;
}

.tickerfloat i {
    color: #D62F2F;
    position: absolute;
    right: -9px;
    top: 0px;
    font-size: 30px;
}

.header_bottom_first {
    width: 100%;
    margin-right: 20px;
    float: left;
}

.tickertape {
    width: 100%;
    display: block;
}

#ticker {
    width: 100%;
    position: relative;
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    display: block;
    height: 40px;
}

.news_ticker_wrapper .feature-image-link {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.news_ticker_wrapper .ticker_title {
    float: left;
}

.news_ticker_wrapper .meta-category-small a {
    color: #FFF !important;
    text-decoration: none;
    font-size: 12px !important;
}

.news_ticker_wrapper .meta-category-small a:hover {
    text-decoration: none !important;
}

#ticker a.ticker_title {
    margin-top: -3px;
    color: #FFF;
    font-size: 13px;
}

#ticker .post-meta {
    width: auto;
    margin-top: -2px;
}

#ticker .meta-category-small, #ticker .ratings-wrapper {
    margin-top: -5px;
}

#mycrawler {
    width: 10000px;
    margin-top: 4px;
}

#mycrawler div {
    float: left;
    padding-right: 15px;
}

#mycrawler div i {
    margin-right: 5px;
}
.et_monarch .et_social_sidebar_flip li{list-style: none;}



/*-----------------------------------------------------------------------------------*/
/*  header slider
/*-----------------------------------------------------------------------------------*/ 
.main-post-image-slider {
    float: left;
    width: 559px;
    position: relative;
    overflow: hidden;
}
.main-post-image-slider a.feature-link{
background: #000;
float: left;
}
.main-post-image-slider img{
   -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.main-post-image-slider:hover a.feature-link img{
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);    
}

.main-post-image-slider .hold_category_post_type, .item_slide_caption.builder_slider .hold_category_post_type {
    top: -6px;
    left: 20px;
}

.sub-post-image-slider {
    width: 220px;
    height: 135px;
    float: left;
    margin-left: 1px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
}

.sub-post-image-slider a {
    float: left;
}

.sub-post-image-slider .item_slide_caption {
    padding: 15px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 150%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(150%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.sub-post-image-slider .item_slide_caption h1 {
    margin-bottom: 0px;
}

.sub-post-image-slider h1 {
    font-size: 15px !important;
    line-height: 19px !important;
}

.main-post-image-slider .post-author, .main-post-image-slider .post-date, .item_slide_caption.builder_slider .post-author, .item_slide_caption.builder_slider .post-date, .item_slide_caption.builder_slider .meta-comment {
    float: left;
    line-height: 16px;
}

.item_slide_caption.builder_slider {
    margin-bottom: 0px;
}

.main-post-image-slider .post-meta, .item_slide_caption.builder_slider .post-meta {
    padding-left: 0px !important;
}

.slimScrollDiv {
    float: left;
}

.slider-right-list-post {
    float: right;
    width: 309px;
    height: 407px;
    overflow: hidden;
}

.slider-right-list-post ul {
    padding: 15px;
    background: #2C3242;
    overflow: hidden;
    padding-bottom: 0px;
    height: 367px !important;
}

.slider-right-list-post ul li .feature-post-title a {
    color: #FFF !important;
}

.right-list-post-title {
    background: #485169;
    padding: 0px 15px;
    width: 100%;
    margin: 0px;
    float: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    color: #FFF;
    font-family: Open Sans !important;
}

.slider-right-list-post li {
    padding-bottom: 8px !important;
    border-bottom: 1px solid #5E5E5E !important;
}

.main-post-image-slider img {
    width: 579px;
    height: 407px;
}
.sub-post-image-slider a.feature-link{
    background: #000;
}
.sub-post-image-slider img {
    width: 220px;
    height: 135px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sub-post-image-slider:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50); 
}

.main-post-image-slider .meta-comment {
    float: left;
    line-height: 15px;
    font-weight: bold;
}

.main-post-image-slider .meta-cat {
    float: left;
    line-height: 15px;
}

.meta-comment {
    letter-spacing: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Image feature
/*-----------------------------------------------------------------------------------*/ 
.image_post.feature-item {
    width: 100%;
    line-height: 0;
    display: block;
    position: relative;
    margin: 0px;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
}

.image_post.feature-item.main_image_list {
    margin-bottom: 17px !important;
}

.image_post.feature-item.grid_below_image {
    margin-bottom: 0px !important;
    ;
}

.two_col_builder {
    width: 100% !important;
    float: left !important;
    padding-bottom: 0px;
}

.feature-custom .image-post-title {
    margin-bottom: 0px;
    margin-top: -5px;
}

.image_post.feature-item .ratings-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
}

.image_post.feature-item .meta-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Reviews
/*-----------------------------------------------------------------------------------*/ 
.review_circle_large {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 64px;
    overflow: hidden;
    height: 64px;
    padding: 2px;
    -webkit-radius: 100%;
    -moz-radius: 100%;
    -ms-border-radius: 100%;
    -o-radius: 100%;
    border-radius: 100%;
    background: rgb(69,72,77);
 /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
 /* IE6-9 */;
}

.review_circle_large input {
    background: none;
    border: none;
    font-weight: 800;
}

.review_circle_large_small {
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    padding: 2px;
    -webkit-radius: 100%;
    -moz-radius: 100%;
    -ms-border-radius: 100%;
    -o-radius: 100%;
    border-radius: 100%;
    background: rgb(69,72,77);
 /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
 /* IE6-9 */;
}

.review_circle_large_small input {
    background: none;
    border: none;
}

.post_review_bar {
    font-size: 19px !important;
    margin-top: 0px !important;
    height: 60px !important;
    color: #FFF !important;
}

.review_circle_large_small .post_review_bar {
    font-weight: 800;
    font-size: 13px !important;
    margin-top: 0px !important;
    height: 40px !important;
    color: #FFF !important;
}

.review_star_small {
    background: #f4b711;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 6px !important;
    height: 16px;
    line-height: 16px;
    float: right;
    color: #fff;
    font-size: 11px;
}

.feature-four-column .review_star_small {
    top: 5px;
    right: 5px;
}

.review_star_small_list {
    background: #f4b711;
    position: relative;
    padding: 0 5px !important;
    height: 12px;
    line-height: 11px;
    float: left;
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
}

.single_post_title .love_this_post_meta {
    margin-top: -21px;
}

.love_this_post_meta {
    background: #ED1556;
    position: relative;
    float: right;
    padding: 0 6px !important;
    height: 15px !important;
    line-height: 14px !important;
    float: right;
    color: #fff;
    font-size: 11px !important;
    margin-top: -1px;
    margin-bottom: 5px;
}

.love_this_post_meta:hover {
    background: #D0154D;
}

.love_this_post_meta:hover:after {
    border-top: 5px solid #D0154D;
}

.love_this_post_meta a {
    color: #FFF !important;
    font-size: 11px !important;
    background: none !important;
    padding: 0px !important;
    height: 16px !important;
    line-height: 16px !important;
    font-weight: normal;
}

.love_this_post_meta a:hover {
    text-decoration: none !important;
}

.love_this_post_meta i {
    margin-right: 3px;
    font-size: 9px;
}

.love_this_post_meta:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 14px;
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 0px solid rgba(0,0,0,0);
    border-top: 5px solid #ED1556;
}

.review_star_small i, .review_star_small_list i {
    float: left;
    margin: 0px;
    margin-right: 3px;
    min-width: 0 !important;
}

.item_slide .rating-bg, .image_post.feature-item .rating-bg {
    background: url(http://presstelegraph.com/wp-content/themes/nanomag/img/rating_star-w.png) 0 0 repeat-x;
}

.caption-overlay .meta-overlay .review-overlay,.item_slide_caption .meta-overlay .review-overlay,.image_post.feature-item .meta-overlay .review-overlay {
    background: #D62F2F url(img/bg-5.png);
    padding: 0px 5px;
    float: left;
    height: 22px;
    padding-top: 4px;
}

.caption-overlay .meta-overlay .comment-overlay,.item_slide_caption .meta-overlay .comment-overlay,.image_post.feature-item .meta-overlay .comment-overlay {
    height: 22px;
    line-height: 22px;
    float: left;
    background: #D62F2F;
    padding: 0px 5px;
    color: #FFF;
}

.image-post-title {
    font-size: 21px;
    line-height: 1.2;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.image-post-title.columns_post a {
    font-size: 17px;
    line-height: 23px;
    color: #222 !important;
}

.post_loop_content .image-post-title, .feature_2col {
    margin-bottom: 0px !important;
    margin-top: -5px;
}

.post_loop_content p.post-meta {
    margin-bottom: 10px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Post meta
/*-----------------------------------------------------------------------------------*/
.post-meta.meta-main-img {
    width: 100%;
    float: left;
}

.post-meta.meta-main-img a, .post-meta.meta-list-small {
    font-weight: normal;
    float: none !important;
    letter-spacing: 0px;
}

.post-meta.meta-main-img, .post-meta {
    font-family: Oswald !important;
    font-size: 11px !important;
    text-transform: capitalize !important;
}

.post-meta {
    line-height: 16px;
    margin: 5px 0px;
    color: #777;
}

.post-meta a, .post-meta a:hover {
    color: #777 !important;
}

.menu_post_feature .post-meta .post-date, .menu_post_feature .post-meta .post-author a {
    color: #E0E0E0 !important;
}

.slider-right-list-post .post-meta .post-date, .slider-right-list-post .post-meta .post-author a {
    color: #E0E0E0 !important;
}

.post-meta .post-author, .post-meta .post-date, .post-meta .meta-cat {
    font-weight: normal !important;
    letter-spacing: 0.3px;
    margin-right: 5px;
}

.post-meta .post-author.single_meta {
    float: left;
}

.caption_header .post-meta .post-author a {
    color: #FFF;
}
.cat_post_loop_display .image-post-title a{ color: #222 !important;}
.cat_post_loop_display .post-meta .post-author a{
    color: #777 !important;
}
.cat_post_loop_display .footer_meta a{ color: #222 !important;}
.post-meta .post-author a {
    color: #777 !important;
}

.post-author img {
    float: left;
    margin-right: 5px;
    width: 16px !important;
    height: 16px !important;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
}

.post-meta .post-author a {
    float: none !important;
    font-weight: normal !important;
}

.post-date-list {
    display: block;
    margin-bottom: 10px;
}

.post-date-list:last-child {
    margin-bottom: 0px;
}

.post-date-list h3 {
    font-size: 17px;
    line-height: 21px;
}

.meta-list-small-wraper {
    display: block;
    float: left;
    width: 170px;
}

.post-meta.meta-list-small {
    float: left;
    margin-right: 5px;
}

#tab3 .post-meta.meta-list-small {
    color: #222;
}

#tab3 img {
    width: 80px;
}

.category_color {
    float: left;
    margin-right: 5px;
    padding: 0px 10px;
    font-size: 12px;
    color: #FFF;
    height: 20px;
    line-height: 20px;
}

.category_color:hover {
    color: #FFF;
    text-decoration: none !important;
}

.rating-bg.rating-list-small {
    float: left;
    margin-top: 8px;
}

.main_post .image_post img {
    width: 352px;
    display: block;
}

.list_post_vertical.slider_post_list_right_small .feature-item .overlay_icon {
    margin-left: -39px;
}

.list_post_vertical .feature-item .overlay_icon,.main-post-col1 .small-feature .feature-item .overlay_icon,.main-post-col2 .small-feature .feature-item .overlay_icon {
    margin-left: -46px;
}

.feature-item:hover .overlay_icon {
    z-index: 999;
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.feature-item:hover .overlay_icon.fa.fa-picture-o {
    font-size: 16px;
}

.feature-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.feature-item .feature-link {
    padding: 0;
    background: #000;
    display: block;
}

.feature-item a img {
    display: block;
}

.feature-item img {
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0px auto;
}
.image_post.feature-item:hover a.feature-link img{
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.feature-item:hover .lrs,.feature-item:hover .lrsg {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0;
    bottom: 0;
    height: auto;
}

.post-date-wrapper {
    width: 70px;
    float: left;
    height: 87px;
    margin-right: 10px;
}

.post-date-wrapper .post-day-list {
    background: #D62F2F;
    color: #FFF;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    font-size: 40px;
}

.post-date-wrapper .post-month-list {
    background: #333;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}
/*feature post list*/
.feature-post-list li {
    width: 100%;
    float: left;
    padding-bottom: 13px !important;
    margin-bottom: 13px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}

.tab_post_category .feature-post-list .feature-image-link{float: right !important;}

.feature-post-list .feature-image-link {
    display: block;
    float: left;
    line-height: 0;
    position: relative;
    overflow: hidden;
    background: #000;
    width: 100px;
    height: 75px;
}

.feature-post-list .feature-image-link img {
    width: 100px;
}

.btn.default.read_more {
    background: #FFF;
    border: 1px solid #D62F2F;
    color: #D62F2F;
    margin-top: 10px;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
}

.btn.default.read_more:hover {
    color: #FFF;
    background: #D62F2F;
}

.more_button_post {
    color: #FFF !important;
    background: #D62F2F;
    margin-top: 10px;
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    float: right;
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.more_button_post:hover {
    background: #222 !important;
    color: #FFF;
    text-decoration: none !important;
}

.btn.default {
    padding-left: 10px!important;
    padding-right: 10px!important;
    background: #D62F2F;
    color: #FFF !important;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.btn.default:hover {
    color: #D62F2F !important;
    border: 1px solid #D62F2F;
    text-decoration: none !important;
}

.tab_post_category .feature-post-list .item-details{margin-right: 115px; margin-left: 0px;}
.feature-post-list .item-details {
    position: relative;
    margin-left: 115px;
    top: 0px;
}

.feature-post-list .feature-image-link img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.feature-post-list .feature-image-link:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.feature-post-list .feature-post-title {
    font-size: 16px;
    line-height: 1.2;
    margin: 0px;
    float: left;
    width: 100%;
}

.item_slide_caption .post-meta.meta-main-img {
    margin-left: -5px;
}

.item_slide_caption .post-meta.meta-main-img, .feature-post-list .post-meta.meta-main-img {
    width: 100%;
}

.feature-post-list .post-meta.meta-main-img {
    margin-top: 4px;
    margin-bottom: 0px;
}

.post_loop_content p {
    width: 100%;
    float: left;
}

.feature-post-list .post-meta.meta-main-img i,.post-meta.meta-main-img i {
    margin-right: 3px;
}

.wrap_box_style_main, .wrap_box_style_ul {
    float: left;
}

.wrap_box_style_main {
    padding-top: 0px !important;
    margin-bottom: 25px;
}
.wrap_box_style_main_white{
    margin-bottom: 17px !important;
    margin-top: 5px !important;
}
.main_post_2col_style {
    margin-bottom: 10px;
}

.post_list_widget.comment_widget a {
    float: left;
    margin-right: 13px;
    font-weight: bold;
}

.post_list_widget.comment_widget img {
    width: 70px;
    height: 70px;
}

.post_list_widget.comment_widget .list_title {
    font-size: 15px;
    line-height: 19px;
    width: 100%;
}

.post_list_widget.comment_widget .comment_desc {
    font-size: 14px !important;
    line-height: 1.615;
    margin-bottom: 0px;
    margin-top: -3px;
}

.image-flickr-widget li {
    list-style: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Tag
/*-----------------------------------------------------------------------------------*/
.tagcloud {
    padding: 0;
    ;
list-style: none;
}

.tagcloud a {
    float: left;
    margin: 0px 5px 5px 0px;
    font-size: 12px !important;
    background-color: #2E2E2E;
    color: #FFF;
    padding: 2px 15px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.tagcloud a:hover,.tag-cat a:hover {
    text-decoration: none !important;
    background: #D62F2F;
    color: #FFF;
}

#sidebar .feature-post-list.popular-post-widget li, #sidebar .feature-post-list.recent-post-widget li, #sidebar .feature-post-list li, #sidebar_small .feature-post-list.popular-post-widget li, #sidebar_small .feature-post-list.recent-post-widget li, #sidebar_small .feature-post-list li {
    border-bottom: 1px solid #e6e6e6;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

/*-----------------------------------------------------------------------------------*/
/*  Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
    text-align: center;
    margin-bottom: 30px;
}

.pagination>* {
    font-size: 15px;
    margin-right: 5px;
    padding: 5px 13px;
    display: inline-block;
}

.pagination>a {
    background: #222;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.pagination>a:hover, .pagination>span:hover {
    text-decoration: none !important;
    background: #fb4834;
    color: #FFF;
}

.pagination .current.box, .pagination>span {
    background: #fb4834;
    color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.single-pagination {
    margin-top: 25px;
    padding: 0 25px;
    position: relative;
}

.single-pagination .box {
    width: 100%;
    height: 70px;
    border-radius: 2px;
}

.single-pagination a {
    position: relative;
    top: 0;
    height: 70px;
    width: 50%;
}

/*-----------------------------------------------------------------------------------*/
/*  Load more
/*-----------------------------------------------------------------------------------*/
#content_masonry {
    position: relative;
    float: left;
    width: 100%;
}

#content_masonry_grid {
    position: relative;
    margin-bottom: 15px;
}

.content_masonry_grid_home {
    padding-bottom: 40px;
}

.content_masonry_list_home {
    padding-bottom: 25px;
}

.cat_post_loop_display {
    padding-bottom: 20px;
}

.pagination-more {
    display: block !important;
    text-align: center;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.pagination-more div a {
    padding: 12px 24px;
    width: 170px;
    color: #FFF !important;
    background: #222;
    text-transform: uppercase;
    font-size: 14px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.pagination-more div a:hover {
    background: #D62F2F;
    text-decoration: none !important;
}

.post_list_loadmore_nav .more-previous {
    padding-top: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  Load more grid
/*-----------------------------------------------------------------------------------*/
#content_masonry {
    position: relative;
    float: left;
    width: 100%;
}

.pagination-more-grid {
    display: block !important;
    text-align: center;
    padding-bottom: 9px;
    float: left;
    width: 100%;
}

.pagination-more-grid div a {
    padding: 12px 24px;
    width: 170px;
    color: #FFF !important;
    background: #222;
    text-transform: uppercase;
    font-size: 14px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.pagination-more-grid div a:hover {
    background: #D62F2F;
    text-decoration: none !important;
}

.post_grid_medium_widget {
    position: relative;
}

.post_grid_medium_widget #infscr-loading {
    bottom: -55px !important;
}

.grid_more_homepage #infscr-loading {
    bottom: -50px !important;
}

#infscr-loading {
    width: 200px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -95px;
    padding: 10px 0;
    z-index: 9999;
    background-color: #FFF;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  Feature post list
/*-----------------------------------------------------------------------------------*/
#sidebar .feature-post-list{
    margin-bottom: 0px;
}

.feature-post-list {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.feature-post-list .image_post.feature-item {
    margin-bottom: 0px;
}

.feature-post-list .image_post {
    display: block;
    float: left;
    width: 330px;
    position: relative !important;
}
.feature-image-link.image_post{width: auto;}
.feature-post-list .post_loop_content {
    width: 341px;
    position: relative !important;
    margin-left: 23px;
    float: left;
}

.two_columns_container .feature-post-list .post_loop_content {
    float: left;
    width: 463px;
    margin-left: 25px;
}

.sticky.feature-post-list .post_loop_content {
    float: none !important;
    top: 0px !important;
    border-top: 1px solid #E6DB55;
}

/*-----------------------------------------------------------------------------------*/
/*  Author box
/*-----------------------------------------------------------------------------------*/
.auth .socialmedia span {
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.auth .socialmedia span a {
    display: block;
}

.auth .socialmedia span a i {
    color: #FFF;
    font-size: 13px;
}

.auth .socialmedia span.globe {
    background: #ff835e;
}

.auth .socialmedia span.facebook {
    background: #3b5999;
}

.auth .socialmedia span.twitter {
    background: #00aced;
}

.auth .socialmedia span.googleplus {
    background: #d61e1e;
}

.auth .author_avata img {
    position: relative;
    float: left;
    padding-right: 15px;
}

.auth {
    background: #F9F9F9;
    border: 1px solid #E2E2E2;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 88px;
    float: left;
    width: 100%;
    padding-bottom: 0px;
}

.auth.author_post_list{
    border-top: 0px;
}

.auth h5 {
    margin-bottom: 5px;
}

.author-description a, .author-description a:hover {
    color: #444 !important;
}

.auth i {
    font-size: 20px;
}

.auth span {
    padding-right: 10px;
}

.auth p {
    margin-bottom: 14px;
}

.auth .author-info {
    margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Author profiles
/*-----------------------------------------------------------------------------------*/
.author-info {
    margin-bottom: 25px;
}

.author-info .author-avatar {
    float: none;
}

.author-info .author-description {
    margin-left: 102px;
}

.author-info .author-description h5 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800 !important;
    width: 100%;
    text-transform: uppercase;
}

.author-info .author-description h5 a{
    font-size: 28px !important;
}

.author-info .author-description h2 {
    font-size: 25px;
}

.author-info img.avatar {
    margin: 0px;
    float: left;
    -webkit-radius: 100px;
    -moz-radius: 100px;
    -o-radius: 100px;
    border-radius: 100px;
}

.author-description h2 {
    color: #656d78;
    line-height: 18px;
}

ul.author-social {
    margin: 0 0 10px;
}

ul.author-social li {
    float: left;
    list-style: none;
    margin-right: 3px;
}

ul.author-social li img {
    width: 25px;
    -webkit-radius: 25px;
    -moz-radius: 25px;
    -o-radius: 25px;
    border-radius: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*  Tag single post
/*-----------------------------------------------------------------------------------*/
.tag-cat a {
    background: #222;
    line-height: 17px;
    padding: 4px 10px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Oswald !important;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.tag-cat a:hover {
    background: #D62F2F;
}

.tag-cat .tag_title {
    font-family: Oswald !important;
    font-size: 12px;
    line-height: 17px;
    padding: 4px 10px;
    background: #D62F2F;
    color: #FFF;
    margin-right: 4px;
    float: left;
    margin-bottom: 4px;
}

/*-----------------------------------------------------------------------------------*/
/*  Share single post
/*-----------------------------------------------------------------------------------*/

.share-post {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
}

.share-post ul {
    width: 100%;
    float: left;
}

.share-post li {
    list-style: none !important;
    float: left;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px !important;
    padding: 4px 8px;
    margin: 2px 5px 2px 0;
    line-height: 16px;
    font-family: Oswald !important;
    text-transform: uppercase;
}

.share-post li a {
    color: #FFF;
}

.share-post li a:hover {
    text-decoration: none !important;
}

.share-post li a i {
    margin-right: 4px;
}

.share-post li.facebook {
    border: 0px solid #314b83;
    background-color: #4769A5;
}

.share-post li.twitter {
    border: 0px solid #0092ba;
    background-color: #65CCEF;
}

.share-post li.googleplus {
    border: 0px solid #ab2b1d;
    background-color: #bf3727;
}

.share-post li.linkedin {
    border: 0px solid #278cc0;
    background-color: #2ba3e1;
}

.share-post li.tumblr {
    border: 0px solid #2C3C4C;
    background-color: #34495e;
}

.share-post li.pinterest {
    border: 0px solid #ae1319;
    background-color: #cd252b;
}

.share-post li.mail {
    border: 0px solid #18AE91;
    background-color: #1abc9c;
}

/*-----------------------------------------------------------------------------------*/
/*  Post nav
/*-----------------------------------------------------------------------------------*/
.postnav {
    float: left;
    padding-top: 20px;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.postnav span.left {
    float: left;
    width: 45%;
}

.postnav span.left #prepost {
    float: left;
    max-width: 85%;
}

.postnav span.right {
    float: right;
    width: 45%;
}

#nextpost {
    float: right !important;
    max-width: 85% !important;
    line-height: 1.2;
}

.postnav a {
    font-size: 15px;
}

.postnav span.nextpost {
    margin-left: 10px;
}

.postnav span.previouspost {
    margin-right: 10px;
}

.postnav span i {
    font-size: 16px;
}

.postnav .fa-angle-double-left {
    margin-top: 7px;
    margin-right: 10px;
    font-size: 30px;
    float: left;
}

.postnav .fa-angle-double-right {
    margin-top: 7px;
    margin-left: 10px;
    font-size: 30px;
    float: right;
}

#nextpost {
    position: relative;
    float: right;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: right;
}

#nextpost:hover {
    text-decoration: underline;
    color: #D62F2F;
}

#nextpost:hover span {
    text-decoration: none !important;
}

#nextpost span {
    display: block;
    font-size: 13px;
    font-style: italic;
}

#prepost {
    position: relative;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
}

#prepost:hover {
    text-decoration: underline;
    color: #D62F2F;
}

#prepost:hover span {
    text-decoration: none !important;
}

#prepost span {
    display: block;
    font-size: 13px;
    font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/*  Related Posts
/*-----------------------------------------------------------------------------------*/
.related-posts h2 {
    font-size: 18px !important;
    line-height: 33px;
    min-height: 33px;
}

.related-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.related-posts ul li {
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    width: 169px;
    margin-right: 20px;
    list-style: none !important;
}

.related-posts {
    float: left;
    width: 100%;
}

.related-posts ul li .entry-thumb.feature-link {
    overflow: hidden;
    float: left;
    line-height: 0px;
    margin-bottom: 10px;
    position: relative;
}

.related-posts ul li .entry-thumb.feature-link img {
    width: 100%;
}

.related-posts ul li .entry-thumb.feature-link .ratings-wrapper {
    position: absolute;
    top: 5px;
    right: 5px;
}

.related-posts .rating-bg {
    background: url(http://presstelegraph.com/wp-content/themes/nanomag/img/rating_star-w.png) 0 0 repeat-x;
}

.related-posts ul li a img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.related-posts ul li a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.related-posts ul li.last-post-related {
    margin-right: 0;
}
.last-post-related {
    margin-right: 0 !important;
}

.related-posts .attachment-wt-archive-thumb {
    width: 150px;
    height: 100px;
    margin-bottom: 5px;
}

.related-posts h4 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 23px;
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*  Comment
/*-----------------------------------------------------------------------------------*/
#commentform label {
    clear: both;
    padding-right: 0px;
    width: 100%;
}

.comment {
    position: relative;
    margin-bottom: 20px;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta img {
    margin-right: 10px;
    float: left;
}

.comment-meta cite {
    display: block;
    font-size: 16px;
    padding-bottom: 0px;
}

.comment-content {
    display: block;
    border: 1px solid #D2D2D2;
    background: #FCFCFC;
    margin: 20px 0 0;
    padding: 10px 20px 25px;
}

.comment .reply {
    line-height: 28px;
    height: 28px;
    margin-top: -29px;
    padding: 0px 10px;
    position: absolute;
    right: 1px;
}

.comment .reply:hover {
}

.comment time {
    font-size: 13px;
}

.comments-area .comments-title,.comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}

.comments-area li {
    list-style: none !important;
}

#commentform #submit, .wpcf7-submit, .post-password-form input[type="submit"] {
    outline: none;
    height: 33px;
    padding: 0 15px;
    color: #FFF;
    border: 0px solid #dbdbdb;
    background: #222;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;

   transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.comment-form .newsletter label{float: left; width: 100% !important; }
#commentform #submit:hover, .wpcf7-submit:hover {
    color: #FFF;
    background: #fb4834;
}

.comments-area {
    padding: 20px;
    margin-top: 10px;
    background: #F9F9F9;
    border: 1px solid #E2E2E2;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
#commentform p {
float: left;
width: 100%;
}
.comments-area a{ font-weight: bold;}
.comments-area textarea,.comments-area input[type="text"] {
    width: 100%;
}

.comments-area h3#reply-title {
}

.comments-area .form-allowed-tags {
    font-size: 12px;
}

.imagefeature {
    position: relative;
    float: left;
    margin-right: 20px;
}

.required {
    position: relative;
    color: #900;
}

.post_list li {
    list-style: none !important;
}

.post_list_widget.comment_widget .post_list li {
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.post_list_widget.comment_widget .post_list li .list_desc {
    max-width: 76%;
    float: left;
}

.footer-columns .post_list_widget.comment_widget .post_list li {
    border-bottom: 1px solid #3D3D3D !important;
}


/*-----------------------------------------------------------------------------------*/
/*  Go to top
/*-----------------------------------------------------------------------------------*/
#go-top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

#go-top a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    background: #fb4834;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*  WooCommerce
/*-----------------------------------------------------------------------------------*/

  .woocommerce ul.products li.product .price {
    font-size: 18px;
    float: right;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 9px;
  }

  .woocommerce-product-search{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
  }

  .woocommerce-checkout .form-row .chosen-container-single .chosen-search input{
    background-image: none !important;
    padding: 5px 15px !important;
    margin-bottom: 10px !important;
}
.variations .label label {
margin-top: 14px;
color: #222 !important;
}
.woocommerce .button.add_to_cart_button.product_type_simple.loading{}
.woocommerce a.button.loading, .woocommerce-page a.button.loading{ color: #FFF;}
.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{
    top: 1px;
    position: absolute;
    height: 33px;
line-height: 33px;
}
.woocommerce #respond input#submit.loading{
    height: 33px !important;
    line-height: 33px !important;
}
.woocommerce a.button.added, .woocommerce-page a.button.added {
padding-right: 13px !important;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
margin-right: 10px;
}
.woocommerce-cart table.cart .product-thumbnail{
    text-align: center;
}

.woocommerce-cart table.cart .product-remove a.remove{ 
display: auto !important;}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover, .woocommerce a.remove:hover{
    text-decoration: none !important;
}

  .woocommerce_content_page h1.page-title{
    padding-bottom: 5px !important;
    font-weight: 800 !important;
    font-size: 27px;
    margin-bottom: 25px;
    line-height: 34px;

  }
.woocommerce .form-row .input-text {
  font-size: 12px;
  line-height: 21px;
  color: #444444;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  height: 34px !important;
  padding: 3px 9px 3px 9px;
}
.woocommerce-page ul .product {
  float: left !important;
  margin-right: 3.125% !important;
  width: 31.25% !important;
  /* responsive portrait phone */
}
.woocommerce-page ul .product.last {
  margin-right: 0px !important;
}
.woocommerce-page ul .product:before {
  content: '';
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img:hover, .woocommerce-page ul.products li.product a img:hover,
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img{
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.3);
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img{
box-shadow: 0 0px 0px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.3);
}
.widget_price_filter form{ float: left; width: 100%; margin-bottom: 0px;}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button,
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, 
.woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, 
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt{
    outline: none;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    color: #FFF;
    border: 0px solid #dbdbdb;
    background: #222;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 800;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    text-shadow: 0 0px 0 rgba(255,255,255,.8);
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table{float: left;}
.woocommerce .button.add_to_cart_button.product_type_simple{ color: #FFF !important;}
.woocommerce a.button.loading, .woocommerce-page a.button.loading{ color: #FFF;}
.woocommerce a.button.added, .woocommerce-page a.button.added{ padding-right: 25px;}
.woocommerce #content input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce-page #content input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before{
    top: 2px;
right: 3px;
font-size: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt{
    margin-bottom: 0px !important;
    color: #FFF !important;
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{
    width: 121px;
height: 33px;
line-height: 33px;
}
.product-name a, .product-name a:hover{ color: #222 !important;}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart{color: #fb4834; font-weight: bold;}
.woocommerce a.added_to_cart:hover, .woocommerce-page a.added_to_cart:hover{ text-decoration: none !important; }
.woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce-page .widget_price_filter .price_slider_amount .button:hover,
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, 
.woocommerce #content div.product form.cart .button:hover, .woocommerce div.product form.cart .button:hover, .woocommerce-page #content div.product form.cart .button:hover, .woocommerce-page div.product form.cart .button:hover,
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover
{ background: #fb4834; text-decoration: none !important;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
    box-shadow: none !important;
width: 75px !important;
margin-right: 13px;
margin-left: 0px;
float: left;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty{
    height: 33px;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus{
    height: 16px;
}
.woocommerce ul.products li.product .price{ float: left; width: 100%;}
.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price,
.woocommerce ul.products li.product .price{
    font-weight: bold;
    color: #000;
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 1.05em;

}
.woocommerce #content div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page div.product span.price del{
    font-weight: bold;
color: #ccc;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li{ 
    margin-bottom: 11px;
    padding: 0px 0px 13px 0px !important;
    background: none !important;
    border-bottom: 1px solid #e6e6e6 !important;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-ordering, .woocommerce-page .woocommerce-result-count{
    font-weight: bold !important;
}
.woocommerce ul.products li.product .star-rating span, .woocommerce ul.products li.product .star-rating span{ color: #fb4834;}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{ font-weight: bold; padding:0px; font-weight: bold;
font-size: 15px;
line-height: 1.2;
margin-bottom: 9px;}

.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title{
    font-weight: bold;
    letter-spacing: -1px;
}
.woocommerce .product .onsale{
    background: none #fb4834;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
margin: 0px !important;
left: 0px;
top: 0px;
font-weight: bold !important;
}
.woocommerce-page #content table.cart th{ background: #FFF !important;
color: #222 !important;}
.woocommerce.widget .ui-slider-range{ 
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
box-shadow: none !important;
}
.woocommerce.widget .ui-slider{
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.8) !important;
border-radius: 0px !important;
margin-bottom: 20px !important;
margin-top: 10px;
}
.woocommerce.widget .ui-slider .ui-slider-handle{
    box-shadow: none;
border: 1px solid #ffffff;
background: none #fb4834;
width: 15px;
height: 15px;
}
.woocommerce-tabs h2, .related.products h2{
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 23px;
    line-height: 1.2;
    float: left;
    width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs{
    padding: 0px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before{
    box-shadow: 0px 0px 0 #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a{
    width: 100%;
    font-weight: 800;
    padding: 0px;

}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active{
    padding: 0px;
    -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
box-shadow: 0 0px 0px rgba(0,0,0,.2),inset 0 0px 0 rgba(255,255,255,.6);
margin: 0px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
    border: 0px solid #e0dadf;
    background: none;
    background: none;
    background: none;
    background: none;
    background: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,.2),inset 0 0px 0 rgba(255,255,255,.6);
    margin: 0px;
    padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li{
    list-style: none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar{
    width: 50px;
    height: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{
    margin: 0 0 0 66px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta{
    margin-bottom: 0px;
}

.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price{
    font-size: 1.05em;
}

.cart_totals h2{
    font-weight: bold;
    letter-spacing: -1px;
}
.cart-collaterals table, .cart-collaterals table td, .cart-collaterals table th {
    border: 0px;
}

.woocommerce-cart .woocommerce .cart_totals th {
    width: 60% !important;
    font-size: 14px;
    font-weight: bold;
}

.woocommerce-cart .woocommerce .cart_totals td{
    font-style: 14px;
}
.cart-collaterals h2 {
    font-size: 16px;
    font-weight: bold;
}

.cart-collaterals h2 a:hover {
text-decoration: none !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    font-size: 12px;
    line-height: 21px;
    border-bottom: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 10px 0px 20px 0px !important;
    padding: 16px 120px 16px 40px !important;
    float: left;
    width: 100%;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before {
border-radius: 3px !important;
box-shadow: none !important;
display: block !important;
height: 31px !important;
left: 0 !important;
line-height: 31px !important;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
top: 11px !important;
width: 31px !important;
font-size: 21px !important;
text-shadow: none !important;
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li{
    list-style: none !important;
}
.payment_methods label {
width: auto !important;
display: initial !important;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{ 
border-top: 0px solid rgba(0,0,0,.1);
}
.chosen-single, .chosen-single:hover{ color: #222 !important; text-decoration: none !important;}
.woocommerce .order_details li, .woocommerce-page .order_details li{
    list-style: none !important;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3 {
font-weight: bold !important;
}
.button.wc-backward{ color: #FFF !important;}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{
    background: #fff !important;
    color: #222;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th{
    border-collapse: collapse;
}
.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button{
    color: #FFF !important;
}

.woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span{
    background: #fb4834;
    color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    margin-right: 5px;
    padding: 0px 13px;
    display: inline-block;
    height: 32px;
    line-height: 33px;
    font-weight: bold;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li a{
    background: #222;
    -webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li{
    border: 0px solid #e0dadf;
}
.woocommerce ul.products li.product h3:hover, .woocommerce-page ul.products li.product h3:hover{
    color: #222 !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    margin-top: 30px;
}
.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title{
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 800 !important;
}
.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product{
    float: left;
    width: 100%;
}
.woocommerce .product .onsale{
    top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/
footer {
    background: #222;
    padding-top: 45px;
    color: #CCC;
    box-shadow: 0 5px 6px rgba(0,0,0,0.4) inset;
    border-top: 4px solid #E6E6E6;
}
footer p { color: #ccc;}

footer .no_widget {
    padding-top: 0px;
}

footer a {
    color: #CCC;
}

footer .feature-post-list .feature-post-title a {
color: #ccc !important;
}

footer a:hover {
    text-decoration: underline;
    color: #CCC;
}

#footer-container .widget_meta li, #footer-container .widget_archive li, #footer-container .widget_rss li, #footer-container .widget_recent_entries li, #footer-container .widget_recent_comments li, #footer-container .widget_pages li, #footer-container .widget_categories li {
    border-bottom: 1px solid #3D3D3D;
}
#footer-container .widget_categories li a{ position: relative; margin-left: 15px;} 
#footer-container .widget_categories li a:before{
    content: close-quote;
    position: absolute;
    width: 0px;
    top: 3px;
    left: -15px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #646464;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}

.widget_meta li, .widget_archive li a, .widget_rss li a, .widget_recent_entries li a, .widget_recent_comments li a, .widget_pages li a, .widget_categories li a {
    font-weight: normal;
}

#footer-container .tab-container {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}

#footer-container #tab3 .post-meta.meta-list-small {
    color: #B0B0B8 !important;
}

.meta-list-small .post-date {
    text-transform: lowercase;
    letter-spacing: 0px !important;
    line-height: 19px;
}

#sidebar table thead, #sidebar_small table thead {
    background: #D62F2F;
}

h2 .rsswidget, h2 .rsswidget:hover {
    color: #FFF;
}

.widget ul li ul.sub-menu, .widget li ul li ul.children {
    border-left: 1px solid #CCC;
    margin: 10px 10px 10px 20px !important;
    padding-left: 5px;
}

.widget_nav_menu li {
    list-style: none;
}

#sidebar .feature-post-list li.tab-content-class:last-child, #sidebar_small .feature-post-list li.tab-content-class:last-child {
    padding-bottom: 15px !important;
}

#sidebar .feature-post-list li.tab-content-class:hover, #sidebar_small .feature-post-list li.tab-content-class:hover {
    background: none !important;
}

.tab-container.tabs-1 {
    padding: 20px 0px !important;
}

.tab-container {
    overflow: hidden;
    clear: both;
    float: left;
    padding: 0px;
    width: 100%;
    border-top: none;
}

.comment_tab .feature-post-list .feature-image-link, .comment_tab .feature-post-list .feature-image-link img {
    width: 80px;
    height: 80px;
}

.comment_tab .feature-post-list .item-details {
    margin-left: 95px !important;
    margin-top: -5px !important;
}

.tab-content h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tab-content {
    padding: 20px 0px;
}

.footer-columns .post-meta, .footer-columns .post-meta .post-author a {
    color: #CCC !important;
}

.footer-columns .four.columns:first-child {
    margin-left: 0 !important;
}

.footer-columns .four.columns {
    width: 29.91489% !important;
    margin-left: 5.12766% !important;
}

.footer-columns .four.columns .footer_logo_about {
    margin-bottom: 15px;
}

footer .widget-title {
    background: none;
    border-color: #3D3D3D;
    border-top: 0px;
}

footer .widget-title h2 {
    color: #c5c7cb;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    background: none;
    background-image: none !important;
    font-weight: 800 !important;
}

.footer_wrapper {
    background: #222;
    color: #FFF;
    padding: 10px 0px;
}

.footer_wrapper .row {
    margin-bottom: 0px;
}

.footer_wrapper a {
    color: #FFF;
}

.footer_menu {
    text-align: right;
}

.footer_menu ul li {
    display: inline-block;
}

footer table thead {
    background: #D62F2F;
}

footer table {
    background-color: #292929;
    border: 1px solid #424242;
}

footer table thead th,footer table tbody td,footer table tr td {
    border-top: 1px solid #424242;
}

.footer_carousel {
    background: #E7E7E7;
    height: 30px;
    line-height: 30px;
}

.footer_carousel .read_more_footer, .footer_carousel .link-more {
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.footer_carousel .link_more {
    height: 30px;
    line-height: 30px;
    width: 100%;
    float: left;
}

.footer_carousel .read_more_footer {
    float: left;
    line-height: 30px;
    margin-left: 10px;
    font-size: 13px !important;
}

.footer_carousel:hover .read_more_footer {
    color: #D62F2F;
}

.footer_carousel:hover .link-more {
    background: #D62F2F url(img/car-next.png) no-repeat 0px;
}

.meta-comment:hover a {
    text-decoration: none !important;
}

.footer_carousel .meta-comment {
    float: left;
    padding-left: 10px;
    color: #222;
    font-size: 14px;
}

.footer_carousel .link-more {
    width: 30px;
    height: 30px;
    float: right;
    background: #D1D1D1 url(img/car-next.png) no-repeat 0px;
}

.footer_carousel .link-more:hover {
    background: #D62F2F url(img/car-next.png) no-repeat 0px;
}

.footer_carousel .link-more a,.grid.caption_header .link-more a {
    display: block;
}

.footer_carousel .link-more a:hover,.grid.caption_header .link-more a:hover {
    text-decoration: none !important;
}
/*footer menu*/
.footer-bottom {
    background: #161616;
    padding: 12px 0;
    color: #CCC;
}

.footer-bottom .row {
    margin-bottom: 0px;
}

.footer-bottom .footer-left {
    font-size: 15px;
    padding-top: 6px;
}

.footer-right {
    text-align: right;
}

.menu-footer {
}

.menu-footer li {
    display: inline;
    list-style: none;
    margin: 0 5px;
    display: inline-block;
    color: #FFF;
    border-top: 3px solid rgba(0,0,0,0);
}

.menu-footer li a {
    text-decoration: none;
    color: #B0B0B0;
    font-size: 15px;
}

#footer-container .feature-post-list.popular-post-widget li,#footer-container .feature-post-list.recent-post-widget li,#footer-container .feature-post-list li {
    border-bottom: 1px solid #3D3D3D !important;
}

#footer-container_no_footer {
    padding-top: 0px !important;
}

a:hover,.menu-footer a:hover {
    text-decoration: underline !important;
}

.footer-columns .post-author a:hover,.post-author a:hover,.caption-overlay a,.tagcloud a {
    text-decoration: none !important;
}

footer .widget {
    float: left !important;
    margin-bottom: 35px;
    width: 100%;
}

footer .row {
    margin-bottom: 0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  IE style
/*-----------------------------------------------------------------------------------*/
.ie8 .main-post-image-slider .item_slide_caption h1 a, ie8 .full-width-slider .item_slide_caption h1 a {
    margin-left: -5px !important;
}

.ie8 .row {
    width: 1150px;
}

.ie8 .image_post.feature-item {
    float: none;
}

.ie8 .twelve.columns.carousel_header_wrapper {
    margin-bottom: 30px;
}

.ie8 .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: -45px;
    float: left;
    width: 45px;
    height: 45px;
    background: url(img/car-pre.png) no-repeat 0px center;
}

.ie8 .owl-theme .owl-controls .owl-buttons .owl-next {
    top: -45px;
    float: right;
    width: 45px;
    height: 45px;
    background: url(img/car-next.png) no-repeat 0px center;
}

.ie8 .item_slide_caption .post-meta.meta-main-img {
    height: auto;
    line-height: normal;
}

.ie8 .item_slide_caption .post-meta.meta-main-img span {
    margin: 3px 3px;
    float: left;
}

.ie8 .footer-bottom {
    padding: 0px 0px;
}

.ie9 .owl-carousel .owl-wrapper-outer .owl-wrapper {
    width: 100%;
    float: left;
}

.ie9 .item_slide_caption .post-meta.meta-main-img {
    height: auto;
    line-height: normal;
}

.ie9 .item_slide_caption .post-meta.meta-main-img span {
    margin: 3px 3px;
    float: left;
}