/*
Theme Name: Nanomag
Theme URI: https://themeforest.net/item/nanomag-responsive-wordpress-magazine-theme/10036095
Description: WordPress Responsive News/Magazine WordPress Theme.
Author: Jellywp
Author URI: https://themeforest.net/user/jellywp
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: two-columns
Text Domain: nanomag
*/

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

    + CSS Reset
    + Forms and contact form
    + layout(personal, video, techo, sport)
    + 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: 16px;
    line-height: 1.65;
    font-weight: 400;
}

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;
}

.gallery .gallery-item {
    width: 25%;
}

.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 {
    text-align: center !important;
}

.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: 10px;
}

.page_error_404_img {
	float: right;
	margin-right: 50px;
}

.page_error_404_msg {
	margin-top: 50px;
}

.page_error_404_msg h2 {
	font-size: 50px;
	font-weight: 800;
}

.page_error_404_msg p {
	margin-top: 20px;
	text-align: center;
}

.main_content {
    margin-bottom: 0px !important;
    position: relative;
    z-index: 10;
}

.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;
	text-align: justify;
}
.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: #000;
    margin: 0;
    display: block;
    margin-bottom: 0px;
    background: #fff;
	width: 100%;
}

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;
	width: 100%;
}

#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;
}

.pirate_forms_thankyou_wrap {
	color: #333;
	margin: 0 0 10px 0;
	background: #e0ffc7;
	border: 1px solid #b4d39b;
	padding: 15px 15px 0px 15px;
}

.pirate_forms_error_box {
	color: #333;
	margin: 0 0 10px 0;
	background: #ffc7c7;
	border: 1px solid #d39b9b;
	padding: 15px 15px 0px 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  layout personal
/*-----------------------------------------------------------------------------------*/
.personal_logo_position{
    text-align: center;
}
.header-wraper-personal .menu_wrapper{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7 !important;
}
.header-wraper-personal .menu_wrapper{
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0) !important;
}
.header-wraper-personal .menu_wrapper #mainmenu{
    background: #FFF !important;
}

.header-wraper-personal .menu_border_top, .menu_border_top_full{
    display: none;
}

.header-wraper-personal #mainmenu li>a{
    font-weight: 700;
}

.header-wraper-personal.theme_header_style_5{
    margin-bottom: 0px !important;
}

.header-wraper-personal .header_main_wrapper{
    padding: 35px 0px;
}

.header-wraper-personal #mainmenu > li > a {
    height: 48px !important;
    line-height: 48px !important;
}

.header-wraper-personal #mainmenu li > a, .header-wraper-personal .random_post_link a{
    color: #000;
}
.magazine_personal_layout .slider_wrapper_main.no_margin_slider {
    margin-top: 0px !important;
}
.magazine_default_layout .header_margin_slider{
    margin-top: 25px !important;
}
.magazine_personal_layout .slider_wrapper_main, .magazine_personal_layout .three_columns_container, .magazine_personal_layout .two_columns_container{
    margin-top: 50px !important;
}


.post_classic_display .more_button_post{
    float: left !important;
    margin-top: 4px;
}

.post_classic_display .large_post_share_icons {
    float: right;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2px;
}
.post_classic_display .large_post_share_icons li {
    display: inline-block;
}
.post_classic_display .large_post_share_icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #202020;
    border: 1px solid #202020;
    border-radius: 20px;
    font-size: 12px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.post_classic_display .large_post_share_icons li a:hover {
    background: #D62F2F;
    border: 1px solid #D62F2F;
    color: #FFF;
}

.post_classic_display{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.post_classic_display h3.image-post-title{
    text-align: left;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
.footer_large_post_style{
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 3px solid #000;
    padding: 5px 0px;
}

.post_classic_display .random_post_link i{
    font-size: 18px !important;
}

.header-wraper-personal .random_post_link{
    width: 65px !important;
}
.header-wraper-personal .menu_wrapper{
    background: #fff;
}
.share_btn_top {
    font-size: 23px;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    float: left;
}

.share_icons_header {
    float: left;
    position: relative;
    display: inline-block;
}

.share_dropdown_content {
    top: 48px;
    display: none;
    position: absolute;
    left: -90px;
    background-color: #fff;
    min-width: 155px;
    border: 1px solid #E6E6E6;
    padding: 5px 10px 10px 15px;
}

.share_dropdown_content a {
    color: black;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    display: block;
}

.share_dropdown_content a:hover {background-color: #f1f1f1}

.share_icons_header:hover .share_dropdown_content {
    display: block;
}


/*-----------------------------------------------------------------------------------*/
/*  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(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;
    cursor: pointer;
    display: none;
}

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

#pageslide {
    display: block;
    width: 300px;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 300px;
    padding: 20px 0px;
    background-color: #2d2743;
    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 li a{
    padding: 10px 0px;
    font-weight: 600;
    display: block;
}
#pageslide a i {
    margin-right: 5px;
}

#pageslide .menu_moble_slide > li {
    border-top: 1px solid #212121;
}
#pageslide .menu_moble_slide > li a {
    padding-left: 30px !important;
}
#pageslide .sub-menu li {
    border-top: 1px solid #212121;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#pageslide .menu_moble_slide li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0px;
    position: relative;
}
#pageslide .sub-menu .sub-menu a {
    padding-left: 30px;
}
#pageslide .menu_moble_slide li a:hover {
    text-decoration: none;
}
#pageslide .sub-menu > li a {
    padding-left: 40px !important;
}
#pageslide .sub-menu .sub-menu > li a {
    padding-left: 60px !important;
}
#pageslide .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 80px !important;
}
#pageslide .sub-menu .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 100px !important;
}
#pageslide .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 120px !important;
}
#pageslide .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 140px !important;
}
#pageslide .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 160px !important;
}
#pageslide .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 180px !important;
}
#pageslide .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 200px !important;
}
#pageslide .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 220px !important;
}
#pageslide a,
#pageslide .menu_moble_slide {
    color: #FFF;
    width: 100% !important;
    text-decoration: none !important;
}
#pageslide li:hover a {
    color: #ccc;
}
#pageslide a .arrow_down {
    background-color: #212121;
    border: 1px solid #333;
    padding: 0px;
    position: absolute;
    top: 4px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
}
#pageslide a .arrow_down i{
    margin: 0px;
}
#pageslide ul .menu-active-class {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 10px;
}
#pageslide .sub-menu {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    visibility: hidden;
    display: none;
    box-shadow: none;
}

#content .marsonry_grid_post, #content .marsonry_grid_post_static{
    float: left;
    width: 100%;
}

#content_nav div#nav {
    display: none;
}

#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;
}

.aq_block_tabs ul.aq-nav li a:hover{
    text-decoration: none !important;
}
.aq_block_tabs ul.aq-nav li{
    padding-bottom: 0px;
}
/*-----------------------------------------------------------------------------------*/
/*  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 !important;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    background-color: #252E41;
    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;

}

@-moz-document url-prefix() { 
	#searchsubmit {padding: 7px 15px 7px 15px !important;}
}


#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::-webkit-input-placeholder{
    color: #4A4A4A;
}
#search_block_top #search_query_top:focus {
    color: #4A4A4A;
}

#search_block_top button {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

#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;
}
.main_menu{
    position: relative;
}
#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: #1f1f1f;*/
    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 ul li>a{
    font-weight: 600;
}

#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: 14px;
    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;*/
	padding: 0px;
    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: #000 !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 rgba(255,255,255,0.2) !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 i{
    margin-top: 12px !important;
}

.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: none !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: #F51F33;
}

.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;
    position: relative;
}
.slider_wrapper_main {
    margin-top: 30px !important;
    float: left;
    width: 100%;
}

.header-slider-home {
    margin-bottom: 0px !important;
}
.header_main_wrapper img{
    height: 90px;
}
.header_main_wrapper .row,.header_main_wrapper img {
    margin-bottom: 0px;
}
#mainmenu{
   background-color: #000 !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: 0px;
    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: #000;

}

.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{
    float: left;
    width: 100%;
}

.theme_header_style_5 #theme_logo_img{
    max-width: 400px;
}

.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);
    background: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  header style 6
/*-----------------------------------------------------------------------------------*/ 
.theme_header_style_6 .menu_wrapper{
    background:#000;
}
.theme_header_style_6 .header_main_wrapper{
    padding: 30px 0px 5px 0px;
}


/*-----------------------------------------------------------------------------------*/
/*  header style 7
/*-----------------------------------------------------------------------------------*/ 
.theme_header_style_7{
    width: 100%;
}
.theme_header_style_7 .header_top_wrapper{
    background: #000 !important;
}
.theme_header_style_7 .tickerfloat_wrapper{
    background-color: #000 !important
}
.theme_header_style_7 .menu_wrapper{
    background: #da1010;
}
.theme_header_style_7 #mainmenu, .theme_header_style_7 .main_menu{
    background: none !important;
}
.theme_header_style_7 .header_main_wrapper{
    padding: 30px 0px 5px 0px;
}

