body {
    color: #555;
    background-color: #f9f9f9;
    font-family: "Roboto Condensed", sans-serif, 微軟正黑體;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.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: 16px;
    color: #fff;
    font-weight: 400
}

.title12 {
    font-size: 12px
}

.title16 {
    font-size: 16px
}

.title18 {
    font-size: 18px;
    color: inherit
}

.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 !important
}

.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: 10px 0
}

.background-white {
    background-color: #fff
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.white-footer-border {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1)
}

.audio-blog audio,
.video-blog video,
.video-blog iframe {
    width: 100%;
    border: none
}

.newsletter-form *::-webkit-input-placeholder,
.comment-respond *::-webkit-input-placeholder {
    color: #ccc
}

.newsletter-form *:-moz-placeholder,
.comment-respond *:-moz-placeholder {
    color: #ccc
}

.newsletter-form *::-moz-placeholder,
.comment-respond *::-moz-placeholder {
    color: #ccc
}

.newsletter-form *:-ms-input-placeholder,
.comment-respond *:-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;
    margin-top: 22px;
    float: right;
}

.main-nav>ul>li {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
}

.main-nav>ul>li>a {
    font-size: 16px;
    padding: 5px 10px;
    display: block;
    color: #000;
    border-radius: 2px;
}

.main-nav>ul>li.menu-item-has-children>a:after,
.main-nav>ul>li.has-mega-menu>a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    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: #e65b74
}

.post-item {
    position: relative;
    overflow: hidden;
}

.post-item.white .post-info {
    position: absolute;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    transition: .6s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+98&0+0,0.81+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.79) 98%, rgba(0, 0, 0, 0.81) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.79) 98%, rgba(0, 0, 0, 0.81) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.79) 98%, rgba(0, 0, 0, 0.81) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cf000000', GradientType=0);
    /* IE6-9 */
}

.list-header-right .post-item.white .post-info {
    width: 100%;
    padding: 35px 40px 15px;
}

.list-header-right .post-item.white .type-icon {
    top: 42%;
}

.list-header-right .post-item.white .post-info b {
    color: #fff;
    height: 37px;
    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 {
    opacity: .7;
}

.post-item:hover .type-icon {
    opacity: 1;
}

.post-item:hover .post-info {
    bottom: -150px;
}

.post-thumb {
    overflow: hidden;
    position: relative;
    background: #000;
}

.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;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    opacity: 1;
}

.square .post-thumb {
    width: 65px;
    display: table-cell;
    vertical-align: top;
    background-color: transparent;
}

.square .post-info {
    display: table-cell;
    padding-left: 10px
}

.list-cat-btn {
    display: inline-block;
    margin-left: 15px;
}

.list-cat-btn ul {
    list-style: none;
    margin: 10px 0 0px 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;
    padding: 1px 10px;
    line-height: 22px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s ease-out 0s;
    margin: 0 4px;
}

.type-icon {
    position: absolute;
    top: 47%;
    right: 46%;
    z-index: 1;
    opacity: 0;
}

.type-icon i:before {
    color: #fff;
    text-align: center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    font-size: 50px;
}

.post-info b {
    line-height: 20px;
    display: block;
}

.post-info b:hover {
    color: #e65b74
}

.post-info p {
    line-height: 22px;
    margin: 0;
    height: 44px;
    overflow: hidden;
}

.post-list-info {
    color: #333;
    font-size: 14px;
    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: #e65b74
}

.post-list-info li {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #e5e5e5;
    font-size: 12px;
}

.post-list-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none
}

.post-cat ul {
    display: inline;
    padding: 0;
    line-height: 1.2
}

.post-cat ul li {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border: none !important
}

.post-cat ul li:after {
    content: "/";
    display: inline-block;
    padding-left: 5px;
    color: #e5e5e5
}

.post-cat ul li:last-child::after {
    content: ""
}

.include-info {
    overflow: hidden;
    line-height: 24px;
    list-style: none;
    padding: 0;
    margin: 0
}

