body {
    color: #555;
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.wrap {
    overflow: hidden;
    position: relative
}

* {
    box-sizing: border-box;
    outline: none
}

img {
    max-width: 100%
}

a {
    color: #555;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: inherit
}

.container {
    max-width: 1200px;
    position: relative;
    width: 100%
}

input, input:focus, input:hover {
    outline: none
}

.border {
    border: 1px solid #e5e5e5
}

.border-left {
    border-left: 1px solid #e5e5e5
}

.border-right {
    border-right: 1px solid #e5e5e5
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.transition {
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.drop-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1)
}

.radius3 {
    border-radius: 3px
}

.radius6 {
    border-radius: 6px
}

.round {
    border-radius: 50%
}

.desc {
    color: #555;
    margin: 0;
    line-height: 24px
}

.white {
    color: #fff
}

.black {
    color: #555
}

.bg-white {
    background: #fff
}

.list-none {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-inline-block {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-inline-block > li {
    display: inline-block
}

.title14, .title12, .title16, .title18, .title24, .title30, .title40, .title48, .title60 {
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400
}

.title12 {
    font-size: 12px
}

.title16 {
    font-size: 16px
}

.title18 {
    font-size: 18px
}

.title24 {
    font-size: 24px
}

.title30 {
    font-size: 30px
}

.title40 {
    font-size: 40px
}

.title48 {
    font-size: 48px
}

.title60 {
    font-size: 60px
}

.oswald-font {
    font-family: 'Oswald', sans-serif;
    font-weight: 400
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.inline-block {
    display: inline-block
}

div.table {
    display: table;
    margin: 0;
    width: 100%
}

div.table > div {
    display: table-cell;
    vertical-align: top
}

.overflow:after {
    content: "";
    display: block;
    clear: both
}

.margin-b20 {
    margin-bottom: 20px
}

.margin-b20:after {
    content: "";
    display: block;
    clear: both
}

.margin-b30 {
    margin-bottom: 30px
}

.margin-b30:after {
    content: "";
    display: block;
    clear: both
}

.margin-b50 {
    margin-bottom: 50px
}

.margin-b50:after {
    content: "";
    display: block;
    clear: both
}

.padding-tb20 {
    padding: 20px 0
}

.background-white {
    background-color: #fff
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.float-left {
    float: left
}

.float-right {
    float: right
}

*::-webkit-input-placeholder {
    color: #ccc
}

*:-moz-placeholder {
    color: #ccc
}

*::-moz-placeholder {
    color: #ccc
}

*:-ms-input-placeholder {
    color: #ccc
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: inherit
}

.main-nav > span {
    display: none
}

.main-nav > ul {
    position: relative;
    font-size: 0
}

.main-nav > ul > li {
    display: inline-block;
    font-size: 14px
}

.main-nav > ul > li > a {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    padding: 13px 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase
}

.main-nav > ul > li.menu-item-has-children > a:after, .main-nav > ul > li.has-mega-menu > a:after {
    content: "\f104";
    display: inline-block;
    font-family: "Ionicons";
    margin-left: 5px;
    vertical-align: bottom
}

.main-nav > ul > li.menu-item-has-children, .new-post-span {
    position: relative
}

.main-nav .new-post-span span {
    position: absolute;
    top: -3px;
    left: 15px;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    color: #ff5836
}

.main-nav > ul > li:hover > .menu-animation {
    visibility: visible;
    opacity: 1;
    margin-top: 3px
}

.main-nav .menu-animation {
    position: absolute;
    background-color: #fff;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;
    z-index: 10;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1)
}

.main-nav ul .sub-menu {
    width: 200px;
    padding: 0 15px
}

.main-nav ul .sub-menu li {
    width: 100%
}

.main-nav ul .sub-menu li a {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    display: block
}

.main-nav ul .sub-menu li a:hover {
    font-weight: bold
}

.main-nav ul .sub-menu li a:after {
    content: ''
}

.main-nav ul .sub-menu li:last-child a {
    border: none
}

.main-nav ul .mega-menu {
    left: 0;
    width: 1170px
}

.sidebar-mega-menu {
    width: 20%;
    float: left;
    padding: 0 20px
}

.sidebar-mega-menu > ul {
    padding: 25px 0 0
}

.sidebar-mega-menu > ul > li {
    width: 100%
}

.sidebar-mega-menu > ul > li > a {
    text-transform: uppercase;
    padding: 5px 0;
    display: block
}

.sidebar-mega-menu > ul > li:hover > a {
    font-weight: bold
}

.content-mega-menu {
    border-left: 1px solid #e5e5e5;
    padding: 30px 15px;
    width: 80%;
    float: left
}

.list-cat-mega-menu b {
    margin-bottom: 10px;
    display: block
}

.list-cat-mega-menu ul {
    border-right: 1px solid #e5e5e5;
    height: 319px
}

.list-cat-mega-menu ul li a:hover {
    font-weight: bold
}

.content-mega-menu.has-column > div:last-child ul {
    border: none
}

.list-cat-mega-menu li {
    padding-bottom: 5px
}

.mega-menu-title {
    font-size: inherit;
    font-weight: bold;
    margin: 0 0 30px 15px;
    text-transform: uppercase;
    display: block
}

.content-mega-menu .post-item {
    padding: 0 15px
}

.content-mega-menu .post-thumb {
    margin-bottom: 10px
}

.content-mega-menu .post-info b {
    margin-bottom: 10px;
    max-height: 36px;
    overflow: hidden
}

.content-mega-menu .post-info p {
    margin: 15px 0;
    max-height: 72px;
    overflow: hidden
}

.content-mega-menu .ion-android-arrow-forward {
    top: -50px;
    right: 15px
}

.content-mega-menu .ion-android-arrow-back {
    top: -50px;
    right: 50px
}

.header-icon i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    border-radius: 50%
}

.header-icon.normal:hover i {
    color: #fff;
    background-color: #f6cb45;
    border-color: #f6cb45
}

.header-icon.color {
    color: #fff;
    background-color: #42adb6
}

.post-item {
    position: relative
}

.post-item.white .post-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3)
}

.post-item.white .post-info {
    position: absolute;
    bottom: 0;
    z-index: 2;
    overflow: hidden
}

.post-item.white .post-info b {
    color: #fff
}

.post-item.white .post-info b:hover {
    text-shadow: 1px 1px #000
}

.post-item.white .post-info .post-list-info {
    color: #fff
}

.post-item.white .post-info .post-list-info li:first-child {
    border-color: #fff
}

.post-item.white .post-info p {
    color: #fff;
    transition: all .5s ease-out 0s;
    transform: translateY(100%);
    max-height: 0;
    margin-bottom: 0
}

.post-item.white:hover .post-info p {
    transform: translateY(0);
    max-height: 36px
}

.post-item:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.post-item:hover .post-thumb .type-icon i:before {
    background-color: transparent;
    box-shadow: 0 0 0 1.5em #e42800 inset
}

.post-thumb {
    overflow: hidden;
    position: relative
}

.post-thumb img {
    transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    width: 100%;
    height: auto
}

.square .post-thumb {
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: top
}

.square .post-info {
    display: table-cell;
    padding-left: 20px
}

.list-cat-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1
}

