.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0 30px;
}
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.tp-banner {
    width: 100%;
    position: relative;
}
.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}
header {
    position: relative;
    z-index: 99999 !important;
}
.nav-list-container {
    width: 100%;
    border-bottom: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    background: #484848;
}
header.active .nav-list-container {
    position: fixed;
    top: 0;
    left: 0;
}
.navbar-default {
    background: #fafafa;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}
.navbar-default .advertisement .desktop-advert {
    max-width: 728px;
}
.navbar-default .advertisement .tablet-advert {
    max-width: 468px;
}
.top-line {
    padding: 7px 0 9px;
    background: #eaeaea;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
    border-bottom: 1px solid #33a3f1;
}
.top-line ul.top-line-list {
    margin: 0;
    padding: 0;
}
.top-line ul.top-line-list li {
    display: inline-block;
    margin-right: 10px;
}
.top-line ul.top-line-list li a,
.top-line ul.top-line-list li span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    margin: 0;
    line-height: 15px;
}
.top-line ul.top-line-list li svg {
    margin: -5px 2px -2px 4px;
}
.top-line ul.top-line-list li a {
    display: inline-block;
    text-decoration: none;
    padding: 3px 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.top-line ul.top-line-list li a:hover {
    color: #ff0004;
}
.top-line ul.top-line-list li:before {
    content: "";
    width: 0;
    height: 15px;
    border-left: 1px dotted #33a3f1;
    margin-right: 10px;
}
.top-line ul.top-line-list li:first-child:before {
    display: none;
    margin-right: 0;
}
.top-line ul.top-line-list li:last-child {
    margin-right: 0;
}
.top-line ul.top-line-list li.active a {
    background-color: #33a3f1;
    color: #fff;
    border-radius: 10px 10px 10px 0;
}
.top-line ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 2px;
}
.top-line ul.social-icons li {
    display: inline-block;
}
.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 18px;
    color: #666;
    width: 18px;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    background: 0 0;
}
.top-line ul.social-icons li a:hover {
    color: #fff;
    background: #f44336;
}
.navbar-brand {
    display: inline-block;
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0;
    color: #222 !important;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 2.5px;
    border: none;
}
.navbar-brand span {
    color: #f44336 !important;
}
.navbar-brand img {
    max-width: 100%;
}
.logo-advertisement {
    background: #fafafa;
}
.logo-advertisement .desktop-advert,
.logo-advertisement .tablet-advert {
    float: right;
}
.logo-advertisement .advertisement span {
    color: #666;
}
.logo-advertisement .navbar-header {
    text-align: center;
    float: none;
}
.logo-advertisement .navbar-header a.navbar-brand {
    display: inline-block;
    float: none;
    padding: 40px 0 10px;
}
.advertisement {
    overflow: hidden;
    padding: 7px 0 12px;
}
.advertisement .desktop-advert,
.advertisement .mobile-advert,
.advertisement .tablet-advert {
    margin: 0 auto;
    text-align: center;
}
.advertisement .mobile-advert,
.advertisement .tablet-advert {
    display: none;
}
.advertisement span {
    color: #ccc;
    font-size: 10px;
    font-family: Lato, sans-serif;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li {
    position: inherit;
}
.navbar-nav > li > a {
    color: #ccc !important;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 16px 20px;
    position: relative;
    z-index: 2;
}
.navbar-nav > li > a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: 0 0;
}
.navbar-nav > li.drop-arrow > a {
    padding-right: 30px;
}
.navbar-nav > li.drop-arrow > a:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    font-size: 13px;
    color: #ccc;
    top: 16px;
    right: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li:hover > a,