.include-info li a {
    color: #e65b74
}

.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: 3px 11px
}

.ion-small .ion-android-arrow-back:hover,
.ion-small .ion-android-arrow-forward:hover {
    border-color: #e65b74;
    background-color: #e65b74;
    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: #e65b74
}

.home-title {
    background-color: #fff;
    padding: 20px
}

.color-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333
}

.color-title:before {
    width: 30px;
    height: 2px;
    content: '';
    display: inline-block;
    margin: 0 10px 5px 0;
    background: #e65b74;
}

.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: #e65b74;
    background: -webkit-linear-gradient(left, #e65b74, #cde36f);
    background: -o-linear-gradient(right, #e65b74, #cde36f);
    background: -moz-linear-gradient(right, #e65b74, #cde36f);
    background: linear-gradient(to right, #e65b74, #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: 24px
}

.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: #e65b74
}

.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: #e65b74
}

.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: #e65b74
}

.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: #e65b74
}

.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 img {
    width: 100%
}

.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: #e65b74
}

.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: #fff
}

.ads-scale-content1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ads-scale-content1 img {
    display: block;
    margin: 20px auto
}

.white-nav {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.box-search {
    margin: 25px 10px 0;
}

.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: #e65b74;
}

.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: #e65b74;
}

.right-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.right-menu ul li {
    float: left;
    margin: 25px 10px 0;
    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: #e65b74;
    border-color: #e65b74;
}

.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;
    margin: 20px 0px;
}

.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-thumb img {
    border-radius: 100%;
}

.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: 20px;
    max-height: 38px;
    overflow: hidden;
    display: block;
    font-size: 16px;
}

.experts-info a.more {
    background-color: #e65b74;
    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: #e65b74
}

.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
}

.trending .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:after {
    content: '';
    display: block;
    clear: both
}

.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 a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inherit
}

.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: 40px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
}

.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;
    color: #fff;
    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;
    background: #000;
}

.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%;
}

.home-cat-thumb:hover img {
    opacity: .7;
}

.home-cat-thumb:hover .type-icon {
    opacity: 1;
}

.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: 54px;
    overflow: hidden
}

.home-cat-info b:hover {
    color: #e65b74
}

.home-cat-info p {
    margin: 10px 0 30px;
    max-height: 75px;
    overflow: hidden;
}

.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: 40px;
    overflow: hidden;
    line-height: 20px;
}

.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 {
    border: 1px solid #eaeaea;
    padding: 30px 0 0 0;
    position: relative;
    margin-top: 10px;
}

.most-popular h3 {
    color: #e65b74;
    position: absolute;
    width: 120px;
    text-align: center;
    top: -10px;
    background: #fff;
    font-size: 21px;
    left: 32%;
}

.most-popular .post-box {
    padding: 0 20px 20px;
}

.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;
    max-height: 36px;
    overflow: hidden;
    line-height: 19px;
    font-size: 14px;
}

.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: #e65b74;
    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
}

.top-footer {
    background-color: #fff8f9;
    padding: 30px 0 20px;
}

.top-footer .col-md-4 {
    padding: 0 20px;
}

.top-footer .col-md-4:first-child {
    border-left: none;
    padding-left: 15px;
    color: #7a6c6c;
}

.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 {
    height: 70px;
}

.footer-logo p {
    color: #ccc;
    line-height: 1.75;
    margin-bottom: 30px
}

.footer-list li {
    padding-bottom: 5px
}

.footer-list li a {
    color: #7a6c6c;
    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: 0;
    left: 50%
}

.footer-list li a:hover::before {
    width: 100%;
    left: 0
}

.footer-head:after {
    content: "";
    display: block;
    clear: both
}

.follow h3 {
    margin: 0 10px 0 0;
    line-height: 40px;
    vertical-align: top;
    color: #7a6c6c;
}

.follow ul,
.follow ul li {
    display: inline-block
}

.follow ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    overflow: hidden;
    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 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inherit
}