.list-cat-btn ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 22px
}

.list-cat-btn ul li {
    display: inline-block;
    margin-right: 1px
}

.list-cat-btn ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 22px;
    font-size: 12px;
    display: inline-block;
    transition: all .3s ease-out 0s
}

.type-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1
}

.type-icon i:before {
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all
}

.post-info b {
    line-height: 18px;
    display: block
}

.post-info b:hover {
    color: #42adb6
}

.post-info p {
    line-height: 24px
}

.post-list-info {
    color: #999;
    font-size: 12px;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0
}

.post-list-info li {
    display: inline-block;
    line-height: 1.2
}

.post-list-info li a {
    color: inherit
}

.post-list-info li a:hover {
    color: #42adb6
}

.post-list-info li:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5
}

.include-info {
    overflow: hidden;
    line-height: 24px;
    list-style: none;
    padding: 0;
    margin: 0
}

.include-info li a {
    color: #42adb6
}

.include-info li:first-child {
    float: left
}

.include-info li:last-child {
    float: right
}

.ion-android-arrow-back, .ion-android-arrow-forward {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.ion-small .ion-android-arrow-back, .ion-small .ion-android-arrow-forward {
    color: #999;
    border: 1px solid #999;
    font-size: 10px;
    padding: 2px 11px
}

.ion-small .ion-android-arrow-back:hover, .ion-small .ion-android-arrow-forward:hover {
    border-color: #42adb6;
    background-color: #42adb6;
    color: #fff
}

.ion-big .ion-android-arrow-back, .ion-big .ion-android-arrow-forward {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 13px 20px
}

.ion-big .ion-android-arrow-back:hover, .ion-big .ion-android-arrow-forward:hover {
    background-color: #42adb6
}

.home-title {
    background-color: #fff;
    padding: 20px
}

ul:after {
    content: "";
    display: block;
    clear: both
}

.color-title {
    margin: 0 0 20px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333
}

.color-title:before {
    background: url('../images/icons/color-dot.png') left center no-repeat;
    width: 30px;
    height: 5px;
    content: '';
    display: inline-block;
    margin: 0 10px 5px 0
}

.more {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    line-height: 22px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.more:hover {
    background-color: #727680 !important;
    color: #fff
}

.color-border-bottom {
    position: relative
}

.color-border-bottom:after {
    bottom: 0
}

.color-border-top {
    position: relative;
    padding-top: 20px
}

.color-border-top:before {
    top: 0
}

.color-border-bottom:after, .color-border-top:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 3px;
    background: #42adb6;
    background: -webkit-linear-gradient(left, #42adb6, #cde36f);
    background: -o-linear-gradient(right, #42adb6, #cde36f);
    background: -moz-linear-gradient(right, #42adb6, #cde36f);
    background: linear-gradient(to right, #42adb6, #cde36f)
}

.home-cat {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.home-cat h2 {
    display: inline-block;
    margin: 0;
    line-height: 34px
}

.head-cat {
    padding: 17px;
    border-bottom: 1px solid #e5e5e5
}

.featured-info .title-b {
    line-height: 1.3;
    display: inline-block;
    margin: 7px 0
}

.featured-info .title-b:hover {
    color: #42adb6
}

.featured-thumb {
    overflow: hidden
}

.item .featured-thumb:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15)
}

.featured-thumb img {
    -webkit-transition: all .5s ease-out 0s
}

.square-post-thumb {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left
}

.viewed-list li {
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
    display: table
}

.viewed-list li span {
    display: table-cell;
    font-size: 48px;
    color: #ccc;
    line-height: 1;
    vertical-align: middle;
    width: 31px
}

.viewed-list li a {
    vertical-align: middle;
    padding-left: 20px;
    display: table-cell;
    line-height: 24px
}

.viewed-list li a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.viewed-list li a:hover {
    color: #42adb6
}

.owl-pagination {
    background-color: #333;
    text-align: right
}

.owl-page {
    display: inline-block
}

.owl-page span {
    font-size: 12px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center
}

.owl-page.active span, .owl-page:hover span {
    background-color: #42adb6
}

.bread-crumb ul li a {
    display: inline-block;
    color: #555;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bread-crumb ul li a:hover {
    color: #42adb6
}

.bread-crumb ul li a:after {
    content: '/';
    padding: 0 5px;
    color: #e5e5e5
}

.bread-crumb ul li:last-child a:after {
    content: '';
    padding-right: 0
}

.scale-out {
    overflow: hidden;
    position: relative
}

.scale-out .scale-out-bg img {
    transition: all .5s ease-out 0s
}

.scale-out:hover .scale-out-bg img {
    transform: scale(1.15)
}

.effect-bubba figcaption::before, .effect-bubba figcaption::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.effect-bubba:hover figcaption::before, .effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.effect-shine {
    position: relative;
    overflow: hidden
}

figure.effect-shine:before {
    position: absolute;
    top: 0;
    left: -120%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

figure.effect-shine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

figure.effect-shine img {
    display: block;
    margin: 0 auto
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.two-side-over {
    position: relative;
    overflow: hidden
}

.two-side-over:before, .two-side-over:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all .5s ease-out 0s;
    z-index: 1
}

.two-side-over:before {
    top: 0;
    left: 0
}

.two-side-over:after {
    bottom: 0;
    right: 0
}

.two-side-over:hover::before, .two-side-over:hover::after {
    width: 100%;
    height: 100%
}

body .scroll-top {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 10px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: -50px;
    text-align: center;
    width: 40px;
    opacity: 0
}

body .scroll-top:hover {
    background-color: #42adb6
}

.scroll-top.active {
    opacity: 1;
    right: 10px
}

.top-header {
    padding: 6px 0
}

.top-left {
    display: table
}

.current-time {
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 15px
}

.top-header-link {
    padding-left: 10px;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.top-header-link li a {
    padding: 2px 10px;
    display: block
}

.newsletter-form input[type="email"] {
    padding: 1px 10px;
    border: 1px solid #ccc;
    margin-right: -3px
}

.newsletter-form input[type="submit"] {
    border: none;
    vertical-align: bottom;
    padding: 2px 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .5s ease-out 0s
}

.main-header {
    padding: 10px 0;
    background-color: #e30713
}

.logo {
    margin: 20px 0
}

.ads-scale-content1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ads-scale-content1 img {
    display: block;
    margin: 20px auto
}

.white-nav {
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff
}

.white-nav .main-nav > ul > li > a {
    border-right: 1px solid #e5e5e5
}

.white-nav .main-nav > ul > li:first-child > a {
    border-left: 1px solid #e5e5e5
}

.box-search {
    margin: 12px 10px
}

.box-search form {
    height: 26px;
    position: relative
}

.box-search form input[type=text] {
    border: 1px solid #e5e5e5;
    border-radius: 13px;
    width: 26px;
    height: 26px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    position: absolute;
    right: 0;
    visibility: hidden;
    padding-left: 10px;
    font-size: 12px;
    z-index: 1
}

.box-search form input[type=submit] {
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 50%;
    background: transparent;
    right: 0;
    z-index: 10
}

.box-search form:before {
    content: "\f4a4";
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    position: absolute;
    right: 0;
    font-family: "Ionicons";
    z-index: 5
}

.box-search form:hover::before {
    border: none;
    color: #fff;
    background-color: #f6cb45
}

.box-search form:hover input[type=text] {
    width: 200px;
    visibility: visible
}

.box-search.show-search form input[type=text] {
    width: 200px;
    visibility: visible
}

.box-search.show-search form:before {
    border: none;
    color: #fff;
    background-color: #f6cb45
}

.right-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.right-menu ul li {
    float: left;
    margin: 12px 10px;
    position: relative
}

.right-menu ul li a i {
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center
}

.right-menu ul li a:hover i {
    color: #fff;
    background-color: #f6cb45;
    border-color: #f6cb45
}

.right-menu ul li a span {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 11px
}

.top-slider1 {
    position: relative
}

.top-slider1 .post-thumb {
    max-height: 510px
}

.top-slider1 .type-icon i:before {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.post-item .slide-post-info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 18px 15px
}

.slide-post-info > a {
    overflow: hidden;
    max-height: 24px;
    float: left;
    width: 70%;
    padding-right: 10px
}

.slide-post-info b {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: normal
}

.slide-post-info .post-list-info {
    color: #fff;
    float: right;
    font-size: 12px;
    margin-bottom: 0
}

.top-slider1 .ion-android-arrow-back {
    top: 45%;
    left: 10px
}

.top-slider1 .ion-android-arrow-forward {
    top: 45%;
    right: 10px
}

.experts {
    padding-top: 30px
}

.experts ul {
    padding: 0;
    list-style: none;
    margin: 0 -15px 11px
}

.experts ul:after {
    content: "";
    display: block;
    clear: both
}

.experts ul li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    border-right: 1px solid #e5e5e5
}

.experts ul li:last-child {
    border: none
}

.experts-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    position: relative
}

.experts ul li:hover a img:before {
    opacity: 1
}

.experts-info {
    display: inline-block;
    vertical-align: top;
    max-width: 55%;
    position: relative
}

.experts-info p {
    color: #999
}

.experts-info b {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    display: block
}

.experts-info a.more {
    background-color: #42adb6;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    position: absolute;
    bottom: -20px
}

.experts ul li:hover b {
    color: #42adb6
}

.experts ul li:hover a.more {
    visibility: visible;
    opacity: 1;
    color: #fff
}

.trending .post-item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5
}

.trending .post-box .post-item:first-child {
    padding-top: 0
}

.trending .post-box .post-item:last-child {
    padding-bottom: 10px;
    border-bottom: none
}

.trending .post-thumb {
    width: 120px;
    height: 80px;
    display: table-cell
}

.trending .post-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top
}

.post-info .list-cat-btn {
    position: inherit;
    overflow: hidden;
    margin-bottom: 5px
}

.trending .post-info b {
    margin-bottom: 5px;
    max-height: 18px;
    overflow: hidden
}

.trending .ion-android-arrow-back {
    top: -40px;
    right: 35px
}

.trending .ion-android-arrow-forward {
    top: -40px;
    right: 0
}

.stay-with-us ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px
}

.stay-with-us ul li {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative
}

.stay-with-us .glow-social {
    display: table;
    width: 100%
}

.stay-with-us ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: table-cell;
    line-height: 40px;
    font-size: 20px;
    text-align: center
}