.navbar-nav > li > a.active {
    color: #222 !important;
    background: #fafafa !important;
}
.navbar-nav > li:hover > a:before,
.navbar-nav > li > a.active:before {
    background: #33a3f1;
}
.navbar-nav > li.drop-arrow:hover > a:after,
.navbar-nav > li.drop-arrow > a.active:after {
    color: #222;
}
.navbar-nav li.drop {
    position: relative;
}
.navbar-nav li.drop ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 182px;
    background: #fff;
    border-top: 3px solid #f44336;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.last {
    left: inherit;
    right: 0;
}
.navbar-nav li.drop ul.dropdown li {
    display: block;
    border-bottom: 1px solid #f4f4f4;
}
.navbar-nav li.drop ul.dropdown li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #fff;
}
.navbar-nav li.drop ul.dropdown li a:hover {
    color: #222;
    background: #fafafa;
}
.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
    top: 0;
    left: 100%;
    border: none;
    border-left: 1px solid #f4f4f4;
}
.navbar-nav li.drop ul.dropdown li:last-child {
    border-bottom: none;
}
.navbar-nav li.drop ul.dropdown li.drop > a:after {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    font-size: 13px;
    color: #666;
    top: 15px;
    right: 12px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown.features-dropdown {
    border-top: 3px solid #ab632e;
}
.navbar-nav li.drop:hover > ul.dropdown {
    opacity: 1;
    visibility: visible;
}
.navbar-nav .megadropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav .megadropdown .inner-megadropdown {
    background: #fff;
    border-top: 3px solid #33a3f1;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block {
    float: left;
    width: 220px;
    text-align: right;
    height: 100%;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: block;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li {
    display: block;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #fafafa;
    border-bottom: 1px solid #f2f2f2;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a.active,
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a:hover {
    color: #33a3f1;
    background: #fff;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background: #fafafa;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
    width: 920px;
    float: right;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block > .owl-wrapper {
    padding: 20px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts {
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li {
    display: inline-block;
    margin-right: 2px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
    font-size: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    background: 0 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover {
    color: #222;
    background: #f5d76e;
    border: 1px solid #f5d76e;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active:after,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover:after {
    border-top-color: #f5d76e;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper h1 {
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 13px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .news-post.item {
    margin: 0 10px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-carousel {
    margin-left: -10px;
    margin-right: -10px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-theme .owl-controls {
    margin-top: -37px;
    margin-right: 7px;
}
.navbar-nav .megadropdown .inner-megadropdown > .owl-wrapper {
    padding: 20px 20px 25px;
}
header .list-line-posts {
    background: #fafafa;
    border-top: none;
}
header .list-line-posts .owl-wrapper {
    padding-left: 0;
    padding-right: 0;
}
header .list-line-posts .owl-wrapper .owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}
header .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next,
header .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
    border-color: #444;
    background: #333;
    color: #fff;
}
header .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:after,
header .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    color: #fff;
}
header .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
header .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    border-color: #33a3f1;
    background: #33a3f1;
    color: #fff;
}
header .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-right: -20px;
}
header .list-line-posts div.list-post {
    background: #fff;
    padding: 0;
    margin: 0 15px;
    box-shadow: 0 0 10px silver;
    -webkit-box-shadow: 0 0 10px silver;
    -moz-box-shadow: 0 0 10px silver;
    -o-box-shadow: 0 0 10px silver;
    min-height: 90px;
}
header .list-line-posts div.list-post img {
    width: 160px;
    height: 90px;
    margin-right: 10px;
}
header .list-line-posts div.list-post .post-content {
    padding: 10px 20px 0 20px;
}
header .list-line-posts div.list-post .post-content > a {
    color: #33a3f1;
}
header .list-line-posts div.list-post .post-content h2 {
    line-height: 20px;
    margin-bottom: 4px;
}
header .list-line-posts div.list-post .post-content h2 a:hover {
    opacity: 0.7;
}
header div.list-post .post-content h2 {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    max-height: none;
    overflow: hidden;
    margin-bottom: 7px;
}
.navbar-form {
    margin: 10px 0;
    padding: 0;
    position: relative;
}
.navbar-form input[type="text"] {
    border: 1px solid #eee;
    padding: 7px 10px;
    color: #999;
    font-size: 11px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    width: 290px;
    margin: 0 !important;
}
.navbar-form button {
    background: 0 0;
    border: none;
    position: absolute;
    top: 7px;
    right: 13px;
    padding: 0;
    font-size: 13px;
    color: #333;
}
body.boxed #container {
    max-width: 1260px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.6);
}
#container {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
p {
    font-size: 14px;
    color: #666;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
}
.title-section {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.title-section h1 {
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px;
}
.title-section h1 span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #33a3f1;
}
.title-section h4 {
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px;
}
.title-section h4 span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #33a3f1;
}
.title-section .arrow-box {
    float: right;
    text-align: right;
}
.title-section .arrow-box a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 11px;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background: 0 0;
    border: 1px solid #ccc;
    margin-left: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.title-section .arrow-box a:hover {
    color: #fff;
    background: #f44336;
    border: 1px solid #f44336;
}
.title-section.white {
    border-bottom: 1px solid #444;
}
.title-section.white h1 {
    color: #fff;
}
.title-section.white .arrow-box a {
    color: #666;
    border: 1px solid #666;
}
.title-section.white .arrow-box a:hover {
    color: #fff;
    border: 1px solid #f44336;
}
a.category-post {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #33a3f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.shadow-white {
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
}
section.heading-news {
    padding-top: 20px;
}
section.heading-news .heading-news-box .image-post {
    width: 16.6666%;
    padding-right: 1px;
    padding-bottom: 1px;
}
section.heading-news .heading-news-box .snd-size {
    width: 33.3333%;
}
section.heading-news .heading-news-box .snd-size .image-post {
    width: 100%;
}
section.ticker-news {
    padding: 25px 0;
    background: #f44336;
}
.ticker-news-box {
    overflow: hidden !important;
}
.ticker-news-box span.breaking-news {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 25px;
    color: #f44336;
    font-size: 11px;
    line-height: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 14px;
    padding-right: 17px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.ticker-news-box span.breaking-news:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    right: -7px;
}
.ticker-news-box span.new-news {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    padding: 3px;
    background: #222;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 8px 10px 0 0;
}
.ticker-news-box .ticker-swipe {
    background: #f44336;
}
.ticker-news-box .ticker-swipe span {
    background: #f44336;
}
.ticker-news-box .ticker-content {
    color: #fff;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin: 0;
}
.ticker-news-box .ticker-content span.time-news {
    color: #fff;
    margin-right: 3px;
    font-weight: 400;
}
.ticker-news-box .ticker-content a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-weight: 700;
    color: #fff;
}
.ticker-news-box .ticker-content a:hover {
    opacity: 0.7;
}
.ticker-news-box .left .ticker-controls {
    margin-top: 5px;
    margin-bottom: 5px;
}
.ticker-news-box .ticker-controls li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ticker-news-box .ticker {
    width: 879px;
}
.ticker-news-box .ticker-controls li:after {
    color: #fff;
    font-family: FontAwesome;
    font-size: 11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ticker-news-box .ticker-controls li:hover {
    background: #fff;
}
.ticker-news-box .ticker-controls li:hover:after {
    color: #f44336;
}
.ticker-news-box .ticker-controls li.jnt-prev:after {
    content: "\f104";
}
.ticker-news-box .ticker-controls li.jnt-next:after {
    content: "\f105";
}
.ticker-news-box .ticker-controls li.jnt-play-pause {
    line-height: 14px;
}
.ticker-news-box .ticker-controls li.jnt-play-pause:after {
    content: "\f04c";
    font-size: 8px;
}
.ticker-news-box .ticker-controls li.jnt-play-pause.paused:after {
    content: "\f04b";
}
section.features-today {
    padding: 30px 0 20px;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
section.features-today .owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
section.features-today .owl-carousel .item {
    padding: 0 15px;
}
section.features-today .owl-carousel .news-post {
    margin-bottom: 15px;
}
section.features-today .owl-carousel .owl-wrapper-outer {
    padding: 3px 0;
}
section.features-today .owl-theme .owl-controls {
    margin-right: 12px;
}
.owl-theme .owl-controls .owl-pagination {
    display: none !important;
}
.owl-carousel {
    width: auto;
}
.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -64px;
    margin-right: 12px;
}
.owl-theme .owl-controls .owl-buttons div {
    font-size: 11px;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    background: 0 0;
    border: 1px solid #ccc;
    margin-left: 2px;
    outline: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    opacity: 1;
    margin: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
    background: #33a3f1;
    border: 1px solid #33a3f1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
    content: "\f105";
    font-family: FontAwesome;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
    color: #fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
    color: #fff;
}
div.block-content {
    padding: 30px 0 60px;
    position: relative;
}
div.block-content .advertisement {
    margin-bottom: 30px;
}
div.block-content.non-sidebar:after {
    display: none;
}
section.left-sidebar div.block-content:after {
    left: 0 !important;
    margin-left: -15px !important;
}
div.block-content:after {
    padding: 30px 0 60px;
}
.carousel-box {
    margin-bottom: 25px;
}
.carousel-box .news-post,
.carousel-box ul.list-posts {
    margin-bottom: 30px;
}
.block-content .owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
.block-content .owl-carousel .item {
    margin: 0 15px 10px;
}
.grid-box {
    margin-bottom: 15px;
}
.grid-box .news-post,
.grid-box ul.list-posts {
    margin-bottom: 30px;
}
.grid-box .image-post-slider .bx-wrapper .bx-next,
.grid-box .image-post-slider .bx-wrapper .bx-prev {
    display: none;
}
.masonry-box {
    margin-bottom: 25px;
}
.article-box {
    padding-bottom: 20px;
}
.image-post-slider {
    margin-bottom: 20px;
}
.image-post-slider ul.bxslider {
    margin: 0;
    padding: 0;
}
.image-post-slider ul.bxslider .image-post2 {
    margin-bottom: 0 !important;
}
.image-post-slider .bx-wrapper .bx-next,
.image-post-slider .bx-wrapper .bx-prev {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.image-post-slider .bx-wrapper .bx-next:hover,
.image-post-slider .bx-wrapper .bx-prev:hover {
    background: rgba(244, 67, 54, 0.9);
}
section.feature-video {
    padding: 30px 0;
    background: #111;
    overflow: hidden;
}
section.feature-video .owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
section.feature-video .owl-carousel .item {
    margin: 0 15px;
}
section.feature-video .title-section {
    text-align: center;
}
section.feature-video .title-section h1 span {
    padding-left: 10px;
    padding-right: 10px;
}
section.feature-video .features-video-box {
    position: relative;
}
section.feature-video .owl-theme .owl-controls {
    position: relative;
    margin-top: 30px;
    margin-right: 0;
}
section.feature-video .owl-theme .owl-controls .owl-buttons {
    display: none;
}
section.feature-video .owl-theme .owl-controls .owl-pagination {
    display: block !important;
}
section.feature-video .owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 8px;
    height: 8px;
    border: 2px solid #888;
    margin: 3px;
}
section.feature-video .owl-theme .owl-controls .owl-pagination .owl-page.active span {
    background: #33a3f1;
    border-color: #33a3f1;
}
.latest-articles.iso-call {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}
.latest-articles.iso-call .news-post {
    width: 360px;
    margin: 15px 15px;
}
.pagination-box ul.pagination-list {
    margin: 0;
    padding: 0;
}
.pagination-box ul.pagination-list li {
    display: inline-block;
    margin-right: 3px;
}
.pagination-box ul.pagination-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
    font-size: 12px;
    font-family: Lato, sans-serif;
    padding: 6px 11px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.pagination-box ul.pagination-list li a.active,
.pagination-box ul.pagination-list li a:hover {
    border: 1px solid #33a3f1;
    background: #33a3f1;
    color: #fff;
}
.pagination-box ul.pagination-list li span {
    display: inline-block;
    margin: 0;
    color: #333;
    font-size: 12px;
    font-family: Lato, sans-serif;
}
.pagination-box p {
    text-align: right;
    margin-top: -22px;
    color: #333;
    font-size: 12px;
}
ul.category-filter-posts {
    margin: 0;
    padding: 0;
    margin-top: -65px;
    margin-bottom: 40px;
    text-align: right;
}
ul.category-filter-posts li {
    display: inline-block;
    margin-left: 2px;
}
ul.category-filter-posts li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    background: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
ul.category-filter-posts li a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.category-filter-posts li a.active,
ul.category-filter-posts li a:hover {
    color: #fff;
    background: #f44336;
}
ul.category-filter-posts li a.active:after,
ul.category-filter-posts li a:hover:after {
    border-top-color: #f44336;
}
.heading-news2 {
    padding: 40px 0;
    position: relative;
}
.heading-news2 .container {
    position: relative;
    z-index: 2;
}
.heading-news2 .heading-news-box {
    margin-left: -5px;
    margin-right: -5px;
}
.heading-news2 .heading-news-box .image-slider.snd-size {
    width: 60%;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post {
    width: 100%;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box {
    background: 0 0;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .inner-hover {
    background: rgba(17, 17, 17, 0);
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
}
.heading-news2 .heading-news-box .news-post {
    padding: 5px;
    width: 20%;
}
.heading-news2 .heading-news-box .news-post .hover-box {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.heading-news2 .heading-news-box .news-post .hover-box .inner-hover h2 {
    text-transform: inherit;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box {
    background: rgba(34, 34, 34, 0.8);
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover h2 a {
    color: #fff;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover h2 a:hover {
    opacity: 0.7;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li {
    color: #fff;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li a {
    color: #fff;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
    opacity: 0.7;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover p {
    color: #fff;
}
.heading-news2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.91);
}
.headIt:after {
    background: #000;
    background: -moz-linear-gradient(top, #000 0, #d3d3d3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #000), color-stop(100%, #d3d3d3));
    background: -webkit-linear-gradient(top, #000 0, #d3d3d3 100%);
    background: -o-linear-gradient(top, #000 0, #d3d3d3 100%);
    background: -ms-linear-gradient(top, #000 0, #d3d3d3 100%);
    background: linear-gradient(to bottom, #000 0, #d3d3d3 100%);
}
.headPr:after {
    background: #999;
}
.headPrNw:after {
    background: #eaeaea;
}
.image-slider {
    width: 100%;
}
.image-slider ul {
    padding: 0;
    margin: 0;
}
.image-slider .bx-wrapper .bx-viewport {
    background: 0 0;
}
.image-slider .bx-wrapper .bx-controls-auto,
.image-slider .bx-wrapper .bx-pager {
    bottom: inherit;
    top: 30px;
    right: 30px;
    width: auto;
    padding-top: 0;
}
.image-slider .bx-controls-direction {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -35px;
    height: 0;
}
.image-slider .bx-wrapper .bx-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: 30px;
}
.image-slider .bx-wrapper .bx-next:hover,
.image-slider .bx-wrapper .bx-prev:hover {
    background: #ececec;
}
.image-slider .bx-wrapper .bx-next:hover:before,
.image-slider .bx-wrapper .bx-prev:hover:before {
    color: #333;
}
.image-slider .bx-wrapper .bx-next {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    right: 30px;
}
.image-slider .bx-wrapper .bx-prev:before {
    margin-top: -20px;
    margin-left: -6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.image-slider .bx-wrapper .bx-next:before {
    margin-top: -20px;
    margin-left: -2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.image-slider .image-post {
    width: 100%;
}
.image-slider .image-post .hover-box {
    bottom: 0;
}
.image-slider .image-post .hover-box .inner-hover h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
}
.image-slider .image-post:hover .hover-box {
    background: 0 0;
}
.image-slider .image-post:hover .hover-box .inner-hover {
    background: rgba(17, 17, 17, 0) !important;
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95))) !important;
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
}
.image-slider .image-post:hover .hover-box .inner-hover h2 a {
    color: #fff !important;
}
.image-slider .image-post:hover .hover-box .inner-hover h2 a:hover {
    opacity: 0.7;
}
.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li {
    color: #fff;
}
.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a {
    color: #fff;
}
.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
    opacity: 0.7;
}
.image-slider .image-post:hover .hover-box .inner-hover p {
    color: #fff;
}
.center-button {
    text-align: center;
}
.center-button a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 20px;
    background: #fafafa;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #666;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.center-button a i {
    margin-right: 9px;
}
.center-button > a:hover {
    color: #fff;
    background: #f44336;
    border-color: #f44336;
}
.heading-news3 {
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.heading-news3 .heading-news-box .owl-wrapper .item {
    padding-right: 1px;
}
.heading-news3 .news-post.image-post2 .hover-box:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    border: 1px solid #ccc;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0;
}
.heading-news3 .news-post.image-post2 .hover-box {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.heading-news3 .news-post.image-post2 .hover-box .inner-hover {
    z-index: 2;
}
.heading-news3 .news-post.image-post2 .hover-box .inner-hover h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px;
    max-height: 60px;
}
.heading-news3 .news-post.image-post2:hover .hover-box {
    background: rgba(255, 255, 255, 0.9);
}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover h2 a {
    color: #333;
}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover ul.post-tags li {
    color: #999;
}
.heading-news3 .news-post.image-post2:hover .hover-box .inner-hover ul.post-tags li a {
    color: #999;
}
.heading-news3 .news-post.image-post2:hover .hover-box:before {
    opacity: 1;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls {
    top: 50%;
    margin-top: -35px;
    width: 100%;
    height: 0;
    margin-right: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin: 0;
    margin-left: 20px;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin: 0;
    margin-right: 20px;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 70px;
    font-size: 30px;
    border: none;
    background: rgba(34, 34, 34, 0.5);
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background: rgba(255, 255, 255, 0.9);
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:after,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    color: #fff;
}
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after,
.heading-news3 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
    color: #333 !important;
}
.heading-news3:hover .owl-wrapper .owl-theme .owl-controls {
    opacity: 1;
}
.features-today.second-style {
    overflow: hidden;
}
.features-today.second-style .features-today-box {
    position: relative;
}
.features-today.second-style .features-today-box:before {
    position: absolute;
    content: "";
    width: 10000px;
    height: 100%;
    background: rgba(250, 250, 250, 0.7);
    right: 100%;
    top: 0;
    z-index: 2;
}
.features-today.second-style .features-today-box:after {
    position: absolute;
    content: "";
    width: 10000px;
    height: 100%;
    background: rgba(250, 250, 250, 0.7);
    left: 100%;
    margin-left: 3px;
    top: 0;
}
.features-today.second-style .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.slider-caption-box {
    padding: 20px;
    margin-bottom: 36px;
    margin-top: 30px;
    overflow: hidden;
    background: #222;
}
.slider-caption-box div.slider-holder {
    width: 68% !important;
    float: left;
}
.slider-caption-box div.slider-holder img {
    width: 100%;
}
.slider-caption-box .bx-wrapper .bx-next,
.slider-caption-box .bx-wrapper .bx-prev {
    display: none;
}
.slider-caption-box #bx-pager {
    width: 32%;
    float: right;
    position: relative;
    z-index: 2;
}
.slider-caption-box #bx-pager a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 12px 20px;
    background: #333;
    color: #999;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 1px;
    position: relative;
    line-height: 18px;
}
.slider-caption-box #bx-pager a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 3px;
    height: 100%;
    background: 0 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.slider-caption-box #bx-pager a.active {
    background: #f44336;
    color: #fff;
}
.slider-caption-box #bx-pager a.active:before {
    background: #fff;
}
.galery-box {
    padding: 25px 22px 20px;
    background: #222;
    margin-bottom: 36px;
}
.galery-box .title-section {
    border-bottom: 1px solid #444;
}
.galery-box .title-section h1 {
    color: #fff;
}
.galery-box .slider-call2 img {
    width: 100%;
}
.galery-box .bx-wrapper .bx-next {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 30px;
    top: 50%;
    margin-top: -35px;
}
.galery-box .bx-wrapper .bx-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 30px;
    top: 50%;
    margin-top: -35px;
}
.galery-box .bx-wrapper .bx-next:hover,
.galery-box .bx-wrapper .bx-prev:hover {
    background: #fff;
}
.galery-box .bx-wrapper .bx-next:before,
.galery-box .bx-wrapper .bx-prev:before {
    margin-top: -20px;
}
.galery-box .bx-wrapper .bx-next:hover:before,
.galery-box .bx-wrapper .bx-prev:hover:before {
    color: #333;
}
.galery-box #bx-pager2 {
    text-align: center;
    margin-top: 1px;
    overflow: hidden;
}
.galery-box #bx-pager2 a {
    float: left;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 86px;
    opacity: 1;
    margin: 0;
    margin-left: 1px;
    position: relative;
}
.galery-box #bx-pager2 a img {
    width: 100%;
}
.galery-box #bx-pager2 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
}
.galery-box #bx-pager2 a.active:before {
    background: rgba(244, 67, 54, 0.9);
}
.galery-box #bx-pager2 a:first-child {
    margin-left: 0;
}
section.big-slider {
    padding: 20px 0 25px;
    background: #fff;
    overflow: hidden;
}
section.big-slider .bx-wrapper .bx-pager {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    text-align: center;
    margin-top: 25px;
}
section.big-slider .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #d9d9d9;
}
section.big-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    border-color: #f44336;
    background: #f44336;
}
section.big-slider .bx-viewport {
    overflow: visible !important;
    margin-left: -5px;
    margin-right: -5px;
    width: auto !important;
}
section.big-slider .big-bxslider li {
    padding: 0 5px;
}
section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    max-height: 72px;
    max-width: 880px;
    margin: 10px auto;
}
.list-line-posts {
    background: #fafafa;
    border-top: 1px solid #eee;
}
.list-line-posts .owl-wrapper {
    padding: 15px 4px;
}
.list-line-posts .owl-wrapper .owl-carousel {
    margin-left: -15px;
}
.list-line-posts .owl-wrapper .owl-theme .owl-controls {
    top: 50%;
    margin-top: -10px;
    width: 100%;
    height: 0;
    margin-right: 0;
}
.list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin: 0;
    margin-left: -20px;
    background: #222;
    border-color: transparent;
}
.list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin: 0;
    margin-right: -30px;
    background: #222;
    border-color: transparent;
}
.list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background: #33a3f1;
}
.list-line-posts div.list-post {
    background: #fff;
    padding: 15px 30px;
    margin: 0 15px;
    min-height: 109px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.list-line-posts div.list-post .post-content > a {
    color: #33a3f1;
}
.list-line-posts div.list-post:hover {
    box-shadow: 0 0 15px #eee;
    -webkit-box-shadow: 0 0 15px #eee;
    -moz-box-shadow: 0 0 15px #eee;
    -o-box-shadow: 0 0 15px #eee;
}
.other-posts-box {
    padding: 0 70px;
}
.other-posts-box .title-section {
    text-align: center;
}
.other-posts-box .title-section span {
    border-bottom: 1px solid #717171;
}
.other-posts-box .standard-post2 .post-title {
    padding: 7px 10px;
}
.other-posts-box .standard-post2 .post-title h2 {
    font-size: 13px;
    margin-bottom: 0;
    max-height: 40px;
    overflow: hidden;
}
.other-posts-box .standard-post2:hover .post-title {
    background: #fff;
}
.heading-news4 {
    background: #222;
    padding-top: 23px;
    padding-bottom: 50px;
}
.heading-news4 .ticker-news-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden !important;
}
.heading-news4 .ticker-news-box span.breaking-news {
    margin-right: 0 !important;
}
.heading-news4 .ticker-news-box .ticker-wrapper.has-js {
    margin-left: 145px;
}
.heading-news4 .ticker-news-box .ticker {
    width: 916px;
}
.heading-news4 .ticker-news-box .ticker-content a {
    color: #ccc;
}
.heading-news4 .ticker-news-box .ticker-content a:hover {
    color: #f44336;
}
.heading-news4 .ticker-news-box .ticker-controls {
    margin: 7px 0 0;
}
.heading-news4 .ticker-news-box .ticker-controls li {
    border: 1px solid #333;
}
.heading-news4 .ticker-news-box .ticker-controls li:after {
    color: #666;
}
.heading-news4 .ticker-news-box .ticker-controls li:hover {
    border: 1px solid #f44336;
    background: #f44336;
}
.heading-news4 .ticker-news-box .ticker-controls li:hover:after {
    color: #fff;
}
.heading-news4 .ticker-news-box .ticker-swipe {
    background: #222;
}
.heading-news4 .ticker-news-box .ticker-swipe span {
    background: #222;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls {
    top: 50%;
    margin-top: -35px;
    width: 100%;
    height: 0;
    margin-right: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin: 0;
    margin-left: 20px;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin: 0;
    margin-right: 20px;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 70px;
    font-size: 30px;
    border: none;
    background: rgba(34, 34, 34, 0.5);
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background: rgba(255, 255, 255, 0.9);
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:after,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    color: #fff;
}
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after,
.heading-news4 .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
    color: #333 !important;
}
.heading-news4 .news-post.image-post4 .post-gallery a.category-post {
    bottom: 30px;
    left: 30px;
}
.heading-news4 .news-post.image-post4 .post-content {
    padding: 20px 30px;
}
.heading-news4 .news-post.image-post4 .post-content h2 {
    color: #fff;
    font-size: 26px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0 0 15px;
}
.heading-news4 .news-post.image-post4 .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
}
.heading-news4 .news-post.image-post4 .post-content h2 a:hover {
    opacity: 0.7;
}
.heading-news4:hover .owl-wrapper .owl-theme .owl-controls {
    opacity: 1;
}
.latest-videos-section {
    background: #222;
    padding: 50px 0;
}
.latest-videos-section .title-section {
    text-align: center;
    border-bottom: 1px solid #444;
}
.latest-videos-section .title-section h1 {
    color: #fff;
}
.latest-videos-section .title-section h1 span {
    display: inline-block;
    padding: 0 28px 25px;
    border-bottom: 1px solid #d6ac1b;
}
.slider-caption-box2 {
    background: #222;
    overflow: hidden;
    padding: 0;
}
.slider-caption-box2 div.slider-holder {
    width: 730px !important;
    float: left;
}
.slider-caption-box2 div.slider-holder .news-post iframe {
    width: 100%;
    height: 440px;
    margin-bottom: -5px !important;
}
.slider-caption-box2 .bx-wrapper .bx-next,
.slider-caption-box2 .bx-wrapper .bx-prev {
    display: none;
}
.slider-caption-box2 #bx-pager {
    width: 380px;
    float: right;
    position: relative;
    z-index: 2;
    padding: 0;
}
.slider-caption-box2 #bx-pager a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 0;
    padding-top: 10px;
    color: #ccc;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0;
    position: relative;
    line-height: 18px;
    overflow: hidden;
}
.slider-caption-box2 #bx-pager a img {
    float: left;
    margin-right: 20px;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-top: -10px;
}
.slider-caption-box2 #bx-pager a span {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.slider-caption-box2 #bx-pager a span i {
    margin-right: 7px;
}
.slider-caption-box2 #bx-pager a.active {
    background: #fff;
    color: #222;
}
.slider-caption-box2 #bx-pager a.active img {
    opacity: 1;
}
.sidebar {
    padding: 30px 0;
}
.sidebar .widget {
    margin-bottom: 20px;
}
.sidebar ul.social-share {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sidebar ul.social-share li {
    width: 48%;
    float: left;
    list-style: none;
    margin-right: 4%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #e4e4e4;
}
.sidebar ul.social-share li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: left;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    margin-right: 16px;
}
.sidebar ul.social-share li a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 100%;
    width: 0;
    height: 0;
}
.sidebar ul.social-share li span.number {
    line-height: 40px;
    margin: 0 !important;
}
.sidebar ul.social-share li span.number a {
    color: #333;
    width: auto;
    line-height: 40px;
    font-size: 14px;
    margin-right: auto;
}
.sidebar ul.social-share li a.chisiamo {
    background: #e16900;
}
.sidebar ul.social-share li a.contatti {
    background: #1d5c00;
}
.sidebar ul.social-share li a.pubblicita {
    background: #0064ff;
}
.sidebar ul.social-share li a.app {
    background: #006b86;
}
.sidebar ul.social-share li a.rss {
    background: #f0771e;
}
.sidebar ul.social-share li a.rss:after {
    border: 4px solid #f0771e;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.sidebar ul.social-share li a.facebook {
    background: #436feb;
}
.sidebar ul.social-share li a.facebook:after {
    border: 4px solid #436feb;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.sidebar ul.social-share li a.twitter {
    background: #43c9eb;
}
.sidebar ul.social-share li a.twitter:after {
    border: 4px solid #43c9eb;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.sidebar ul.social-share li a.google {
    background: #f14133;
}
.sidebar ul.social-share li a.google:after {
    border: 4px solid #f14133;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.sidebar ul.social-share li a:hover {
    opacity: 0.7;
}
.sidebar ul.social-share li span {
    display: block;
    margin: 0;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 15px;
}
.sidebar ul.social-share li span.number {
    color: #333;
    margin-top: 5px;
}
.sidebar ul.social-share li:nth-child(2n) {
    margin-right: 0;
}
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a.active,
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #f44336;
    border: 2px solid #f44336;
}
.sidebar .features-slide-widget ul.list-posts li img {
    max-width: 70px;
}
.sidebar .subscribe-widget form {
    background: url(../upload/banners/back2.jpg) center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 25px 20px;
    margin: 0;
}
.sidebar .subscribe-widget form h1 {
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
}
.sidebar .subscribe-widget form input[type="text"] {
    display: block;
    width: 100%;
    left: 0;
    right: 20px;
    margin-right: 40px;
    outline: 0;
    background: #fff;
    padding: 14px 20px 11px;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    border: transparent;
    margin: 0;
    line-height: 12px;
}
.sidebar .subscribe-widget form button {
    position: relative;
    display: inline-block;
    background: 0 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #33a3f1;
    font-size: 30px;
    border: none;
    margin-top: -40px;
    z-index: 2;
    float: right;
    outline: 0;
}
.sidebar .subscribe-widget form p {
    font-size: 12px;
    color: #ccc;
    margin: 14px 0 0;
    line-height: 16px;
}
.sidebar .advertisement {
    margin-bottom: 30px;
}
.sidebar .advertisement .desktop-advert {
    width: auto;
}
.sidebar .advertisement .mobile-advert,
.sidebar .advertisement .tablet-advert {
    width: auto;
    display: none;
}
.sidebar .tab-posts-widget ul.nav-tabs {
    text-align: center;
    border: none;
    border-bottom: 2px solid #33a3f1;
}
.sidebar .tab-posts-widget ul.nav-tabs li {
    float: left;
    width: 33.333333333333%;
    border: none;
    margin: 0;
    padding-left: 1px;
}
.sidebar .tab-posts-widget ul.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 11px 3px;
    background: #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
    background: #33a3f1;
}
.sidebar .tab-posts-widget ul.nav-tabs li:first-child {
    padding-left: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li.active a {
    border: none;
    background: #33a3f1;
}
.sidebar .tab-posts-widget .tab-pane {
    padding: 20px 0 0;
    background: #fafafa;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
    padding-left: 20px;
    padding-right: 30px;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
    max-width: 75px;
}
.sidebar .tags-widget ul.tag-list {
    margin: 0;
    padding: 0;
}
.sidebar .tags-widget ul.tag-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
}
.sidebar .tags-widget ul.tag-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    padding: 6px 9px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.sidebar .tags-widget ul.tag-list li a:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}
.sidebar .recent-comments-widget ul {
    margin: 0;
    padding: 0;
}
.sidebar .recent-comments-widget ul li {
    list-style: none;
}
.sidebar .recent-comments-widget ul.comment-list li {
    overflow: hidden;
    margin-bottom: 25px;
}
.sidebar .recent-comments-widget ul.comment-list li img {
    float: left;
    max-width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content {
    margin-left: 90px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p {
    color: #333;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 20px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message {
    background: #fafafa;
    font-weight: 400;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 19px;
    margin-bottom: 7px;
    position: relative;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -6px;
    top: 27px;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span {
    display: inline-block;
    padding-left: 20px;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span i {
    margin-right: 10px;
}
.sidebar .recent-comments-widget ul.comment-list li:last-child {
    margin-bottom: 0;
}
.sidebar .review-widget ul.review-posts-list {
    margin: 0;
    padding: 0;
}
.sidebar .review-widget ul.review-posts-list li {
    list-style: none;
    padding: 0 0 16px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.sidebar .review-widget ul.review-posts-list li img {
    width: 100%;
}
.sidebar .review-widget ul.review-posts-list li h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 16px 10px 0;
}
.sidebar .review-widget ul.review-posts-list li h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
.sidebar .review-widget ul.review-posts-list li h2 a:hover {
    color: #f44336;
}
.sidebar .review-widget ul.review-posts-list li span.date {
    display: inline-block;
    padding: 0 10px;
    color: #999;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.sidebar .review-widget ul.review-posts-list li span.date i {
    color: #ccc;
    margin-right: 5px;
}
.sidebar .categories-widget .title-section h1 span {
    padding-left: 10px;
}
.sidebar .categories-widget ul.category-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 0 10px;
}
.sidebar .categories-widget ul.category-list li {
    list-style: none;
    margin-bottom: 10px;
}
.sidebar .categories-widget ul.category-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
}
.sidebar .categories-widget ul.category-list li a span {
    display: inline-block;
    float: right;
    width: 30px;
    font-size: 11px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.sidebar .categories-widget ul.category-list li a:hover {
    color: #f44336;
}
.sidebar .categories-widget ul.category-list li a:hover span {
    background: #f44336;
    border: 1px solid #f44336;
    color: #fff;
}
.sidebar .flickr-widget ul.flickr-list {
    margin: 0;
    padding: 0;
}
.sidebar .flickr-widget ul.flickr-list li {
    list-style: none;
    float: left;
    margin: 0 4px 8px;
}
.sidebar .flickr-widget ul.flickr-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.sidebar .flickr-widget ul.flickr-list li a img {
    width: 74px;
}
.sidebar .flickr-widget ul.flickr-list li a:hover {
    opacity: 0.7;
}
.sidebar .flickr-widget > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    margin-left: 5px;
}
.sidebar .flickr-widget > a:hover {
    color: #f44336;
}
.sidebar .voises-widget ul.voises-posts {
    margin: 0;
    padding: 0;
}
.sidebar .voises-widget ul.voises-posts li {
    display: block;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.sidebar .voises-widget ul.voises-posts li img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 16px;
}
.sidebar .voises-widget ul.voises-posts li p {
    font-size: 12px;
    margin-bottom: 7px;
}
.sidebar .voises-widget ul.voises-posts li span {
    display: inline-block;
    margin: 0;
    color: #bbb;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-style: italic;
}
.sidebar.large-sidebar .tab-posts-widget ul.nav-tabs li {
    width: 50%;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane {
    padding: 10px 0 0;
    background: #fafafa;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane ul.list-posts li {
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar.small-sidebar {
    position: relative;
}
.sidebar.small-sidebar:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 15px;
    border-right: 1px solid #f0f0f0;
}
form.search-form {
    position: relative;
    margin: 0;
}
form.search-form input[type="text"] {
    border: 1px solid #eee;
    padding: 10px;
    color: #999;
    font-size: 11px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    width: 100%;
    margin: 0 !important;
}
form.search-form button {
    background: 0 0;
    border: none;
    position: absolute;
    top: 10px;
    right: 13px;
    padding: 0;
    font-size: 13px;
    color: #666;
}
.news-post {
    position: relative;
}
.news-post .post-gallery {
    position: relative;
}
.news-post img {
    width: 100%;
}
.news-post a.category-post {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
a.read-more-button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 10px;
    background: #fafafa;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #666;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
a.read-more-button i {
    margin-right: 9px;
}
a.read-more-button:hover {
    color: #fff;
    background: #f44336;
    border-color: #f44336;
}
.image-post {
    position: relative;
}
.image-post .hover-box {
    position: absolute;
    overflow: hidden !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: 0 0;
}
.image-post .hover-box .inner-hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    background: rgba(17, 17, 17, 0);
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover a.category-post {
    margin-bottom: 12px;
    position: relative;
    bottom: inherit;
    left: inherit;
}
.image-post .hover-box .inner-hover h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
}
.image-post .hover-box .inner-hover h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #fff;
}
.image-post .hover-box .inner-hover p {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags {
    margin: 0;
    padding: 0;
}
.image-post .hover-box .inner-hover ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #ccc;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags li i {
    margin-right: 9px;
}
.image-post .hover-box .inner-hover ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #ccc;
}
.image-post .hover-box .inner-hover ul.post-tags li:last-child {
    margin-right: 0;
}
span.top-stories {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #f44336;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 2;
}
.image-post.snd-size .hover-box .inner-hover h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
}
.image-post:hover .hover-box {
    background: rgba(255, 255, 255, 0.95);
}
.image-post:hover .hover-box .inner-hover {
    background: 0 0 !important;
}
.image-post:hover .hover-box .inner-hover p {
    margin-top: 10px;
    max-height: 40px;
}
.image-post:hover .hover-box .inner-hover h2 a {
    color: #222;
}
.image-post:hover .hover-box .inner-hover h2 a:hover {
    color: #f44336;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li {
    color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a {
    color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
    color: #f44336;
}
ul.post-tags {
    margin: 0;
    padding: 0;
}
ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.post-tags li i {
    color: #ccc;
    margin-right: 9px;
}
ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
}
ul.post-tags li a:hover {
    color: #f44336;
}
ul.post-tags li:last-child {
    margin-right: 0;
}
.standard-post {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.standard-post .post-content {
    padding-top: 15px;
}
.standard-post .post-content h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
}
.standard-post .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
.standard-post .post-content h2 a:hover {
    color: #f44336;
}
.standard-post2 .post-title {
    padding: 18px 20px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.standard-post2 .post-title h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 16px;
}
.standard-post2 .post-title h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
.standard-post2 .post-title h2 a:hover {
    color: #f44336;
}
.standard-post2 .post-content {
    padding: 15px 20px 0;
}
.standard-post2 .post-content p {
    margin-bottom: 15px;
}
.standard-post2:hover .post-title {
    background: 0 0;
}
.standard-post3 .post-title {
    padding: 18px 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.standard-post3 .post-title h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 16px;
}
.standard-post3 .post-title h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
.standard-post3 .post-title h2 a:hover {
    color: #f44336;
}
.standard-post3 .post-title a.category-post {
    position: relative;
    bottom: inherit;
    left: inherit;
    background: 0 0;
    padding: 0 !important;
    margin-bottom: 6px;
}
.standard-post3 .post-title a.category-post.travel {
    color: #f58021;
}
.standard-post3 .post-title a.category-post.sport {
    color: #4c60f6;
}
.standard-post3 .post-title a.category-post.world {
    color: #33a3f1;
}
.standard-post3 .post-title a.category-post.fashion {
    color: #aa35d6;
}
.standard-post3 .post-title a.category-post.tech {
    color: #74b430;
}
.standard-post3 .post-title a.category-post.food {
    color: #32b47b;
}
.standard-post3 .post-title a.category-post.video {
    color: #d6ac1b;
}
.standard-post3 .post-content {
    padding: 15px 20px 0;
}
.standard-post3 .post-content p {
    margin-bottom: 15px;
}
.standard-post2:hover .post-title {
    background: 0 0;
}
.image-post2 {
    position: relative;
}
.image-post2 .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
}
.image-post2 .hover-box .inner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 40px;
    text-align: center;
    margin-top: -40px;
}
.image-post2 .hover-box a.category-post {
    position: relative;
    bottom: inherit;
    left: inherit;
}
.image-post2 .hover-box h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
    margin-top: 10px;
    max-height: 48px;
    overflow: hidden;
}
.image-post2 .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
}
.image-post2 .hover-box h2 a:hover {
    opacity: 0.7;
}
.image-post2 .hover-box ul.post-tags li {
    color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a {
    color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a:hover {
    color: #f44336;
}
.image-post2 div.post-content {
    padding: 16px 16px 0;
}
.image-post2 div.post-content p {
    margin-bottom: 3px;
}
.image-post2 div.post-content p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f44336;
    text-decoration: underline;
}
.image-post2 div.post-content p a:hover {
    opacity: 0.7;
}
.image-post2 div.post-content > a {
    margin-top: 12px;
}
ul.list-posts {
    margin: 0;
    padding: 0;
}
ul.list-posts > li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
ul.list-posts > li img {
    width: 100px;
    margin-right: 5px;
    float: left;
}
ul.list-posts > li .post-content > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0;
    line-height: 16px;
    margin-top: -2px;
}
ul.list-posts > li .post-content > a:hover {
    opacity: 0.7;
}
ul.list-posts > li .post-content h2 {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 14px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 7px;
    letter-spacing: -.40px;
}
ul.list-posts > li .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
ul.list-posts > li .post-content h2 a:hover {
    color: #f44336;
}
.image-post3,
.video-post {
    position: relative;
}
.image-post3 .hover-box,
.video-post .hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 8px;
    background: rgba(17, 17, 17, 0.5);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.image-post3 .hover-box h2,