.follow ul li a:hover {
    border-radius: 50%
}

.rss-box ul {
    margin: 0 -5px;
    list-style: none;
    padding: 0;
    font-size: 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: #e65b74;
    padding: 10px 0;
    font-size: 13px;
}

.bottom-footer p {
    color: #ffd4d4;
    margin-bottom: 0
}

.bottom-footer a {
    color: #ffd4d4;
}

.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: #e65b74
}

.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: 148px;
    left: 15px;
    background-color: #e65b74a6;
}

.home2-slider .ion-android-arrow-forward {
    bottom: 148px;
   left: 43%;
   background-color: #e65b74a6;
}

.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: #e65b74
}

.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
}

.right-menu.no-border ul li a i,
.right-menu.no-border .box-search form:before {
    background-color: #fff;
    border: none
}

.right-menu.no-border .box-search form:hover::before,
.right-menu.no-border .box-search.show-search form:before {
    background-color: #f6cb45
}

.right-menu.no-border ul li a:hover i {
    background-color: #f6cb45;
    color: #fff
}

.right-menu.no-border ul li a span {
    background: #fff;
    border-radius: 50%;
    padding: 2px 3px 0;
    top: -5px;
    right: -10px;
    line-height: 1
}

.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: 50px 50px 0;
    width: 100%;
}

.first-post34 .post-info b {
    font-size: 18px;
    margin-bottom: 15px;
    max-height: 40px;
    overflow: hidden;
}

.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;
	    height: 40px;
    overflow: hidden;
}

.cat-home3:last-child {
    margin-bottom: 30px
}

.top-post-home3 .post-item .post-thumb {
    margin-bottom: 10px
}

.top-post-home3 .post-item b {
    margin-bottom: 5px;
    font-size: 18px;
    height: 19px;
    overflow: hidden;
}

.ads-style4 {
    position: relative
}

.ads-style4 .ads-content4 {
    position: absolute;
    top: 270px;
    left: 25px;
    color: #fff;
    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: #e65b74
}

.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: #e65b74
}

.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: #e65b74
}

.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: #e65b74;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.home4-rlt1 li a:hover {
    color: #e65b74
}

.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: #e65b74
}

.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 {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.post-box-listing .post-item:after {
    content: "";
    display: block;
    clear: both
}

.post-box-listing .post-item b {
    margin-bottom: 5px;
    height: 37px;
    overflow: hidden;
}

.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;
    margin-top: 10px;
}

.post-box-listing .post-item .read-more:hover {
    color: #fff;
    background-color: #e65b74
}

.page-nav-bar a,
.page-nav-bar span.current {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-right: 5px
}

.page-nav-bar a:hover {
    background-color: #e65b74;
    color: #fff
}

.page-nav-bar span.dots {
    margin-right: 5px
}

.page-nav-bar span.current {
    background-color: #e65b74;
    color: #fff
}

.listing-cat {
    padding: 20px 20px 10px
}

.listing-ads.ads-style1 .learn-more {
    right: 75px
}

.top-listing2 .col-md-8 {
    width: 65.5%;
    padding-right: 1px;
    max-height: 494px;
    overflow: hidden;
}

.top-listing2 .col-md-8.ion-big .ion-android-arrow-back {
    top: 50%;
    left: 10px
}

.top-listing2 .col-md-8.ion-big .ion-android-arrow-forward {
    top: 50%;
    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
}

.grid-blog .post-thumb {
    margin-bottom: 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%
}