.stay-with-us ul li:hover .glow-social {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

.stay-with-us ul li p {
    color: #999;
    border: 1px solid #e5e5e5;
    line-height: 37px;
    font-size: 12px;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: top;
    padding-left: 10px
}

.stay-with-us ul li p strong {
    color: #333;
    margin-right: 5px;
    font-size: 14px
}

.feature-posts {
    padding: 20px 30px 30px
}

.feature-posts .post-item {
    padding: 0 10px
}

.feature-posts .post-thumb {
    margin-bottom: 10px
}

.feature-posts .post-info b {
    margin-bottom: 5px;
    max-height: 36px;
    overflow: hidden
}

.feature-posts .ion-android-arrow-back {
    top: 25%;
    left: -25px
}

.feature-posts .ion-android-arrow-forward {
    top: 25%;
    right: -25px
}

.breaking-news {
    float: right;
    width: 50%;
    line-height: 24px
}

.breaking-news button {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    border: none;
    border-radius: 6px;
    cursor: inherit
}

.breaking-news .carousel {
    display: inline-block;
    vertical-align: bottom;
    max-width: 70%
}

.breaking-news .carousel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px
}

.breaking-news .carousel ul li {
    max-height: 20px;
    overflow: hidden
}

.item-cat-home {
    padding: 20px
}