.theme_header_style_7 .logo_link_small{
    float: left;
    width: 100px;
    height: 55px;
    margin-right: 15px;
}
.theme_header_style_7 #menu_wrapper img {
    margin-top: 14px;
}

.theme_header_style_7 #mainmenu{
    width: auto;
    height: 55px;
}
.theme_header_style_7 .random_post_link{
    height: 55px;
    line-height: 60px;
    text-align: right;
    overflow: hidden;
}
.theme_header_style_7 #mainmenu>li>a{
    height: 55px;
    line-height: 55px;
}
.theme_header_style_7 #mainmenu>li>a:hover{
    background: none !important;
}

.theme_header_style_7 #mainmenu li.current-menu-ancestor > a{
    background: none !important;
}



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

.home_page_fullscreen_slider .owl-pagination{
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.home_page_fullscreen_slider .owl-page span{
    background: #fff !important;
    width: 15px;
    height: 15px;
}
.home_page_fullscreen_slider .owl-page.active span,
.home_page_fullscreen_slider .owl-controls.clickable .owl-page:hover span{
    background: #869791;
}
.home_page_fullscreen_slider .item_slide_caption.builder_slider h1 a{
    text-transform: none;
    font-size: 50px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  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: #000;
    zoom: 1;
    margin: 0px;
    font-size: 20px;
    background: #FFF;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    -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;
    line-height: 35px;
    padding: 0px;
    -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 i, .owl-theme .owl-controls .owl-buttons .owl-next i{
    line-height: 35px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover,.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background-color: #000;
    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: uppercase !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: 1.2;
    font-size: 30px;
}
.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;
}

.personal_slider_meta_category, .personal_slider_meta_footer, .personal_slider_meta_category a, .personal_slider_meta_footer a, .personal_slider_meta_footer span, .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: 600;
}
.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;
    letter-spacing: 0.03em;
}

.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;
    overflow: hidden;
}

.slide-large-wrapper.header-slider2 .owl-pagination{
    display: none;
}

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

.grid_header_home .sub-post-image-slider, .grid_header_home .sub-post-image-slider img {
    width: 236px;
    height: 145px;
}

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

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

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

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

.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;
}
.full-width-slider.header-slider2 .owl-pagination{
    display: none;
}
.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;
    width: 100%;
}
.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;
    width: 100%;
}
.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: 14px;
    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;
}

.three_columns_post .feature-two-column:first-child{
    margin-left: 0;
}
.three_columns_post .feature-two-column{
    width: 32.12121%;
    float: left !important;
    margin-left: 1.81818%;
    padding: 0px !important;
    border: 0px !important;
}
.three_columns_post .feature-image-link.image_post{
    display: none !important;
}
.three_columns_post .feature-post-list .item-details{
    margin-left: 0px;
    margin-right: 0px;
}

.home_grid_medium_post .grid_2{
    width: 50% !important;
    margin: 0px !important;
    height: auto !important;
    border-bottom: 2px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    float: left;
}
.home_grid_medium_post .grid_2 .image_post{
    margin: 0px !important
}
.home_grid_medium_post .grid_below_image{
    width: 100% !important;
    border-bottom: 2px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.home_grid_medium_post .feature-post-list{
    margin: 0px !important;
    padding-bottom: 0px;
}
.home_grid_medium_post .caption_overlay_image{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    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 );

}

.home_grid_medium_post .image-post-title.columns_post a, .home_grid_medium_post .post-meta .post-date, .home_grid_medium_post .post-meta .post-author a{
    color: #fff !important;
}
.home_grid_medium_post .main_caption h3 a{
    font-size: 30px;
    line-height: 1.2;
}
.home_grid_medium_post .post-meta .post-author a{
    margin-left: 5px;
}

.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: 2px !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: 2px !important;
    text-indent: -9999px;
}

/*-----------------------------------------------------------------------------------*/
/*  Single post and Post format
/*-----------------------------------------------------------------------------------*/
.single_post_title {
    padding-bottom: 45px !important;
    border-bottom: 2px solid #e6e6e6 !important;
    margin-top: 5px;
}

.single_post_title .meta-category-small{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.single_post_title .meta-category-small a{
    color: #fff;
    background: #da1010;
    height: 20px;
    line-height: 20px !important;
    padding: 0px 10px;
    letter-spacing: 1px;
}

.single_post_title .post-meta.meta-main-img{
    width: 70% !important;
}

.single_post_title .view_counter_single{
    float: right;
    font-size: 15px !important;
    color: #9a9a9a !important;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}
.single_post_title .view_counter_single i{
    margin-right: 3px;
}

.single_post_title .view_love_wrapper {
    float: right;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
   
}

.single_post_title .single_meta_user img{
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
}


.single_post_title .single_meta_user{
    float: none;
    display: block;
}

.single_post_title .single_meta_user .author_link{
    padding-top: 3px;
    display: block;
}

.single_post_title .post-meta span, .single_post_title .post-meta span a{
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0px;
    color: #222 !important;
}

.single_post_title .single_meta_user .author_link a{
    text-transform: none !important;
    font-weight: bold !important;
}


.single_post_title .love_this_post_meta, .single_post_title .love_this_post_meta:hover {
    padding-top: 6px !important;
	background: none;
    padding: 0px;
    line-height: 30px !important;
    height: 30px !important;
    margin: 0px !important;
}

.single_post_title .love_this_post_meta a{
    color: #9a9a9a !important;
    padding: 0px !important;
    height: auto !important;
}

.single_post_title .love_this_post_meta a, .single_post_title .love_this_post_meta i{
    font-size: 15px !important;
    font-weight: 600;
}

.single_post_title .love_this_post_meta:after{
    display: none !important;
}

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

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

.breadcrumbs_options li {
    display: inline;
    list-style: none;
    padding-right: 5px;
}
.breadcrumbs_options ol {
    margin-left: 0 !important;
}
.breadcrumbs_options li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
}

.categories-title.title, .page-title, .single_post_title {
    margin-bottom: 25px;
    border-bottom: 4px solid #000;
    padding-top: 5px;
    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: 5px !important;
    padding-bottom: 5px;
    font-weight: 700 !important;
    text-transform: none;
    font-size: 30px;
    line-height: 1.1;
    float: left;
    width: 100%;
    color: #000;
}

.single_post_format{ float: left; width: 100%; margin-bottom: 5px;}
.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;
}

ul.feature-post-list.large_list_bellow.3_main_bellow_post_list{
    padding-top: 15px !important;
}
.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{
    
}
.no-load-more-list-home{
    
}