.video-post .hover-box h2 {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    margin-bottom: 0;
}
.image-post3 .hover-box h2 a,
.video-post .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
}
.image-post3 .hover-box h2 a:hover,
.video-post .hover-box h2 a:hover {
    opacity: 0.7;
}
.image-post3 .hover-box ul.post-tags li,
.video-post .hover-box ul.post-tags li {
    color: #ccc;
}
.image-post3 .hover-box ul.post-tags li a,
.video-post .hover-box ul.post-tags li a {
    color: #ccc;
}
.image-post3:hover .hover-box,
.video-post:hover .hover-box {
    background: rgba(51, 163, 241, 0.8);
}
.video-post {
    margin-bottom: 10px;
}
.video-post a.video-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 30px;
    padding: 1px;
    outline: 0;
}
.video-post a:hover {
    opacity: 0.6;
}
button.mfp-arrow,
button.mfp-close {
    outline: 0;
}
.article-post {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.article-post .post-gallery {
    margin-bottom: 20px;
}
.article-post .post-content {
    padding-top: 15px;
    margin-bottom: 20px;
}
.article-post .post-content > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #33a3f1;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 7px;
}
.article-post .post-content > a:hover {
    opacity: 0.7;
}
.article-post .post-content h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
}
.article-post .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
.article-post .post-content h2 a:hover {
    color: #f44336;
}
.article-post .post-content span.post-rating {
    display: inline-block;
}
.article-post .post-content span.post-rating i {
    font-size: 12px;
    color: #f7ca18;
    line-height: 10px;
}
.article-post .post-content p {
    margin-bottom: 13px;
    margin-top: 15px;
}
.large-post {
    margin-bottom: 30px;
}
.large-post .post-gallery iframe {
    width: 100%;
    height: 420px;
    margin-bottom: -5px;
}
.large-post .post-gallery ul.bxslider {
    margin: 0;
    padding: 0;
}
.large-post .post-gallery .bx-controls-direction {
    display: none !important;
}
.large-post .post-title {
    padding: 24px 20px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.large-post .post-title h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
}
.large-post .post-title h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
.large-post .post-title h2 a:hover {
    color: #f44336;
}
.large-post .post-content {
    padding: 24px 20px 30px;
    border-bottom: 1px solid #f0f0f0;
}
.large-post .post-content p {
    margin-bottom: 24px;
}
div.list-post {
    overflow: hidden;
}
div.list-post img {
    width: 100px;
    margin-right: 20px;
    float: left;
}
div.list-post .post-content > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0;
    line-height: 16px;
    margin-top: -2px;
}
div.list-post .post-content > a:hover {
    opacity: 0.7;
}
div.list-post .post-content h2 {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 7px;
}
div.list-post .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
div.list-post .post-content h2 a:hover {
    color: #f44336;
}
.very-large-post {
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 1px 1px 1px #eee;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
    -o-box-shadow: 1px 1px 1px #eee;
}
.very-large-post .title-post {
    padding: 60px 0 30px;
    max-width: 560px;
    margin: 0 auto;
}
.very-large-post .title-post a.category-post {
    display: inline-block;
    position: relative;
    margin: 0 2px;
    left: inherit;
    bottom: inherit;
}
.very-large-post .title-post h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 12px;
}
.very-large-post .title-post h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
.very-large-post .title-post h2 a:hover {
    color: #f44336;
}
.very-large-post .post-gallery {
    margin-bottom: 25px;
}
.very-large-post .post-gallery .group-image {
    margin: -5px;
    overflow: hidden;
}
.very-large-post .post-gallery .group-image a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 33.333333%;
    float: left;
    padding: 5px;
    outline: 0;
}
.very-large-post .post-gallery .group-image a.big-size {
    width: 66.666666%;
}
.very-large-post .post-gallery .bx-wrapper .bx-next {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 30px;
    top: 50%;
    margin-top: -35px;
}
.very-large-post .post-gallery .bx-wrapper .bx-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 30px;
    top: 50%;
    margin-top: -35px;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:hover,