.item-cat-home .cat-home-left {
    width: 69%;
    float: left;
    padding: 0
}

.home-cat-first {
    overflow: hidden;
    margin-bottom: 30px
}

.home-cat-thumb {
    position: relative;
    width: 65.5%;
    float: left;
    overflow: hidden
}

.home-cat-thumb img {
    transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    width: 100%;
    height: auto
}

.home-cat-thumb:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.home-cat-info {
    float: left;
    width: 34.5%;
    padding-left: 20px
}

.home-cat-info b {
    font-size: 18px;
    margin: 15px 0;
    display: block;
    line-height: 1.5;
    max-height: 48px;
    overflow: hidden
}

.home-cat-info b:hover {
    color: #42adb6
}

.home-cat-info p {
    margin: 10px 0 30px
}

.home-cat-related .post-box {
    overflow: hidden
}

.home-cat-related .post-item {
    width: 50%;
    float: left
}

.home-cat-related .post-item:first-child, .home-cat-related .post-item:nth-child(3) {
    padding: 0 10px 20px 0
}

.home-cat-related .post-item:last-child, .home-cat-related .post-item:nth-child(2) {
    padding: 0 0 20px 10px;
    margin-left: -10px
}

.home-cat-related .post-thumb {
    overflow: hidden;
    width: 120px;
    height: 80px;
    display: table-cell
}

.home-cat-related .post-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px
}

.home-cat-related .post-info b {
    margin-bottom: 5px;
    max-height: 54px;
    overflow: hidden
}

.item-cat-home .cat-home-right {
    width: 31%;
    float: right;
    padding: 0 0 0 20px
}

.cat-home-right .post-list-info {
    line-height: 1
}

.most-popular {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.most-popular h3 {
    padding: 8px 15px
}

.most-popular .post-box {
    padding: 0 20px 20px;
    background-color: #fafafa
}

.most-popular .post-item {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden
}

.most-popular .post-item:last-child {
    border: none
}

.most-popular .post-item .post-info b {
    margin-bottom: 5px
}

.world-in {
    padding: 50px 90px;
    background-color: #fff
}

.world-head h2 {
    display: inline-block
}

.world-head a {
    float: right;
    padding: 1px 10px;
    color: #fff;
    background-color: #42adb6;
    margin-top: -5px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .5s ease-out 0s
}

.bottom-slider {
    position: relative;
    margin: 0 -10px
}

.bottom-slider .owl-item {
    padding: 0 10px
}

.bottom-slider .ion-android-arrow-back {
    top: 45%;
    left: -50px
}

.bottom-slider .ion-android-arrow-forward {
    top: 45%;
    right: -50px
}

.bottom-slider .item-slider .slider-info b {
    font-size: 14px
}

.editor-pick {
    overflow: hidden;
    padding: 0 15px
}

.pick-block {
    margin: 0 -15px
}

.list-editor-pick:after {
    content: "";
    display: block;
    clear: both
}

.list-editor-pick .post-box {
    margin: 0 -15px
}

.list-editor-pick .post-item {
    width: 50%;
    float: left;
    padding: 0 15px 25px
}

.list-editor-pick .post-thumb {
    margin-bottom: 15px
}

.list-editor-pick .post-info b {
    margin-bottom: 5px;
    max-height: 36px;
    overflow: hidden
}

.pick-right .most-viewed {
    margin-bottom: 35px
}

.most-viewed h3 {
    padding: 8px 15px
}

.topics span {
    display: inline-block;
    margin: 2px 10px 0 0;
    color: #fff;
    padding: 0 10px;
    line-height: 20px;
    font-size: 10px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase
}

.topics ul {
    display: inline-block
}

#footer {
    color: #fff
}

.top-footer {
    background-color: #484949;
    padding: 40px 0 30px
}

.top-footer .col-md-4 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 35px;
    height: 330px
}

.top-footer .col-md-4:first-child {
    border-left: none;
    padding-left: 15px
}

.top-footer .col-md-4:last-child {
    padding-right: 15px
}

.top-footer .col-xs-6 {
    padding: 0
}

.top-footer h3 {
    margin-bottom: 20px
}

.footer-logo:after {
    content: "";
    display: block;
    clear: both
}

.footer-logo img {
    margin: -10px 0 25px
}

.footer-logo p {
    color: #ccc;
    line-height: 1.75;
    margin-bottom: 30px
}

.footer-list li {
    padding-bottom: 5px
}

.footer-list li a {
    color: #fff;
    position: relative
}

.footer-list li a:before {
    position: absolute;
    content: '';
    width: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 1px;
    background-color: #fff;
    bottom: -5px;
    left: 50%
}

.footer-list li a:hover::before {
    width: 100%;
    left: 0
}

.footer-head {
    border-bottom: 2px solid rgba(217, 217, 217, 0.1);
    margin-bottom: 30px;
    padding-bottom: 15px
}

.footer-head:after {
    content: "";
    display: block;
    clear: both
}

.follow h3 {
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 40px
}

.follow ul, .follow ul li {
    display: inline-block
}

.follow ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s
}

.follow ul li a:hover {
    border-radius: 50%
}

.rss-box ul {
    margin: 0 -5px;
    list-style: none;
    padding: 0
}

.rss-box ul li {
    display: inline-block;
    padding: 0 5px 10px
}

.rss-box ul li a {
    display: block;
    overflow: hidden;
    height: 100px
}