.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(img/rating_star.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-bg .rating {
    float: left;
    height: 16px;
    background: url(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;
    margin-top: 5px;
}

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

.progress-bar .review_bar {
    width: 100%;
    float: left;
    margin-bottom: 0px !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: 18px !important;
    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;
}

.user_review-user-review-criteria {
    color: #FFFFFF;
    padding: 10px 12px; 
    margin: 0px;
    background: #202020; 
    position: relative; 
    text-transform: uppercase;
    float: left;
    width: 100%;
}

span.user_review-criteria-star-under {
    background: url(https://www.koi-nya.net/wordpress/wp-content/themes/nanomag/img/star-rating.png) no-repeat; 
    background-position: 0px -20px;
    height: 18px; 
    width: 100px; 
    position: absolute; 
    top: 13px; 
    right: 10px; 
}
        
span.user_review-criteria-star-top {
    background:url(https://www.koi-nya.net/wordpress/wp-content/themes/nanomag/img/star-rating.png) no-repeat;
    height:18px; 
    position:absolute; 
    top:0px; 
    left:0px; 
}

/*-----------------------------------------------------------------------------------*/
/*  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: 10px;
    width: 100%;
    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 {
    font-size: 17px;
    height: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    float: left;
    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;
    width: 100%;
}

.ads728x90-thumb a {
    float: left;
    width: 100%;
}

/* Para el skin */
.twelve, .columns, .feature-three {
	z-index: 20;
	position: relative;
}

.feature-three-column-home{
    width: 31.934242%;
    float: left;
    margin-left: 2%;
}
.feature-three-column-home.first-child-grid{ margin-left: 0px !important;}

/*-----------------------------------------------------------------------------------*/
/*  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: 335px;
}

.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;
}

.page_with_sidebar  p {
    text-align: justify;
}

#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;
}


.marsonry_grid_post.widget_container{
    float: left;
    width: 100%;
    position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*  Three columns
/*-----------------------------------------------------------------------------------*/ 
.content_display_col3.stick{
    margin-left: 23px;
}
.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-pagination {
    display: none;
}
.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 .caption_overlay_image{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    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 );
}
.builder_slider .main_caption h3 a {
    font-size: 30px;
    line-height: 1.2;
}
.builder_slider .image-post-title.columns_post a, .builder_slider .post-meta .post-date, .builder_slider .post-meta .post-author a {
    color: #fff !important;
}
.builder_slider .owl-pagination{
    display: none;
}
.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 !important; font-weight: 700;}
.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: #000 !important;
    color: #fff;
    width: 27px !important;
    line-height: 25px;
    height: 27px !important;
    top: 10px !important;
    font-size: 20px !important;
}

.carousel_header_wrapper .carousel_header .owl-controls .owl-next {
    right: 13px !important;
    background: #000 !important;
    color: #fff;
    width: 27px !important;
    line-height: 25px;
    height: 27px !important;
    top: 10px !important;
    font-size: 20px !important;
}

.carousel_pagebuilder_wrapper .owl-controls .owl-prev{
    background: #000 !important;
    color: #fff !important;
    width: 27px !important;
    line-height: 27px !important;
    height: 27px !important;
    font-size: 20px !important;
}

.carousel_pagebuilder_wrapper .owl-controls .owl-next{
    font-size: 20px !important;
    color: #fff !important;
    background: #000 !important;
    width: 27px !important;
    line-height: 27px !important;
    height: 27px !important;
}

.carousel_pagebuilder_wrapper .owl-controls .owl-prev i, .carousel_pagebuilder_wrapper .owl-controls .owl-next i{
    line-height: 27px !important;
}



/* Carousel 2 columns*/
.owl_carousel_builder_2col{
    float: left;
    position: relative;
    width: 100%;
}
.owl_carousel_builder_2col .feature-four-column.medium-four-columns{
    width: 100%;
    margin: 0px;
    position: relative;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.owl_carousel_builder_2col .caption_overlay_image{ 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    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 );
}
.owl_carousel_builder_2col .image_post{
    margin-bottom: 0px !important;
}

.owl_carousel_builder_2col .image-post-title.columns_post a, .owl_carousel_builder_2col .post-meta .post-date, .owl_carousel_builder_2col .post-meta .post-author a{
    color: #fff !important;
}
.owl_carousel_builder_2col .owl-controls .owl-prev{
   background: #fff !important;
    border-radius: 0px !important;
    color: #000 !important;
}

.owl_carousel_builder_2col .owl-controls .owl-next{
    background: #fff !important;
    border-radius: 0px !important;
    color: #000 !important;
}
.owl_carousel_builder_2col .owl-controls{
    width: 55px !important;
    top: 0px !important;
    left: 0px;
    position: absolute !important;
}




.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: 2px !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: 2px !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 #2E2B43;
    border-bottom: 1px solid #ccc;
}

ul.tabs li, ul.tabs1 li, ul.hover_tab_post_large li {
    width: 25%;
    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: #2E2B43;
}

/* Color del tab pulsado en la página principal */
.tab-active {
    color: #000 !important;
}

#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: #F51F33;
}

.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 {
    width: 309px;
    height: 407px;
    overflow: hidden;
}

.slider-right-list-post ul {
    padding: 15px;
    background: #000;
    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: #1f1f1f;
    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 #232323 !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: rgba(0,0,0,0.3);
}

.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);
    background: rgba(0,0,0,0.3);
}

.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: 12px;
    float: left;
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
}

.love_this_post_meta {
    background: #F51F33;
    position: relative;
    float: right;
    padding: 0 6px !important;
    height: 17px !important;
    line-height: 17px !important;
    float: right;
    color: #fff;
    font-size: 11px !important;
    margin-top: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.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: 18px !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: 15px;
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 0px solid rgba(0,0,0,0);
    border-top: 5px solid #F51F33;
}

.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(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: 21px;
    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: 1px;
}

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



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

.post-meta a, .post-meta a:hover {
    color: #777 !important;
    text-transform: uppercase !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: 10px;
}

.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 .content_page{
    float: left;
    width: 100%;
}
.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: 14px;
    line-height: 1.1;
    margin: 0px;
    float: left;
    width: 100%;
}
.personal_slider_home .owl-controls{
    top: 50% !important;
    left: auto !important;
    margin-top: auto !important;
    position: static !important;
    text-align: auto !important;
    width: 100% !important;
}
.personal_slider_home .owl-buttons .owl-prev{
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 50% !important;
    margin-top: -20px !important;
    padding: 0px !important;
}
.personal_slider_home .owl-buttons .owl-next{
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    right: 15px;
    position: absolute;
    text-align: center;
    top: 50% !important;
    margin-top: -20px !important;
    padding: 0px !important;
}

.personal_slider_home .owl-buttons .owl-prev i, .personal_slider_home .owl-buttons .owl-next i{
    line-height: 40px !important;
}
.personal_slider_home .item_slide_caption.builder_slider{
    top: 50%;
    background: none;
    left: 27%;
    right: 27%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0px !important;
    bottom: auto;
    text-align: center;

}

.personal_slider_home .item_slide_caption.builder_slider h1 a{
    box-shadow: none !important;
    background: none !important;
    background-color: none !important;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.333);
    font-size: 35px;
    padding: 0px !important;
    margin:0px !important;
}

.personal_slider_home .feature-link img{
    opacity: 0.8;
}

.personal_slider_meta_footer, .personal_slider_meta_category{
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    background: none !important;
    font-size: 12px !important;
    margin: 0px !important;
    padding: 0px !important
}
.personal_slider_home .item_slide_caption h1{
    width: 100% !important;
}

.home_page_fullscreen_slider{
    margin: 0px !important;
    min-height: 65px;
}

.home_page_fullscreen_slider .personal_slider_meta_category a{
    background: #da1010;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    margin: 0px 3px;
}

.home_page_fullscreen_slider .home_large_img_slider{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
    padding-bottom: 48%;
}

.home_page_fullscreen_slider .jelly_image_post_thumb{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.personal_slider_meta_category a, .personal_slider_meta_footer a, .personal_slider_meta_footer span, .personal_slider_meta_category span{
    font-size: 11px;
    letter-spacing: 1px;
    float: none !important;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.333);
}
.personal_slider_meta_footer i{
    margin-right: 5px !important;
}
.personal_slider_meta_footer .single_meta{
    margin-right: 10px;
}
.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;
    font-size: 12px;
}

.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: 0px 9px;
    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;
}

.home_3_col_post{
    padding-right: 0px !important;
    border-right: 0px !important;
}

.home_3_col_post .medium-two-columns{
    width: 347px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  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: 250px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -145px;
    padding: 20px 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;
	text-align: justify;
}

.auth .author-info {
    margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Author profiles
/*-----------------------------------------------------------------------------------*/
.author-info {
    margin-bottom: 25px;
}

.author-info .author-avatar {
    float: left;
}

.author-info .author-description {
    margin-left: 120px;
	text-align: justify !important;
}

.author-info .author-description h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800 !important;
    width: 100%;
    text-transform: uppercase;
}

.author-info .author-description i {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.author-info .author-description h5 a{
    font-size: 20px !important;
}

.author-info .author-description h2 {
    font-size: 25px;
}

.author-info img.avatar {
    margin: 0px;
    float: left;
}

.author-description h2 {
    color: #656d78;
    line-height: 18px;
}

ul.author-social {
    margin: 10px 0px;
}

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;
}

.author_cargo {
	float: right;
    background: #B00000;
    color: #fff;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
    margin-bottom: 2px;
    background-position: 93%;
    text-decoration: none;
    padding: 0px 5px;
    font-size: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.251);
	-moz-box-shadow: inset 0 -3px 5px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -3px 5px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 -3px 5px rgba(255,255,255,0.3), 0px 1px 3px rgba(0,0,0,0.3);
}
}

/*-----------------------------------------------------------------------------------*/
/*  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;
}

#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;
}

/*-----------------------------------------------------------------------------------*/
/*  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(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;
    line-height: 1;
}

.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%;
}
#commentform .logged-in-as{
    margin-bottom: 0px;
}

#commentform .form-submit, #commentform #submit{
    margin-bottom: 0px;
}
.comments-area a{ font-weight: bold;}
.comments-area textarea,.comments-area input[type="text"] {
    width: 100%;
}

.comments-area h3#reply-title {
    margin-bottom: 0px;
}

.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: 35px;
    height: 35px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    background: #F51F33;
    font-size: 13px;
    line-height: 35px;
    cursor: pointer;
    border-radius: 2px;
}

.fa-chevron-up {
	line-height: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  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;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    float: left;
}
.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 ul.products li.product .price del{
    float: left;
    margin-right: 10px;
}
.woocommerce div.product p.price del{
    margin-right: 10px;
}
.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;

}
.related.products ul li{    width: 22.05% !important;}

.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: #484848;
}
.woocommerce #reviews #comments ol.commentlist{
    float: left;
    margin-top: 15px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
    border:0px;
}
.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, #footer-container .widget_nav_menu li a{ position: relative; margin-left: 15px;} 
#footer-container .widget_categories li a:before, #footer-container .widget_nav_menu 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;
	border-bottom: 1px solid #3D3D3D;
	padding: 5px 0px;
	list-style-position: outside;
	
}

#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;
}

.ie8 .owl-theme .owl-controls .owl-buttons .owl-next {
    top: -45px;
    float: right;
    width: 45px;
    height: 45px;
}

.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;
}

/*-----------------------------------------------------------------------------------*/
/*  Estilos propios de KN Nanomag (Nuestra versión)
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  Zona: Header / Función: ancho del logo / Función: cambios por Banner/SKIN
/*-----------------------------------------------------------------------------------*/