.very-large-post .post-gallery .bx-wrapper .bx-prev:hover {
    background: #fff;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:before,
.very-large-post .post-gallery .bx-wrapper .bx-prev:before {
    margin-top: -20px;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:hover:before,
.very-large-post .post-gallery .bx-wrapper .bx-prev:hover:before {
    color: #333;
}
.very-large-post .post-gallery #bx-pager {
    text-align: center;
    margin-top: 10px;
}
.very-large-post .post-gallery #bx-pager a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0.7;
    margin: 0 3px;
}
.very-large-post .post-gallery #bx-pager a img {
    width: auto;
}
.very-large-post .post-gallery #bx-pager a.active {
    opacity: 1;
}
.very-large-post .post-gallery iframe {
    width: 100%;
    height: 480px;
}
.very-large-post .post-content {
    padding: 0 70px 35px;
}
.very-large-post .post-content p {
    margin-bottom: 20px;
}
.very-large-post .post-content p.highlight {
    color: #333;
    font-weight: 700;
}
.very-large-post .post-content blockquote {
    padding: 25px 60px;
    background: #fff9e6;
    border: none;
    margin: 20px 0 40px;
}
.very-large-post .post-content blockquote p {
    margin: 0;
    color: #333;
    font-style: italic;
}
.very-large-post .post-content .article-inpost {
    overflow: hidden;
    text-align: left;
}
.very-large-post .post-content .article-inpost img {
    width: auto;
    float: left;
    margin-right: 40px;
    margin-bottom: 16px;
}
.very-large-post .post-content .article-inpost .right-content {
    margin-top: 5px;
}
.very-large-post .share-box {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #f0f0f0;
}
.very-large-post .share-box a.likes {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666;
    font-size: 13px;
    font-family: Lato, sans-serif;
    float: left;
}
.very-large-post .share-box a.likes i {
    font-size: 14px;
    color: #999;
    margin-right: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.very-large-post .share-box a.likes:hover {
    color: #f44336;
}
.very-large-post .share-box a.likes:hover i {
    color: #f44336;
}
.very-large-post .share-box ul.share-list-post {
    margin: 0;
    padding: 0;
    float: right;
}
.very-large-post .share-box ul.share-list-post li {
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-family: Lato, sans-serif;
}
.very-large-post .share-box ul.share-list-post li > i {
    font-size: 14px;
    color: #999;
    margin-right: 6px;
}
.very-large-post .share-box ul.share-list-post li span {
    margin-right: 5px;
}
.very-large-post .share-box ul.share-list-post li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 18px;
    height: 18px;
    font-size: 14px;
    color: #999;
    background: 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.very-large-post .share-box ul.share-list-post li a:hover {
    color: #fff;
    background: #333;
}
.banner-quote-post {
    padding: 120px 85px 48px;
    margin-bottom: 30px;
    position: relative;
    background: url(../upload/news-posts/banner.jpg) center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.banner-quote-post .quote {
    position: relative;
    z-index: 2;
    text-align: center;
}
.banner-quote-post .quote p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 8px;
    line-height: 24px;
}
.banner-quote-post .quote span {
    color: #ccc;
    font-size: 12px;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0;
}
.banner-quote-post .quote span i {
    margin-right: 8px;
}
.banner-quote-post .quote:before {
    content: "\201C";
    position: absolute;
    top: -72px;
    left: 50%;
    margin-left: -28px;
    color: #fff;
    font-size: 90px;
    font-family: georgia;
    line-height: 90px;
    font-weight: 700;
}
.banner-quote-post:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
}
.single-post-box .title-post {
    padding: 0 20px 25px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: -10px;
}
.single-post-box .title-post h1 {
    color: #333;
    font-size: 24px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 8px;
}
.single-post-box .share-post-box {
    margin-bottom: 10px;
    padding: 0 20px;
}
.single-post-box .share-post-box ul.share-box {
    margin: 0;
    padding: 0;
}
.single-post-box .share-post-box ul.share-box li {
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-family: Lato, sans-serif;
    margin-right: 8px;
    margin-bottom: 2px;
}
.single-post-box .share-post-box ul.share-box li i {
    font-size: 20px;
    margin-right: 2px;
    color: #999;
    float: left;
}
.single-post-box .share-post-box ul.share-box li span {
    display: inline-block;
    line-height: 15px;
}
.single-post-box .share-post-box ul.share-box li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.single-post-box .share-post-box ul.share-box li a i {
    color: #fff;
}
.single-post-box .share-post-box ul.share-box li a.facebook {
    background: #1854dd;
}
.single-post-box .share-post-box ul.share-box li a.twitter {
    background: #18a3dd;
}
.single-post-box .share-post-box ul.share-box li a.google {
    background: #f14133;
}
.single-post-box .share-post-box ul.share-box li a.google i {
    margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a.linkedin {
    background: #1879dd;
}
.single-post-box .share-post-box ul.share-box li a.linkedin i {
    margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a:hover {
    opacity: 0.7;
}
.single-post-box .post-gallery {
    text-align: center;
    margin-bottom: 20px;
}
.single-post-box .post-gallery img {
    width: 100%;
	height: auto;
    margin-bottom: 5px;
}
.single-post-box .post-gallery span.image-caption {
    display: inline-block;
    color: #aaa;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0;
}
.single-post-box .post-gallery iframe {
    width: 100%;
    height: 422px;
    margin-bottom: 20px;
}
.single-post-box .post-gallery .fotorama iframe {
    min-height: 144px !important;
    height: 100% !important;
}
.single-post-box .post-gallery.audio-post iframe {
    height: 168px;
}
.single-post-box > .post-content {
    margin-bottom: 0;
    overflow: hidden;
}
.single-post-box > .post-content p {
    padding: 0;
    margin-bottom: 18px;
}
.single-post-box > .post-content p a {
    display: inline;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #33a3f1;
    text-decoration: underline;
}
.single-post-box > .post-content p a:hover {
    opacity: 0.6;
}
.single-post-box > .post-content blockquote {
    padding: 20px;
    padding-left: 70px;
    background: #eee;
    border: none;
    margin: 0 0 20px;
    position: relative;
}
.single-post-box > .post-content blockquote p {
    color: #222;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    line-height: 24px;
}
.single-post-box > .post-content blockquote:before {
    content: "\201C";
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 72px;
    color: #222;
    font-family: georgia;
    line-height: 70px;
    font-weight: 700;
}
.single-post-box > .post-content > h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    padding: 0 20px;
}
.single-post-box .article-inpost {
    overflow: hidden;
    margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content {
    text-align: center;
    margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content .image-place {
    position: relative;
    margin-bottom: 5px;
}
.single-post-box .article-inpost .image-content .image-place img {
    width: 100%;
}
.single-post-box .article-inpost .image-content .image-place .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 70px;
    height: 70px;
    background: #33a3f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    outline: 0;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
    opacity: 0.7;
}
.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
    opacity: 1;
}
.single-post-box .article-inpost .image-content span.image-caption {
    display: inline-block;
    color: #aaa;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0;
}
.single-post-box .article-inpost .text-content {
    padding-top: 15px;
}
.single-post-box .article-inpost .text-content h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
}
.single-post-box .article-inpost .text-content p {
    margin-bottom: 18px;
}
.single-post-box .review-box .member-skills {
    padding: 0 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.single-post-box .review-box .member-skills > p {
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter {
    height: 17px;
    padding: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter p {
    height: 100%;
    background: #f44336;
    text-align: right;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.single-post-box .review-box .summary-box {
    padding: 14px 190px 14px 20px;
    background: #333;
    position: relative;
    margin-bottom: 50px;
}
.single-post-box .review-box .summary-box h2 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.single-post-box .review-box .summary-box p {
    color: #fff;
}
.single-post-box .review-box .summary-box .summary-degree {
    position: absolute;
    bottom: -10px;
    right: 20px;
    background: #f44336;
    padding: 10px 20px 14px;
    text-align: center;
}
.single-post-box .review-box .summary-box .summary-degree p {
    color: #333;
    font-weight: 700;
    margin: 0;
}
.single-post-box .review-box .summary-box .summary-degree p span {
    display: block;
    color: #fff;
    font-size: 48px;
    margin-bottom: 4px;
    line-height: 48px;
}
.single-post-box .post-tags-box {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px 12px;
}
.single-post-box .post-tags-box ul.tags-box {
    margin: 0;
    padding: 0;
}
.single-post-box .post-tags-box ul.tags-box li {
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-family: Lato, sans-serif;
    margin-right: 3px;
    margin-bottom: 2px;
}
.single-post-box .post-tags-box ul.tags-box li i {
    font-size: 18px;
    margin-right: 10px;
    color: #999;
}
.single-post-box .post-tags-box ul.tags-box li span {
    margin-right: 18px;
}
.single-post-box .post-tags-box ul.tags-box li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 10px;
    border: 1px solid #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
}
.single-post-box .post-tags-box ul.tags-box li a:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}
.single-post-box .prev-next-posts {
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.single-post-box .prev-next-posts .prev-post {
    float: left;
    border-right: 1px solid #f0f0f0;
}
.single-post-box .prev-next-posts .next-post {
    width: 50%;
    float: right;
}
.single-post-box .prev-next-posts .next-post img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.single-post-box .prev-next-posts .next-post,
.single-post-box .prev-next-posts .prev-post {
    width: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 25px 40px;
}
.single-post-box .prev-next-posts .next-post:hover,
.single-post-box .prev-next-posts .prev-post:hover {
    background: #fafafa;
}
.single-post-box .prev-next-posts img {
    width: 100px;
    margin-right: 15px;
    float: left;
}
.single-post-box .prev-next-posts .post-content {
    margin-top: 10px;
}
.single-post-box .prev-next-posts .post-content > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0;
    line-height: 16px;
    margin-top: -2px;
}
.single-post-box .prev-next-posts .post-content > a:hover {
    opacity: 0.7;
}
.single-post-box .prev-next-posts .post-content h2 {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 7px;
}
.single-post-box .prev-next-posts .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333;
}
.single-post-box .prev-next-posts .post-content h2 a:hover {
    color: #f44336;
}
.single-post-box .about-more-autor {
    margin-bottom: 10px;
}
.single-post-box .about-more-autor ul.nav-tabs {
    text-align: center;
    border: none;
    border-bottom: 2px solid #33a3f1;
}
.single-post-box .about-more-autor ul.nav-tabs li {
    float: left;
    width: 50%;
    border: none;
    margin: 0;
    padding-left: 1px;
}
.single-post-box .about-more-autor ul.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 11px 3px;
    background: #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li a:hover {
    background: #33a3f1;
}
.single-post-box .about-more-autor ul.nav-tabs li:first-child {
    padding-left: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li.active a {
    border: none;
    background: #33a3f1;
}
.single-post-box .about-more-autor .autor-box {
    padding: 30px 15px 30px 0;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.single-post-box .about-more-autor .autor-box img {
    max-width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.single-post-box .about-more-autor .autor-box .autor-content {
    margin-left: 120px;
    margin-top: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title {
    overflow: hidden;
    margin-bottom: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 {
    float: left;
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 span:after {
    content: "/";
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0 6px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a {
    text-decoration: underline;
    display: inline-block;
    color: #33a3f1;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a:hover {
    opacity: 0.7;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social {
    margin: 0;
    padding: 0;
    float: right;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li {
    display: inline-block;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a:hover {
    color: #fff;
    background: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content p {
    margin: 0;
}
.single-post-box .about-more-autor .more-autor-posts {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: -5px;
    margin-right: -5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post {
    float: left;
    width: 33.3333%;
    padding: 5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post .hover-box {
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: auto;
}
.single-post-box .comment-area-box ul {
    margin: 0;
    padding: 0;
}
.single-post-box .comment-area-box ul li {
    list-style: none;
}
.single-post-box .comment-area-box ul li .comment-box {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
}
.single-post-box .comment-area-box ul li .comment-box img {
    width: 100px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content {
    margin-left: 120px;
    padding-top: 10px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 {
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
    float: right;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4px 9px;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a i {
    font-size: 10px;
    margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
    background: #33a3f1;
    color: #fff;
    border: 1px solid #33a3f1;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span {
    font-size: 12px;
    color: #999;
    font-family: Lato, sans-serif;
    display: inline-block;
    font-style: italic;
    margin: 0 0 13px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span i {
    margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content p {
    margin: 0 !important;
}
.single-post-box .comment-area-box ul.depth .comment-box {
    padding-left: 100px;
}
.single-post-box .bx-wrapper .bx-next {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    top: 50%;
    margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 20px;
    top: 50%;
    margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-next:hover,
.single-post-box .bx-wrapper .bx-prev:hover {
    background: #fff;
}
.single-post-box .bx-wrapper .bx-next:before,
.single-post-box .bx-wrapper .bx-prev:before {
    margin-top: -20px;
}
.single-post-box .bx-wrapper .bx-next:hover:before,
.single-post-box .bx-wrapper .bx-prev:hover:before {
    color: #333;
}
.single-post-box .bx-wrapper .bx-pager {
    display: block !important;
}
.single-post-box ul.bxslider {
    margin: 0;
    padding: 0;
}
.single-wide .image-slider .news-post .hover-box .inner-hover {
    background: 0 0 !important;
    padding-bottom: 50px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover h1 {
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 900;
    line-height: 30px;
    padding: 0 20px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
    padding: 0 20px;
}
.single-wide .image-slider .bx-wrapper .bx-pager {
    bottom: 20px;
    top: inherit;
    right: inherit;
    left: 50%;
}
.single-post-box.wide-version .share-post-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
.contact-info-box {
    margin-bottom: 40px;
}
.contact-info-box #map {
    height: 360px;
    margin-bottom: 25px;
}
.contact-info-box p {
    padding: 0 20px;
}
.contact-form-box #comment-form,
.contact-form-box #contact-form {
    margin: 0;
}
.contact-form-box #comment-form label,
.contact-form-box #contact-form label {
    display: block;
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    cursor: pointer;
}
.contact-form-box #comment-form input[type="text"],
.contact-form-box #comment-form textarea,
.contact-form-box #contact-form input[type="text"],
.contact-form-box #contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fafafa;
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    outline: 0;
    border: 1px solid #e1e1e1;
    margin: 0 0 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #comment-form textarea:focus,
.contact-form-box #contact-form input[type="text"]:focus,
.contact-form-box #contact-form textarea:focus {
    border: 1px solid #f44336;
}
.contact-form-box #comment-form textarea,
.contact-form-box #contact-form textarea {
    height: 130px;
}
.contact-form-box #comment-form button,
.contact-form-box #contact-form button {
    color: #ccc;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #222;
    padding: 8px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #comment-form button i,
.contact-form-box #contact-form button i {
    margin-right: 7px;
}
.contact-form-box #comment-form button:hover,
.contact-form-box #contact-form button:hover {
    background: #f44336;
    color: #fff;
}
.contact-form-box .title-section span.email-not-published {
    float: right;
    padding-right: 0;
    border: none;
    color: #999;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400;
}
.error-banner {
    background: #f44336;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.error-banner h1 {
    color: #fff;
    font-size: 48px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.error-banner h1 span {
    font-weight: 900;
}
.error-banner p {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}
div.search-box {
    padding: 0 30px;
    margin-bottom: 35px;
}
ul.autor-list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
ul.autor-list > li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}
ul.autor-list > li .autor-box {
    padding: 30px;
    background: #fafafa;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.autor-list > li .autor-box img {
    max-width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
ul.autor-list > li .autor-box .autor-content {
    margin-left: 120px;
}
ul.autor-list > li .autor-box .autor-content .autor-title {
    overflow: hidden;
    margin-bottom: 10px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 {
    float: left;
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 span:after {
    content: "/";
    color: #333;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0 6px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a {
    text-decoration: underline;
    display: inline-block;
    color: #f44336;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a:hover {
    opacity: 0.7;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
    margin: 0;
    padding: 0;
    float: right;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li {
    display: inline-block;
    margin-left: 7px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666;
    font-size: 13px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a:hover {
    color: #f44336;
}
ul.autor-list > li .autor-box .autor-content p {
    margin: 0;
}
ul.autor-list > li .autor-last-line {
    overflow: hidden;
    padding: 10px 30px;
}
ul.autor-list > li .autor-last-line ul.autor-tags {
    margin: 0;
    padding: 0;
    float: left;
}
ul.autor-list > li .autor-last-line ul.autor-tags li {
    display: inline-block;
    margin-right: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li span {
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-family: Lato, sans-serif;
    line-height: 30px;
    padding-right: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li span i {
    margin-right: 10px;
    color: #999;
    font-size: 18px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    padding: 6px 10px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li a:hover {
    color: #fff;
    background: #f44336;
    border-color: #f44336;
}
ul.autor-list > li .autor-last-line a.autor-site {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    text-decoration: underline;
    color: #33a3f1;
    font-size: 13px;
    line-height: 30px;
    font-family: Lato, sans-serif;
}
ul.autor-list > li .autor-last-line a.autor-site:hover {
    opacity: 0.7;
}
ul.autor-list > li:hover .autor-box {
    border-color: #999;
}
.forum-box .search-box {
    padding: 30px;
    background: #fafafa;
}
.forum-box p.line-for-loggin {
    padding: 4px 20px;
    background: #fff3c9;
    font-size: 12px;
}
.forum-table {
    margin-bottom: 30px;
}
.forum-table .table-head {
    overflow: hidden;
    background: #222;
}
.forum-table .table-head > div {
    float: left;
    padding: 12px 20px;
}
.forum-table .table-head > div span {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.forum-table div.first-col {
    width: 55%;
}
.forum-table div.first-col a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.forum-table div.first-col a:hover {
    color: #f44336;
}
.forum-table div.second-col {
    width: 20%;
}
.forum-table div.third-col {
    width: 25%;
    text-align: right;
}
.forum-table div.table-row {
    overflow: hidden;
    background: #fafafa;
    position: relative;
}
.forum-table div.table-row > div {
    float: left;
    padding: 15px 20px;
}
.forum-table div.table-row > div span {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.forum-table div.table-row > div h2 {
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}
.forum-table div.table-row > div h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222;
}
.forum-table div.table-row > div h2 a:hover {
    color: #f44336;
}
.forum-table div.table-row > div p {
    display: block;
    margin: 0;
    font-size: 13px;
}
.forum-table div.table-row div.second-col span {
    color: #222;
}
.forum-table div.table-row div.second-col p {
    font-size: 10px;
    text-transform: uppercase;
}
.forum-table div.table-row div.third-col img {
    width: 40px;
    float: right;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 17px;
}
.forum-table div.table-row div.third-col p {
    font-size: 10px;
    line-height: 16px;
}
.forum-table div.table-row div.third-col p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f44336;
    text-transform: inherit;
}
.forum-table div.table-row div.forum-post {
    overflow: hidden;
    float: left;
    width: 80%;
}
.forum-table div.table-row div.forum-post img {
    max-width: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.forum-table div.table-row div.forum-post .post-autor-date {
    margin-left: 60px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 {
    color: #222;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 3px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a:hover {
    color: #f44336;
}
.forum-table div.table-row div.forum-post .post-autor-date p {
    font-size: 10px;
    line-height: 16px;
}
.forum-table div.table-row div.forum-post .post-autor-date p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f44336;
    text-transform: inherit;
}
.forum-table div.table-row div.forum-post.comment-post {
    width: 100%;
}
.forum-table div.table-row div.forum-post.comment-post img {
    max-width: 100px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date {
    margin-left: 120px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date p span {
    color: #666;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date div.content-post-area p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px;
}
.forum-table div.table-row div.forum-topics {
    width: 20%;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
}
.forum-table div.table-row div.forum-topics span {
    color: #222;
}
.forum-table div.table-row div.forum-topics p {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
}
.forum-table div.table-row:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #f0f0f0;
}
.forum-table div.table-row:first-child:after {
    border-top: none;
}
.forum-table div.table-title {
    background: #222;
    padding: 20px;
}
.forum-table div.table-title h2 {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 24px;
}
.forum-table div.table-title p {
    margin: 0;
    font-size: 13px;
}
.forum-table p.posted-in-category {
    font-size: 11px;
    margin: 7px 0;
    padding-left: 20px;
}
.forum-table p.posted-in-category a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f44336;
}
.white-popup {
    position: relative;
    padding: 30px;
    width: auto;
    max-width: 430px;
    margin: 20px auto;
    background: #fff;
}
.white-popup .mfp-close-btn-in .mfp-close {
    color: #222 !important;
    width: 16px !important;
    padding-top: 20px !important;
    padding-right: 45px !important;
}
#log-in-popup {
    overflow: hidden;
}
#log-in-popup form.login-form .title-section,
#log-in-popup form.lost-password-form .title-section,
#log-in-popup form.register-form .title-section {
    margin-bottom: 18px;
}
#log-in-popup form.login-form p,
#log-in-popup form.lost-password-form p,
#log-in-popup form.register-form p {
    font-size: 11px;
    margin: 0 0 18px;
    color: #666;
}
#log-in-popup form.login-form label,
#log-in-popup form.lost-password-form label,
#log-in-popup form.register-form label {
    display: block;
    margin: 0 0 5px;
    color: #222;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
}
#log-in-popup form.login-form label span,
#log-in-popup form.lost-password-form label span,
#log-in-popup form.register-form label span {
    color: #f44336;
}
#log-in-popup form.login-form input[type="password"],
#log-in-popup form.login-form input[type="text"],
#log-in-popup form.lost-password-form input[type="password"],
#log-in-popup form.lost-password-form input[type="text"],
#log-in-popup form.register-form input[type="password"],
#log-in-popup form.register-form input[type="text"] {
    display: block;
    margin: 0 0 17px;
    color: #666;
    font-size: 13px;
    font-family: Lato, sans-serif;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: #fafafa;
    outline: 0;
    padding: 10px 20px;
}
#log-in-popup form.login-form button[type="submit"],
#log-in-popup form.lost-password-form button[type="submit"],
#log-in-popup form.register-form button[type="submit"] {
    border: none;
    float: left;
    padding: 8px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #222;
    color: #fff;
    font-size: 11px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 49px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#log-in-popup form.login-form button[type="submit"] i,
#log-in-popup form.lost-password-form button[type="submit"] i,
#log-in-popup form.register-form button[type="submit"] i {
    margin-right: 8px;
}
#log-in-popup form.login-form button[type="submit"]:hover,
#log-in-popup form.lost-password-form button[type="submit"]:hover,
#log-in-popup form.register-form button[type="submit"]:hover {
    background: #f44336;
}
#log-in-popup form.login-form input[type="checkbox"],
#log-in-popup form.lost-password-form input[type="checkbox"],
#log-in-popup form.register-form input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
#log-in-popup form.login-form span,
#log-in-popup form.lost-password-form span,
#log-in-popup form.register-form span {
    display: inline-block;
    color: #222;
    font-size: 11px;
    font-family: Lato, sans-serif;
    margin-top: 8px;
}
#log-in-popup form.login-form > a,
#log-in-popup form.lost-password-form > a,
#log-in-popup form.register-form > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    color: #222;
    font-size: 11px;
    font-family: Lato, sans-serif;
    text-decoration: underline;
    margin-top: 8px;
}
#log-in-popup form.login-form > a:hover,
#log-in-popup form.lost-password-form > a:hover,
#log-in-popup form.register-form > a:hover {
    color: #f44336;
}
#log-in-popup form.login-form p.login-line,
#log-in-popup form.login-form p.register-line,
#log-in-popup form.lost-password-form p.login-line,
#log-in-popup form.lost-password-form p.register-line,
#log-in-popup form.register-form p.login-line,
#log-in-popup form.register-form p.register-line {
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
}
#log-in-popup form.login-form p.login-line a,
#log-in-popup form.login-form p.register-line a,
#log-in-popup form.lost-password-form p.login-line a,
#log-in-popup form.lost-password-form p.register-line a,
#log-in-popup form.register-form p.login-line a,
#log-in-popup form.register-form p.register-line a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222;
    font-size: 11px;
    font-family: Lato, sans-serif;
    text-decoration: underline;
}
#log-in-popup form.login-form p.login-line a:hover,
#log-in-popup form.login-form p.register-line a:hover,
#log-in-popup form.lost-password-form p.login-line a:hover,
#log-in-popup form.lost-password-form p.register-line a:hover,
#log-in-popup form.register-form p.login-line a:hover,
#log-in-popup form.register-form p.register-line a:hover {
    color: #f44336;
}
#log-in-popup form.lost-password-form,
#log-in-popup form.register-form {
    display: none;
}
#log-in-popup form.lost-password-form p,
#log-in-popup form.register-form p {
    clear: both;
    margin: 10px 0 0;
}
#log-in-popup form.lost-password-form button[type="submit"],
#log-in-popup form.register-form button[type="submit"] {
    float: none;
}
a.log-in-popup {
    outline: 0;
}
body.comming-soon-page {
    width: 100%;
    height: 100%;
    background: url(../upload/banners/1.jpg) center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
body.comming-soon-page #comming-soon-content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 100px 0;
}
body.comming-soon-page #comming-soon-content .logo-place {
    margin-bottom: 200px;
}
body.comming-soon-page #comming-soon-content .logo-place a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content .logo-place a img {
    max-width: 100%;
}
body.comming-soon-page #comming-soon-content .logo-place a:hover {
    opacity: 0.8;
}
body.comming-soon-page #comming-soon-content #clock {
    max-width: 420px;
    margin: 0 auto 40px;
    overflow: hidden;
}
body.comming-soon-page #comming-soon-content #clock .comming-part {
    float: left;
    width: 25%;
    text-align: center;
}
body.comming-soon-page #comming-soon-content #clock .comming-part span {
    display: inline-block;
    color: #fff;
    font-size: 48px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    margin: 0 0 5px;
}
body.comming-soon-page #comming-soon-content #clock .comming-part p {
    font-size: 13px;
    color: #f44336;
    text-transform: uppercase;
    margin-bottom: 0;
}
body.comming-soon-page #comming-soon-content form.subscribe {
    margin: 0 0 40px;
}
body.comming-soon-page #comming-soon-content form.subscribe p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 24px;
}
body.comming-soon-page #comming-soon-content form.subscribe h1 {
    color: #fff;
    font-size: 48px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px;
}
body.comming-soon-page #comming-soon-content form.subscribe h1 span {
    color: #f44336;
    font-weight: 900;
}
body.comming-soon-page #comming-soon-content form.subscribe input[type="text"] {
    display: inline-block;
    width: 430px;
    padding: 9px 10px;
    background: #fff;
    color: #aaa;
    font-size: 11px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    outline: 0;
    border: 1px solid #eee;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    margin: 0 10px 10px 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content form.subscribe input[type="text"]:focus {
    border: 1px solid #f44336;
}
body.comming-soon-page #comming-soon-content form.subscribe button {
    display: inline-block;
    margin: 0;
    padding: 10px 26px;
    background: #222;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    color: #fff;
    font-size: 11px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content form.subscribe button i {
    margin: 0 8px;
}
body.comming-soon-page #comming-soon-content form.subscribe button:hover {
    background: #f44336;
}
body.comming-soon-page #comming-soon-content .social-box {
    margin-top: 200px;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons {
    margin: 0;
    padding: 0;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li {
    display: inline-block;
    margin-right: 1px;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 36px;
    height: 36px;
    border: 1px solid #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.facebook:hover {
    border: 1px solid #1854dd;
    background: #1854dd;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.google:hover {
    border: 1px solid #f14133;
    background: #f14133;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.twitter:hover {
    border: 1px solid #18a3dd;
    background: #18a3dd;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.youtube:hover {
    border: 1px solid #d31708;
    background: #d31708;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.instagram:hover {
    border: 1px solid #a55900;
    background: #a55900;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.linkedin:hover {
    border: 1px solid #1879dd;
    background: #1879dd;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.vimeo:hover {
    border: 1px solid #2ea0f0;
    background: #2ea0f0;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.dribble:hover {
    border: 1px solid #f05c9e;
    background: #f05c9e;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.pinterest:hover {
    border: 1px solid #d30829;
    background: #d30829;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.flickr:hover {
    border: 1px solid #a43e99;
    background: #a43e99;
    color: #fff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.rss:hover {
    border: 1px solid #f0590f;
    background: #f0590f;
    color: #fff;
}
body.comming-soon-page.underconstruction {
    background: url(../upload/banners/2.jpg) center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
footer {
    background: #111;
    padding-top: 62px;
}
footer .footer-widgets-part {
    padding-bottom: 25px;
}
footer h1 {
    color: #222;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 25px;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 1px;
}
footer .widget {
    margin-bottom: 20px;
}
footer .widget p {
    color: #999;
}
footer .text-widget a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}
footer .text-widget a img {
    margin-top: 20px;
}
footer .social-widget ul.social-icons {
    margin: 0;
    padding: 0;
}
footer .social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 4px;
}
footer .social-widget ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 36px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #333;
    color: #666;
    font-size: 20px;
    background: 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