.rss-box ul li a img {
    width: 100px;
    height: 100px;
    max-width: inherit;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.rss-box ul li a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.bottom-footer {
    background-color: #242424;
    padding: 36px 0 40px
}

.bottom-footer p {
    color: #ccc;
    margin-bottom: 0
}

.bottom-link li a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bottom-link li a:hover {
    color: #42adb6
}

.bottom-link li a:after {
    content: '/';
    padding: 0 5px
}

.bottom-link li:last-child a:after {
    content: '';
    padding-right: 0
}

.cat-home-right .ads-style1 {
    max-width: 330px
}

.ads-style1 {
    position: relative
}

.ads-style1 .effect-bubba figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.ads-style1 .effect-bubba .click-here {
    margin-top: 180px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transition: all .5s ease-out 0s
}

.ads-style1 .effect-bubba .learn-more {
    position: absolute;
    top: 40%;
    right: 50px;
    padding: 15px 20px;
    display: block;
    float: right;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 1
}

.slide-item {
    position: relative
}

.slide-content {
    position: absolute;
    bottom: 0;
    width: 100%
}

.slide-info {
    margin-bottom: 30px;
    padding: 0
}

.slide-item .list-cat-btn {
    position: inherit;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 20px
}

.slide-item .post-item .list-cat-btn {
    margin-bottom: 10px
}

.slide-item .type-icon {
    top: 0
}

.slide-item .slide-info b {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    max-height: 58px;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    display: block
}

.slide-item .slide-info b:hover {
    text-shadow: 1px 1px #000
}

.slide-item .post-info b {
    color: #fff;
    margin-bottom: 10px;
    max-height: 36px;
    overflow: hidden
}

.slide-item .post-info b:hover {
    text-shadow: 1px 1px #000
}

.slide-item .post-list-info {
    color: #fff
}

.slide-item .post-list-info li:first-child {
    border-color: #fff
}

.related-slide {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0 80px;
    overflow: hidden
}

.related-slide .post-box {
    margin: 0 -30px
}

.related-slide .post-item {
    border-right: 1px solid #e5e5e5;
    padding: 0 30px
}

.related-slide .post-item:last-child {
    border: none
}

.home2-slider .ion-android-arrow-back {
    bottom: 265px;
    right: 70px;
    background-color: rgba(255, 255, 255, 0.3)
}

.home2-slider .ion-android-arrow-forward {
    bottom: 265px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.3)
}

.home2-top-new {
    overflow: hidden;
    background-color: #fff;
    padding-top: 30px
}

.home2-top-new .post-box {
    margin: 0 -15px
}

.home2-top-new .col-sm-3:first-child {
    padding: 0 15px 0 45px
}

.home2-top-new .col-sm-3:last-child {
    padding: 0 45px 0 15px
}

.home2-top-new .post-item {
    margin-bottom: 30px
}

.home2-top-new .post-thumb {
    margin-bottom: 15px
}

.home2-top-new .post-info b {
    margin-bottom: 10px
}

.home2-top-new .col-sm-6 .post-list-info {
    margin-bottom: 20px
}

.home-cat-2 .post-item {
    margin-bottom: 30px
}

.home-cat-2 .post-thumb {
    margin-bottom: 15px
}

.home-cat-2 .post-info b {
    margin-bottom: 10px;
    max-height: 36px;
    overflow: hidden
}

.home-cat-2 .post-info p {
    padding-bottom: 4px;
    margin-bottom: 0;
    max-height: 72px;
    overflow: hidden
}

.home-cat-2 .post-list-info {
    margin-bottom: 5px
}

.home-cat-2 .first-post .post-thumb {
    float: left;
    width: 58.621%;
    margin-bottom: 0
}

.home-cat-2 .first-post .post-info {
    overflow: hidden;
    color: #fff;
    padding: 20px
}

.home-cat-2 .first-post .post-info b {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px
}

.home-cat-2 .first-post .post-info p {
    margin-bottom: 30px
}

.home-cat-2 .first-post .post-list-info {
    color: #fff;
    margin-bottom: 15px
}

.home-cat-2 .first-post .post-list-info li:first-child {
    border-color: #fff
}

.home-cat-2 .first-post .more {
    border: 1px solid #fff
}

.home-cat-2 .first-post .more:hover {
    border-color: #727680
}

.home2-cat-bottom .most-viewed {
    float: left;
    margin-right: -40px;
    border: 2px solid;
    padding: 0 25px
}

.home2-cat-bottom .most-viewed li:last-child {
    border-bottom: none
}

.ads-style2 {
    float: right;
    padding-left: 40px
}

.ads-style2 .scale-out {
    margin-bottom: 10px
}

.ads-style2 .ads-scale-content2 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    padding-left: 40px
}

.ads-style2 p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif
}

.ads-style2 span {
    font-size: 30px;
    font-weight: bold
}

.color-nav {
    background-color: #42adb6
}

.color-nav .slide-post-info > a > span {
    color: #fff
}