.load-more {
    clear: both;
    display: block;
    margin: 20px auto 50px;
    padding: 10px 30px;
    border: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.load-more:hover {
    transition: all .5s ease-out 0s;
    background-color: #e65b74;
    color: #fff;
}

.post-box-listing .post-item p {
    max-height: 72px;
    overflow: hidden
}

.main-post-content .desc {
    margin-bottom: 30px
}

blockquote {
    padding: 5px 30px
}

.single-share {
    margin: 20px 0 30px;
    padding-bottom: 30px
}

.single-share .fa {
    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 .fa.fa-share-alt {
    color: #d40808 !important;
    border: 1px solid #e5e5e5
}

.single-share .fa.fa-facebook {
    background-color: #2d5f9a
}

.single-share .fa.fa-twitter {
    background-color: #53c7f9
}

.single-share .fa.fa-google {
    background-color: #d93b2b
}

.single-share .fa.fa-envelope-o {
    background-color: #444
}

.single-share .fa.fa-pinterest {
    background-color: #a41719
}

.single-share .fa.fa-linkedin {
    background-color: #005182
}

.single-share .fa.fa-tumblr {
    background-color: #3e5a70
}

.single-share .fa:hover {
    color: #fff
}

.post-meta {
    display: flex;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.post-meta .post-list-info {
    font-size: 16px;
    display: flex;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.post-meta .post-list-info span {
    padding-left: 5px;
}

.post-meta .article-avatar img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius: 100%;
}

.post-meta .article-avatar .avatar {
    border-radius: 50%
}

.post-meta .article-info {
    display: flex;
    vertical-align: top;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
    ;
}

.post-meta .article-info p {
    margin-bottom: 5px;
}

.video-large {
    margin: 30px auto;
    width: 750px;
}

.social-article h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.social-article h3 span {
    font-size: 14px;
    font-weight: normal;
}

.social-article h3:hover a {
    color: #e65b74;
}


.social-article ul li a:hover {
    color: #fff;
	background: #e65b74;
}

.social-article ul li {
    padding: 0 5px
}

.control-text {
    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 .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: #e65b74
}

.comments-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.comments-list li {
    padding: 30px 0;
    border-bottom: 1px dashed #e5e5e5
}

.comments-list li:last-child {
    border: none;
    padding-bottom: 0
}

.comment-info {
    color: rgba(27, 43, 58, 0.7);
    display: table-cell;
    vertical-align: top
}

.comment-info h3 {
    margin: 0 0 10px;
    font-size: inherit
}

.comment-info h3 a {
    color: rgba(27, 43, 58, 0.7)
}

.comment-info h3 a b:hover {
    color: #e65b74
}

.comment-info .desc {
    margin-bottom: 10px
}

.comment-info .desc p {
    margin-bottom: 0
}

.comment-info span {
    color: #e65b74
}

.author-avatar .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.comment .children {
    padding-left: 60px;
    list-style: none
}

.comment-respond h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: bold
}

.comment-respond p {
    color: rgba(27, 43, 58, 0.7);
    margin-bottom: 30px
}

.comment-respond form input[type=text],
.comment-respond form input[type="email"],
.comment-respond form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
}

.comment-respond 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
}

.item-comment .author-avatar {
    float: left;
    margin-right: 15px
}

.main-nav>ul>li.menu-item-has-children>i {
    display: none
}