footer .social-widget ul.social-icons li a:hover {
    color: #fff;
}
footer .social-widget ul.social-icons li a.facebook:hover {
    background: #1854dd;
    border: 1px solid #1854dd;
}
footer .social-widget ul.social-icons li a.google:hover {
    background: #f14133;
    border: 1px solid #f14133;
}
footer .social-widget ul.social-icons li a.twitter:hover {
    background: #18a3dd;
    border: 1px solid #18a3dd;
}
footer .social-widget ul.social-icons li a.youtube:hover {
    background: #d31708;
    border: 1px solid #d31708;
}
footer .social-widget ul.social-icons li a.instagram:hover {
    background: #a55900;
    border: 1px solid #a55900;
}
footer .social-widget ul.social-icons li a.linkedin:hover {
    background: #1879dd;
    border: 1px solid #1879dd;
}
footer .social-widget ul.social-icons li a.vimeo:hover {
    background: #2ea0f0;
    border: 1px solid #2ea0f0;
}
footer .social-widget ul.social-icons li a.dribble:hover {
    background: #f05c9e;
    border: 1px solid #f05c9e;
}
footer .social-widget ul.social-icons li a.pinterest:hover {
    background: #d30829;
    border: 1px solid #d30829;
}
footer .social-widget ul.social-icons li a.flickr:hover {
    background: #a43e99;
    border: 1px solid #a43e99;
}
footer .social-widget ul.social-icons li a.rss:hover {
    background: #f0590f;
    border: 1px solid #f0590f;
}
footer .posts-widget ul.list-posts > li {
    border-bottom: none;
    margin-bottom: 20px;
}
footer .posts-widget ul.list-posts > li img {
    width: 80px;
}
footer .posts-widget ul.list-posts > li .post-content {
    margin-left: 100px;
}
footer .posts-widget ul.list-posts > li .post-content > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #666;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    margin: 0;
    line-height: 16px;
    margin-top: -2px;
}
footer .posts-widget ul.list-posts > li .post-content > a:hover {
    opacity: 0.7;
}
footer .posts-widget ul.list-posts > li .post-content h2 {
    line-height: 18px;
    margin-bottom: 0;
    max-height: 36px;
    overflow: hidden;
}
footer .posts-widget ul.list-posts > li .post-content h2 a {
    color: #999;
}
footer .posts-widget ul.list-posts > li .post-content h2 a:hover {
    color: #fff;
}
footer .categories-widget ul.category-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
footer .categories-widget ul.category-list li {
    list-style: none;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
footer .categories-widget ul.category-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999;
    font-size: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}