.color-nav .main-nav > ul > li > a {
    color: #fff;
    transition: all .5s ease-out 0s;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.color-nav .main-nav > ul > li > a:hover {
    background-color: #3b9ba3
}

.color-nav .main-nav > ul > li:first-child > a {
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.color-nav .main-nav > ul > li.current-menu-item > a {
    background-color: #3b9ba3
}

.color-nav .main-nav .new-post-span span {
    color: #fff;
    background-color: #ff5836;
    line-height: 13px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 7px;
    top: 3px
}

.color-nav .right-menu ul li a i, .color-nav .box-search form:before {
    background-color: #fff;
    border: none
}

.color-nav .box-search form:hover::before, .color-nav .box-search.show-search form:before {
    background-color: #f6cb45
}

.color-nav .right-menu ul li a:hover i {
    background-color: #f6cb45;
    color: #fff
}

.color-nav .right-menu ul li a span {
    background: #fff;
    border-radius: 50%;
    padding: 2px 3px 0;
    top: -5px;
    right: -10px;
    line-height: 1
}

.color-nav .main-nav > span {
    color: #fff
}

.bottom-header {
    padding: 10px 0;
    overflow: hidden;
    background-color: #fff
}

.bottom-header .breaking-news {
    float: left
}

.home3-top-content:after {
    clear: both;
    content: '';
    display: block
}

.home3-top-content .col-md-8 {
    padding: 0
}

.home3-top-content .col-md-4 {
    padding: 0
}

.home3-top-content .col-md-4 .post-item {
    padding: 18px 0
}

.home3-top-content .ion-big .ion-android-arrow-back {
    top: 40%;
    left: 10px
}

.home3-top-content .ion-big .ion-android-arrow-forward {
    top: 40%;
    right: 10px
}

.first-post34 .post-info {
    padding: 0 50px 30px;
    width: 100%
}

.first-post34 .post-info b {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase
}

.first-post34 .post-info .post-list-info {
    padding-bottom: 15px
}

.first-post34 .post-info p {
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    max-height: 100% !important;
    transform: none !important;
    transition: none !important
}

.post-box-home3 {
    margin-bottom: 30px
}

.post-box-home3 .post-info {
    margin: 0 30px 10px 15px
}

.post-box-home3 .post-info b {
    margin-bottom: 10px;
    max-height: 36px;
    overflow: hidden
}

.post-box-home3 .post-info .post-list-info {
    margin-bottom: 10px
}

.post-box-home3 .post-info p {
    line-height: 18px
}

.home3-main-content {
    position: relative
}

.popular-post-home3 .post-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.popular-post-home3 .post-item .post-thumb {
    width: 200px;
    height: 133px;
    margin: 0 20px 25px 0
}

.popular-post-home3 .post-item .post-info b {
    margin-bottom: 10px;
    max-height: 36px;
    overflow: hidden
}

.popular-post-home3 .post-item .post-info p {
    max-height: 72px;
    overflow: hidden
}

.popular-post-home3 .post-item .post-list-info {
    margin-bottom: 10px
}

.popular-post-home3 .post-item .include-info {
    clear: both;
    margin-bottom: 14px;
    list-style: none;
    padding: 0
}

.popular-post-home3 .popular-ads {
    margin-bottom: 19px
}

.fashion-ads .scale-out-bg img {
    width: 100%
}

.ads-content1 {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2
}

.ads-content1 p {
    margin-bottom: 0
}

.ads-content1 span {
    font-size: 24px
}

.ads-content2 {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 2
}

.ads-style3 {
    position: relative
}

.ads-style3 .scale-out-bg img {
    width: 100%
}

.ads-style3 .ads-content3 {
    position: absolute;
    text-align: center;
    top: 30%;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 40px
}

.ads-style3 .ads-content3 p {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px
}

.video-button {
    background-color: rgba(0, 0, 0, 0.7);
    width: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    z-index: 10
}

.popup-video .window {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999
}

.popup-video #mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none
}

.cat-home3 {
    padding: 20px 15px 10px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.cat-home3 .post-item.white {
    margin-bottom: 20px
}

.cat-home3 .post-item.white .post-info {
    margin: 15px
}

.cat-home3 .post-item.white .post-info b {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px
}

.cat-home3 .post-item.white .post-info .post-list-info {
    margin-bottom: 10px
}

.cat-home3 .post-item.white .post-info p {
    line-height: 18px
}

.cat-home3 .square .post-item {
    overflow: hidden;
    margin-bottom: 16px
}

.cat-home3 .square .post-item b {
    font-weight: normal
}

.cat-home3:last-child {
    margin-bottom: 30px
}

.top-post-home3 .post-item {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px
}

.top-post-home3 .post-item .post-thumb {
    margin-bottom: 15px
}

.top-post-home3 .post-item b {
    font-weight: normal;
    margin-bottom: 10px
}

.ads-style4 {
    position: relative
}

.ads-style4 .ads-content4 {
    position: absolute;
    top: 270px;
    left: 25px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 24px
}

.ads-style4 .ads-content4 b {
    font-size: 18px;
    margin-bottom: 10px
}

.ads-style4 .ads-content4 p {
    margin-bottom: 20px
}

.ads-style4 .ads-content4 span {
    padding: 7px 35px;
    background-color: #cddc3a;
    border-radius: 5px;
    text-transform: uppercase;
    border: none
}

.video-home3 .col-md-8 {
    width: 65.5%;
    padding-right: 0
}

.video-home3 .col-md-4 {
    width: 34.5%;
    padding-left: 0
}

.video-home3 .post-item.white .video2 {
    position: absolute;
    top: 40%;
    left: 43%;
    color: #fff;
    line-height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 100px;
    text-align: center;
    font-size: 60px;
    z-index: 1
}

.video-home3 .post-item.white .post-info {
    margin: 0 30px 20px
}

.video-home3 .post-item.white .post-info b {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal
}

.video-home3 .post-item.white .post-info .post-list-info {
    margin-bottom: 5px
}

.video-home3 .post-item.white .post-info p {
    line-height: 18px
}

.video-home3 .most-popular {
    background-color: #fff;
    margin-bottom: 30px
}

.video-home3 .most-popular h3 {
    padding: 8px 15px
}

.video-home3 .most-popular .post-box {
    background-color: #fff;
    overflow: scroll;
    height: 367px;
    margin: 20px 10px 0 0;
    padding-right: 10px
}

.video-home3 .most-popular .post-box::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 10px
}

.video-home3 .most-popular .post-box::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #e1e1e1;
    border-radius: 2px
}

.video-home3 .most-popular .post-item {
    padding: 18px 0
}

.video-home3 .most-popular .post-item:first-child {
    padding-top: 0
}

.bottom-video {
    display: none;
    background-color: #000;
    transition: all .5s ease-out 0s;
    max-height: 427px
}

.bottom-video video {
    height: 427px
}

.bottom-content-home3 {
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.bottom-content-home3 b {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase
}

.bottom-content-home3 b:hover {
    color: #42adb6
}

.link-cat-home3 {
    padding: 0 30px;
    position: relative
}

.link-cat-home3 ul {
    margin-bottom: 15px;
    padding: 0;
    list-style: none
}

.link-cat-home3 ul:last-child {
    margin-bottom: 0
}

.link-cat-home3 ul li a {
    color: inherit;
    position: relative
}

.link-cat-home3 ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 1px;
    background-color: #555;
    bottom: -3px;
    left: 50%
}

.link-cat-home3 ul li a:hover::before {
    width: 100%;
    left: 0
}

.link-cat-home3:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 337px;
    background-color: #e5e5e5
}

.brands-home3 {
    padding: 0 30px
}

.brands-home3 ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.brands-home3 li {
    float: left;
    width: 50%;
    height: 70px;
    padding: 20px 0
}

.brands-home3 li img {
    display: block;
    margin: auto
}