#theme_logo_img{
    max-width: 450px;
}

.header_main_wrapper_banner {
	height: 140px !important;
}

/*Versión para SKIN*/
#theme_logo_img2{
	float: left;
	max-width: 130px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 220px;
}

/*.header_skin_img {
    position: absolute;
    max-width: 1420px;
    left: 50%;
    margin-left: -709px;
    margin-top: 40px;
}*/

.header_skin_img {
	margin-left: -1097px;
	left: 50%;
	margin-top: 40px;
	position: absolute;
    max-width: none !important;
}

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

@-moz-document url-prefix() { 
	.header_main_wrapper_skin {
		height: 115px !important;
        padding-top: 0px !important;
	}
}

.header_main_wrapper_skin {
	height: 140px;
    padding: 0;
    padding-top: 13px;
}


/*-----------------------------------------------------------------------------------*/
/*  Zona: Header / Función: muestra a Koinya-tan
/*-----------------------------------------------------------------------------------*/

.header_koinyatan {
	background-image: url('https://www.koi-nya.net/wordpress/wp-content/themes/nanomag/kn_img/koinyatan_up.png');
	background-repeat: no-repeat;
	background-size: 750px auto;
	background-position: 400px -10px;
	height: 200px;	
}

.kn_header_main_wrapper {
    float: left;
    width: 100%;
    padding: 0px 0px;
    position: relative;
}

.kn_header_main_wrapper img{
	margin-top:40px;
    height: 90px;
}


/*-----------------------------------------------------------------------------------*/
/*  Zona: Megamenú
/*-----------------------------------------------------------------------------------*/

#mainmenu,
.menu_post_feature {
    background-color: #2d2743 !important;    
    box-shadow: inset 0 -3px 0px rgba(255,255,255,.2);
}

.menu_post_feature ul.hover_tab_post_large li.active a, .menu_post_feature ul.hover_tab_post_large li.active, html ul.hover_tab_post_large li.active a:hover {
    background-color: #2d2743 !important;
}
#mainmenu li.current_page_item>a, #mainmenu li.current-menu-item>a,#mainmenu > li:hover {
    box-shadow: inset 0 -3px 0px rgba(255,255,255,.2)    
}

.menu_post_feature ul.hover_tab_post_large,
#mainmenu li.current_page_item>a, #mainmenu li.current-menu-item>a, #menu a.current, #mainmenu > li:hover {
    background-color: #444f6b !important;
}

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

.menu_post_feature h3 a:hover.kn-image-post-title-link-menu {
    text-decoration: none !important;
    background: none !important;
    color: #777 !important;
}

.kn-post-date-menu {
	color: #E0E0E0 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	letter-spacing: 0.3px;
	font-size: 12px;
}

.kn_image_post_megamenu {
	width: 255px!important;height: 160px!important;
	position: relative !important;
	background-color:#000;
}

.kn_image_post_megamenu img {
    width: 255px!important;height: 160px!important;
}

.kn_image_post_megamenu img:hover {
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    filter: alpha(opacity=90);
}

.kn_mainmenu_all {
	margin-top: -10px;
	margin-bottom: 10px;
}

.kn_mainmenu_all_ul > li > .kn_mainmenu_all_link:before {
	font-family: 'FontAwesome';
	content: "\f105";
	color: #FFF;
}

.kn_mainmenu_all_ul li {
	list-style: none !important;
	display: inline !important;
	border-bottom: 0px !important;
	padding: 0px !important;
}

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

/*-----------------------------------------------------------------------------------*/
/*  Zona: Megamenú / Función: Calendario
/*-----------------------------------------------------------------------------------*/

.kn_mainmenu_cal_jp {float:right !important;}
.kn_mainmenu_cal_es {float:right !important;}
.kn_mainmenu_cal_anime {float:right !important;}

.kn_mainmenu_cal_jp li > a {height: 1px !important;line-height: normal !important;}
.kn_mainmenu_cal_es li > a  {height: 1px !important;line-height: normal !important;}
.kn_mainmenu_cal_anime  li > a {height: 1px !important;line-height: normal !important;}

.kn_mainmenu_calendario ul {
	width: 350px !important;
}

.kn_mainmenu_calendario ul  > :first-child {
	font-weight: 600;text-transform: uppercase;
}

.kn_mainmenu_calendario li {
	border-bottom: 0 !important;
}

.kn_mainmenu_calendario li  > a{
	background: none; display:inline;
}

.kn_mainmenu_calendario li  > a:hover{
	text-decoration: underline !important;
}

.kn_mainmenu_calendario li  > i{
	color:#CCC;
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Slider
/*-----------------------------------------------------------------------------------*/

.slider-right-list-post {
    float: left;
}
.slider-large, .slide-large-wrapper {
    float: right;
}

.right-list-post-title {
    background-color: #444F6B;
}
.slider-right-list-post ul {
    background-color: #252E41;
}

.kn-noticiones-img img {
	float: left;
}

.kn-noticiones-title a {
	height: auto !important;
	font-size: 12px !important;
	padding: 0px !important;
	margin-bottom: 5px !important;
	color: #FFF;
	font-weight: bold;
}

.kn-noticiones-title {
	line-height: 10px !important;
	text-align: left;
}

.kn-noticiones-title a:hover {
	text-decoration: none !important;
    background: none !important;
    color: #777 !important;
}

.item_slide_caption h1 a, .main-post-image-slider .item_slide_caption h1 a, .builder_slider .item_slide_caption h1 a {
    box-shadow: 5px 0 0 rgba(245, 31, 51, 0.6),-5px 0 0 rgba(245, 31, 51, 0.6);
    background-color: #f51f33;
	background-color: rgba(245, 31, 51, 0.6);
}

.image_post {
	background-color:#000 !important;
}

 .kn-noticiones-img img:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    filter: alpha(opacity=90);
}

.kn_image_post_slider_large {
	width: 559px!important;height: 407px;
	position: relative !important;
	background-color:#000;
}

.kn_image_post_slider_large img:hover {
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    filter: alpha(opacity=90);
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Bloque de noticias
/*-----------------------------------------------------------------------------------*/

.noticias_title h2 {background: #2E2B43 !important;}

.kn-clock {}

.post_des {
	margin-bottom: 0px !important;
	text-align: justify;
	}

.alm-load-more-btn {
	background: #F51F33 !important;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}


.kn_ver_todo a, .tabs2 a {
	line-height: 0 !important;
	color: #F51F33;
	float: right;
	margin-top: 15px;
}

.kn_ver_todo a:hover, .tabs2 a:hover {
	text-decoration: none !important;
	color: #2E2B43 !important;
}

.kn_ver_todo span, .tabs2 span  {
	border: solid 2px #F51F33;
	padding: 1px 3px 0px 3px;
}

.tabs2 li {
    display: inline;
}

.tabs2 a {
    font-size: 12px;
	margin-left: 5px;
}

.tabs2 li a {
    font-size: 12px;
	margin-left: 5px;
}

.kn_bloque_subtitulo {
	margin-top: 10px;
	font-style: italic;
	min-height: 60px !important;
}

.feature-post-list li {
	min-height: 90px !important;
}

.kn-meta-category-small a {
	font-size: 12px !important;
	color: #777 !important;
	text-transform: uppercase !important;
}

.kn-meta-category-small a:hover {
	text-decoration: none !important;
	color: #000 !important;
}

.kn-meta-category-index a {
	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;
	letter-spacing: 0.03em;
}

.kn-meta-category-index a:hover {
	text-decoration: underline;
}

.meta-comment {
	padding-left: 10px;
}

.kn-post-date-bloque {
	color: #777 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	letter-spacing: 0.3px;
	font-size: 12px;
	margin-right: 10px;
}

.kn-meta-category-small-2 {
	vertical-align: top !important;
	margin: 0px !important;
}

.kn-meta-category-small-2 a {
	font-size: 10px !important;
	color: #777 !important;
	text-transform: uppercase !important;
}

.kn-meta-category-small-2 a:hover {
	text-decoration: none !important;
	color: #000 !important;
}

.kn-post-date-bloque-2 {
	color: #777 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	letter-spacing: 0.3px;
	font-size: 10px;
	margin-right: 5px;
}

.kn-meta-category-small-3  {
	font-size: 14px !important;
	color: #777 !important;
}

.kn_bloque_image_post {
	display: block;
	width: 100%!important;height: 94px!important;
	position: relative !important;
	background-color:#000;
}

.kn_bloque_image_post img:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    filter: alpha(opacity=90);
}

.kn_meta_holder {
	margin-bottom: 10px;
	margin-top: 2px;
}

.kn_specials_image_post  {
	display: block;
	width: 172px!important;height: 172px!important;
	position: relative !important;
	background-color:#000;
}

.kn_specials_image_post img:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    filter: alpha(opacity=90);
}

.kn_specials_title {
	font-size: 14px !important;
	width: 155px !important;
	margin-left: 9px !important;
	padding: 5px 5px 12px 5px !important;
}

.alm-listing li img {
	/*Necesario para modificar los estilos del plugin del Load More*/
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.alm-listing li {
	padding: 0 0 0 0px !important;
}



/*-----------------------------------------------------------------------------------*/
/*  Zona: Sidebar
/*-----------------------------------------------------------------------------------*/

.widget_plegable {
	cursor:pointer;
}

.widget-title, h3.widget-title {
    border-bottom-color: #2E2B43;
}
.widget-title h2, h3.widget-title span {
    color: #fff;
    padding: 0px 9px 5px 9px;
    background-image: none !important;
}
#sidebar .widget-title, #sidebar h3.widget-title {
    border: none;
}
#sidebar .widget-title h2, #sidebar h3.widget-title span {
    width: 100%;
    background-color: #2E2B43;
    text-align: left;
}
#sidebar .widget .buscador {
    width: 100% !important;
}