.logo-img img {
    padding: 8px 0;
    height: 75px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.box-more {
    padding: 10px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 120px;
    text-align: center;
    margin: auto;
    display: block;
}

.box-more:hover {
    color: #fff;
    background-color: #e65b74;
}

.tags {
    padding: 0;
    list-style: none;
}

.tags:before {
    content: "\f02c";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 5px;
    border-radius: 50%;
    font-size: 18px;
}

.post-detail {
    margin: 30px 0;
}

.txteditor {
    color: #000;
    font-size: 15px;
    line-height: 27px;
}

.post-share {
    clear: both;
    overflow: hidden;
    background-color: #fff8f9;
    padding: 15px;
    display: table;
    width: 100%;
    margin: 20px 0;
}

.post-share h4,
.post-share .social-icons {
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    width: 50%;
    padding: 0 10px 0;
    font-size: 18px;
    color: #333;
}

.post-share .social-icons {
    text-align: left;
    padding: 5px 0 0;
}

.post-share .social-icons ul {
    list-style: none;
    padding: 0;
}

.post-share .social-icons li {
    margin-bottom: 0;
    display: inline-block;
    list-style: none;
}

.social-icons li a {
    float: left;
    line-height: 50px;
    font-size: 23px;
    text-align: center;
    margin: 0 3px 0 0;
    /* border-radius: 4px; */
    border: 0;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #fff;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-line a,
.social-icons.social-icons-colored-hover .social-line a:hover {
    background-color: #00b900;
}

.post-share .social-icons .social-line i.fa {
    background-image: url(../images/share-line.svg);
    background-size: 100%;
    width: 50px;
    height: 50px;
}

.tag {
    display: inline-block;
    margin: 3px;
}

.tag a {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    color: #6b7175;
	display: inline-block;
}

.tag a:hover {
    color: #e65b74;
    border-color: #e65b74;
}

.post-content .container {
    background: #fff;
}
.square .tags:before {
   display: none;
}
.pager-modern {
    width: 100%;
    margin-top: 30px;
    display: table;
}

.pager-modern a {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.pager-prev {
    text-align: left;
    width: 45%;
}

.pager-modern a span {
    display: block;
    line-height: 20px;
    font-size: 14px;
}

.pager-modern a span.txt {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

.pager-modern a span {
    display: block;
    line-height: 20px;
    font-size: 14px;
}

.pager-next {
    text-align: right;
    width: 45%;
}

.pager-modern i {
    margin: 0 10px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
}

.pager-modern a:hover,
.pager-modern a:hover span.txt {
    color: #e65b74;
}

.post-title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 0;
}

.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
}

.top-listing2 .container {
    background: #fff;
    padding: 15px;
}

.catalog li {
    display: inline-block;
    margin-right: 10px;
    width: 40%;
}

.post-list-menu {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 20px 0 30px;
}

.post-list-menu li {
    font-size: 17px;
    border-bottom: 1px solid #000;
    display: inline-block;
    position: relative;
    transition: .3s;
    font-weight: bold;
    color: #000;
}

.post-list-menu li a {
    display: block;
    padding: 5px 25px;
    color: #000;
}

.post-list-menu li:hover,
.post-list-menu li.active {
    border-color: #e65b74;
}

.post-list-menu li:hover a,
.post-list-menu li.active a {
    color: #e65b74;
}

.post-list-menu li:hover:after,
.post-list-menu li:hover:before,
.post-list-menu li.active:after,
.post-list-menu li.active:before {
    opacity: 1;
}

.post-list-menu li:after,
.post-list-menu li:before {
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    left: 44%;
    content: "";
    opacity: 0;
    border-color: #f9f9f9 transparent transparent transparent;
}

.post-list-menu li:after {
    bottom: -12px;
}

.post-list-menu li:hover:before,
.post-list-menu li.active:before {
    border-color: #e65b74 transparent transparent transparent;
    bottom: -13px;
}

.date-sex {
    line-height: 44px;
}

.comment-respond .color-title,
#about .color-title,
#auther .color-title{
    margin: 50px 0 30px;
    font-size: 25px;
}

.middle img {
    height: 45px;
}

.middle a {
    padding-left: 15px;
}

.contact-info .media-contact {
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
}

.contact-info .media-contact-info p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.contact-info .media-contact-icon {
    width: 30px;
    height: 30px;
    float: left;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #e65b74;
}

.contact-info .media-contact-info {
    padding-left: 45px;
}

#content {
    min-height: 700px;
}

.copyright-right {
    text-align: right;
}

.channel-list-tools .tools-options {
    text-align: right;
}

.channel-list-tools .tools-options select {
    width: auto;
    display: initial;
    border: none;
    padding: 10px;
    height: auto;
    background: #fff;
}

.channel-list-tools {
    margin-bottom: 15px;
}

.tools-info {
    line-height: 40px;
}

.tools-info .color-title {
    margin-bottom: 0;
    line-height: 40px;
	display: inline-block;
}

.channel-list-tools .tools-info>.number {
    color: #000;
    font-size: 18px;
}