.full-width {
    display: table;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.full-width.main-header .logo img {
    padding: 7px 0
}

.bottom-header.full-width {
    padding-right: 25px;
    padding-left: 25px
}

.top-content-home4 {
    margin: 20px 25px 30px
}

.top-content-home4:after {
    content: '';
    display: block;
    clear: both
}

.top-content-home4 .col-md-9 {
    width: 80.2135%;
    padding: 0
}

.top-content-home4 .col-md-9 .col-md-6 {
    width: 53.468%;
    padding: 0 1px 0 0
}

.top-content-home4 .col-md-9 .col-md-6 .ion-big .ion-android-arrow-back {
    top: 40%;
    left: 10px
}

.top-content-home4 .col-md-9 .col-md-6 .ion-big .ion-android-arrow-forward {
    top: 40%;
    right: 10px
}

.top-content-home4 .col-md-9 .col-md-3 {
    width: 23.266%;
    padding: 0 1px 0 0
}

.top-content-home4 .col-md-9 .col-md-3 .post-item:first-child {
    padding-bottom: 1px
}

.top-content-home4 > .col-md-3 {
    width: 19.7865%;
    padding: 0
}

.top-content-home4 > .col-md-3 .trending .post-item {
    padding: 20px 0
}

.top-content-home4 > .col-md-3 .trending .post-item:first-child {
    padding-top: 0
}

.top-content-home4 > .col-md-3 .trending .post-item:last-child {
    padding-bottom: 13px
}

.top-content-home4 .white-sub, .cat-content-home4 .white-sub {
    margin: 10px
}

.top-content-home4 .white-sub p, .cat-content-home4 .white-sub p {
    line-height: 18px
}

.cat-grid-home4 {
    padding: 0 15px;
    margin-bottom: 30px
}

.cat-title-home4 {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.cat-title-home4 h2 {
    display: inline-block;
    margin: 0 15px 0 0
}

.cat-title-home4 .sub-cat {
    display: inline-block
}

.cat-title-home4 .sub-cat li a {
    padding: 0 10px
}

.cat-title-home4 .sub-cat li a:hover {
    color: #42adb6
}

.cat-title-home4 .more {
    border: 1px solid #e5e5e5;
    color: #333;
    float: right;
    display: inline;
    transition: all .5s ease-out 0s
}

.cat-title-home4 .more:hover {
    color: #fff;
    background-color: #42adb6
}

.cat-content-home4 > .row > .col-md-4 {
    width: 36.44%
}

.cat-content-home4 > .row > .col-md-8 {
    width: 63.56%
}

.home4-rlt1 {
    margin-top: 30px
}

.home4-rlt1 li {
    margin-bottom: 5px
}

.home4-rlt1 li :before {
    content: "•";
    color: #42adb6;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.home4-rlt1 li a:hover {
    color: #42adb6
}

.post-box-home4 .post-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px
}

.post-box-home4 .post-item .post-thumb {
    margin-bottom: 10px
}

.post-box-home4 .post-item b {
    margin-bottom: 5px;
    max-height: 36px;
    overflow: hidden
}

.home4-rlt2 li {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 0
}

.home4-rlt2 li:last-child {
    border: none
}

.home4-rlt2 li a {
    line-height: 24px
}

.home4-rlt2 li a:hover {
    color: #42adb6
}

.home5-header {
    padding: 30px 0
}

.home5-header .logo {
    margin: 0
}

.home5-header .logo img {
    padding: 0
}

.header-right-option .my-sth.login-button {
    margin: 0 30px
}

.header-right-option {
    float: right
}

.header-right-option > div {
    float: left
}

.header-right-option > div.my-sth {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative
}

.header-right-option > div.my-sth i {
    float: left;
    width: 23px;
    height: 23px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .3s ease-out 0s
}

.header-right-option > div.my-sth span {
    position: absolute;
    top: 3px;
    left: 32px;
    line-height: 1;
    font-size: 10px
}

.header-right-option > div.my-sth p {
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0
}

.header-right-option > div.my-sth:hover i {
    color: #fff;
    background-color: #f6cb45
}

.header-right-option form {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    position: relative
}

.header-right-option form input {
    border: none;
    border-radius: 5px;
    line-height: 23px;
    padding: 5px 10px
}

.header-right-option form input[type=text] {
    width: 430px
}

.header-right-option form input[type=submit] {
    width: 35px;
    height: 35px;
    text-indent: -9999999px;
    text-align: center;
    background-color: #f6cb45;
    position: absolute;
    top: -1px;
    right: -1px;
    background-image: url('../images/icons/icon-search.png');
    background-position: center;
    background-repeat: no-repeat
}

.header-nav {
    background-color: #fff
}

.header-nav .color-nav {
    display: table;
    width: 100%
}

.home5-breaking {
    padding-left: 25px
}

.post-grid .post-item {
    padding: 30px 0 15px;
    border-bottom: 1px solid #e5e5e5
}

.post-grid .post-item .post-thumb, .post-grid .post-item .post-list-info {
    margin-bottom: 15px
}

.post-grid .post-item .post-info b {
    margin-bottom: 10px
}

.post-grid .post-item .post-info p {
    margin-bottom: 10px;
    max-height: 48px;
    overflow: hidden
}

.post-grid .post-item .post-by {
    float: left;
    margin-bottom: 10px
}

.post-grid .post-item:last-child {
    border-bottom: none
}

.post-grid .post-item:first-child {
    padding-top: 0
}

.listing-slider.ion-big .ion-android-arrow-back {
    top: 40%;
    left: 10px
}

.listing-slider.ion-big .ion-android-arrow-forward {
    top: 40%;
    right: 10px
}

.listing-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.listing-title h2 {
    margin-bottom: 10px
}

.listing-title:after {
    content: "";
    display: block;
    clear: both
}

.post-box-listing .post-item {
    margin-bottom: 30px
}

.post-box-listing .post-item:after {
    content: "";
    display: block;
    clear: both
}

.post-box-listing .post-item .post-thumb {
    width: 48%;
    margin-right: 20px;
    float: left
}

.post-box-listing .post-item b {
    margin-bottom: 5px
}

.post-box-listing .post-item .post-list-info {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.post-box-listing .post-item p {
    margin-bottom: 20px
}

.post-box-listing .post-item .read-more {
    padding: 10px 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: inline-block
}

.post-box-listing .post-item .read-more:hover {
    color: #fff;
    background-color: #42adb6
}

.page-nav-bar:after {
    content: "";
    display: block;
    clear: both
}

.page-nav-bar a {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: inline-block;
    margin-right: 5px
}

.page-nav-bar a.current-page {
    background-color: #42adb6;
    color: #fff
}

.listing-cat {
    padding: 20px 20px 10px
}

.listing-ads.ads-style1 .learn-more {
    right: 75px
}

.top-listing2 {
    overflow: hidden
}

.top-listing2 .col-md-8 {
    width: 65.5%;
    padding-right: 1px;
    max-height: 511px;
    overflow: hidden
}

.top-listing2 .col-md-8.ion-big .ion-android-arrow-back {
    top: 40%;
    left: 10px
}

.top-listing2 .col-md-8.ion-big .ion-android-arrow-forward {
    top: 40%;
    right: 10px
}

.top-listing2 .col-md-4 {
    width: 34.5%;
    padding-left: 0
}

.top-listing2 .col-md-4 .post-item:first-child {
    margin-bottom: 1px
}

.top-listing2 .white-sub {
    margin: 10px
}

.post-box-listing .listing2 {
    overflow: hidden;
    margin: 0 -15px
}

.post-box-listing .listing2 .post-item {
    width: 50%;
    float: left;
    padding: 0 15px
}

.post-box-listing .listing2 .post-item .post-thumb {
    width: 100%;
    margin: 0 0 10px
}

.top-listing3.ion-big .ion-android-arrow-back {
    top: 45%;
    left: 10px
}

.top-listing3.ion-big .ion-android-arrow-forward {
    top: 45%;
    right: 10px
}

.center-info-content {
    margin: 0 auto;
    width: 67%;
    text-align: center
}

.center-info-content ul {
    display: inline-block
}

.top-listing4 {
    overflow: hidden
}

.top-listing4.ion-big .ion-android-arrow-back {
    bottom: 300px;
    left: 15px
}

.top-listing4.ion-big .ion-android-arrow-forward {
    bottom: 300px;
    right: 15px
}

.top-listing4 .container .center-info-content {
    width: 61%
}

.listing4 .post-item .post-thumb {
    width: 100%;
    margin: 0 0 10px
}

.load-more {
    clear: both;
    display: block;
    margin: 20px auto 120px;
    padding: 10px 30px;
    border: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff
}

.desc {
    margin-bottom: 30px
}

blockquote {
    padding: 5px 30px
}

.single-share {
    margin: 20px 0 30px;
    padding-bottom: 30px
}

.single-share a {
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    min-width: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 0 8px;
    margin-right: 5px
}

.single-share a:first-child {
    color: #d40808 !important;
    border: 1px solid #e5e5e5
}

.single-share a:nth-child(2) {
    background-color: #2d5f9a
}

.single-share a:nth-child(3) {
    background-color: #53c7f9
}

.single-share a:nth-child(4) {
    background-color: #d93b2b
}

.single-share a:nth-child(5) {
    background-color: #444
}

.single-share a:nth-child(6) {
    background-color: #a41719
}

.single-share a:nth-child(7) {
    background-color: #005182
}

.single-share a:last-child {
    background-color: #3e5a70
}

.single-share a:hover {
    color: #fff
}

.post-meta {
    display: table;
    width: 100%;
    padding-bottom: 30px
}

.post-meta .article-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: table-cell
}

.post-meta .article-info {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0 0 20px
}

.post-meta .article-info p {
    margin-bottom: 5px
}

.social-article h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    display: inline-block
}