.kn_sidebar_out a {
	font-size:12px;
	line-height: 0 !important;
	color: #555555;
	margin-top: 15px;
	font-weight: normal !important;
	margin-right: 0px !important;
}

.kn_sidebar_out a:hover {
	text-decoration: none !important;
	color: #2E2B43 !important;
}

.kn_sidebar_out span {
	border: solid 2px #555555;
	padding: 1px 3px 0px 3px;
}

.box-1 .inside h3 {
    box-shadow: 5px 0 0 rgba(245, 31, 51, 0.6),-5px 0 0 rgba(245, 31, 51, 0.6);
    background-color: #f51f33;
	background-color: rgba(245, 31, 51, 0.6);
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Sidebar / Función: widgets
/*-----------------------------------------------------------------------------------*/

#kn_widget_last {

}

#kn_widget_last img {
	margin-left: 10px;
}

#kn_widget_last_title {
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 3px solid #2E2B43;
	margin-bottom: 15px;
	padding: 5px;
}

.kn_widget_last_item {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.kn_widget_last_item a {
	color: #767676 !important;
}

.kn_image_post_popular {
	width: 347px!important;height: 100px!important;
	position: relative !important;
	background-color:#000;
}

.kn_image_post_popular img:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    filter: alpha(opacity=90);
}
/*-----------------------------------------------------------------------------------*/
/*  Zona: Sidebar / Función: Widget Rincón del laburo
/*-----------------------------------------------------------------------------------*/

.barrera_latigo {
	border-bottom: 2px solid #2e2b43;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	color: #2e2b43;
	margin: 10px 0px;
}