.footer-logo-info {
    font-size: 13px;
    line-height: 16px;
    color: #8b8b8b;
    margin-top: 5px;
}

.partners {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 20px;
}

.keyword {
    font-size: 25px;
    font-weight: bold;
    color: #e65b74;
}
.page-404 {
    padding: 100px 0;
    min-height: 400px;
}
.page-error-404 {
    color: #dedede;
    display: block;
    font-size: 230px;
    font-weight: 800;
    line-height: 1;
    font-family: sans-serif, 'Microsoft JhengHei';
}
.page-404 .text-left h1 {
    color: #000;
    margin-bottom: 20px;
}
.page-404 .text-left p {
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}
.nhs-btn3, .nhs-btn3:hover, .nhs-btn3:focus {
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0 25px;
    display: inline-block;
    font-weight: bold;
    background: #e65b74;
    color: #fff;
    border-color: #e65b74;
}
.page-404 .btn-primary {
    background: #e65b74;
    color: #fff;
	border-color: #e65b74;
}
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.btn-primary:active:focus, 
.btn-primary.active:focus, 
.btn-primary:active.focus, 
.btn-primary.active.focus{
    background: #e65b74;
    color: #fff;
	border-color: #e65b74;
}
.auther-box{
	background: #fff;
	padding: 15px;
}
#auther .experts{padding-top: 0;}
.auther-left{text-align: center;}
.auther-img  img{
	border-radius: 100%;
}
.auther-title{
	font-size: 25px;
    font-weight: bold;
	margin-top: 15px;
	padding-bottom: 15px;
}
.auther-title span{
	font-size: 15px;
    font-weight: normal;
    padding: 0 1px;
}

.auther-txt{
	    margin: 10px 0;
    font-size: 16px;
    line-height: 30px;
}
.social-article li a{
	    border-radius: 100%;
    background: #d6d6d6;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}
.article-right{
	text-align: center;
}
.article-right .auther-img{
	width: 150px;
	margin: auto;
}
.article-right h4{
	font-size: 16px;
	font-weight: bold;
}
.article-right p{
	text-align: left;
	line-height: 25px;
}
.auther-info{
	padding: 15px;
	background: #fff;
	text-align: center;
	margin: 10px 0;
}
.auther-info .auther-img{width: 150px; margin: auto;}
.auther-info h4{
	font-weight: bold;
	margin: 10px 0; 
	font-size: 18px;
	height: 20px;
	overflow: hidden;
}
.auther-info h5{
	display: block;
	
}
.interview-info h4{
	font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}
.interview-info p{
font-size: 16px;
    line-height: 28px;
}

.google-login{
	    background: #dd4b39;
    padding: 10px 20px;
    color: #fff;
    width: 50%;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
	border-radius: 5px;
}
.google-login:hover{color: #fff;}
.google-login i{
	position: absolute;
    left: 10px;
    font-size: 30px;
    top: 7px;
	    border-radius: 5px;
}
.login-logo{
	width: 150px;
	    margin: 0 auto 20px;
}
.login-title{
	font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto 30px;
	text-align: center;
}
.login-info{
	text-align: center;
}
.login-info p{
	margin: 10px 0;
}
.login-info p a:hover{
	color: #e65b74;
	text-decoration: underline;
}
.google-head{
	width: 100px;
	margin: auto;
}
.google-head img{
	border-radius: 100%;
}
.pink{
	color: #e65b74;
}
.login-info h5 a{
	text-decoration: underline;
}
.login-info form{
	width: 300px;
    margin: 40px auto 0;
}
.login-info form input[type=text] {
    background-image: url(../images/person-icon.png);
}
.login-info form input[type=text]{
    width: 100%;
    padding: 10px 45px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px;
}
.open .dropdown-menu{
	    top: 48px;
    right: -71px;
    left: auto;
	border: 0;
	border-radius: 0;
}
.right-menu ul li.open ul li{
	margin: 0;
	float: none;
}
.open .dropdown-menu>li>a{
	padding: 10px;
}