.social-article h3:hover a {
    color: #42adb6
}

.social-article ul {
    float: right
}

.social-article ul li:hover {
    color: #42adb6
}

.social-article ul li:nth-child(2) {
    padding: 0 30px
}

.control-text {
    padding: 30px 0;
    position: relative
}

.control-text i {
    font-size: 18px
}

.control-text h3 {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    display: inline-block;
    margin: 0;
    vertical-align: text-top;
    max-height: 18px;
    overflow: hidden;
    width: 90%
}

.control-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5
}

.control-text .text-right .ion-chevron-left, .control-text .text-left .ion-chevron-right {
    display: none
}

.control-text .text-right:hover, .control-text .text-left:hover {
    color: #42adb6
}

.comment-list h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase
}

.comment-list ol {
    list-style: none;
    padding: 0
}

.comment-list ol li {
    padding: 30px 0;
    border-bottom: 1px dashed #e5e5e5
}

.comment-list ol li:last-child {
    border: none
}

.item-comment {
    display: table;
    width: 100%
}

.item-comment .author-avatar {
    display: table-cell
}

.item-comment .comment-info {
    color: rgba(27, 43, 58, 0.7);
    display: table-cell;
    padding-left: 15px;
    vertical-align: top
}

.item-comment .comment-info h3 {
    margin: 0 0 10px;
    font-size: inherit
}

.item-comment .comment-info h3 a {
    color: rgba(27, 43, 58, 0.7)
}

.item-comment .comment-info h3 a b:hover {
    color: #42adb6
}

.item-comment .comment-info span {
    color: #42adb6
}

.leave-comment h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: bold
}

.leave-comment p {
    color: rgba(27, 43, 58, 0.7);
    margin-bottom: 30px
}

.leave-comment form input[type=text], .leave-comment form input[type="email"], .leave-comment form textarea {
    width: 100%;
    padding: 10px 45px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px
}

.leave-comment form input[type=text] {
    background-image: url('../images/icons/person-icon.png')
}

.leave-comment form input[type="email"] {
    background-image: url('../images/icons/envelope.png')
}

.leave-comment form textarea {
    background-image: url('../images/icons/text-area.png');
    background-position: 20px 16px
}

.leave-comment form input[type=submit] {
    padding: 10px 30px;
    display: inline-block;
    border: none;
    transition: all .5s ease-out 0s
}

.top-post {
    padding-bottom: 20px;
    display: table;
    width: 100%
}

.top-post .list-cat-btn {
    position: inherit;
    display: table-cell
}

.top-post .type-icon {
    position: inherit;
    display: table-cell
}

.main-post-content .post-item {
    margin-bottom: 20px
}

.main-post-content .post-item .post-info b {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px
}

.main-post-content .post-item .post-info .post-list-info {
    margin-bottom: 15px
}
.most-popular {
    margin: 20px 0 20px 0;
}

.tagcloud a {
    margin: 5px;
    display: inline-block;
}
ul.pag li {
    display: inline-block;
    margin-right: 10px;
}
a.btn-square {
    border: solid 1px;
    padding: 8px 15px;
    font-size: 17px;
}
a.btn-square.pagination-active {
    color: #42adb6;
}