footer .categories-widget ul.category-list li a span {
    display: inline-block;
    float: right;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
footer .categories-widget ul.category-list li a:hover {
    color: #f44336;
}
footer .categories-widget ul.category-list li a:hover span {
    background: #f44336;
    border: 1px solid #f44336;
    color: #fff;
}
footer .categories-widget ul.category-list li:nth-child(2n) {
    padding-left: 9px;
}
footer .flickr-widget ul.flickr-list {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
footer .flickr-widget ul.flickr-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}
footer .flickr-widget ul.flickr-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
footer .flickr-widget ul.flickr-list li a img {
    max-width: 81px;
}
footer .flickr-widget ul.flickr-list li a:hover {
    opacity: 0.7;
}
footer .flickr-widget ul.flickr-list li:nth-child(3n) {
    margin-right: 0;
}
footer .flickr-widget a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
}
footer .flickr-widget a:hover {
    color: #fff;
}
footer .tags-widget ul.tag-list {
    margin: 0;
    padding: 0;
}
footer .tags-widget ul.tag-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
}
footer .tags-widget ul.tag-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    padding: 6px 10px;
    border: 1px solid #444;
    background: #222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
footer .tags-widget ul.tag-list li a:hover {
    color: #fff;
    background: #f44336;
    border: 1px solid #f44336;
}
footer .subscribe-widget form {
    margin: 0;
    background: #f44336;
    padding: 17px 20px;
}
footer .subscribe-widget form h1 {
    color: #fff;
    margin-bottom: 16px;
    padding: 0;
    border: none;
}
footer .subscribe-widget form input[type="text"] {
    outline: 0;
    padding: 12px;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    background: #fff;
    border: none;
    width: 100%;
    display: block;
}
footer .subscribe-widget form button {
    width: 40px;
    height: 42px;
    text-align: right;
    background: #f44336;
    border: none;
    outline: 0;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    float: right;
    margin-top: -42px;
}
footer .subscribe-widget form p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
}
footer .recent-comments-widget {
    margin-bottom: 45px;
}
footer .recent-comments-widget ul {
    margin: 0;
    padding: 0;
    background: 0 0;
}
footer .recent-comments-widget .bx-wrapper .bx-viewport {
    background: 0 0;
}
footer .recent-comments-widget .bx-wrapper .bx-controls-direction {
    display: none;
}
footer .recent-comments-widget .bx-wrapper .bx-pager {
    bottom: -35px !important;
    padding-top: 0;
}
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a.active,
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #f5d76e;
    border: 2px solid #f5d76e;
}
footer .recent-comments-widget div.recent-comment {
    text-align: center;
}
footer .recent-comments-widget div.recent-comment img {
    max-width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 12px;
}
footer .recent-comments-widget div.recent-comment .comment-content p {
    color: #ccc;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
}
footer .recent-comments-widget div.recent-comment .comment-content p.main-message {
    font-weight: 400;
    margin-bottom: 13px;
    position: relative;
    color: #999;
}
footer .recent-comments-widget div.recent-comment .comment-content span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
}
footer .recent-comments-widget div.recent-comment .comment-content span i {
    margin-right: 10px;
}
footer .footer-last-line {
    padding: 30px 0;
    border-top: 1px solid #333;
}
footer .footer-last-line p {
    font-size: 12px;
    color: #666;
}
footer .footer-last-line nav.footer-nav {
    text-align: right;
}
footer .footer-last-line nav.footer-nav ul {
    margin: 0;
    padding: 0;
}
footer .footer-last-line nav.footer-nav ul li {
    display: inline-block;
    margin-left: 10px;
}
footer .footer-last-line nav.footer-nav ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666;
    font-size: 12px;
    font-family: Lato, sans-serif;
}
footer .footer-last-line nav.footer-nav ul li a:hover {
    color: #fff;
}
footer .footer-last-line nav.footer-nav ul li:first-child {
    margin-left: 0;
}
footer .footer-last-line nav.footer-nav ul li:before {
    content: "|";
    margin-right: 13px;
    color: #666;
    font-size: 12px;
    font-family: Lato, sans-serif;
}
footer .footer-last-line nav.footer-nav ul li:first-child:before {
    display: none;
    margin-right: 0;
}
.logo-advertisement .navbar-header a.mobile {
    display: none;
}
span .foto {
    color: #0d90b8;
    font-weight: 700;
}
span .video {
    color: red;
    font-weight: 700;
}
span .audio {
    color: #e76b00;
    font-weight: 700;
}
a.category-post-line {
    padding: 4px 10px;
    background: #33a3f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff !important;
}
@media (max-width: 1400px) {
    section.heading-news .heading-news-box .image-post {
        width: 20%;
    }
    section.heading-news .heading-news-box .snd-size {
        width: 40%;
    }
    section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n + 2) {
        display: none;
    }
    .heading-news4 .news-post.image-post4 .post-content h2 {
        font-size: 25px;
        line-height: 32px;
    }
}
@media (max-width: 1199px) {
    #container {
        overflow: hidden;
    }
    .navbar-nav .megadropdown .inner-megadropdown .filter-block,
    .navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
        width: 170px;
    }
    .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
        width: 770px;
    }
    section.heading-news .heading-news-box .image-post {
        width: 25%;
    }
    section.heading-news .heading-news-box .snd-size {
        width: 50%;
    }
    section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n + 4) {
        display: none;
    }
    .ticker-news-box .ticker {
        width: 679px;
    }
    .heading-news2 .ticker-news-box .ticker,
    .heading-news4 .ticker-news-box .ticker {
        width: 716px;
    }
    .latest-articles.iso-call .news-post {
        width: 293px;
    }
    .advertisement img {
        max-width: 100%;
    }
    .heading-news2 .heading-news-box .news-post {
        width: 33.333%;
    }
    .heading-news2 .heading-news-box .image-slider.snd-size {
        width: 66.6666%;
    }
    .galery-box #bx-pager2 a {
        width: 69px;
    }
    .very-large-post .post-gallery .group-image a.big-size {
        width: 66%;
    }
    .heading-news4 .news-post.image-post4 .post-content h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .slider-caption-box2 div.slider-holder {
        width: 640px !important;
    }
    .slider-caption-box2 #bx-pager {
        width: 300px;
    }
    .article-post .hm {
        padding-top: 0px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .advertisement .tablet-advert,
    .sidebar .advertisement .tablet-advert {
        display: block;
    }
    .navbar-nav .megadropdown .inner-megadropdown .filter-block {
        display: none;
    }
    .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
        width: 720px;
    }
    section.heading-news .heading-news-box .image-post {
        width: 50%;
    }
    section.heading-news .heading-news-box .snd-size {
        width: 66.66666%;
    }
    .heading-news2 .heading-news-box .news-post {
        width: 33.333%;
    }
    .heading-news2 .heading-news-box .image-slider.snd-size {
        width: 66.6666%;
    }
    section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n + 6) {
        display: none;
    }
    footer .footer-last-line nav.footer-nav {
        display: none;
    }
    footer .footer-last-line p {
        text-align: center;
    }
    header.third-style .list-line-posts {
        display: none;
    }
    header.third-style .navbar-nav > li > a.food {
        display: none;
    }
}
@media (max-width: 767px) {
    .top-line ul.social-icons {
        display: none;
    }
    .heading-news2 .ticker-news-box,
    .heading-news4 .ticker-news-box,
    section.ticker-news {
        display: none;
    }
    form.navbar-right {
        display: none;
    }
    header .list-line-posts {
        display: none;
    }
    .advertisement .desktop-advert,
    .sidebar .advertisement .desktop-advert {
        display: none;
    }
    .advhm {
        display: none;
    }
    .logo-advertisement .navbar-header a.mobile {
        display: block;
    }
    .logo-advertisement .navbar-header a.desk {
        display: none;
    }
    .navbar-brand {
        max-width: 230px;
        padding-top: 58px;
    }
    .top-line {
        background-color: #00a7eb;
    }
    .top-line ul.top-line-list li {
        margin-right: 0;
    }
    .top-line ul.top-line-list li:before {
        content: "";
        width: 0;
        margin-right: 0;
        border: none;
    }
    .top-line ul.top-line-list li a,
    .top-line ul.top-line-list li span {
        font-size: 11px;
        line-height: 15px;
        color: #fff;
    }
    .top-line ul.top-line-list li a {
        padding: 0 2px;
    }
    .top-line ul.top-line-list li a:hover {
        color: #fff;
    }
    .top-line ul.top-line-list li.active a {
        background-color: #fff;
        color: #333;
    }
    .navbar-default .advertisement {
        display: none;
    }
    .logo-advertisement .navbar-header {
        text-align: left;
    }
    .logo-advertisement .navbar-header a.navbar-brand {
        padding: 20px 15px 15px;
    }
    .navbar-brand,
    header.third-style .navbar-brand {
        padding: 20px 15px 20px;
    }
    .navbar-toggle {
        margin-top: 14px;
    }
    .navbar-nav > li > a {
        padding: 5px 15px;
    }
    .navbar-nav > li:hover > a {
        color: #33a3f1 !important;
    }
    .navbar-nav > li > a.home {
        padding: 5px 15px;
    }
    .navbar-nav > li > a:before {
        display: none;
    }
    .navbar-nav li.drop ul.dropdown,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
        position: relative;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        border: none !important;
        top: inherit;
        left: inherit;
        background: 0 0 !important;
    }
    .navbar-nav li.drop ul.dropdown li,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li {
        background: 0 0;
        border: none;
    }
    .navbar-nav li.drop ul.dropdown li a,
    .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li a {
        padding: 5px 20px;
        background: 0 0 !important;
        font-weight: 700;
        font-size: 13px;
    }
    header.second-style .navbar-nav > li a {
        color: #fff !important;
    }
    header.second-style .navbar-nav > li a:hover {
        color: #f44336 !important;
    }
    header.third-style .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-nav .megadropdown {
        display: none !important;
    }
    .navbar-default .navbar-collapse {
        max-height: 220px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    section.heading-news .heading-news-box > .image-post {
        display: none;
    }
    section.heading-news .heading-news-box .snd-size {
        width: 100%;
    }
    .latest-articles.iso-call {
        margin-left: 0;
        margin-right: 0;
    }
    .latest-articles.iso-call .news-post {
        width: 100%;
        margin: 0 0 30px;
    }
    .advertisement .tablet-advert,
    .sidebar .advertisement .tablet-advert {
        display: none;
    }
    .advertisement .mobile-advert,
    .sidebar .advertisement .mobile-advert {
        display: block;
    }
    .heading-news2 .heading-news-box > .news-post {
        width: 100%;
    }
    .heading-news2 .heading-news-box .image-slider.snd-size {
        width: 100%;
    }
    .bx-controls-direction {
        display: none;
    }
    .slider-caption-box #bx-pager a {
        max-height: inherit;
        overflow: hidden;
        padding: 12px 15px;
        font-weight: 400;
        font-size: 13px;
    }
    .galery-box #bx-pager2 a {
        width: 86px;
    }
    header.fifth-style .navbar-header a.navbar-brand {
        padding: 20px 0;
    }
    section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
        font-size: 20px;
        line-height: 26px;
        max-height: 52px;
    }
    section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover ul.post-tags {
        display: none;
    }
    .banner-quote-post {
        padding-left: 35px;
        padding-right: 35px;
    }
    .image-slider .image-post2 .hover-box h2 {
        font-size: 15px;
        line-height: 18px;
        max-height: 36px;
    }
    .single-post-box .share-post-box,
    .single-post-box .title-post {
        padding-left: 0;
        padding-right: 0;
    }
    .single-post-box .share-post-box ul.share-box li {
        margin-right: 3px;
    }
    .single-wide .image-slider .news-post .hover-box .inner-hover {
        padding: 0 0 10px;
    }
    .single-wide .image-slider .news-post .hover-box .inner-hover h2 {
        margin-bottom: 0;
    }
    .single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
        display: none;
    }
    .error-banner h1,
    body.comming-soon-page #comming-soon-content form.subscribe h1 {
        font-size: 40px;
    }
    body.comming-soon-page #comming-soon-content form.subscribe input[type="text"] {
        width: 350px;
    }
    body.comming-soon-page #comming-soon-content .logo-place {
        margin-bottom: 60px;
    }
    body.comming-soon-page #comming-soon-content .social-box {
        margin-top: 80px;
    }
    .heading-news4 .news-post.image-post4 .post-content h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .slider-caption-box2 div.slider-holder {
        width: 100% !important;
    }
    .slider-caption-box2 div.slider-holder .news-post iframe {
        height: 300px;
    }
    .slider-caption-box2 #bx-pager {
        display: none;
    }
    .navbar-header {
        background-color: #fff;
        border-bottom: 3px solid #33a3f1;
    }
    section.heading-news2 {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e4e4e4;
    }
    section.heading-news2:after {
        background-color: #fff;
    }
    section.heading-news2 .col-md-8 .row {
        margin-right: -30px;
        margin-left: -30px;
        margin-bottom: 10px;
    }
    section.heading-news2 .col-md-4 .image-slider {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    section.headIt:after {
        background: #fff;
        background-color: #fff;
    }
    section.headPr:after {
        background: #fff;
        background-color: #fff;
    }
    section.headPrNw:after {
        background: #fff;
        background-color: #fff;
    }
}
@media (max-width: 650px) {
    ul.autor-list > li .autor-last-line a.autor-site {
        float: none;
    }
    ul.autor-list > li .autor-box img {
        float: none;
        margin-bottom: 20px;
    }
    ul.autor-list > li .autor-box .autor-content {
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    .image-slider .image-post .hover-box .inner-hover h2 {
        font-size: 16px;
        line-height: 20px;
    }
    footer .categories-widget ul.category-list li {
        width: 100%;
        float: none;
        padding-left: 0 !important;
    }
    .heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .image-post-slider .image-post2 .hover-box h2 {
        font-size: 13px;
        line-height: 18px;
        max-height: 36px;
        overflow: hidden;
    }
    .slider-caption-box #bx-pager {
        display: none;
    }
    .slider-caption-box div.slider-holder {
        width: 100% !important;
        float: none;
    }
    .galery-box #bx-pager2 {
        display: none;
    }
    .image-post2 .hover-box h2,
    section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
        font-size: 15px;
        line-height: 18px;
        max-height: 36px;
    }
    .other-posts-box {
        padding: 0;
    }
    .very-large-post .post-gallery .group-image a {
        width: 100%;
    }
    .very-large-post .post-content .article-inpost img {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .very-large-post .post-content {
        padding: 0 10px 35px;
    }
    .banner-quote-post {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-quote-post .quote p {
        font-size: 15px;
    }
    .large-post .post-gallery iframe,
    .single-post-box .post-gallery iframe,
    .very-large-post .post-gallery iframe {
        height: 240px;
    }
    .single-post-box .about-more-autor .more-autor-posts .news-post {
        width: 100%;
    }
    .single-post-box .prev-next-posts .next-post,
    .single-post-box .prev-next-posts .prev-post {
        padding: 10px;
    }
    .forum-table div.table-row div.forum-post.comment-post img,
    .single-post-box .about-more-autor .autor-box img {
        float: none;
        margin: 0 auto;
    }
    .forum-table div.table-row div.forum-post.comment-post .post-autor-date,
    .single-post-box .about-more-autor .autor-box .autor-content {
        margin-left: 0;
    }
    .single-post-box .review-box .summary-box {
        padding-right: 20px;
    }
    .error-banner h1,
    body.comming-soon-page #comming-soon-content #clock .comming-part span,
    body.comming-soon-page #comming-soon-content form.subscribe h1 {
        font-size: 30px;
    }
    body.comming-soon-page #comming-soon-content form.subscribe input[type="text"] {
        width: 180px;
    }
    ul.autor-list > li .autor-box {
        padding: 10px;
    }
    ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
        float: none;
        display: block;
        clear: both;
    }
    .heading-news4 .news-post.image-post4 .post-content h2 {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    div.block-content .admDoM {
        margin-bottom: 0;
    }
    .sidebarHM {
        background-color: #d3d3d3;
    }
    .hmfisdx {
        width: 300px;
    }
    header {
        min-width: 1199px;
    }
    #container {
        min-width: 1199px;
        overflow: inherit;
    }
    .container {
        width: 1199px;
        overflow: inherit;
    }
    .col-md-12 {
        display: block;
        float: left;
        width: 100%;
    }
    .col-md-11 {
        display: block;
        float: left;
        width: 91.66666667%;
    }
    .col-md-10 {
        display: block;
        float: left;
        width: 83.33333333%;
    }
    .col-md-9 {
        display: block;
        float: left;
        width: 75%;
    }
    .col-md-8 {
        display: block;
        float: left;
        width: 66.66666667%;
    }
    .col-md-7 {
        display: block;
        float: left;
        width: 58.33333333%;
    }
    .col-md-6 {
        display: block;
        float: left;
        width: 50%;
    }
    .col-md-5 {
        display: block;
        float: left;
        width: 41.66666667%;
    }
    .col-md-4 {
        display: block;
        float: left;
        width: 33.33333333%;
    }
    .col-md-3 {
        display: block;
        float: left;
        width: 25%;
    }
    .col-md-2 {
        display: block;
        float: left;
        width: 16.66666667%;
    }
    .col-md-1 {
        display: block;
        float: left;
        width: 8.33333333%;
    }
    .shdate {
        margin-left: 40px;
    }
    .shdate i {
        margin-right: 5px !important;
    }
    .mtPP {
        margin-top: 1px;
    }
    .adRes1 {
        width: 300px;
        height: 600px;
        margin: 0 auto;
    }
    .adRes2 {
        width: 769px;
        height: 71px;
        margin: 0 auto;
    }
    .nodesk {
        display: none;
        visibility: hidden;
    }
    .nomobile {
        display: block;
        visibility: visible;
    }
    .mrg1-1 {
        margin-right: 1px;
        margin-left: -1px;
    }
    .nav-nwh {
        background-color: #fafafa !important;
    }
    .nav-nwh > li > a {
        color: #222 !important;
        font-size: 13px;
        font-family: Lato, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        padding: 16px 18px;
        position: relative;
        z-index: 2;
    }
    .nav-nwh > li.active a,
    .nav-nwh > li:hover > a,
    .nav-nwh > li > a.active {
        color: #222 !important;
        background: #fafafa !important;
    }
    .nav-nwh > li > a.active:before,
    .nav-nwh > li > a:before {
        background: #33a3f1 !important;
    }
    .nav-nwh > li.active > a:before,
    .nav-nwh > li:hover > a:before,
    .nav-nwh > li > a.active:before {
        background: #98d5ff !important;
    }
    .nav-nwh > li.drop-arrow:hover > a:after,
    .nav-nwh > li.drop-arrow > a.active:after {
        color: #222 !important;
    }
    .specLink {
        font-size: 18px;
        font-family: Lato, sans-serif;
        font-weight: 700;
        text-align: center;
    }
    .specLink a {
        color: #333;
    }
    .specLink a:hover {
        color: red;
        text-decoration: none;
    }
    .specLink a:before {
        content: "\f10c";
        font-family: FontAwesome;
        margin-right: 2px;
        margin-left: 5px;
        color: #337ab7;
        font-weight: 700;
    }
    .specH2 {
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    .specH2 a {
        font-size: 33px;
        letter-spacing: -1px;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase;
        font-family: Lato, sans-serif;
    }
}
@media (max-width: 767px) {
    div.block-content .admDoM {
        margin-bottom: 30px;
    }
    .sidebarHM {
        background-color: #fff;
    }
    div.sidebar.large-sidebar {
        padding-top: 0 !important;
    }
    .widget.social-widget {
        display: none;
        visibility: hidden;
    }
    .intAds {
        display: none;
        visibility: hidden;
    }
    .single-post-box .post-gallery .fotorama iframe {
        min-height: 144px !important;
        height: 100% !important;
    }
    .shdate {
        margin-left: 0;
        margin-top: 10px;
    }
    .shdate i {
        margin-right: 5px !important;
    }
    header {
        min-width: 370px;
    }
    #container {
        min-width: 370px;
    }
    .container {
        min-width: 370px;
    }
    .mtPP {
        margin-top: 20px;
    }
    .adRes1 {
        width: 300px;
        height: 250px;
        margin: 0 auto;
    }
    .adRes2 {
        width: 320px;
        height: 100px;
        margin: 0 auto;
    }
    .nodesk {
        display: block;
        visibility: visible;
    }
    .nomobile {
        display: none;
        visibility: hidden;
    }
    .HMrowSpeciale {
        margin-right: -30px;
        margin-left: -30px;
    }
    .specLink {
        font-size: 15px;
        font-family: Lato, sans-serif;
        font-weight: 700;
        text-align: left;
    }
    .specLink a {
        color: #333;
        display: block;
        margin-left: 5px;
    }
    .specLink a:hover {
        color: red;
        text-decoration: none;
    }
    .specLink a:before {
        content: "\f10c";
        font-family: FontAwesome;
        margin-right: 5px;
        color: #337ab7;
        font-weight: 700;
    }
    .specH2 {
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    .specH2 a {
        font-size: 33px;
        letter-spacing: -1px;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase;
        font-family: Lato, sans-serif;
    }
}
.navbar-brand span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    color: #8f8f8f !important;
}
.navbar-brand span b {
    color: #666;
}
.content-blocker,
.sidebar-sticky {
    position: relative;
}
.sidebar {
    padding-top: 30px !important;
}
.fz14 {
    font-size: 14px !important;
    line-height: 18px !important;
}
.fz15 {
    font-size: 15px !important;
    line-height: 19px !important;
}
.fz16n {
    font-size: 16px !important;
    line-height: 20px !important;
}
.fz16 {
    font-size: 16px !important;
    line-height: 22px !important;
}
.fz18 {
    font-size: 18px !important;
    line-height: 22px !important;
}
.fz20 {
    font-size: 20px !important;
    line-height: 24px !important;
}
.fz24 {
    font-size: 24px !important;
    line-height: 28px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.mrr0 {
    margin-right: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt1 {
    margin-top: 1px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mtn5 {
    margin-top: -5px !important;
}
.mtn10 {
    margin-top: -10px !important;
}
.mtn15 {
    margin-top: -15px !important;
}
.mtn20 {
    margin-top: -20px !important;
}
.mtn25 {
    margin-top: -25px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mtb10 {
    margin: 10px 0 !important;
}
.mtb20 {
    margin: 20px 0 !important;
}
.mtb30 {
    margin: 30px 0 !important;
}
.mtb40 {
    margin: 40px 0 !important;
}
.mbt50 {
    margin: 50px 0 !important;
}
.pd0 {
    padding: 0 !important;
}
.mr0 {
    margin: 0 !important;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.pdt10 {
    padding-top: 10px !important;
}
.pdt20 {
    padding-top: 20px !important;
}
.pdt30 {
    padding-top: 30px !important;
}
.bb0 {
    border-bottom: none !important;
}
.btp1cc {
    border-top: 1px solid #ccc;
}
.bbt1cc {
    border-bottom: 1px solid #ccc;
}
.maqSX {
    width: 160px;
    height: 90px;
    padding-top: 30px;
    float: left;
}
.maqDX {
    width: 160px;
    height: 90px;
    padding-top: 30px;
    float: right;
}
.maqBIG {
    width: 728px;
    height: 90px;
    padding-top: 30px;
    float: right;
}
.fleft {
    float: left !important;
}
.hmtp {
    font-size: 14px !important;
    line-height: 17px !important;
}
.bradU {
    border-radius: 0 30px 0 30px;
    overflow: hidden;
}
.bradX {
    border-radius: 30px 0 0 0;
    overflow: hidden;
}
.hboxU {
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.clff {
    color: #fff !important;
}
.hbtxtC {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
.brdU {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}
.cl33a {
    color: #33a3f1 !important;
}
.mwih {
    max-width: inherit !important;
}
.hmwVid {
    margin: 0 0 20px;
    padding: 10px 15px;
    background-color: #3c3b41;
}
.txshw {
    text-shadow: 2px 2px 2px #000;
}
.articolo {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-family: Lato, sans-serif;
}
.articolo p {
    font-size: 20px;
    line-height: 32px;
    color: #333;
}
.articolo ul {
    list-style-type: disc;
    list-style-position: inside;
}
.articolo ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.articolo ul ul, .articolo ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

.articolo ol ol, .articolo ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}
.nav-sport {
    background-color: #0a5e99 !important;
}
.navbar-default .navbar-nav > li.active > a {
    color: #333 !important;
}
.hmfisdx {
    margin: 0 auto;
}
.hoClas {
    padding: 20px 20px 10px;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}
.hoRes {
    padding: 20px 20px 10px;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}
.sportHmCls ul {
    padding: 0;
}
.sportHmCls li {
    display: block;
    position: relative;
    margin-bottom: 12px;
    font-size: 13px;
    border-bottom: 1px dotted #939393;
}
.sportHmCls li span {
    float: right;
    font-weight: 700;
}
TABLE.classGen {
    margin: 15px 0 0 0;
    font: 12px Arial, Helvetica, sans-serif;
    background: #4b4b4b;
    color: #fff;
    width: 100%;
}
TABLE.classGen THEAD TD {
    background: #b8b8b8;
    color: #000;
    font-weight: 700;
}
TABLE.classGen TD {
    border-bottom: #5d5d5d 1px solid;
    text-align: center;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
}
TABLE.classGen TD.squadra {
    text-align: left;
}
TABLE.classGen TR:hover {
    background-color: #060;
}
.clas_note {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-align: center;
    width: 290px;
    background-color: #676767;
    padding: 5px;
    color: #fff;
}
.clas_note_big {
    font: bold 14px Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    color: #333;
    width: 580px;
}
DIV.girone {
    margin-top: 10px;
}
DIV.giornata {
    margin: 0 0 0;
    font: 12px Arial, Helvetica, sans-serif;
    background: #4b4b4b;
    color: #fff;
}
DIV.giornata H2 {
    padding-bottom: 3px;
    margin: 0;
    padding-left: 10px;
    padding-right: 0;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: #b8b8b8;
    color: #000;
    padding-top: 3px;
}
DIV.giornata UL {
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 0;
}
DIV.giornata UL LI {
    border-bottom: #5d5d5d 1px solid;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
}
DIV.giornata UL LI:hover {
    background-color: #060;
}
DIV.giornata UL LI LABEL {
    padding-bottom: 0;
    padding-left: 10px;
    width: 80%;
    padding-right: 0;
    display: block;
    float: left;
    padding-top: 0;
}
DIV.giornata UL LI LABEL A {
    color: #fff;
}
.arTtitolo {
    font-size: 38px !important;
    line-height: 44px !important;
}
.arTocchiello {
    font-weight: 400 !important; color: #098fd9 !important; font-size: 18px !important;  margin-top: 10px !important; margin-bottom: 10px !important; font-family: inherit !important;line-height: 1.1 !important;
}
.arTshar {
    margin-top: 10px !important;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px !important;
}
.arTsharB {
    margin-top: 10px !important;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.arTrias {
    font-weight: 400;
    font-style: italic;
    color: #666;
    line-height: 24px;
}
.sdblf {
    border-left: 1px solid #e1e1e1;
}
.elecomu {
    padding: 5px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 19px;
    color: #016728;
    margin-bottom: 15px;
}
.AdsSAR {
    text-align: center;
    background-color: #e5e5e5;
    height: 70px;
}
.spsx {
    border-left: 5px double #33a3f1;
}
.single-post-box > .post-content p.citazione {
    padding: 20px;
    padding-left: 30px;
    background: #eee;
    border: none;
    margin: 0 0 20px;
    position: relative;
    color: #222;
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
}
.single-post-box > .post-content p.citazione:before {
    content: "\201C";
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 40px;
    color: #222;
    font-family: georgia;
    font-style: normal;
    line-height: 40px;
    font-weight: 700;
}
section.sectik {
    background-color: #fe4824;
}
.tikk {
    font-family: Lato, sans-serif;
    border: 1px solid #c20;
    margin: 5px 0;
    font-style: normal;
    position: relative;
    padding: 0 0 0 120px;
    box-shadow: 0 2px 5px -3px #000;
    background-color: #fff;
    font-size: 16px;
    color: #666;
}
.tikk a {
    color: #333;
}
.tikk a:hover {
    color: #c20;
    text-decoration: none;
}
.tikk:before {
    content: "ULTIM'ORA";
    display: inline-block;
    font-style: normal;
    background: #c20;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}
.tikk:after {
    content: "";
    display: block;
    top: 0;
    left: 80px;
    height: 20px;
}
.tikk ul {
    background: #fff;
    padding-left: 10px;
}
.tikk ul li {
    list-style: none;
    padding: 10px 0;
}
.tikkhd {
    visibility: hidden;
    display: none;
}
@media (max-width: 767px) {
    section.sectik {
        background-color: #fff;
    }
    .tikk {
        font-family: Lato, sans-serif;
        border: 1px solid #c20;
        margin: 0;
        font-style: normal;
        position: relative;
        font-size: 16px;
        padding: 0;
        box-shadow: 0 2px 5px -3px #000;
    }
    .tikk:before {
        visibility: hidden;
    }
    .tikk:after {
        display: none;
        visibility: hidden;
    }
    .tikk ul {
        padding: 0 10px;
        background: #fff;
    }
    .tikk ul li {
        list-style: none;
        padding: 10px 0;
    }
    .tikkhd {
        visibility: visible;
        display: block;
        font-family: Lato, sans-serif;
        font-style: normal;
        background: #c20;
        padding: 10px 10px 10px 15px;
        color: #fff;
        font-weight: 700;
        position: relative;
        margin-top: 10px;
    }
    .tikkhd:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 15px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        animation-duration: 1s;
        animation-name: blink;
        animation-iteration-count: infinite;
        animation-timing-function: steps(2, start);
    }
    @keyframes blink {
        80% {
            visibility: hidden;
        }
    }
}
.PLRdiv {
    padding: 5px;
    background-color: #e9e9e9;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.PLRtxt {
    color: #ff4500;
    font-weight: 700;
}
.dossierbx {
    padding: 10px;
    background-color: #e3eaf0;
    border-top: 4px solid #aacbdf;
    position: relative;
}
.dossierbx:before {
    content: "";
    width: 41px;
    height: 4px;
    background-color: #087bbb;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 100;
}
.dossierbx:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 40px;
    background: #fff;
}
.dossierbx .title-section {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
}
.dossierbx .title-section h1 {
    color: red;
}
.dossierbx .title-section h1 span {
    padding-bottom: 10px;
    padding-right: 5px;
    border-bottom: 1px solid #33a3f1;
}
.dossierbx .title-section h1 span a {
    color: red;
}
.dossierbx .owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -43px;
    margin-right: 12px;
}
.dossierbx .owl-theme .owl-controls .owl-buttons div {
    color: #999;
    text-align: center;
    background: #999;
    border: 1px solid #fff;
}
.dossierbx .owl-theme .owl-controls .owl-buttons div:hover {
    color: #999;
    text-align: center;
    background: red;
    border: 1px solid #fff;
}
.dossierbx .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    color: #fff;
}
.dossierbx .owl-theme .owl-controls .owl-buttons div.owl-next:after {
    color: #fff;
}
.hmwRub {
    margin-top: 0;
    margin-right: -14px;
    margin-left: -14px;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #fff;
}
.HMrubheader {
    color: #333;
}
.HMrubimg {
    margin-right: 10px;
    float: left;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.rubsec {
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #000;
    display: block;
}
.rubsec a {
    color: #000;
    text-decoration: none;
}
.rubsec a:hover {
    color: #000;
    text-decoration: none;
}
.rubusr {
    color: #33a3f1;
}
.rubheader {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    margin-bottom: 20px;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 60%, #1e5799 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 60%, #1e5799 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 60%, #1e5799 100%);
}
.rubimg {
    margin-right: 10px;
    float: left;
    width: 48px;
    height: 48px;
}
.printfirma {
    margin-top: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.Npagina {
    text-align: right;
    margin-top: -31px;
    color: #333;
    font-size: 12px;
}
a#MnInternotto {
    color: #33a3f1 !important;
}
.tbl-feed-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
a#MnCucina {
    color: #fc9019 !important;
}
.txtf6 {
    color: #f60a0a !important;
}
a#MnNazionale {
    color: #f60a0a !important;
}
.txtNaz {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
}
.itHoNazheader {
    border: 1px solid #fff;
    text-align: center;
    background-color: #f60a0a;
    margin-bottom: 30px;
    border-radius: 2px;
}
.itHoNazTit {
    display: inline-block;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    border-bottom: 3px solid #33a3f1 !important;
    color: #fff;
}
.itHoCampheader {
    border: 1px solid #fff;
    text-align: center;
    background-color: #33a3f1;
    margin-bottom: 15px;
    border-radius: 2px;
}
.itHoCampTit {
    display: inline-block;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    border-bottom: 3px solid red !important;
    color: #fff;
}
.LiveVimBg {
    background-color: #000;
}
.LiveVimFr {
    padding: 56.25% 0 0 0;
    position: relative;
    background-color: #333;
    background-image: url(/site-images/videoloading.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.LiveVimFr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.LiveVimblink {
    position: absolute;
    left: 20px;
    top: 5px;
    background-color: red;
    padding: 0 4px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}
.LiveVimblink:after {
    content: "";
    position: absolute;
    left: -12px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    animation-duration: 1s;
    animation-name: blinkLv;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}
@keyframes blinkLv {
    80% {
        visibility: hidden;
    }
}
.pxFll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}
.LiveVimDesc {
    position: absolute;
    right: 1px;
    top: 0;
    background-color: #000;
    padding: 0 4px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}
.LiveVimTit {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 1px;
    background-color: #000;
    padding: 0 4px;
    font-family: Lato, sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
#sidebar {
    width: 30%;
    position: fixed;
    top: 0;
    left: -33%;
    height: 100vh;
    z-index: 999999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    font-family: Poppins, sans-serif;
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #333;
    font-size: 26px;
}
#dismiss:hover {
    background: #fff;
    color: #33a3f1;
}
.overlay {
    z-index: 999998;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    color: grey;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
.panel-heading a {
    display: block;
}
.otp-slim-header___search {
    margin: 32px 16px;
    position: relative;
}
.otp-slim-header___search input[type="search"] {
    color: #666363;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 12px;
    padding-right: 45px;
    border: 1px solid #000;
    border-radius: 3px;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    width: 100%;
    position: relative;
    min-height: 45px;
    max-height: 45px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.03em;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.otp-slim-header___search button {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: none;
    cursor: pointer;
    height: 45px;
    width: 45px;
    padding: 0;
    background: 0 0;
}
.otp-slim-header___search button:hover {
    color: #33a3f1;
}
.otp-slim-header___search ::-webkit-input-placeholder {
    color: #666363;
}
.otp-slim-header___search ::-moz-placeholder {
    color: #666363;
}
.otp-slim-header___search :-ms-input-placeholder {
    color: #666363;
}
.otp-slim-header___search :-moz-placeholder {
    color: #616161;
}
.otp-left-nav__sublist {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.otp-left-nav__sublist {
    border-top: 1px #efefef solid;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 1px solid #efefef;
    column-rule: 1px solid #efefef;
}
.otp-left-nav__sublist li {
    border-bottom: 1px #efefef solid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.otp-left-nav__sublist li a {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #484646;
    padding: 12px 16px;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    display: block;
}
.otp-left-nav__sublist li a:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #2772c5;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.otp-left-nav__sublist li a:hover:after {
    width: 100%;
}
.otp-left-nav__sublist li a:hover {
    color: #2772c5;
    text-decoration: none;
}
.otp-left-nav__sublist li a.select {
    color: red;
}
.otp-left-nav__sublist li a.select:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: red;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #sidebar {
        width: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        z-index: 999999;
        background: #fff;
        color: #000;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
    #sidebar {
        width: 50%;
        position: fixed;
        top: 0;
        left: -50%;
        height: 100vh;
        z-index: 999999;
        background: #fff;
        color: #000;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
}
.PosizioneEdiSX {
    border-radius: 0 !important;
    background-color: #424242;
    border: none;
    box-shadow: none;
    color: #fff;
}
.otp-pan-spor {
    border-radius: 0 !important;
    background-color: #f60;
    box-shadow: none;
    margin-top: 0 !important;
}
.otp-pan-spor h4 a {
    color: #fff !important;
}
.otp-pan-spor .panel-heading .accordion-toggle:after {
    color: #fff;
}
#collapseFour {
    background-color: #fff;
}
#collapseFour .otp-left-nav__sublist li.sub a.select {
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 600;
    background-color: #f1f0f0;
}
#collapseFour .otp-left-nav__sublist li.sub > a {
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 600;
    background-color: #f1f0f0;
}
ul.otp-left-sub li {
    border: none;
}
ul.otp-left-sub li a {
    padding: 2px;
}
.bgf6 {
    background-color: #f60a0a !important;
}
.bgf60 {
    background-color: #f60a91 !important;
}
.bg5e {
    background-color: #5e5e5e !important;
}
.bg33a {
    background-color: #33a3f1;
}
.bge9TXT33 {
    background-color: #e9ff00 !important;
    color: #337ab7 !important;
}
a.bge9TXT33 {
    background-color: #e9ff00 !important;
    color: #337ab7 !important;
}
.hboxU h2 {
    max-height: none !important;
}
.titoletto{font-family: inherit !important; font-weight: 500 !important; line-height: 1.1 !important; color: inherit !important; font-size: 24px !important; padding: 0px !important;
}
.gts-li-un {
    font-size: 16px !important;
    min-width: 35% !important;
}
    .gts-li-un img {
        border: 1px solid #0093FF;
        margin-right: 5px;
        width: 40px !important;
    }
.gts-li-un span {text-align: left; vertical-align: middle;}
    .gts-li-un span i {
        font-size: 14px !important;
    }
.gts-li-du {
    min-width: 35%;
}
.gts-li-tr {
    min-width: 25%;
}
    .gts-li-tr .ifb {
        padding: 5px !important;
        margin-right: 5px;
        margin-left: 10px;
    }
    .gts-li-tr .itw {
        padding: 5px !important;
        margin-right: 5px;
    }
    .gts-li-tr .igo {
        padding: 5px !important;
    }
@media (max-width: 650px) {
    .gts-li-un {
        font-size: 16px !important;
        min-width: 90% !important;
    }
}

/****************************
EvolutionAdv
****************************/

.player_evolution {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}

    .player_evolution span.evo-label-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -30px;
        font-family: sans-serif !important;
        font-size: 12px !important;
        color: #1e293b !important;
    }

        .player_evolution span.evo-label-logo a {
            display: block !important;
            background-color: unset !important;
            text-decoration: none !important;
        }

            .player_evolution span.evo-label-logo a img {
                height: 15px !important;
                margin-left: 5px;
            }