.menu_laburo li {
	font-size: 12px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Sidebar / Widget: Nota del día
/*-----------------------------------------------------------------------------------*/

.nota_del_dia {
    border: 3px solid #a8a8a8;
    padding: 7px;
}
.nota_del_dia h1 {
    position: relative;
    display: inline-block;
    color: #2e2846;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 24px;
    line-height: 1;
    border: 2px solid #2e2846;
    border-radius: 5px;
    margin-bottom: 11px;
}
.nota_del_dia h1:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 11px 0;
    border-color: transparent #2d2743 transparent transparent;
    position: absolute;
    bottom: -13px;
    right: 20px;
    border-style: inset;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.nota_del_dia .image {
    margin: 0;
    padding: 7px 0;
}
.nota_del_dia .image img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.nota_del_dia .text {
    padding: 16px 8px;
    background-color: #d3d3d3;
    color: #000;
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Single / Función: modifica las entradas
/*-----------------------------------------------------------------------------------*/

.post_content p {
	text-align: justify;
}

.post_content ul {
    padding-left: 15px;
}

.post li {
	text-align: justify;
}

.post_content h1 {
	border-bottom: 2px solid #e6e6e6 !important;
	font-size: 30px !important;
}

.kn_text_derecha {
	padding-left: 35%;
}

.kn_text_izquierda{
	padding-right: 35%;
}

.kn_cita {
	width: 25%;
	text-align: center !important;
	font-style: italic;
	font-size: 18px;
	float: left;
	color: #767676 !important;
	border-bottom: 2px solid #767676;
	border-top: 2px solid #767676;
	padding: 10px;
	margin: 20px;
}

.sauces {
	text-align: right;
	margin-bottom: 20px;
	font-size: 12px;
}

.single_subtitulo {
	font-size: 12px;
	color: #767676 !important;
	font-weight: 600;
	border-bottom: 2px solid #e6e6e6;
	padding: 5px 0;
}

.fluidvids {
	margin-bottom: 20px;
}

/*Modifica los colores de la tabla de figuras/licencias*/
.review h2 {
	background-color: #F51F33 !important;
}

/*Modifica los colores de la tabla de spoilers*/
.spoiler div.spoiler_title {
	background: none repeat scroll 0 0 #F51F33 !important;
	margin-left: 0px !important;
	padding-left: 10px !important;
	font-family: Hind !important;
}
.spoiler div.spoiler_content {
	border: 0px 1px 1px 1px #F51F33 dashed !important;
	margin-left: 0px !important;
}

.kn_aviso_com {
	text-align: justify;
	font-size: 13px;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px 0px;
}

/*Reviewbox*/

.review {
    margin: 10px 0 10px !important;
}

.reviewbox .score .title {margin-left: 210px;}

/*Estilos del corner para reviews*/

.kn_corner {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.kn_corner_author {
	float: right;
	padding: 15px;
	border-bottom: 3px solid #302d3c;
	margin-right: 20px;
	color: white;
	text-shadow: 2px 1.2px #302d3c;
}

.kn_corner_author p {
	font-weight: 600;
}

.kn_corner_cont {
	padding: 10px 25px;
	text-align: justify;
	font-size: 14px;
	width: 70%;
	box-shadow: 0px 0 0 rgba(48, 45, 60, 0.6),0px 0 0 rgba(48, 45, 60, 0.6);
	background-color: #302d3c;
	background-color: rgba(48, 45, 60, 0.6);
	color: white;
}
	
.kn_corner_title {
	font-size: 22px;
	font-weight: 800;	
	color: #CCC;
	text-shadow: 2px 2px #000;
}

.kn_corner_text {
	text-shadow: 1px 1px #000;
	font-weight: 600;
}

.help_us {
    background-color: #F51F33;
    color: #FFF;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

.help_us a {
    font-weight: bold;
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Single / Función: estilo de edición
/*-----------------------------------------------------------------------------------*/

.text-highlight-yellow {background-color:#fef672;}


/*-----------------------------------------------------------------------------------*/
/*  Zona: Single / Función: categorías & tags
/*-----------------------------------------------------------------------------------*/

.kn_hr_fin {
	border-top: 2px solid #e6e6e6 !important;
}

.kn_post_cat  {
	margin: 20px 0px;
}

.kn_post_tag {
	margin: 20px 0px;
}

.kn_post_cat b {
	padding-right: 10px;
	font-size: 12px;
}

.kn_post_tag b {
	padding-right: 10px;
	font-size: 12px;
}

.kn_meta-category-small a {
	margin: 2px 5px 2px 0;
	color: #FFF;
    height: 18px;
    margin-bottom: 4px;
    font-size: 10px;
    background: #f2a0a0;
    padding: 5px 5px;
    margin-right: 5px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
	line-height: 27px;
}

.kn_meta-tag-small a {
	color: #FFF;
    height: 18px;
    margin-bottom: 4px;
    font-size: 10px;
    background: #acbccc;
    padding: 5px 5px;
    margin-right: 0px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.kn_meta-category-small a.kn_post-category-color-text {
    margin-top: 5px;
    font-weight: 600 !important;
}

.kn_meta-tag-small a {
    margin-top: 5px;
    font-weight: 600 !important;
}

.kn_single_cat li {
	display: inline;
	list-style: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Zona: Single / Función: entradas relacionadas
/*-----------------------------------------------------------------------------------*/

.kn_related_post {
	border-bottom: 1px solid #767676;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.kn_related_post img {
	float: left;
}

.kn_related_post_info {
	padding-left: 120px;
}

.kn_related_post_date {
	font-weight: 600;
	font-size: 12px;
	color: #767676 !important;
}

.kn_related_post_title {
	min-height: 30px;
	font-weight: 600;
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Single / Función: apoya a koi-nya en Patreon
/*-----------------------------------------------------------------------------------*/

.single_patreon {
    padding: 10px;
    background-color: #F96854;
    margin-bottom: 15px;
    border-bottom: 7px solid #052D49;
    background-image: url('https://www.koi-nya.net/wordpress/wp-content/themes/nanomag-child/img/bg_patreon.png');
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Archive / Función: modifica el listado de noticias
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  Zona: Archive / Función: listado de categorías & etiquetas
/*-----------------------------------------------------------------------------------*/

.kn_categories_title {
	font-size: 18px !important;
    line-height: 20px;
    margin-bottom: 30px;
    color: #2e2b43;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #2E2B43;
    padding-bottom: 10px;
}

.kn_categories_title h3 {
	font-size: 18px !important;
	line-height: 0px;
	margin-bottom: 30px;
	color: #2e2b43;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #2E2B43;
	padding-bottom: 20px;
}

.kn_categories_search:before {
	font-family: 'FontAwesome';
	content: "\f002";
	margin-right: 10px; margin-left: 5px;
	color: #F51F33;
}

.kn_categories_author:before {
	font-family: 'FontAwesome';
	content: "\f007";
	margin-right: 10px; margin-left: 5px;
	color: #F51F33;
}

.kn_search_question {
	margin-top: -20px !important;
	margin-bottom: 30px !important;
}

.kn_search_question:before  {
	font-family: 'FontAwesome';
	content: "\f05a";
	margin-right: 10px; margin-left: 5px;
}

.kn_cat_image_post img:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    filter: alpha(opacity=90);
}

.kn_cat_image_post {
	display: block;
	float: left;
	width: 186px!important;height: 130px!important;
	position: relative !important;
	background-color:#000;
}

.feature-post-list .kn_cat_post_loop_content {
	max-width: 485px;
	position: relative !important;
	margin-left: 23px;
	float: left;
}

.kn_cat_post_loop_content h3 {
	font-weight: 700;
}

.kn_feature_post_list {
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.kn_destados_tags_header:before {
	font-family: 'FontAwesome';
	content: "\f005";
	margin-right: 10px;
	color: #F51F33;
	font-weight: 100 !important;
}

.kn_destados_tags {
	margin: -10px 0px 20px 0px;
}

.kn_destados_tags2 {
	float: left;
	margin: 3px 1px 0px 0px;
}

.kn_destados_tags p {
	font-weight: 700;
	border-bottom: 2px solid #e6e6e6;
}


/*-----------------------------------------------------------------------------------*/
/*  Zona: Footer
/*-----------------------------------------------------------------------------------*/

footer, .footer-bottom {
    background-color: #2D2743;
}

/*-----------------------------------------------------------------------------------*/
/*  Tablas de análisis - reviews
/*-----------------------------------------------------------------------------------*/

.reviewbox {
    border: 1px solid #D4D4D4;
}
.reviewbox .score {
    height: 100px;
    background: #F51F33;
    margin-bottom: 30px;
}
.reviewbox .score img {
    height: 180px;
    margin-top: -40px;
    float: left;
}
.reviewbox .score .title {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); 
}

.reviewbox .quote {
    padding: 0 10px;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
    clear: both;
}
.reviewbox .info {
    padding: 0 10px;
}
.reviewbox .info table {
    border: none;
    margin: 0;
}
.reviewbox .info table td {
    border: none;
    border-bottom: 1px solid #D4D4D4;
}
.reviewbox .info table tr:last-child td {
    border: none;
}
.user_review-user-review-criteria {
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*  Supertags
/*-----------------------------------------------------------------------------------*/
.supertagmolon {
    margin: 0 auto !important;
    padding-top: 0 !important;
    margin-bottom:10px;
    background-color: #f0f0f0;
    border-radius: 10px;
    line-height: 1.2  !important;
    font-size: 12px !important;
    /* -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;*/
    /* text-align: left;  Para contrarrestar el apaño del center del IE */
}
.supertagmolon-img {
    width: auto; /* 680px */
    height: 180px;
    position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
}

.fondo_scrollable {
	background-position: center -40px;
}

.supertagmolon-datos {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.6);
    bottom: 0;
    position: absolute
}

.supertagmolon-titulos {
    width: 80%;
    display: inline-block;
    text-align: justify;
    float: left;
    padding-left: 10px;
}

.supertagmolon-titulo {
    font-weight: bold;
    font-size: 18px;
}

.supertagmolon-fechas {
    width: 16%;
    display: inline-block;
}

.supertagmolon-fechas a:link, .supertagmolon-fechas a:visited {
    color: #000;
}

.supertagmolon-fechas a:hover {
    color: #a21700;
}

.supertagmolon-fecha-eu, .supertagmolon-fecha-jp, .supertagmolon-fecha-usa {
    padding-left: 10px;
    padding-right: 10px;
}

/*.supertagmolon-descripcion {
    text-align: justify;
    padding: 10px;
    line-height: 1.6;
    min-height: 95px;
    border-bottom: 4px #000 double;
}*/

.supertagmolon-contexto p {
	font-size: 14px;
	padding-bottom: 0px;
	margin-top: 20px;
	text-align: justify;
}

.supertagmolon-descripcion p {
	font-size: 14px;
	padding-bottom: 0px;
	margin-top: 20px;
	text-align: justify;
}

.supertagmolon-descripcion, .supertagmolon-descripcion-primero {
    text-align: justify;
    padding: 10px;
    line-height: 1.6;
    border-bottom: 4px #000 double;
    color:#525252;
    margin-top:5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    border-width: 1px 1px 10px;
    border-style: solid;
    border-color: #A12F23;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    background: url('/img/supertags-info/supertag-fondo.png') repeat scroll 0% 0% transparent;
}

.supertagmolon-descripcion-primero {
    margin-top: 0px !important;
}

h1.supertagmolon-descripcion-2 {
    font-size: 12px;
    background-position: 13px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #D9D9D5;
    font-weight: bold;
    line-height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 36px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#000;
    line-height: 1.8;
	text-align: left;
}

.supertagmolon-categorias {
    float: right;
	font-style: italic;
	color: #cccccc;
	font-size: 11px;
}

.supertagmolon-categorias  .small {
	font-size: 9px;
}

.supertagmolon-descripcion ul {
	margin-top: 4px;
	margin-bottom: 0;
}

.supertagmolon-descripcion-2 a {
    text-decoration:none;
}

h1.supertagmolon-franquicia {
    background-image: url('/img/supertags-info/supertag-info.png');
}

h1.supertagmolon-web{
    background-image: url('/img/supertags-info/supertag-web.png');
    float:right;
}

h1.supertagmolon-sinopsis {
    background-image: url('/img/supertags-info/supertag-sinopsis.png');
}

h1.supertagmolon-proyectos {
    background-image: url('/img/supertags-info/supertag-link.png');
}

.supertagmolon-analisis {
    text-align: justify;
	margin-top: 20px;
	margin-left: 10px;
	color: #FFF;
}

.supertagmolon-analisis p {
    display: inline-block;
    font-size: 12px !important;
}

.supertagmolon-texto-analisis {
    width: 80%;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}

.supertagmolon-analisis img {
	width: 140px;
	height: auto;
}

.supertagmolon-analisis a {
	background-color: rgba(192, 57, 43, 0.8) !important;	
    background-color:#C0392B;
    padding:8px;
    color:#FFF !important;
    font-weight:bold !important;
    border-style: solid;
    border-color: #A12F23;
    text-decoration:none;
}

.supertagmolon-proyectos-padre {
    list-style: none !important;
    font-size: 14px !important;
	margin: 10px;
}

.supertagmolon-proyectos-padre a, .supertagmolon-proyectos-hijos a {
    text-decoration: underline;
}

.supertagmolon-proyectos-hijos {
    list-style-type: square;    
    font-size: 12px !important;
	margin: 0px 20px;
	text-align: left !important;
}

.supertagmolon-proyectos {
    border-bottom: 4px #000 double;
}

.supertagmolon-proyectos a {
    color: #f51f33 !important;
}

.supertagmolon-proyectos ul {
    padding: 15px;
    margin-left: 10px;
}

.supertagmolon-bandera {
    vertical-align: top;
    padding-top: 1px;
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;*/
    margin-right: 3px;
}

.supertagmolon-review {
    /*border-bottom: 4px #000 double; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.supertagmolon-pestanhas {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.supertagmolon-pestanhas a {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.supertagmolon-raiz {
    padding-left: 10px;
}

.supertagmolon-tuit {
    float: right;
    margin-left: 10px;
	margin-top: -3px;
}

.brack_space {
    margin: 20px;
}

.supertag_aviso {
	margin: 10px;
	font-size: 13px;
}

.supertag_loadmore {
	font-size: 12px !important;
	margin-top: -20px !important;
	margin-left: 0px !important;
	text-decoration: underline;
	float: right;
}

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

/*-----------------------------------------------------------------------------------*/
/*  Zona: Páginas
/*-----------------------------------------------------------------------------------*/

.auth_editores {
	width: 120px !important;
	margin: 5px;
}

.auth_editores h5 {
	text-transform: uppercase;
	font-weight: 800 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Zona: Página Contacto
/*-----------------------------------------------------------------------------------*/

.pirate-forms-submit-button{ 
	background: #2E2B43;
	padding: 10px !important;
	color: #FFF;
 }


/*-----------------------------------------------------------------------------------*/
/*  Calendario
/*-----------------------------------------------------------------------------------*/

	/* Calendario chaibi -> todo esto irá luego al css del index solo */

.calendario_header_index {
	text-align: left;
	margin:5px;
}
a:link.calendario_header_index {
  font-weight: bold;
  color: #000000;
}
a:visited.calendario_header_index {
  font-weight: bold;
  color: #000000;
}
a:hover.calendario_header_index {
  font-weight: bold;
  color: #E9842C;
}

.calendario_tabla_index {
	width: 300px;
}

.calendar_day_head_index {
	color:#FFF;
	background-color:#ff6340;
	font-family:Arial, 'MS Trebuchet', sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:2px;
	padding:3px;
	text-align:center;
	text-transform:uppercase;
	width: 36px;
}

.calendar_day_index {
	height: 37px;
	background-color: #cccccc;
	vertical-align: top;
}

.calendar_day_np_index {
	height: 37px;
	background-color: #e5e5e5;
}

.calendar_today_index {
	height: 37px;
	background-color: #E0AC9E;
	vertical-align: top;
}

.day_number_index {
	background-color: #A31700;
	width: 15px;
	height: 15px;
	margin:2px;
	margin-left: 18px;
	padding-left:2px;
	padding-right:2px;
	text-align: center;
	border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    -khtml-border-radius: 20px 0 20px 20px;
    -webkit-border-radius: 20px 0 20px 20px;
}

.day_number_index a:link, .day_number_index a:visited {
	color:#DEDEDE;
	font-weight: bold;
	font-size: 10px;
	cursor:default;
}

.day_number_index a:hover {
	color:#E9842C;
	font-weight: bold;
}

.calendario_index_lista_1 {
	float:left;
}
.evento_anime_jp_index {
	background-color: #c45b21;
	text-align: left;
	width:5px;
	height:5px;
	margin:1px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	float: left;
}

.evento_licencia_index {
	background-color: #c35b75;
	text-align: left;
	width:5px;
	height:5px;
	margin:1px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
}

.evento_videojuego_jp_index {
	background-color: #3b1980;
	text-align: left;
	width:5px;
	height:5px;
	margin:1px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
}

.evento_videojuego_es_index {
	background-color: #184280;
	text-align: left;
	width:5px;
	height:5px;
	margin:1px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
}

.evento_con_jp_index {
	background-color: #18803d;
	text-align: left;
	width:5px;
	height:5px;
	margin:1px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
}

.evento_con_es_index {
	background-color: #81971b;
	text-align: left;
	width:5px;
	height:5px;
	margin:1px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
}

.evento_otros_index {
	background-color: #494e54;
	text-align: left;
	width:5px;
	height:5px;
	margin:1px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
}

.evento_kn_index {
	background-color: #b12828;
	text-align: left;
	width:5px;
	height:5px;
	margin:1px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
}

/* Esta parte también se utiliza en el calendario grande: tiene que cargarse en ambos lados */
#cluetip-title {
	font-size: 12px;
	margin-left:5px;
	padding:3px;
}

.evento-info {
	display:none;
}

.evento_link {
	cursor:pointer;
}

.evento-fecha {
	text-align: center;
	margin-left:5px;
	background-color:#2E2B43;
	color:#FFF;
	padding: 2px 5px 2px 5px;
	float: left;
}

.evento-info-admin {
	float: right;
	margin-right:5px;
}

.evento-url {
	margin:5px;
	padding:2px;
	text-align:center;
	background-color:#c33b2d;;
}

.evento-url a {
	color:#BBB;
}

.evento-url a:hover {
	color:#FFF;
}

.evento-desc {
	margin:5px;
	text-align: justify;
	font-size: 12px;
}

.cluetip-default h3#cluetip-title {
    padding-left: 15px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.cluetip-default #cluetip-inner {
	padding-top: 0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Estilos responsive para móviles
/*-----------------------------------------------------------------------------------*/

.kn_builder_desktop {display:none;}

@media(max-width: 767px) {
	.kn_builder_desktop  {display: inherit !important;}
	.kn_mobile {display: none !important;}
	li.active {background: #2E2B43 !important;}
}

/*-----------------------------------------------------------------------------------
Cabecera koinya-tan*-------------------------------------------------------------------------------------*/

@media(max-width: 767px) {
	.header_koinyatan {background:none !important;height: 70px !important;}
	#theme_logo_img {max-width: 100% !important;height: auto !important;}
	.kn_header_main_wrapper img {margin-top:10px !important;}
	.kn_header_kn_mobile {margin-bottom: 50px !important;}	
}

@media(min-width: 768px) and (max-width: 800px) {
	.kn_header_kn_mobile {margin-bottom: 0px !important;}
	.header_koinyatan {
    background-image: url(https://www.koi-nya.net/wordpress/wp-content/themes/nanomag/kn_img/koinyatan_up.png);
    background-repeat: no-repeat;
    background-size: 350px auto;
    background-position: 430px 0px;
    height: 150px;}
}

@media(width: 1024px) {
	.kn_header_kn_mobile {margin-bottom: 0px !important;}
	.header_koinyatan {
    background-image: url(https://www.koi-nya.net/wordpress/wp-content/themes/nanomag/kn_img/koinyatan_up.png);
    background-repeat: no-repeat;
    background-size: 650px auto;
    background-position: 400px -10px;
    height: 150px;}
}

@-moz-document url-prefix() { 
	@media(max-width: 767px) {
	.kn_header_kn_mobile {margin-bottom: 85px !important;}
	}
}

/*-----------------------------------------------------------------------------------
Cabecera banner*-------------------------------------------------------------------------------------*/

@media(max-width: 767px) {
	.header_main_wrapper img {height:auto !important;}
	.header_banner_mobile {margin-bottom: 10px !important;}
}

@-moz-document url-prefix() { 
	@media(max-width: 767px) {
	.header_banner_mobile {margin-bottom: 0px !important;}
	}
}

/*-----------------------------------------------------------------------------------
Cabecera skin*-------------------------------------------------------------------------------------*/

.header_skin_general_mobile {display: none;}

@media(max-width: 767px) {
	.header_skin_mobile {display:none !important;}
	.header_main_wrapper_skin {display:none !important;}
	#theme_logo_img2 {display:none !important;}
	.header_skin_general_mobile {display: block;}
}

/*-----------------------------------------------------------------------------------
Slider*-------------------------------------------------------------------------------------*/

@media(max-width: 768px) {
	.slider_wrapper_main {margin-top: 0px !important;}
	.main-post-image-slider {width: 100% !important; float: none !important;}
	.main-post-image-slider img {width: 100% !important; height: auto !important;}
	.slider-large, .slide-large-wrapper {height: auto !important;}
	.slider-right-list-post {width: 100% !important; height: auto !important;}
	.slider-right-list-post ul {height: auto !important;}
	.three_columns_container, .two_columns_container {margin-top: 0px !important;}
}

@media (min-width: 357px) and (max-width: 480px) {
	.sub-post-image-slider {display:none !important;}
	.kn_image_post_slider_large {height: 200px !important;}
}

@media (min-width: 768px) and (max-width: 962px) {
	.post_list_medium .grid_3.grid {margin-right: 10px;}
}

@media(width: 1024px) { 
	.slider-right-list-post {float: right}
}

@media(width: 1080px) { 
	.slider-right-list-post {float: right}
}

/*-----------------------------------------------------------------------------------
Builder*-------------------------------------------------------------------------------------*/

@media(max-width: 767px) {
	.kn_builder_mobile {margin-top:40px;}
	.kn_builder_mobile2 {margin-top:70px;}
	.kn_builder_mobile3 {display:none !important;}
	.kn_bloque_image_post {width:100% !important;height: auto !important;}
	.kn_bloque_image_post img {width:100% !important;margin-top: -5px;}
	.tabs2 a {font-size: 8px;}
	.tabs2 li a {font-size: 8px;}	
}

@media (min-width: 320px) and (max-width: 767px) {
  
	.feature-two-column.left-post-display-content {
		float: none;
		padding-right: 0%;
		border-right: 0px;
		margin-top: 50px;
	}
	
	.feature-two-column {
		width: 100%;
	}
	
	.footer_meta {
		margin-bottom: 20px;
	}
  
}

@media (max-width: 320px) {
	.widget-title h2 {
		font-size: 12px;
		padding: 0px 9px 35px 9px;
	}
	.kn_bloque_image_post {margin-bottom: 0px !important;}
}

@media (width: 640px) {
	.feature-post-list .kn_cat_post_loop_content {
		padding-top: 10px;
		height: 130px;
	}
	
	.kn_bloque_image_post {
		width: 100% !important;
		height: 340px !important;
	}
	
}

@media (width: 601px) {
	.kn_bloque_image_post {height: 340px !important;}
	
}

@media (width: 412px) {
	.kn_bloque_image_post {
		width: 100% !important;
		height: 200px !important;
	}
	
}

@media (width: 480px) {
	.kn_bloque_image_post {
		height: 250px !important;
	}
	
}

@media(width: 1024px) {
	.feature-post-list .kn_cat_post_loop_content {max-width: 410px;}
}

@media(width: 1080px) {
	.feature-post-list .kn_cat_post_loop_content {max-width: 450px;}
}

@media(width: 962px) {
	.feature-post-list .kn_cat_post_loop_content {max-width: 700px;}
}

@media(width: 600px) {
	.feature-post-list .kn_cat_post_loop_content {height: 120px !important;}
}

@media(width: 601px) {
	.feature-post-list .kn_cat_post_loop_content {height: 120px !important;}
}

@media (min-width: 320px) and (max-width: 640px) {
	.kn_bloque_image_post {height: 100% !important;}
}

@media(width: 720px) {
	.feature-post-list .kn_cat_post_loop_content {margin-top: 10px;}
}

/*-----------------------------------------------------------------------------------
Builder Especiales*-------------------------------------------------------------------------------------*/

@media (max-width: 320px) {
	.post_list_medium .grid_3.grid {
		width: 135px !important;
		height: 120px;
	}
	.kn_specials_image_post {
		width: 125px!important;
		height: 125px!important;
	}
	.kn_specials_title {
		width: 110px !important;
		font-size: 13px !important;
	}
}

@media (width: 480px) {
	.post_list_medium .grid_3.grid {
		width: 135px !important;
		height: 120px;
	}
	.kn_specials_image_post {
		width: 125px!important;
		height: 125px!important;
	}
	.kn_specials_title {
		width: 110px !important;
		font-size: 13px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1080px) {
	.post_list_medium .grid_3.grid {
		width: 135px !important;
		height: 130px;
		margin-right: 10px;
	}
	.kn_specials_image_post {
		width: 125px!important;
		height: 125px!important;
	}
	.kn_specials_title {
		width: 110px !important;
		font-size: 13px !important;
	}
	.kn_specials_image_post {
		width: 135px!important;height: 135px!important;
	}
}

@media(min-width: 360px) and (max-width: 639px) {
	.post_list_medium .grid_3.grid {width: 150px !important; height: auto !important;margin-right: 10px;}
	.kn_specials_image_post {width: 150px!important;height: 150px!important;}
	.kn_specials_title {width: 132px !important;}
}

@media(width: 357px) {
	.post_list_medium .grid_3.grid {
		width: 140px !important;
		height: 140px;
		margin: 10px;
	}
	.kn_specials_title {
		width: 120px !important;
		font-size: 13px !important;
	}
	.kn_specials_image_post {
		width: 140px!important;
		height: 140px!important;
	}
}

@media(width: 540px) {
	.post_list_medium .grid_3.grid {
		width: 110px !important;
		height: 130px;
		margin-right: 15px;
	}
	.kn_specials_title {
		width: 105px !important;
		font-size: 13px !important;
	}
	.kn_specials_image_post {
		width: 120px!important;
		height: 120px!important;
	}
}

@media(min-width: 570px) and (max-width: 599px) {
	.post_list_medium .grid_3.grid {
		width: 115px !important;
		height: 130px;
		margin-right: 15px;
	}
	.kn_specials_title {
		width: 110px !important;
		font-size: 13px !important;
	}
	.kn_specials_image_post {
		width: 125px!important;
		height: 125px!important;
	}
}

@media(min-width: 600px) and (max-width: 639px) {
	.post_list_medium .grid_3.grid {
		width: 125px !important;
		height: 130px;
		margin-right: 15px;
	}
	.kn_specials_image_post {
		width: 125px!important;
		height: 125px!important;
	}
	.kn_specials_title {
		width: 110px !important;
		font-size: 13px !important;
	}
	.kn_specials_image_post {
		width: 135px!important;height: 135px!important;
	}
}

@media(min-width: 640px) and (max-width: 720px) {
	.post_list_medium .grid_3.grid {
		width: 135px !important;
		height: 130px;
		margin-right: 10px;
	}
	.kn_specials_image_post {
		width: 125px!important;
		height: 125px!important;
	}
	.kn_specials_title {
		width: 110px !important;
		font-size: 13px !important;
	}
	.kn_specials_image_post {
		width: 135px!important;height: 135px!important;
	}
}


/*-----------------------------------------------------------------------------------
Main menú*-------------------------------------------------------------------------------------*/

.menu_moviles {display:none;}

@media(max-width: 767px) {
.menu_desktop {display:none !important;}
.menu_moviles {display:inherit !important;}
}

/*-----------------------------------------------------------------------------------
Footer*-------------------------------------------------------------------------------------*/
.footer_desktop_hide {display: none !important;}

@media(max-width: 767px) {
	.footer_mobile_hide {display: none !important;}
	.footer_desktop_hide  {display: block !important;}
}

/*-----------------------------------------------------------------------------------
Entradas*-------------------------------------------------------------------------------------*/

@media(max-width: 767px) {
	.kn_cita {font-size: 13px;}
	.reviewbox .score .title {font-size: 15px;}
	.user_review-user-review-criteria {font-size: 13px;}
	.page_error_404_img {float: none !important;	margin-right: 0px !important;}
	.page_error_404_msg {margin-top: 10px !important;}
}
}

@media(max-width: 400px) {
	.user_review-user-review-criteria {font-size: 11px;}
}

/*-----------------------------------------------------------------------------------
Supertags*-------------------------------------------------------------------------------------*/

.supertags_desc_mobile {
	float: right;
	margin-left: 10px;
}

.supertags_desc_mobile_twitter:before {
	font-family: 'FontAwesome';
	content: "\f099";	
}

.supertags_desc_mobile_web:before {
	font-family: 'FontAwesome';
	content: "\f015";	
}

.clearfix_supertags_mobile  {
	display:none;
}


@media(max-width: 768px) {
	.supertagmolon-titulos {width: 60%; text-align: left;}
	.supertagmolon-fechas {width: 40%;}
	.supertagmolon-titulo {font-size: 16px;}
	.supertagmolon-titulo-japones {font-size: 11px; width: 80%;}
	.supertag_aviso {font-size: 12px;}
	h1.supertagmolon-descripcion-2 {background-position: 0px center;padding: 0px 0px 0px 20px;}
	.clearfix_supertags_mobile {display:inherit; margin: 10px 0px;}
	.supertagmolon-categorias {float: none;}
}

/*-----------------------------------------------------------------------------------
Listado de noticias*-------------------------------------------------------------------------------------*/

@media(min-width: 320px) and (max-width: 900px) {
	.kn_cat_image_post {background-color: transparent !important; }
	.kn_bloque_image_post {background-color: transparent !important;}
	}

@media(max-width: 767px) {
	.kn_cat_image_post {
		width: 30% !important;
		height: auto !important;
	}
	.kn_cat_post_loop_content {
		width: 60% !important;
	}
	.image-post-title {
		font-size: 15px
	}
	.kn-meta-category-small-3 {
		font-size: 11px !important;
	}
	.post_des {
		font-size: 13px !important;
	}
	.kn_corner_author p {font-size: 13px !important;}
	.kn_corner_author {
		padding: 5px;
		margin-right: 0px;
		margin-top: 10px;
		text-shadow: 1px 1.2px #302d3c;
	}
	.kn_destados_tags2 {
		margin: 5px 5px 0px 0px;
	}	
}

@media(min-width: 767px) {
	.kn_cat_image_post {
		width: 186px !important;
		height: 130px !important;
	}
}


@media(max-width: 400px) {
	.author-info .author-description h5 {padding-top: 30px;}
	.kn_categories_title {font-size: 15px !important;}
	.kn_corner_author {width: 30%;}
}

/*-----------------------------------------------------------------------------------
Etiquetas (tags): tabs*-------------------------------------------------------------------------------------*/

@media(max-width: 375px) {
	ul.tabs li a, ul.tabs1 li a, ul.hover_tab_post_large li a {font-size: 12px !important;padding: 0px 2px 0px 2px !important;}
}