.sticky-wrapper {
    display: flex;
    justify-content: center;
}


[data-adunitid]:not([id*="video"]):not([data-adunitid="3"]):not([data-adunitid="4"]):not([data-adunitid="13"]),
[data-adunitid]:not([id*="video"]):not([data-adunitid="3"]):not([data-adunitid="4"]):not([data-adunitid="13"]) > div,
[data-adunitid]:not([id*="video"]):not([data-adunitid="3"]):not([data-adunitid="4"]):not([data-adunitid="13"]) > div > div {
    margin: auto;
    display: flex;
    flex: 1;
    justify-content: center;
}


/* DESKTOP */
@media (min-width:981px) {

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Masthead */
    [data-adunitid="0"] {
        min-height: 250px;
    }

        [data-adunitid="0"],
        [data-adunitid="0"] > div,
        [data-adunitid="0"] > div > div {
            justify-content: space-around !important;
        }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_ATF */
    [data-adunitid="1"] {
        min-height: 280px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Intext */
    [data-adunitid="2"] {
        min-height: 280px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_SidebarTop */
    [data-adunitid="3"] {
        min-height: 600px;
        text-align: center;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_SidebarSticky */
    [data-adunitid="4"] {
        min-height: 600px;
        text-align: center;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Box_HP */
    [data-adunitid="6"] {
        min-height: 280px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Box_Categoria */
    [data-adunitid="7"] {
        min-height: 280px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Skin */
    [data-adunitid="8"] {
        min-height: 1000px;
    }

        [data-adunitid="8"],
        [data-adunitid="8"] > div,
        [data-adunitid="8"] > div > div {
            justify-content: space-around !important;
        }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Skin_skyscraper */
    [data-adunitid="10"] {
        min-height: 600px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Intext_content_revolution */
    [data-adunitid="11"] {
        min-height: 280px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_SidebarMiddle */
    [data-adunitid="13"] {
        min-height: 600px;
        text-align: center;
    }

    [data-admobile="true"],
    [data-admobile="1"],
    [data-addesktop="false"],
    [data-addesktop="0"] {
        min-height: 0 !important;
        max-height: 0;
        display: contents !important;
    }


    .player_evolution {
        width: 100%;
        max-width: 550px;
        min-height: 309px;
    }
}

/* MOBILE */
@media (max-width:980px) {

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Masthead */
    [data-adunitid="0"] {
        min-height: 100px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_ATF */
    [data-adunitid="1"] {
        min-height: 430px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Intext */
    [data-adunitid="2"] {
        min-height: 480px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_SidebarTop */
    [data-adunitid="3"] {
        min-height: 250px;
        text-align: center;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_SidebarSticky */
    [data-adunitid="4"] {
        min-height: 600px;
        text-align: center;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Box_HP */
    [data-adunitid="6"] {
        min-height: 280px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Box_Categoria */
    [data-adunitid="7"] {
        min-height: 280px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_Intext_content_revolution */
    [data-adunitid="11"] {
        min-height: 480px;
    }

    /* /5966054,88714070/Ottopagine_it/Ottopagine_it_SidebarMiddle */
    [data-adunitid="13"] {
        min-height: 250px;
        text-align: center;
    }

    [data-addesktop="true"],
    [data-addesktop="1"],
    [data-admobile="false"],
    [data-admobile="0"] {
        min-height: 0 !important;
        max-height: 0;
        display: contents !important;
    }

    .player_evolution {
        width: 100%;
        max-width: 300px;
        min-height: 188px;
        margin-top: 20px;
    }
}