/*
Theme Name: Zafigo
Theme URI: http://www.unicodesystems.in/
Author: Unicode Systems
Author URI: http://www.unicodesystems.in/
License: MIT License
License URI: http://opensource.org/licenses/MIT
*/


.wrap.container > .content {
    background: #fff;
    margin-top: 79px;
    margin-left: auto;
    margin-right: auto;
}
body:not(.page-template-page-blank) .wrap.container > .content {
    margin-top: 110px;
}

.home header.navbar:after {
    background: 0 0
}

.navbar.zafigox .col-sm-8 {
    display: flex;
    align-items: center;
}
.navbar.zafigox  ul#menu-zafigox-navigation{
    display: flex;
}

.search-wrap {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
}
.row-full-width {
    margin: 0 calc(((100% + 17px) - 100vw)/2) !important;
}
.row-container-width {
    margin: 0 -15px !important;
}
.row-container-width .vc_column-inner {
    padding: 0 !important;
}
@media only screen and (min-width: 576px) {
    .swiper img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .page .wrap.container > .content {
        max-width: 930px !important;
    }
    .navbar {
        position: fixed;
        width: 100%;
        top: 0;
    }
    .admin-bar .navbar {
        top: 32px;
    }    
    .wrap.container > .content  {
        margin-top: 132px;
    }
    body:not(.page-template-page-blank) .wrap.container > .content {
        margin-top: 180px;
    }    
    .container > .navbar-collapse {
        margin: 0;
    }
    .row-container-width .vc_column-inner {
        padding: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-menu {
        margin: 0 auto;
    }
    .search-wrap {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .row-container-width {
        margin: 0 calc((930px - 100vw)/2) !important;
    }    
}
@media only screen and (min-width: 1200px) {
    .row-container-width {
        margin: 0 calc((100% - 1200px)/2) !important;
    }
}

.swiper {
    width: auto;
    height: auto;
}
.swiper img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    width: var(--swiper-navigation-size) !important;
    background: rgba(255,255,255,1) !important;
    color: var(--swiper-navigation-color,var(--swiper-theme-color)) !important;
    border-radius: 50%;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(255,255,255,1) !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #92278f !important;
    font-size: 24px !important;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    font-weight: 700;
    line-height: 1.25em;
}
.icon-social-container {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 3em;
}
.icon-social-container a {
    display: inline-block;
}
.entry-header {
    margin-bottom: 1em;
}
.entry-header img {
    max-width: 100%;
    height: auto;
}
.entry-header figcaption {
    font-size: 13px;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.entry-footer {
    margin-top: 2.5rem;
}
.entry-feedback {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 60px 0 40px;
}
.entry-readmore h4 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.container-related {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-bottom: 40px;
}
.card-related {
    flex: 0 1 33.3%;
    flex-direction: row;
}
.card-related--image {
    margin-bottom: 10px;
    overflow: hidden;
}
.card-related--image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.card-related:hover img {
    opacity: .9;
    -webkit-transform: scale(1.1);
    opacity: .7;
}
.card-related--title {
    margin: 0;
    font-size: 16px;
    line-height: 1.25em;
}
.card-related--title {
    color: #1a1a1a;
    transition: color .5s;
    -webkit-transition: color .5s;
    text-decoration: none !important;
    font-weight: 600;
}
.card-related:hover .card-related--title {
    color: #92278f;
}
.entry-cta {
    font-style: italic;
    font-weight: bold;
    color: inherit;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.banner-leaderboard {
    margin: 40px 0;
    text-align: center;
    display: none;
}

.d-flex {
    display: flex;
    align-items: center;
}
.d-flex .side-heading {
    margin-bottom: 0;
}
.view-all-link {
    text-align: right;
    flex: 1 0 auto;
}
.view-all-link a {
    text-decoration: underline;
}


@media (min-width: 576px) {
    .container-related {
        display: flex;
        gap: 30px;
        flex-direction: row;
    }
    .card-related--title {
        font-size: 18px;
    }
    .entry-feedback {
        flex-direction: row;
    }
    .wpra-reactions-wrap {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 40px;
        vertical-align: middle;
    }
    .banner-leaderboard {
        display: block;
    }
}
.searchwp-live-search-results {
    top: 174px !important;
    width: 250px !important;
    position: fixed !important;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
}
.searchwp-live-search-results .spinner,
.searchwp-live-search-results.searchwp-live-search-no-min-chars,
.searchwp-live-search-results:after {
    display: none;
}
.searchwp-live-search-result:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}
.searchwp-live-search-result a {
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    color: #333;
}
.searchwp-live-search-result a:hover {
    color: #92278f;
    background: #fff;
}
.searchwp-live-search-no-min-chars:after {
    content: " ";
    display: block;
    text-align: center;
    padding: 2em 2em;
}
@keyframes searchwp-spinner-line-fade-quick {
    0%, 39%, 100% {
        opacity: 0.25;
    }
    40% {
        opacity: 1;
    }
}
a {
    color: #92278f
}
a:active,
a:focus,
a:hover {
    outline: 0;
    color: #5f025c
}
b, strong {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
/*div:empty,*/
p:empty {
    margin: 0;
    padding: 0
}
p.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 3.2em !important;
    line-height: 0.85 !important;
    font-weight: 700;
    margin: 0.05em 0.1em 0 0;
}
iframe {
    max-width: 100%
}
#fbdiv:after,
.af-form-wrapper:after,
.af-form:after,
.border-block:after,
.center-heading:after,
.content-inner:after,
.full-col:after,
.list-row:after,
.post-list:after,
.row-section:after,
.row:after,
.scroll-comment:after,
    /*.side-heading:after,*/
.weather-widget:after,
.widget:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden
}
.p-none {
    padding: 0
}
.p-left {
    padding-left: 0
}
.p-right {
    padding-right: 0
}
.fb_iframe_widget span,
[class*=col-sm] img {
    max-width: 100%
}
/*blockquote:before{display:inline-block;vertical-align:middle;background:url(images/sprite.png?20171209234800) -68px -432px no-repeat;height:38px;width:57px;top:50%;margin-top:-19px;left:18px}*/
blockquote span.quote-line {
    /*border-right:1px solid #92278f;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    top: 30px;
    height: 100%;
    left: 88px;
    position: absolute
}
.c-list [class*=col-sm-4] {
    margin: 0 3.8% 10px 0;
    padding: 0;
    width: 30.8%;
    float: left
}
.c-list [class*=col-sm-4]:last-child {
    margin-right: 0
}
.c-list [class*=col-sm-3] {
    margin: 0 4px 10px 0;
    padding: 0;
    width: 24.6%;
    float: left;
    height: 421px
}
.c-list [class*=col-sm-3] .blockhov>a {
    display: block
}
.c-list [class*=col-sm-3] img {
    max-width: 100%
}
.c-list [class*=col-sm-3]:last-child,
.c-list [class*=col-sm-3]:nth-child(4n) {
    margin-right: 0;
    margin: 0 4px 10px 0;
}
.page-left {
    float: left;
    width: 72.1%;
}
.page-right {
    width: 25.7%;
    float: left;
    margin-left: 2.2%
}
.innersidebar.page-right {
    /*float:left;margin-right:2.2%;margin-left:0*/
}
.blockhov {
    position: relative;
    overflow: hidden
}
.overtext {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding: 20px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 23px;
    text-align: center;
    background: rgba(0, 0, 0, .45)
}
.overtext h3 {
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 0
}
.overtext h5 {
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0 12px
}
.overtext h5.time-stamp {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase
}
.overtext .weather-type {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    text-align: left;
    width: 100%
}
.overtext .wt-type {
    font-size: 13px;
    background: url(images/sprite.png?20171209234800) 0 -150px no-repeat;
    padding: 5px 0 2px 30px;
    text-align: left
}
.overtext .awesome-weather-header {
    font-size: 13px;
    padding: 5px 0 2px 35px;
    text-align: left;
    position: relative;
    margin-bottom: 12px;
    background: 0 0
}
.overtext .awesome-weather-wrap {
    background: 0 0;
    max-width: 100%
}
.overtext .awesome-weather-current-temp {
    padding: 0;
    text-align: left
}
.overtext .awesome-weather-current-temp,
.overtext .temp-type {
    font-size: 58px;
    margin: 0;
    line-height: 55px;
    display: block
}
.overtext sup {
    font-size: 35px;
    top: -20px
}
.overtext sup sub {
    top: 5px;
    font-size: 44px
}
.overtext a {
    color: #fff;
    font-weight: 300
}
.topinbanner {
    margin: 10px 0 40px
}
.topinbanner .col-sm-7 {
    width: 60.9%
}
.topinbanner .col-sm-5 {
    width: 39.1%
}
.visibletext {
    position: absolute;
    bottom: 25px;
    padding: 0 5%;
    width: 100%
}
.col-xs-6 .visibletext {
    bottom: 15px
}
.topinbanner {
    background: #000;
    box-shadow: 0 2px 7px -3px #000;
    -webkit-box-shadow: 0 2px 7px -3px #000;
    float: left;
    width: 100%
}
.topinbanner .col-sm-7 .blockhov .visibletext h2 {
    max-height: 74px;
    overflow: hidden
}
.blockhove:before {
    box-shadow: 0 0 150px 5px #000 inset;
    -webkit-box-shadow: 0 0 150px 5px #000 inset;
    content: "";
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15
}
.visiblegr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.visiblegr:hover .visibletext {
    max-height: 150px
}
.visibletext {
    text-align: center;
    max-height: 99px;
    transition: max-height .5s;
    -webkit-transition: max-height .5s;
    overflow: hidden
}
.visibletext h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-family: Prata;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .75);
    margin: 0
}
.visibletext h3 {
    font-size: 18px;
    color: #fff;
    line-height: 21px
}
.sidebar .visibletext h3 {
    line-height: 21px
}
.visibletext h3 a,
.visibletext h3 a:hover {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}
.visibletext h2 a,
.visibletext p {
    color: #fff
}
.col-xs-6 .visibletext {
    text-align: left;
    max-height: 40px
}
.col-xs-6 .visibletext h2 {
    font-size: 18.5px;
    line-height: 20px;
    text-shadow: 1px 2px 5px #000;
    max-height: 60px;
    overflow: hidden
}
.col-xs-6 .visibletext p {
    max-height: 60px;
    overflow: hidden
}
.col-xs-6 .visibletext h2 a {
    color: #fff
}
.blockhov:hover .overtext {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}
.blockhov .hover {
    position: absolute;
    background: url(images/hoverbg.png);
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    color: #fff;
    text-align: left;
    z-index: 9
}
.blockhov a.hover:hover {
    color: #fff
}
.blockhov:hover .hover {
    opacity: 1;
    right: 0
}
.hover h3 {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 25px
}
.hover a {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #cfdf63
}
.hovtooltip,
.tooltip-hover,
a.hovtooltip {
    display: inline-block;
    position: relative
}
.hovtooltip:hover:after {
    background: #111;
    background: rgba(0, 0, 0, .85);
    border-radius: 2px;
    bottom: 22px;
    color: #fff;
    content: attr(title);
    display: block;
    left: 50%;
    margin-left: -306%;
    padding: .3em 1em;
    position: absolute;
    text-shadow: 0 1px 0 #000;
    white-space: nowrap;
    z-index: 98;
    text-indent: 0;
    width: auto;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 11px
}
.tooltip-hover:hover:after {
    background: #111;
    background: rgba(0, 0, 0, .85);
    border-radius: 2px;
    bottom: 22px;
    color: #fff;
    content: attr(title);
    display: block;
    left: 12%;
    padding: .3em 1em;
    position: absolute;
    text-shadow: 0 1px 0 #000;
    white-space: nowrap;
    z-index: 98;
    text-indent: 0;
    width: auto;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 12px
}
.tooltip-hover:hover:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #2C2C2C;
    bottom: 19px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    z-index: 99
}
.hovtooltip:hover:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(0, 0, 0, .85) transparent;
    border-width: .4em .4em 0;
    bottom: 17px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    z-index: 99
}
.center-heading,
.page-header,
.side-heading {
    /*border-bottom:1px solid #dfdfdf;*/
    font-family: abril-display, serif;
    font-size: 32px;
    font-weight: 600;
    color: #231f20;
    text-transform: capitalize;
    padding: 0 0 10px 8px;
    margin: 0 0 0px;
    position: relative;
    width: 100%
}
.content .side-heading,
.side-heading .postby .by,
.side-heading .postby .by a {
    text-transform: none
}
body .share_tags span.recommend.active a.dot-irecommendthis.tooltip-hover:before {
    width: 5px;
    bottom: 7px;
    height: 41px
}
.share_tags span.recommend.active a.dot-irecommendthis.tooltip-hover:hover:after {
    bottom: 47px;
    line-height: 15px;
    padding: 7px 5px;
    text-align: center;
    white-space: normal;
    width: 119px;
    font-size: 13px
}
.center-heading a,
.page-header a,
.side-heading a {
    color: #231f20
}
.side-heading {
    padding: 0;
    margin-bottom: 15px;
}
.sidebar .side-heading {
    font-size: 24px
}
.center-heading,
.full-col .page-header {
    text-align: center;
    padding-bottom: 25px;
    padding-left: 0
}
/*.center-heading:before,.full-col .page-header:before,.page-header:before,.side-heading:before{position:absolute;bottom:-4px;border-radius:100%;background:#92278f;height:8px;width:8px;content:'';left:0}*/
.center-heading:before,
.full-col .page-header:before {
    left: 50%;
    margin-left: -4px
}
.center-heading h2,
.page-header h2,
.side-heading h2 {
    font-size: 32px;
    margin: 0;
    line-height: 40px
}
.side-heading h2 {
    padding-bottom: 5px
}
.side-heading .row {
    margin-right: 0
}
.side-heading .col-sm-6.text-right {
    padding-right: 0
}
.page-left .page-header {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 22px;
    text-transform: none;
    padding-left: 0
}
.page-left .page-header:before {
    left: 0;
    margin-left: 0
}
h3.side-heading {
    font-size: 24px
}
.page-left article .side-heading:before {
    left: -8px
}
.subHead {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #231f20;
    margin: 0;
    padding-bottom: 5px;
    font-weight: 500;
}
.subs {
    font-size: 23px;
    color: #5d5d5d;
    text-align: center;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    margin: -6px 0 15px;
    width: 100%;
    line-height: 27px
}
.iconrow {
    text-align: center;
    margin: 15px 0;
    float: left;
    width: 100%
}
.iconrow>a {
    display: inline-block;
    margin: 0 5px;
    width: 25px;
    height: 24px;
    border-radius: 3px;
    background: url(images/sprite.png?20171209234800) no-repeat #d4d4d4;
    text-transform: capitalize
}
.iconrow>a.heartico {
    background-position: 5px -624px
}
.iconrow>a.alphaico {
    background-position: 8px -271px
}
.row-section {
    margin-bottom: 15px
}
.row-section .stories {
    margin-bottom: 57px
}
.sidebar .row-section {
    margin-bottom: 20px
}
.carousel-control {
    background: url(images/slidernav.png?20171209234600) no-repeat
}
.carousel-control.left {
    background-position: 0 -68px
}
.carousel-control.right {
    background-position: -70px -68px
}
.carousel-control.left:hover {
    background-position: 0 0
}
.carousel-control.right:hover {
    background-position: -70px 0
}
.sidebar .carousel-control {
    height: 10px;
    width: 7px;
    top: -60px
}
.sidebar .carousel-control.left {
    background-position: 0 -403px;
    left: auto;
    right: 15px
}
.sidebar .carousel-control.right {
    background-position: -33px -403px
}
.icon-sp {
    display: inline-block;
    background: url(images/sprite.png?20171209234800) no-repeat;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    position: relative
}
.icon-sp.locsm {
    background-position: -76px -178px;
    top: 5px
}
body.home {
    background: #fff
}
body {
    background: #fff;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
}
.container-article {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.col-content {
    max-width: 100%;
}
.col-sidebar {
    flex: 1 0 300px;
    max-width: 300px;
    margin-top: 40px;
}
@media (min-width: 576px) {
    .container-article {
        flex-direction: row;
        align-items: flex-start;
    }
    .col-content {
        max-width: 846px;
        flex: 1 1 auto;
        margin-right: 12px;
    }
    .col-sidebar {
        margin-top: 0;
        margin-left: 12px;
    }
}

.navbar-row {
    display: flex;
}
.navbar-collapse {
    position: relative;
}
.navbar .navbar-icon-container {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
}
.navbar .navbar-search-container {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navbar-menu {
    display: block;
    position: relative;
    float: inherit;
}
@media only screen and (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0px 0 0;
    }
    .navbar-menu .nav>li {
        position: relative;
        display: inline-block;
    }
    .navbar-nav>li{
        margin: 0 16px;
    }
    .navbar-nav>li:nth-child(2) {
        margin-left: 0;
    }
    .navbar-nav>li:last-child {
        margin-right: 0;
    }    
    .navbar-collapse {
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse{
        display: flex !important;
        height:auto !important;
        min-height:10px !important;
        padding-bottom:0;
        overflow:visible!important;
        justify-content: space-between;
    }
    .navbar-collapse.in{
        overflow-y:visible
    }
    .os-linux .navbar-nav>li{
        margin:0 0 0 39px
    }
    .navbar-nav>li>a{
        padding-top:16px;
        padding-bottom:16px
    }
    .navbar-nav.navbar-right:last-child{
        margin-right:-15px
    }
    .navbar-default .navbar-nav>li>a:before{
        opacity:0;
        display:inline-block;
        width:6px;
        height:6px;
        left:50%;
        margin-left:-3px;
        vertical-align:middle;
        position:absolute;
        top: 40px;
        background:#92278f;
        border-radius:100%;
        content:'';
        transition:all .5s;
        -webkit-transition:all .5s
    }
    .navbar-default .navbar-nav>li:hover>a:before{
        opacity: 1;
        top: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav > li {
        margin: 0 20px;
    }
}
.header-ad {
    height: 93px;
    width: 100%;
    background-size: cover;
    padding: 15px 0;
    text-align: center
}
.header-ad>a {
    display: inline-block;
    width: 468px;
    max-width: 100%
}
.header-ad img {
    margin: auto;
    display: block
}
.form-inline .input-group {
    position: relative;
    margin-top: 18px
}
header .form-inline .input-group {
    width: 150px
}
.form-inline .input-group>.form-control {
    border-radius: 19px!important;
    background-clip: padding-box;
    background-color: #f3f3f3;
    border: 1px solid #d7d7d7;
    padding-left: 60px;
    box-shadow: inset 0 0 4px 0 #fff;
    height: 43px;
    max-width: 100%
}
header .form-inline .input-group>.form-control {
    border: none;
    box-shadow: none;
    height: 38px;
    padding-left: 38px
}
@media (max-width: 768px) {
    form.search-form.form-inline {
        padding: 0 15px;;
    }
}
.form-inline .input-group>.input-group-btn {
    position: absolute;
    left: 8px;
    z-index: 2;
    width: 45px;
    height: 25px;
    margin: -12px 0 0;
    top: 50%
}
header .form-inline .input-group>.input-group-btn {
    position: absolute;
    left: 8px;
    z-index: 2;
    width: 28px;
    height: 21px;
    margin: -10px 0 0;
    top: 50%
}
.form-inline .input-group>.input-group-btn button {
    border: none;
    background: url(images/sprite.png?20171209234900) -68px -382px no-repeat;
    width: 45px;
    height: 25px;
    padding: 0;
    text-indent: -999em;
    font-size: 0;
    display: inline-block;
    margin: 0;
    border-right: 1px solid #aaa;
    border-radius: 0
}
aside .form-inline .input-group>.input-group-btn button,
header .form-inline .input-group>.input-group-btn button {
    background: url(images/sprite.png?20171209234900) 6px -52px no-repeat;
    width: 28px;
    height: 21px;
    padding: 0;
    text-indent: -999em;
    font-size: 0;
    display: inline-block;
    margin: 0;
    border-right: 1px solid #aaa;
    border-radius: 0
}
header .form-inline .input-group>.input-group-btn button {
    border-right: 0
}
footer {
    background: #f0f0f0;
    color: #909191;
    clear: both;
    padding-bottom: 30px
}
footer a:link,
footer a:visited {
    color: #909191
}
.footertop {
    background: #2C0A34;
    position: relative;
    text-align: center;
    background-image: url('images/bottom-bar.jpg');
    background-position: center top;
    padding-bottom: 3px;
    background-repeat: repeat-x;
}
.footertop:after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #2c0a34;
    bottom: -18px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -21px;
    position: absolute;
    width: 0
}
.footermiddle {
    padding: 40px 0 0px;
}
.footermiddle .row>div {
    display: inline-block;
    vertical-align: middle;
    /*float:none;*/
    margin: 0
}
.footerbottom {
    padding: 11px 0;
    /* border-top:1px solid #1c1d21; */
    /* box-shadow:0 1px 0 #33363c inset; */
    color: #666769;
    font-size: 12px;
    word-spacing: 1px;
}
.footerbottom a:link,
.footerbottom a:visited {
    color: #666769
}
.footerbottom p {
    margin: 0
}
.footerbottom .sitename {
    color: #666769;
}
#menu-footer-menu {
    padding: 0;
    margin: 0px 0 0 0px;
    list-style: none;
    text-transform: uppercase;
}
#menu-footer-menu li {
    display: inline-block;
    margin: 0 19px 0 0px;
}
#scrolltop {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: inline-block;
    position: fixed;
    bottom: 10px;
    background: url(images/sprite.png?20171209234900) 11px 14px no-repeat #92278f;
    right: 20px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    z-index: 999
}
#scrolltop:hover {
    background-position: 11px 12px
}
.socialiconswrap.col-sm-2 {
    width: 15%
}
footer .socialicons a img {
    margin-top: -10px;
}
.socialicons a {
    display: inline-block;
    /*height:30px;width:30px;*/
    margin-right: 5px
}
.socialicons a.twitter {
    /*margin-right:19px*/
}
.socialicons a:last-child {
    /*margin-right:0*/
}
.imgdesc {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 13px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: 3px 4px 10px #000
}
.imgdesc:before {
    background: url(images/sprite.png?20171209234900) -75px -337px no-repeat;
    content: "";
    height: 20px;
    width: 30px;
    float: left
}
.main-banner .carousel-control {
    top: 50%;
    margin-top: -20px;
    width: 48px;
    height: 48px;
    z-index: 5
}
.main-banner .carousel-control.left {
    left: 35px;
    background-position: 0 -148px
}
.main-banner .carousel-control.right {
    right: 35px;
    background-position: -55px -148px
}
.main-banner .owl-stage-outer {
    width: 100%
}
.carousel-innertext .row {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    left: 0;
    height: 100%
}
.carousel-innertext .welcomebox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 50%;
    max-width: 100%;
    width: 45.3%;
    margin-left: -22.0%;
    padding: 30px 20px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center
}
.carousel-innertext .welcomebox h1 {
    text-shadow: 1px 1px 3px #000;
    margin: 0 0 15px;
    font-family: Prata;
    font-size: 40px
}
.carousel-innertext .welcomebox h2 {
    font-size: 22px;
    margin: 35px 0 20px;
    font-family: Prata;
    background: url(images/sideborder.png) center 10px no-repeat;
    clear: both;
    text-transform: uppercase
}
.carousel-innertext .welcomebox p {
    font-size: 15px;
    line-height: 22px
}
.carousel-innertext .welcomebox span.labelbl {
    background: #92278f;
    font-size: 28px;
    font-family: 'Bilbo Swash Caps', cursive;
    padding: 22px 74px 22px 38px;
    display: inline-block;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
    border-radius: 5px;
    cursor: pointer;
    position: relative
}
.carousel-innertext .welcomebox span.labelbl:after {
    content: '';
    height: 10px;
    width: 15px;
    background: url(images/sprite.png?20171209234900) 0 -101px;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -5px
}
.carousel-innertext .welcomebox .citydropdown-wrap {
    position: relative
}
.carousel-innertext .welcomebox ul.citydropdown {
    display: none;
    position: absolute;
    top: 75px;
    left: 50%;
    margin: 0 0 0 -159.5px;
    width: 319px;
    background: #fff;
    border-radius: 3px;
    padding: 5px 0;
    list-style: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    z-index: 2
}
.carousel-innertext .welcomebox ul.citydropdown:before {
    width: 0;
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7.5px;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px;
    border-color: transparent transparent #fff
}
.carousel-innertext .welcomebox ul.citydropdown li a {
    display: block;
    font-size: 13px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #8e8d8d;
    padding: 10px 0;
    line-height: 14px
}
.carousel-innertext .welcomebox ul.citydropdown li a:hover {
    background: #0cacb0;
    color: #fff;
    text-decoration: none
}
.carousel-innertext .author-comment-block-wrap {
    position: absolute;
    padding: 15px;
    background: rgba(0, 0, 0, .5);
    width: 240px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 50%;
    margin-left: 23.5%
}
.author-comment-block .col-xs-4 {
    max-width: 75px
}
.author-comment-block h5 {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    margin: 0
}
.author-comment-block {
    font-size: 13px;
    color: #fff
}
.author-comment-block .avatar-img {
    border-radius: 100%;
    display: block;
    height: 70px;
    overflow: hidden;
    width: 70px
}
.author-comment-block .avatar-img img {
    border-radius: 100%;
    display: block;
    max-width: 100%
}
.author-comment-block .author-desc {
    padding-top: 15px
}
.author-comment-block .author-comm {
    padding: 5px 0 0;
    font-style: italic
}
.widget.homemiddle-ad {
    margin-bottom: 0px;
    padding: 0 18px;
    text-align: center
}
.widget_adrotate_widgets h3,
aside .widget.widget_adrotate_widgets h3 {
    color: #707070;
    font-size: 12px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0
}
/*.widget_adrotate_widgets img,aside .widget.widget_adrotate_widgets img{border:1px solid #dfdfdf}*/
.widget {
    margin-bottom: 20px
}
.c-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center
}
.content-inner {
    margin: 0 0 70px
}
.disabled .overtext {
    background: rgba(51, 51, 51, .9)
}

picture.marg-b-med img {
     width: 100%;
}

.post-image {
    display: block;
    margin-bottom: 0.75rem;
}
.entry-title,
.post-title {
    margin: 0 0 0.5em;
    display: inline-block;
}
.entry-title a,
.post-title a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.25em;
    text-decoration: none !important;
    transition: color .5s;
    -webkit-transition: color .5s;    
}
.post-container {
    position: relative;
}
.post-container .post-container-link {
    display: block;
    position: relative;
}
.post-container-body {
    display: flex;
    justify-content: flex-start;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    align-items: center;
    margin-top: 10px;
}
.post-container-body .tagging {
    text-align: left;
}
.zf-vc-single-post .tagging {
    margin-bottom: 0.75em;
    line-height: 1.2em;
}
.zf-vc-single-post .white-board {
    width: 100%;
    text-align: center;
    background: rgb(255 255 255 / 85%);
}
.zf-vc-single-post .post-title {
    margin: 0;
    padding: 0;
}
.zf-vc-single-post .post-title a {
    font-family: 'Poppins', serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2em;
    color: #000;
}
@media screen and (min-width: 768px) {
    .post-container-body {
        position: absolute;
        margin-top: 0;
    }
    .post-container-body .tagging {
        text-align: center;
    }
    .zf-vc-single-post .white-board {
        padding: 25px;
        margin-right: 20px;
        margin-left: 20px;        
    }
    .zf-vc-single-post .post-title a {
        font-family: 'abril-display', serif !important;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.2em;
        color: #000;
    }
}
.avtar-name a:hover,
.entry-title a:hover,
.post-title a:hover {
    color: #92278f;
}
.post-title a:first-letter {
    text-transform: uppercase
}
.postby {
    font-size: 12px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    margin: 5px 0;
    width: 100%;
    text-transform: uppercase
}
.postby .post-content {
    padding: 10px 0;
    font-size: 14px;
    color: #424242;
    line-height: 20px
}
.carousel-inner .postby {
    margin: 0
}
.page-left .side-heading h2+.row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}
.page-left .side-heading h2+.row .col-sm-6 {
    padding-left: 0
}
.page-left .side-heading h2+.row .col-sm-6.text-right {
    padding-right: 0
}
.side-heading .postby {
    font-size: 13px;
    text-transform: none;
    color: #707070;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 500
}
.postby .by,
.postby .by a {
    /*color:#0dacb0;*/
    text-transform: uppercase;
    /*font-weight:bold;*/
}
.postby .by a:not(:first-child) {
    margin-left: 0.25em;
}
.side-heading .postby .by {
    color: #707070
}
/*.side-heading .postby .by a{color:#0dacb0}*/
.postby .on {
    color: #92278f
}
.side-heading .postby .on {
    color: #707070
}
.post-content p {
    font-size: 14px;
    line-height: 1.5em;
    color: #424242
}
.bottom-links {
    font-size: 10px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    color: #707070;
    clear: both
}
.bottom-links>.sm-icon {
    margin-right: 19px;
    text-transform: lowercase;
    display: inline-block;
    padding-top: 1px;
    font-size: 11px;
    padding-bottom: 1px;
    line-height: 13px
}
.side-heading .bottom-links.biglinks>.sm-icon,
.side-heading .bottom-links>.sm-icon {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px
}
.side-heading .biglinks.bottom-links .sm-icon.comment {
    padding-left: 24px;
    margin-left: 10px
}
a.dot-irecommendthis {
    background-position: 0 -534px;
    color: #707070;
    text-align: left
}
.bottom-links>span {
    background: url(images/sprite.png?20171209234900) no-repeat
}
.bottom-links .sm-icon.views {
    padding-left: 21px;
    background-position: 0 -504px
}
.bottom-links .sm-icon.comment {
    padding-left: 23px;
    background-position: 0 -568px
}
.bottom-links .sm-icon.recommend {
    background-position: 0 -535px;
    height: 18px
}
.bottom-links .sm-icon.recommend .dot-irecommendthis:hover {
    background-position: 0 -534px;
    color: #707070!important
}
.bottom-links .sm-icon.recommend .dot-irecommendthis.active {
    background: url(images/sprite.png?20171209234900) 0 -598px;
    color: #92278F!important
}
.bottom-links .sm-icon.recommend .dot-irecommendthis .dot-irecommendthis-count {
    padding-left: 4px
}
.col-sm-6 .col-sm-3 {
    width: 26.2%
}
.col-sm-6 .col-sm-9 {
    width: 73.8%
}
.post-tag {
    font-size: 12px;
    color: #707070;
    position: relative;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    float: left;
    line-height: 22px;
    width: 100%
}
.post-tag:first-child:before {
    height: 18px;
    width: 18px;
    content: '';
    background: url(images/sprite.png?20171209235000) -110px -23px no-repeat;
    margin-right: 0;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px
}
.post-tag {
    padding-left: 19px
}
.comma {
    float: left;
    margin: 0 10px 0 3px
}
.not-found-msg {
    font-size: 32px;
    color: #231f20;
    font-family: Prata;
    text-align: center;
    padding-bottom: 15px;
    line-height: 40px
}
.not-found-details {
    float: left;
    width: 100%;
    padding-top: 40px
}
.not-found-details h2 {
    font-size: 25px;
    color: #231f20;
    font-family: Prata;
    padding-bottom: 17px;
    margin: 0
}
.not-found-details ul {
    padding-left: 13px
}
.not-found-details ul li {
    color: #5d5d5d;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 4px
}
.not-found-details ul li:before {
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    left: -10px;
    border-radius: 100%;
    top: 7px;
    color: #5d5d5d;
    background: #5d5d5d
}
.error404 .share_tags span.recommend,
.error404 .share_tags>a {
    font-size: 14px;
    padding: 9px 18px
}
.post-list .col-sm-4 {
    width: 29.7%
}
.post-list .col-sm-8 {
    width: 70.3%
}
.post-list .post-title,
.post-list .post-title a {
    font-size: 23px;
    line-height: 30px
}
.biglinks.bottom-links {
    font-size: 13px
}
.side-heading .biglinks.bottom-links {
    padding-top: 5px;
    margin-bottom: -8px
}
.list-row {
    margin-bottom: 25px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e6e6e6
}
.sidebar .list-row {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border: none
}
.post-thumb {
    display: block;
    margin-bottom: 0
}
[class*=col-sm-3] .post-thumb,
[class*=col-sm-4] .post-thumb,
[class*=col-sm-6] .post-thumb {
    margin-bottom: 16px
}
.post-thumb {
    overflow: hidden;
    /*background:#060606*/
}
.row-section img.wp-post-image {
    /*max-width:inherit;width:inherit;*/
    height: auto
}
.post-thumb img {
    max-width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: .9;
    width: 100%;
    height: auto
}
.sidebar .post-thumb img {}
.post-thumb:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .7
}
.entry-content figure {
    max-width: 100%;
}
.entry-content figure img {
    max-width: 100% !important;
    height: auto;
    display: inline-block
}
.entry-content figure.size-full img {
    width: 100% !important;
}
.entry-content .alignleft {
    margin: 0 15px 10px 0
}
.entry-content .alignright {
    margin: 0 0 15px 15px
}
.carousel h3.post-title.remove-max-height {
    max-height: none
}
.carousel .post-title {
    /*max-height:51px;*/
    overflow: hidden;
    margin-bottom: 5px;
    clear: both;
    width: 100%
}
.carousel .post-content .post-title {
    padding-top: 15px
}
.carousel .post-title+.postby {
    margin: 0 0 5px;
    clear: both
}
.row-section .carousel-inner .item>.col-sm-6 {
    padding: 0 18px
}
.row-section .carousel-inner .item>.col-sm-6.p-none {
    padding: 0
}
.row-section .carousel-inner .item>.col-sm-6.p-left {
    padding-left: 0
}
.row-section .carousel-inner .item>.col-sm-6.p-right {
    padding-right: 0
}
.row-section .carousel-inner .item .col-sm-6 .col-sm-9.p-right {
    padding-left: 10px
}
.categorytitle {
    margin-bottom: 10px;
    /*float:left;*/
    width: 100%;
    /*padding-left:18px*/
}
.categorytitle>a {
    display: inline-block;
    padding: 1px 8px 3px;
    color: #fff;
    background-color: #000;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    /*margin-left:7px;*/
    text-transform: uppercase;
    margin-bottom: 5px
}
/*.categorytitle>a:first-child{margin-left:7px}.categorytitle>a:first-child:before{content:"";background:url(images/sprite.png?20171209235000) 0 -471px no-repeat;height:20px;width:20px;display:inline-block;position:absolute;left:-25px}*/
.border-block {
    border: 1px solid #dfdfdf;
    padding: 15px;
    float: left;
    width: 100%
}
.border-block .list-row:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.sidebar .post-title,
.sidebar .post-title a {
    font-size: 14px;
    line-height: 20px;
    max-height: 62px;
    font-family: Raleway
}
.sidebar .postby {
    margin: 8px 0
}
.weather-widget,
section.widget {
    float: left;
    width: 100%
}
aside>div,
aside>section {
    margin-bottom: 20px
}
aside .visiblegr:hover .visibletext {
    max-height: 67px
}
aside .visibletext {
    text-align: left;
    bottom: 12px;
    max-height: 67px
}
aside .widget h3 {
    margin: 0
}
#accordion .panel {
    border: none;
    background: #0b9a9e;
    color: #fff;
    border-radius: 0
}
#accordion.panel-group .panel+.panel {
    margin-top: 2px
}
#accordion .panel-default>.panel-heading {
    background-color: #0cacb0;
    border-radius: 0;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    height: 47px;
    padding: 0
}
#accordion .panel-default>.panel-heading .panel-title>a {
    display: block;
    padding: 13px 47px;
    position: relative
}
#accordion .panel-default>.panel-heading .panel-title>a:before {
    background: url(images/sprite.png?20171209235000) -63px -215px no-repeat;
    content: '';
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0
}
/*#accordion .panel-default:nth-child(2)>.panel-heading .panel-title>a:before{background-position:-63px -273px}*/
#accordion .panel-default>.panel-heading .panel-title>a:after {
    background: url(images/sprite.png?20171209235000) 18px -371px no-repeat #0b9a9e;
    content: '';
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0
}
#accordion .panel-default>.panel-heading .panel-title>a.collapsed:after {
    background-position: 18px -318px
}
#accordion .panel-default>.panel-heading a:active,
#accordion .panel-default>.panel-heading a:focus,
#accordion .panel-default>.panel-heading a:hover {
    color: #fff
}
#accordion.panel-group .panel-heading+.panel-collapse .panel-body {
    border: none
}
#accordion .panel-body ul {
    margin: -15px;
    padding: 0;
    list-style: none
}
#accordion .panel-body ul li {
    position: relative;
    border-bottom: 1px solid #0eb2b7
}
#accordion .panel-body ul li:last-child {
    border-bottom: none
}
#accordion .panel-body ul li a {
    color: #fff;
    padding: 9px 0 9px 45px;
    display: block
}
#accordion .panel-body ul li:hover {
    background: #FFCA00
}
#accordion .panel-body ul li:before {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 13px;
    left: 30px;
    background: url(images/sprite.png?20171209235000) 0 -435px no-repeat;
    content: ''
}
div.wpcf7 {
    margin: 0 0 20px
}
.wpcf7-textarea,
input.wpcf7-text {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 0 1px #fff inset;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    border-radius: 4px;
    height: 45px;
    padding: 10px;
    width: 100%;
    font-size: 13px
}
.wpcf7-textarea {
    height: 155px
}
span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%
}
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background: #92278f;
    border-radius: 4px;
    height: 43px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    border: none;
    padding: 11px 20px;
    display: inline-block;
    vertical-align: top;
    transition: background .5s;
    -webkit-transition: background .5s
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #0CACB0
}
div.wpcf7 img.ajax-loader {
    float: left
}
.weather-widget .awesome-weather-header {
    position: relative;
    padding: 15px 10px;
    font-size: 18px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-align: center
}
.weather-widget .awesome-weather-header span {
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-align: center
}
.weather-widget .awesome-weather-header div.weather_time {
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding-top: 8px
}
.weather-widget .awesome-weather-todays-stats {
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 14px 5%;
    width: 60%
}
.weather-widget .awesome-weather-forecast {
    padding: 20px 0 15px
}
.weather-widget .awesome-weather-forecast-day-temp {
    font-weight: 300;
    margin-top: 14px;
    font-size: 15px
}
.weather-widget .awesome-weather-forecast-day-abbr {
    margin-top: 5px;
    font-size: 12px;
    padding-right: 5px
}
.weather-widget .awesome-weather-wrap {
    width: 100%!important
}
.social-count-plus ul {
    padding: 0
}
.social-count-plus .vertical li {
    padding: 13px;
    cursor: pointer;
    list-style: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.social-count-plus .vertical li:hover {
    opacity: .95
}
.social-count-plus .vertical li.count-twitter {
    background: #2fc2ef!important
}
.social-count-plus .vertical li.count-facebook {
    background: #4c66a4!important
}
.social-count-plus .vertical li.count-instagram {
    background: #447399!important
}
.social-count-plus .vertical li .items {
    font-family: 'Open Sans'
}
.social-count-plus .vertical li .items .count {
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 3px
}
.social-count-plus .vertical li .items .label {
    font-weight: 500;
    font-size: 13px
}
.sidebar .social-count-plus .flat a {
    background: url(images/socialsprite.png?20171209235000)!important
}
.sidebar .social-count-plus .vertical a {
    background-position: 0 0!important
}
.sidebar .social-count-plus .flat .count-twitter a {
    background-position: -68px 3px!important
}
.sidebar .social-count-plus .flat .count-facebook a {
    background-position: -64px -59px!important
}
.sidebar .social-count-plus .flat .count-instagram a {
    background-position: -64px -116px!important
}
.social-tabs {
    background: #fff;
    border: 1px solid #dfdfdf
}
.social-tabs .social-box img {
    margin: 0;
    background: #fff;
    display: inline-block;
}
.social-tabs .social-box {
    text-align: center;
    position: relative;
    z-index: 2;
}
.social-tabs .social-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 1px #92278f;
    z-index: -1;
}
.social-tabs .nav-tabs {
    background: #dfdfdf;
    width: 100%
}
.social-tabs .nav-tabs li a,
.social-tabs .tweet-bottom a:after {
    background: url(images/socialsprite.png) no-repeat;
    height: 58px;
    width: 52px;
    text-indent: -999em
}
.social-tabs .nav-tabs li.active a,
.social-tabs .nav-tabs li:hover a {
    border-bottom: 0;
    background-color: transparent
}
.social-tabs .nav-tabs li:nth-child(1) a {
    background-position: -49px -48px
}
.social-tabs .nav-tabs li:nth-child(1).active a,
.social-tabs .nav-tabs li:nth-child(1):hover a {
    background-position: -113px -48px;
    background-image: url(images/socialsprite.png);
    background-repeat: no-repeat
}
.social-tabs .nav-tabs li:nth-child(2) a {
    background-position: -54px 15px
}
.social-tabs .nav-tabs li:nth-child(2).active a,
.social-tabs .nav-tabs li:nth-child(2):hover a {
    background-position: -116px 15px;
    background-image: url(images/socialsprite.png);
    background-repeat: no-repeat
}
.social-tabs .nav-tabs li:nth-child(3) a {
    background-position: -48px -100px
}
.social-tabs .nav-tabs li:nth-child(3).active a,
.social-tabs .nav-tabs li:nth-child(3):hover a {
    background-position: -118px -101px;
    background-image: url(images/socialsprite.png);
    background-repeat: no-repeat
}
.social-tabs .tab-content {
    border: 0;
    padding: 0
}
.social-tabs .tab-content .cff-wrapper {
    max-height: 386px;
    overflow: auto;
    clear: both
}
.social-tabs #cff .cff-item {
    border-bottom: 1px solid #DDD!important;
    padding: 5px 8px 6px;
    font-size: 12px;
    line-height: 16px
}
.social-tabs #cff .cff-author {
    margin-bottom: 0
}
.social-tabs #cff .cff-author img {
    border-radius: 4px;
    float: left;
    height: 32px;
    margin: 0 15px 0 0;
    width: 32px
}
.social-tabs #cff .cff-page-name {
    color: #292F33;
    height: 36px
}
.social-tabs .tweet-bottom a {
    font-size: 17px;
    font-style: italic;
    display: block;
    color: #424242;
    padding: 15px 10px;
    background: #DFDFDF;
    margin-top: -6px;
    position: relative
}
.social-tabs .tweet-bottom a:after {
    content: '';
    position: absolute;
    right: -5px;
    background-position: -131px 0;
    height: 30px
}
.social-tabs #twitter .tweet-bottom a:after {
    background-position: -131px 0
}
.social-tabs #facebook .tweet-bottom a:after {
    background-position: -129px -61px;
    top: 9px
}
.social-tabs #instagram .tweet-bottom a:after {
    background-position: -129px -112px;
    top: 9px
}
#cff .cff-viewpost-facebook,
#cff .cff-viewpost-link,
#cff h3,
#cff h4,
#cff h5,
#cff h6,
#cff p {
    line-height: 16px;
    font: 12px/16px "Helvetica Neue", Arial, sans-serif;
    margin: 0
}
#cff .cff-viewpost-facebook,
#cff .cff-viewpost-link {
    font-size: 11px
}
.AlpinePhotoTiles-link img {
    max-width: 100%!important
}
.share_tags {
    margin: 14px 0 22px;
    position: relative;
    float: left;
    width: 100%
}
.share_tags span.recommend,
.share_tags>a {
    background-color: #92278f;
    border-radius: 5px;
    height: 39px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 7px 10px;
    display: inline-block;
    vertical-align: top;
    transition: background .5s;
    -webkit-transition: background .5s;
    margin-right: 5px;
    position: relative
}
.share_tags span.recommend.active {
    background-color: rgba(146, 39, 143, .6)
}
.share_tags span.recommend.active a.dot-irecommendthis.active:before {
    background: url(images/socialsprite.png) 10px -102px no-repeat;
    content: "";
    height: 41px;
    width: 41px;
    margin-top: -8px;
    display: inline-block;
    vertical-align: top
}
.share_tags span.recommend {
    margin-right: 5px;
    margin-bottom: 5px
}
.share_tags span.recommend strong {
    display: inline-block;
    padding-top: 3px;
    font-weight: 700;
    float: left
}
.share_tags span.recommend strong.like {
    font-weight: 400;
    padding-left: 2px
}
.share_tags span.recommend a.dot-irecommendthis {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 100%
}
.share_tags .dot-irecommendthis {
    padding: 0!important;
    background: 0 0
}
.share_tags .dot-irecommendthis .dot-irecommendthis-count {
    display: none
}
.share_tags .dot-irecommendthis.active,
.share_tags .dot-irecommendthis:hover {
    color: #fff!important
}
.share_tags a.dot-irecommendthis+strong:before {
    background: url(images/socialsprite.png) -209px -94px no-repeat;
    width: 28px;
    height: 30px;
    display: inline-block;
    content: "";
    float: left
}
.share_tags a.dot-irecommendthis:hover {
    background-image: none
}
.share_tags a.dot-irecommendthis.active+strong:before {
    background-position: 0 -120px
}
.share_tags a[name=fb_share] {
    background-color: #2d609b
}
.share_tags a[name=fb_share]:before {
    background-position: -190px 10px;
    margin-left: -25px
}
.share_tags a[name=tw_share] {
    background-color: #00c3f3
}
.share_tags a[name=tw_share]:before {
    background-position: -197px -35px
}
.share_tags div.mr_social_sharing_wrapper {
    width: auto!important;
    margin: 0!important
}
.share_tags div.mr_social_sharing_wrapper>span {
    margin: 0 5px 5px 0!important
}
.share_tags>span {
    float: left;
    width: auto!important
}
.side-heading>a:hover {
    color: #932c8b
}
.author-details {
    line-height: 20px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 25px 20px;
    color: #5d5d5d;
    font-size: 13px;
    clear: both;
    width: 100%
}
.author-details + .author-details { 
    border-top: none;
}
.author-details.author-archive {
    border-top: none;
    padding-top: 0;
}
.page-header+.author-details {
    margin: 25px 0
}
.author-details .entriesnum {
    text-align: center;
    margin-top: 8px
}
.avtar-wr {
    display: inline-block;
    max-width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -khtml-border-radius: 100%;
    border: 2px solid #0dabaf;
    overflow: hidden;
    border: 0;
}
}
.avtar-wr img {
    vertical-align: middle;
    padding: 0
}
.avtar-name {
    color: #191919;
    /*font-family:Prata;*/
    font-size: 16px;
    text-transform: uppercase
}
.avtar-name a {
    color: #191919
}
.social-links {
    margin: 10px 0 0;
}
.social-links>a {
    height: 22px;
    width: 18px;
    display: inline-block;
    text-indent: -999em;
    background: url(images/socialsprite_v3.png);
    margin-right: 8px;
}
.social-links>a[name=fb_share] {
    background-position: -287px 0;
    width: 12px;
    margin: 0 8px 0 4px;
}
.social-links>a[name=tw_share] {
    background-position: -281px -26px;
}
.social-links>a[name=gp_share] {
    background-position: -282px -174px;
}
.social-links>a[name=lin_share] {
    background-position: -284px -75px;
}
.social-links>a[name=in_share] {
    background-position: -282px -50px;
}
.social-links>a[name=pin_share] {
    background-position: -281px -122px;
}
.social-links>a[name=you_share] {
    background-position: -285px -147px;
}
.social-links>a[name=gm_share] {
    background-position: -282px -99px;
}
.social-links>a[name=web_share] {
    background-position: -282px -198px;
}
.social-links .hovtooltip:hover:before {
    margin-left: -7px;
    bottom: 22px
}
.social-links .hovtooltip:hover:after {
    bottom: 27px
}
.breadcrumb {
    font-size: 10px;
    text-transform: uppercase;
    color: #707070;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    height: 20px;
    overflow: hidden;
    background: url(images/ajax-loader.gif) no-repeat
}
.breadcrumb a {
    color: #0dacb0
}
.breadcrumb span {
    margin-right: 5px
}
.page-left .form-inline .input-group {
    float: none;
    width: 467px;
    margin: 22px auto;
    max-width: 100%
}
.page-left .searchsubs {
    color: #5d5d5d;
    font-size: 13px;
    margin: 10px 0
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-control {
    z-index: 2
}
.post-nav {
    text-align: center;
    clear: both;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-bottom: 2rem;
}
.post-nav a.page-numbers {
    cursor: pointer
}
.post-nav a.page-numbers,
.post-nav span.dots,
.post-nav span.page-numbers {
    text-align: center;
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 24px;
    border-radius: 100%;
    border: 1px solid #9e9e9e;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #999;
    padding: 5px;
    background: #fff;
    vertical-align: top
}
.post-nav a.page-numbers:hover,
.post-nav span.current {
    background: #0cacb0;
    border-color: #0cacb0;
    color: #fff
}
.post-nav a.next,
.post-nav a.next.disable,
.post-nav a.next.disable:hover,
.post-nav a.prev,
.post-nav a.prev.disable,
.post-nav a.prev.disable:hover {
    font-size: 0;
    text-indent: -999999em
}
.post-nav a.next.disable,
.post-nav a.next.disable:hover,
.post-nav a.prev.disable,
.post-nav a.prev.disable:hover {
    cursor: default;
    border: 1px solid #9e9e9e
}
.post-nav a.prev:hover {
    background: url(images/slidernav.png?20171209234600) -3px -233px no-repeat #fff
}
.post-nav a.next:hover {
    background: url(images/slidernav.png?20171209234600) -44px -233px no-repeat #fff
}
.post-nav a.prev,
.post-nav a.prev.disable,
.post-nav a.prev.disable:hover {
    background: url(images/slidernav.png?20171209234600) -3px -267px no-repeat #fff
}
.post-nav a.next,
.post-nav a.next.disable,
.post-nav a.next.disable:hover {
    background: url(images/slidernav.png?20171209234600) -44px -267px no-repeat #fff
}
.post-nav .pager {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 35px 0
}
.post-nav .pager li {
    float: left;
    width: 50%;
    padding: 14px 32px;
    position: relative;
    /*height:130px*/
}
.post-nav .pager li.previous {
    padding-left: 45px
}
.post-nav .pager li.next a.next,
.post-nav .pager li.previous a.prev {
    border: 0
}
.post-nav .pager li.next {
    padding-right: 45px
}
.post-nav .pager li:last-child {
    border-right: none
}
.post-nav .pager li a.next,
.post-nav .pager li a.prev {
    height: 37px;
    width: 38px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 0
}
.post-nav .pager li a.prev {
    background-position: 0 -64px
}
.post-nav .pager li a.next {
    right: 0;
    left: auto;
    background-position: -65px -64px
}
.post-nav .pager li .post-title a {
    font-size: 16px;
    font-family: Raleway;
    text-decoration: none
}
.post-nav .pager li h5 {
    font-size: 14px;
    color: #92278f;
    font-family: Raleway;
    margin-top: 0;
    margin-bottom: 5px
}
.tags {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*float:left;width:100%;padding:0 25px 0 0;*/
    margin: 40px 0;
}
.tags .tag-wrap {
    /*float:left;*/
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: top;
}
.tags label {
    text-transform: uppercase;
    font-weight: 400;
    width: 15px;
    color: #848485;
    margin: 0 5px 0 0;
    padding-top: 4px;
    /*float:left*/
}
/*.tags label:before{content:'';background:url(images/sprite.png?20171209235100) -109px -26px no-repeat;height:15px;width:15px;margin-right:8px;display:inline-block;vertical-align:middle}*/
.tags a {
    color: #000;
    display: inline-block;
    /*border:1px solid #c7c7c7;*/
    border-radius: 4px;
    margin: 0;
    text-transform: capitalize;
    padding: 2px 5px 3px;
    line-height: 15px;
    text-decoration: none !important;
}
.tags a:hover {
    background-color: #92278F;
    color: #fff;
    border-color: #92278F
}
.fb_iframe_widget_fluid {
    width: 100%!important;
    display: block
}
.fb_iframe_widget_fluid>span,
.fb_iframe_widget_fluid>span iframe {
    width: 100%!important
}
.dropcap {
    float: left;
    font-size: 50px;
    font-weight: 700;
    margin-right: 5px;
    padding-top: 12px
}
address .dropcap {
    padding-top: 0;
    margin-top: -15px;
}
.share_tags .likes {
    background: #000;
    border-radius: 5px;
    top: -34px;
    color: #fff;
    content: "";
    display: block;
    font-size: 11px;
    left: 7px;
    padding: 3px 10px;
    position: absolute;
    z-index: 99
}
.share_tags .likes:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    bottom: -5px;
    content: "";
    left: 50%;
    position: absolute;
    width: 0
}
.newsletter {
    display: inline
}
.newsletter h2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 35px 0 0;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: Prata;
    text-transform: uppercase
}
.newsletter h4 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 40px;
    text-align: center;
    color: #000;
}
.newsletter input.search-box {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    border: 1px solid #fff;
    background: 0 0;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    width: 275px;
    padding: 11px;
    font-size: 16px;
    margin-right: 15px
}
.newsletter input.green-btn {
    height: 46px
}
input.green-btn[type=submit] {
    background: #8dc34e;
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-right: 0;
    padding: 7px;
    text-transform: uppercase;
    width: 155px
}
.sidebar-newsletter input.green-btn {
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 15px;
    height: auto;
    margin-top: 12px;
    padding: 6px 5px;
    text-transform: uppercase;
    width: 105px
}
.sidebar-newsletter {
    background: #3e1e46;
    position: relative;
    border-left: 5px solid #96c85c;
    float: left;
    padding: 20px;
    width: 100%
}
.sidebar-newsletter:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    border-left: 7px solid #96c85c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}
.sidebar-newsletter h2 {
    color: #fff;
    float: left;
    font-family: Prata;
    font-size: 23px;
    margin: 0;
    padding: 8px 0 12px;
    width: 100%
}
.sidebar-newsletter input.search-box {
    background: #fff;
    color: #939292;
    font-size: 13px;
    font-family: Prata;
    font-style: italic;
    padding: 10px 13px;
    border-radius: 2px;
    border: none;
    width: 100%
}
.col-sm-4 .awesome-weather-current-temp {
    line-height: 45px;
    font-size: 52px
}
.col-sm-4 .awesome-weather-current-temp sup {
    font-size: 25px;
    top: -24px
}
.topinbanner .blockhov a img {
    opacity: .8
}
.topinbanner .blockhov:hover a img {
    opacity: .5
}
.topinbanner .col-xs-6 {
    height: 180px;
    overflow: hidden
}
.topinbanner .col-xs-6 img {
    height: 180px;
    width: 100%
}
.topinbanner .visibletext h2 a {
    text-shadow: 0 1px #2d2c2c
}
.row-divider {
    color: #7f7f7d;
    font-size: 13px;
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px
}
.row-divider br {
    display: none
}
h3.short-title {
    text-transform: uppercase;
    font-size: 20px;
    font-family: Prata;
    margin: 20px 0 35px
}
.list-title,
h4.short-sub-title {
    font-size: 22px;
    font-family: Prata;
    padding-bottom: 15px;
    margin-bottom: 0
}
.short-num {
    color: #222;
    display: block;
    float: left;
    padding-bottom: 15px;
    width: 100%;
    font-size: 24px;
    padding-left: 15px
}
ul.unorder {
    list-style: none;
    padding-left: 20px
}
.short-num.p-none {
    padding-left: 0
}
ul.unorder li {
    list-style: none;
    color: #878787;
    font-size: 13px;
    position: relative;
    padding-left: 16px;
    padding-bottom: 2px
}
ul.unorder li:before {
    background: #94258b;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 6px
}
ol.order {
    padding-left: 40px
}
ol.order li {
    color: #878787;
    font-size: 13px;
    list-style: decimal;
    padding-bottom: 2px
}
.sidebar #accordion {
    float: left;
    width: 100%;
    background: #0b9a9e
}
#accordion h3.ui-accordion-header,
.shortcode #accordion h3.ui-state-active,
.toggles h3 {
    background: #f6f7f9;
    color: #9e559a;
    font-size: 13px;
    margin: 0;
    padding: 12px 22px;
    border-radius: 0;
    border: 1px solid #e6e7e9;
    cursor: pointer
}
#accordion h3.ui-accordion-header .ui-icon {
    float: right;
    left: auto;
    right: 12px;
    background: url(images/plus-minus.png) no-repeat;
    width: 19px;
    height: 20px
}
#accordion h3.ui-accordion-header.ui-state-active .ui-icon {
    background: url(images/plus-minus.png) 0 -20px no-repeat
}
#accordion h3.ui-accordion-header.ui-state-active {
    cursor: default
}
#accordion .ui-accordion-content {
    border-radius: 0
}
#accordion .ui-accordion-content .accordn-content,
.toggles .toggle-content {
    padding: 15px 20px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 20px
}
#accordion .ui-accordion-content {
    border: 1px solid #e6e7e9;
    border-bottom: 0;
    border-top: 0
}
#accordion .ui-accordion-content:last-child {
    border-bottom: 1px solid #e6e7e9
}
.toggles {
    float: left;
    width: 100%
}
.toggles .toggle-content {
    border: 1px solid #e6e7e9;
    border-top: 0
}
.toggles h3 {
    margin-top: 15px;
    position: relative;
    min-height: 40px
}
.toggles h3:first-child {
    margin-top: 0
}
.toggles h3:after {
    float: right;
    left: auto;
    right: 12px;
    background: url(images/plus-minus.png) no-repeat;
    width: 19px;
    height: 20px;
    content: "";
    position: absolute;
    top: 9px
}
.toggles h3.active:after {
    background-position: 0 -20px
}
.navbar-nav>li.menu-cities {
    margin: 0 0 0 40px
}
.blockhov .hover h3 {
    margin-top: 35px
}
.blockhov .hover h4 {
    margin-bottom: 20px
}
.blockhov .hover p {
    line-height: 22px
}
.blockhov .hover h_link {
    display: block;
    margin-top: 15px
}
.author-details .avtar-name {
    padding-bottom: 10px
}
h1.heading1-check,
h2.heading2-check,
h3.heading3-check,
h4.heading4-check,
h5.heading5-check,
h6.heading6-check {
    margin: 11px 0
}
h1.heading1-check+br,
h2.heading2-check+br,
h3.heading3-check+br,
h4.heading4-check+br,
h5.heading5-check+br {
    display: none
}
.highlighted-text {
    background: #f7f590;
    padding: 2px
}
.highlight {
    font-size: 13px;
    color: #7f7f7d;
    line-height: 22px
}
.tooltip-text {
    color: #92278f
}
.col-sm-5-eq {
    width: 20%
}
.banner .carousel-control {
    top: 50%;
    margin-top: -10px;
    width: 25px;
    height: 25px;
    background-color: #635e5a;
    background-repeat: no-repeat;
    border: 1px solid #636051;
    border-radius: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.banner .carousel-control:hover {
    background-color: #050608;
    border: 1px solid #222
}
.banner .carousel-control.left {
    left: 10px;
    background-position: -10px -301px
}
.banner .carousel-control.left:hover {
    background-position: -10px -321px
}
.banner .carousel-control.right {
    right: 10px;
    background-position: -36px -301px
}
.banner .carousel-control.right:hover {
    background-position: -36px -321px
}
.nav-tabs {
    border-bottom: 0
}
.nav-tabs li a {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    border-right: 1px solid #e6e7e9;
    border-top: 1px solid #e6e7e9;
    margin: 0;
    padding: 9px 30px
}
.nav-tabs>li {
    margin-bottom: 0
}
.nav-tabs li.active a,
.nav-tabs li:hover a {
    background: #f6f7f9;
    border-bottom: 2px solid #912793
}
.nav-tabs li:first-child a {
    border-left: 1px solid #e6e7e9
}
.tab-content {
    padding: 15px 20px;
    border: 1px solid #e6e7e9;
    margin-top: -1px;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 20px
}
.tab-content .tab-pane {
    color: #5c5c5c;
    font-size: 12px;
    line-height: 20px
}
.telegram-box {
    margin-bottom: 18px;
    background: #f6f7f9;
    padding: 20px 20px 20px 30px;
    color: #5c5c5c;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.telegram-box .border-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}
.telegram-box .border-div .border {
    width: 5px;
    height: 100%;
    display: block
}
.telegram-box .border-div .arrow {
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 5px;
    height: 0;
    width: 0
}
.telegram-box+br {
    display: none
}
table {
    border: 2px solid #e6e7e9;
    width: 100%;
    text-align: center;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 20px
}
table thead tr th {
    background: #f6f7f9;
    color: #8e2792;
    text-transform: uppercase;
    text-align: center
}
.table>tbody>tr>td,
.table>thead>tr>th,
table td,
table th {
    padding: 12px 15px;
    border-right: 2px solid #e6e7e9;
    border-top: 1px solid #e6e7e9
}
.table>tbody>tr>td:last-child,
.table>thead>tr>th:last-child,
table tr td:last-child,
table tr th:last-child {
    border-right: 0
}
.table>thead>tr>th {
    border-bottom: 2px solid #94288b
}
table tr:nth-child(2n) td {
    background: #f6f7f9
}
.image-gallery .row {
    margin-left: -12px;
    margin-right: -12px
}
.image-gallery li {
    width: 20%;
    padding: 0 12px 24px
}
.image-gallery li img {
    max-width: 100%
}
.image-gallery li .icon-view {
    background: url(images/sprite.png?20171209235100) -89px -490px no-repeat;
    width: 36px;
    height: 36px;
    display: block
}
.image-gallery li .icon-view:before {
    content: none
}
.popup .overlay {
    opacity: .6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.popup {
    border-bottom: 3px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.popup:hover {
    border-bottom: 3px solid #91288f
}
.popup:hover:after {
    border-bottom: 4px solid #91288f;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 0
}
.popup:hover .icon-view {
    opacity: 1
}
.btn {
    margin-bottom: 5px;
    padding: 10px 24px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
.btn:focus,
.btn:hover {
    color: #fff
}
.btn.small {
    font-size: 14px
}
.btn.medium {
    font-size: 16px
}
.btn.large {
    font-size: 19px
}
body code {
    white-space: normal
}
.btn-display {
    float: left;
    padding-right: 30px;
    width: 33.33%
}
::-webkit-input-placeholder {
    opacity: 1!important
}
:-moz-placeholder {
    opacity: 1!important
}
::-moz-placeholder {
    opacity: 1!important
}
:-ms-input-placeholder {
    opacity: 1!important
}
#menu-footer-menu li.menu-media {
    display: none
}
.breadcrumb {
    text-align: left
}
.breadcrumb span {
    display: inline-block;
    transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transition: all .3s;
    -webkit-transition: all .3s
}
.breadcrumb span.load {
    transition-delay: 1s;
    transform: translate(0, 0);
    -webkit-transition-delay: 1s;
    -webkit-transform: translate(0, 0)
}
.breadcrumb span.load:nth-child(1) {
    transition-delay: .1s;
    -webkit-transition-delay: .1s
}
.breadcrumb span.load:nth-child(2),
.breadcrumb span.load:nth-child(3) {
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}
.breadcrumb span.load:nth-child(4),
.breadcrumb span.load:nth-child(5) {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s
}
.breadcrumb span.load:nth-child(6),
.breadcrumb span.load:nth-child(7) {
    transition-delay: 2s;
    -webkit-transition-delay: 2s
}
.breadcrumb span.load:nth-child(8),
.breadcrumb span.load:nth-child(9) {
    transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s
}
.breadcrumb span.load:nth-child(10) {
    transition-delay: 3s;
    -webkit-transition-delay: 3s
}
.carousel .col-sm-6 .post-thumb {
    width: 400px;
    height: 250px;
    max-width: 100%
}
.carousel .col-sm-4 .post-thumb {
    width: 100%;
    /*height:179px;*/
    max-width: 100%
}
.carousel .col-sm-3 .post-thumb {
    width: 100px;
    height: 100px;
    max-width: 100%
}
.carousel .col-sm-6 {
    padding-bottom: 15px;
    min-height: 115px
}
.side-heading .sm-icon.recommend {
    padding-right: 3px
}
.side-heading .sm-icon.recommend .dot-irecommendthis {
    padding-right: 1px
}
.visibletext .postby .by,
.visibletext .postby .by a {
    text-shadow: 0 1px 1px #1f1e1e;
    color: #d710d0
    /*color:#00E7EB*/
}
.visibletext .postby .on {
    text-shadow: 0 1px 1px #0e0e0e;
    color: #d710d0
}
.footerbottom .container {
    display: flex;
    flex-direction: column;
}

.footerbottom div.copyright {
    float: left
}
.footerbottom .footer-menu #menu-footer-bottom {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 4px;
    width: 100%
}

.footerbottom .footer-menu #menu-footer-bottom li a,
.footermiddle .menu li a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.footerbottom .footer-menu #menu-footer-bottom li a:hover,
.footermiddle .menu li a:hover {
    color: #92278f
}
.footerbottom .footer-menu #menu-footer-bottom li.menu-privacy-policy {
    border-right: 0;
    padding-left: 9px;
    padding-right: 0
}

@media screen and (min-width: 576px) {
    .footerbottom .container {
        flex-direction: row;
    }
    .footerbottom .footer-menu {
        margin-left: 6px;
    }
    .footerbottom .footer-menu #menu-footer-bottom li {
        float: left;
    }
    .footerbottom .footer-menu #menu-footer-bottom li {
        border-left: 2px solid;
        line-height: 12px;
        list-style: none;
        padding-left: 7px;
        padding-right: 7px
    }
}
.addtoany_shortcode .a2a_s_facebook {
    background: url(images/facebook.png) no-repeat!important
}
.addtoany_shortcode .a2a_s__default.a2a_s_twitter {
    background: url(images/twitter.png) no-repeat!important;
    width: 170px!important
}
.addtoany_shortcode .a2a_s_google_plus {
    background: url(images/googleplus.png) no-repeat!important
}
.addtoany_shortcode .a2a_s__default {
    height: 40px!important;
    width: 176px!important;
    display: block!important
}
.addtoany_share_save .a2a_s__default {
    height: 41px!important;
    width: 40px!important;
    display: block!important;
    background: url(images/plus.png) no-repeat!important
}
.addtoany_list a {
    padding: 0!important;
    margin-right: 5px!important;
    vertical-align: top
}
.ui-autocomplete {
    border: 1px solid #ededed;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 6px 0 #aeaeae;
    padding: 0;
    width: 245px!important;
    z-index: 9999
}
.ui-autocomplete li {
    background: #f5f5f5;
    list-style: none;
    border-bottom: 1px solid #EAEAEA;
    cursor: pointer;
    padding: 10px
}
.ui-autocomplete li:hover {
    background: #FEFFE7
}
.ui-autocomplete li:hover a {
    color: #222
}
.ui-autocomplete li a {
    display: block;
    padding: 4px 10px;
    font-size: 12px;
    color: #434343;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.carousel .col-sm-6>.col-sm-12 {
    padding-bottom: 10px
}
.header-ad img {
    border: 1px solid #dfdfdf
}
.entry-content {
    width: 100%;
    line-height: 1.5em;
}
.entry-content .wp-block-image figcaption {
    font-style: italic;
}
.entry-content .wp-block-image:not(:first-child) figcaption {
    font-style: italic;
    text-align: center;
}
.entry-content p {
    margin: 0 0 1.5em;
}
.entry-content ul:not([class]), .entry-content ol:not([class]) {
    margin: 0 0 1.5em;
}
.iconrow .hovtooltip:hover:before {
    margin-left: -5px;
    bottom: 24px
}
.iconrow .hovtooltip:hover:after {
    margin-left: -250%;
    bottom: 28px
}
/*.row-section.highlights{height:558px}.row-section.stories{height:950px}.row-section.safety-tips,.row-section.travel-gear{height:445px}*/
.countrylist {
    float: left;
    width: 100%
}
.navbar-nav .menu-home {
    display: none
}
.input-box #af-form-1618647186,
.input-box #af-form-478077910 {
    float: left;
    width: 100%;
    background: 0 0;
    border: none;
    max-width: 100%;
    text-align: center
}
.input-box #af-form-1618647186 .af-body,
.input-box #af-form-478077910 .af-body {
    padding: 0
}
.input-box #af-form-1618647186 .af-standards .af-element {
    padding: 0;
    display: inline-block;
    float: none;
    width: 225px;
    vertical-align: top;
    margin-right: 15px
}
.input-box #af-form-478077910 .af-standards .af-element {
    padding: 0;
    display: inline-block;
    float: none;
    width: 100%;
    vertical-align: top
}
.input-box #af-form-1618647186 .af-body input.text,
.input-box #af-form-1618647186 .af-body textarea {
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 11px!important;
    text-transform: uppercase;
    width: 100%
}
.input-box #af-form-478077910 .af-body input.text,
.input-box #af-form-478077910 .af-body textarea {
    background: #fff;
    border: none;
    border-radius: 2px;
    color: #939292;
    font-family: Prata;
    font-size: 13px;
    font-style: italic;
    padding: 10px 13px!important;
    width: 100%
}
.input-box #af-form-478077910 .af-body .af-textWrap {
    width: 100%
}
.input-box #af-form-1618647186 .af-standards .af-element.buttonContainer {
    width: 155px;
    margin: 0
}
.input-box #af-form-1618647186 .af-standards .af-element.buttonContainer input.image {
    background: #8dc34e!important;
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-right: 0;
    padding: 12px 7px!important;
    display: block;
    text-transform: uppercase;
    height: 46px;
    width: 100%;
    text-align: center
}
.input-box #af-form-478077910 .af-standards .af-element.buttonContainer input.image {
    background: #8dc34e!important;
    border: 0;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    margin-right: 0;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    float: right!important;
    font-size: 15px;
    height: auto;
    margin-top: 12px;
    padding: 5px 5px 6px!important;
    width: 105px
}
.input-box #af-form-1618647186 .af-body input.text:focus,
.input-box #af-form-1618647186 .af-body textarea:focus {
    background: 0 0;
    border: 1px solid #fff
}
.input-box #af-form-478077910 .af-body input.text:focus,
.input-box #af-form-478077910 .af-body textarea:focus {
    background: #fff;
    border: none
}
/*.social_tags .counts {
font-family: Prata;
font-size: 44px;
color: #862889;
line-height: 35px;
margin-top: 8px
}*/
.social_tags .mashsb_above_buttons {
    font-size: 16px;
    margin-bottom: 5px;
}
.social_tags .mashsb-count {
    text-align: center;
}
.social_tags .counts {
    width: 100px;
    padding: 0 10px;
    font-size: 44px;
    font-weight: 700;
    color: #000;
    line-height: 1em;
}
.social_tags .mashsb-share-story {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    margin: 0 0 5px 0;
    /*margin: 0 0 5px 113px;*/
}
.social_tags .mashsb-share {
    width: 14%
}
/*.social_tags .mashsb-sharetext {
font-family: 'Poppins', Helvetica, Arial, sans-serif;
color: #999;
font-weight: 400
}
.social_tags .mashsb-count {
background: url(images/count.png) top right no-repeat;
line-height: initial;
float: left;
margin: 0 8px 0 0;
padding-right: 25px;
font-size: 0
}*/
.social_tags .mashsb-container {
    padding: 0
}
.social_tags .addtoany_shortcode {
    float: left
}
.social_tags .mashicon-facebook:hover {
    background: #296393;
    color: #fff
}
.social_tags .mashicon-twitter:hover {
    background: #00c3f3;
    color: #fff
}
.social_tags .mashicon-google:hover {
    background: #d73d32;
    color: #fff
}
.social_tags .mashicon-linkedin1:hover {
    background: #0e76a8;
    color: #fff
}
.social_tags .mashicon-whatsapp:hover {
    background: #25d366;
    color: #fff
}
.social_tags .icon:before {
    content: ""
}
.social_tags .mashicon-facebook .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px
}
.social_tags .mashicon-twitter .icon {
    display: inline-block;
    width: 26px;
    height: 21px;
    vertical-align: middle;
    margin-right: 5px
}
/*.social_tags .text {
display: inline-block;
vertical-align: middle;
font-size: 16px;
font-family: 'Poppins', Helvetica, Arial, sans-serif;
color: #fff
}*/
@font-face {
    font-family: 'mashicon';
    src: url('data:application/octet-stream;base64,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') format('woff'),
    url('data:application/octet-stream;base64,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ARQrLbBBLCMgLkawAiVGsBdDWFIbUFlYIDxZLrEwARQrLbBCLCMgLkawAiVGsBdDWFAbUllYIDxZIyAuRrACJUawF0NYUhtQWVggPFkusTABFCstsEMssDorIyAuRrACJUawF0NYUBtSWVggPFkusTABFCstsEQssDsriiAgPLAGI0KKOCMgLkawAiVGsBdDWFAbUllYIDxZLrEwARQrsAZDLrAwKy2wRSywABawBCWwBCYgICBGI0dhsAwjQi5HI0cjYbALQysjIDwgLiM4sTABFCstsEYssQoEJUKwABawBCWwBCUgLkcjRyNhILAGI0KxDABCsAtDKyCwYFBYILBAUVizBCAFIBuzBCYFGllCQiMgR7AGQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsARDYGQjsAVDYWRQWLAEQ2EbsAVDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsTABFCstsEcssQA6Ky6xMAEUKy2wSCyxADsrISMgIDywBiNCIzixMAEUK7AGQy6wMCstsEkssAAVIEewACNCsgABARUUEy6wNiotsEossAAVIEewACNCsgABARUUEy6wNiotsEsssQABFBOwNyotsEwssDkqLbBNLLAAFkUjIC4gRoojYTixMAEUKy2wTiywCiNCsE0rLbBPLLIAAEYrLbBQLLIAAUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+Ky6xMAEUKy2wfiyxAD4rsEArLbB/LLEAPiuwQSstsIAssQA+K7BCKy2wgSyxAT4rsEArLbCCLLEBPiuwQSstsIMssQE+K7BCKy2whCyxAD8rLrEwARQrLbCFLLEAPyuwQCstsIYssQA/K7BBKy2whyyxAD8rsEIrLbCILLEBPyuwQCstsIkssQE/K7BBKy2wiiyxAT8rsEIrLbCLLLILAANFUFiwBhuyBAIDRVgjIRshWVlCK7AIZbADJFB4sQUBFUVYMFktAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAHQrEAACqxAAdCsQAKKrEAB0KxAAoqsQAHQrkAAAALKrEAB0K5AAAACyq5AAMAAESxJAGIUViwQIhYuQADAGREsSgBiFFYuAgAiFi5AAMAAERZG7EnAYhRWLoIgAABBECIY1RYuQADAABEWVlZWVmxAA4quAH/hbAEjbECAESzBWQGAERE') format('truetype');
}
.mashicon-facebook .icon:before {
    font-family: "mashicon" !important;
    content: '\f09a' !important;
}
.mashicon-twitter .icon:before {
    font-family: "mashicon" !important;
    content: '\f099' !important;
    position: relative;
    top: -2px;
}
/*.social_tags .mashicon-facebook .icon {
background: url(images/facebook-icon.png) no-repeat
}
.social_tags .mashicon-twitter .icon {
background: url(images/twitter-icon.png) no-repeat
}*/
.social_tags .mashsb-buttons {
    display: flex;
}
.social_tags .mashsb-buttons a {
    /*margin-right:12px;*/
    display: inline-block;
    padding: 4px 0;
    /*height:40px;line-height:37px;border-radius:3px;*/
    min-width: initial;
    background: #e2e2e2;
    /*width: 28.2%;*/
    width: 33.3%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #000;
}
.social_tags .mashsb-buttons a:not(:last-child) {
    margin-right: 5px;
}
.social_tags.share_tags .recommend {
    height: 40px;
    border-radius: 3px
}
.social_counts {
    position: relative;
    margin-left: 12px;
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    background: #fff;
    height: 40px;
    padding: 0 10px;
    border-radius: 0 3px 3px 0
}
.social_counts:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 35%;
    border: 7px solid #fff;
    border-color: transparent #fff transparent transparent
}
.social_tags .mashicon-facebook .social_counts {
    border: 1px solid #296393
}
.social_tags .mashicon-twitter .social_counts {
    border: 1px solid #00c3f3
}
.social_tags .addtoany_list.a2a_kit_size_32 a span {
    border-radius: 3px
}
.social_tags .addtoany_list a {
    margin-right: 12px!important
}
.social_tags {
    display: flex;
}
.mashsb-container {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    flex: 0 1 auto;
    margin-right: 16px;
}
.mashsb-count {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
.mashsb-sharetext {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    vertical-align: middle;
}
.share-social .mashsb-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.share-social .mashsb-count {
    margin: 0 10px 0 0;
    float: none !important;
}
.share-social .counts {
    display: inline-block;
    padding: 0 10px;
    font-size: 44px;
    font-weight: 700;
    color: #000;
    line-height: 1em;
    vertical-align: middle;
}
.share-container {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
}
.share-title {
    flex: 0 1 auto;
    margin-right: 16px;
    font-size: 16px;
    text-transform: uppercase;
}
.share-social {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
}
.share-social .mashsb-count {
    text-align: left;
}
.share-social .share-buttons {
    display: flex;
    flex: 1 0 auto;
    align-items: stretch;
    padding: 5px 0;
}
.share-social .share-buttons a {
    padding: 4px 0;
    min-width: 40px;
    margin: 0 0 0 4px;
    padding: 10px;
    background: #e2e2e2;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #000;
    flex: 1 0 auto;
}
.share-social .share-buttons .icon svg {
    max-width: 20px;
    max-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.share-social .share-buttons a:hover {
    background: #296393;
    color: #fff;
}
.share-social .share-buttons a:hover .icon {
    color: #fff;
}
.share-social .share-buttons a:hover svg {
    fill: #fff;
}
.share-social .share-buttons a.facebook:hover {
    background: #296393;
}
.share-socials .share-buttons a.twitter:hover {
    background: #00c3f3;
}
.share-social .share-buttons a.whatsapp:hover {
    background: #25D366;
}
@media (max-width: 991px) {
    .share-container {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .share-title {
        flex: 0 1 auto;
        margin-bottom: 10px;
    }
    .share-social {
        width: 100%;
    }
    .mashsb-container {
        flex: 0 1 auto;
    }
}
@media screen and (max-width: 480px) {
    .share-title {
        text-align: center;
        margin-right: 0
    }
    .share-social {
        flex-direction: column;
    }
    .share-social .share-buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .share-social .share-buttons a {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        margin: 0 4px;
    }
    .share-social .share-buttons .icon svg {
        width: 20px;
        height: 20px;
    }
    .mashsb-container {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
#accordion .panel-default .panel-heading a.recommendations:before {
    background-position: -63px -273px
}
#accordion .panel-default .panel-heading a.related-articles:before {
    content: "";
    background: url(images/sprite.png?20171209235100) -58px -585px no-repeat
}
.bottom-links .social-counters-text,
.bottom-links>span.social-counters {
    padding-left: 23px;
    background: url(images/counter-text.png) no-repeat
}
.fb-top-section {
    clear: both;
    display: table
}
.fb-pop-logo {
    float: left;
    width: 15%
}
.fb-pop-logo img {
    width: 110px
}
.fb-pop-text {
    float: left;
    width: 80%;
    margin-top: 10px
}
.fb-middle-section {
    clear: both;
    margin-top: 20px
}
.fb-pop-logo,
.fb-pop-text {
    display: inline-block;
    vertical-align: middle
}
.fb-pink {
    color: #fff;
    font-size: 28px;
    font-family: Prata;
    margin: 0
}
.fb-grey {
    color: #fff;
    font-size: 16.2px;
    margin: 15px 0 0;
    line-height: 1.3;
}
.fb-pop-logo {
    margin-right: 20px
}
.fancybox-skin {
    padding: 0px!important;
    box-shadow: 0 0 15px #cecece!important;
    border-radius: 0;
    background: url(/wp-content/themes/zafigo/images/thank_you_pop_up.png)
}
.fb-bottom-section {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin-top: 18px
}
.fb-green {
    color: #5ac4c7
}
.fb-green a {
    color: #fff
}
.fancybox-close {
    background: url(images/close-popup-purple.png?20171209231100) left top no-repeat;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px
}
.header-ad .widget .g-4 {
    max-width: 100%!important
}
.subs>a {
    color: #5d5d5d;
    width: 150px;
    display: inline-block;
    text-align: left
}
.desc-pipe {
    margin: 0 5px
}
.subs>a:first-child {
    text-align: right
}
.single-cities .page-left,
.tax-cities-category .page-left {
    /*float:right*/
}
.fb-like.fb_iframe_widget>span {
    overflow: hidden
}
.blockquote-image {
    display: table;
    width: auto
}
.col-sm-4 .post-content .dropcap {
    font-size: inherit;
    font-weight: 400;
    margin-right: 0;
    line-height: inherit
}
.fancybox-inner {
    width: 100%!important;
    /*padding:20px;*/
    overflow: hidden !important;
    /*height:auto !important*/
}
.post-content {
    clear: both;
    line-height: 24px
}
.post-content p {
    margin: 0 0 22px;
    clear: both
}
.entry-content h1 {
    font-size: 32px
}
.entry-content h2 {
    font-size: 28px
}
.entry-content h3 {
    font-size: 24px
}
.entry-content h4 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px
}
.entry-content h5 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px
}
.entry-content h6 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px
}
.author-comment-block h5 {
    font-size: 14px;
    line-height: 18px
}
.testimonial-nav {
    text-align: center
}
.testimonial-nav a {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #fff;
    font-size: 0;
    text-indent: -999999em;
    display: inline-block
}
.testimonial-nav a.active {
    background: #92278f
}
.tagcloud a:hover {
    color: #666
}
.tagcloud {
    line-height: 31px
}
.scroll-comment {
    font-family: 'Rock Salt', cursive;
    background: #f4f4f4;
    padding: 8px 20px;
    color: #393737;
    font-size: 13px;
    cursor: pointer;
    clear: both
}
.scroll-comment:before {
    content: "";
    background: url(images/comment-icon.png) no-repeat;
    display: inline-block;
    height: 41px;
    margin-right: 20px;
    vertical-align: middle;
    width: 50px
}
.scroll-comment:after {
    content: "";
    background: url(images/arrow-icon.png) no-repeat;
    display: inline-block;
    height: 59px;
    margin-left: 30px;
    vertical-align: middle;
    width: 41px
}
#fbdiv {
    float: left;
    width: 100%
}
.home .post-content p {
    line-height: 22px
}
.widget_tag_cloud>h3 {
    display: none
}
.homemiddle-ad .g-9 {
    border: 1px solid #dfdfdf;
    margin: auto
}
.homemiddle-ad.widget_adrotate_widgets .g-9 img {
    border: 0
}
.page-left .post-list {
    clear: both;
}
.entry-content a:not(.wp-block-button__link) {
    text-decoration: underline;
}
.viewAllLink {
    float: right;
    font-size: 12pt;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    padding-top: 14px;
}
.viewAllLink a {
    color: #92278F;
}
.viewAllLink a:hover {
    color: #5f025c;
}
.row-section.stories .carousel-inner .row {
    margin-bottom: 20px;
}
@font-face {
    font-family: 'kiona';
    src: url('fonts/Kiona.ttf');
}
.header-menu {
    position: fixed;
}
@media (min-width: 768px) {
    header .container {
        width: 100%;
        max-width: 1200px;
    }
    .header-menu {
        border-bottom: 1px solid #e2e2e2;
        position: relative;
    }
    .top-container {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .top-container #menu-top-menu {
        margin: 5px 0 5px 0;
    }
}
.top-container #menu-top-menu li a {
    color: #000;
    font-size: 12px;
}
.top-container .socialicons {
    padding-top: 4px;
    padding-left: 45px;
}
#menu-top-menu {
    padding: 0;
    margin: 4px 0 0 10px;
    list-style: none;
    text-transform: uppercase;
}
#menu-top-menu li {
    display: inline-block;
    margin: 0 0 0 19px;
}
@media only screen and (max-width: 768px) {
	.navbar-brand {
		padding: 10px 0 !important;
	}
}
@media only screen and (max-width: 478px) {
    .socialicons {
        text-align: center;
        padding: 10px 0 10px 0 !important;
    }
    .top-container .menu-top {
        border-bottom: 1px solid;
    }
    #menu-top-menu {
        padding: 0px 30px;
        text-align: center;
    }
    #menu-top-menu li {
        margin: 5px 5px !important;
    }
    .zf-instagram {
        float: inherit !important;
        padding-right: 0 !important;
    }
    .social_tags .mashsb-share {
        margin-left: auto;
        margin-right: auto;
        float: inherit !important;
    }
}
.entry-content img.aligncenter {
    display: block;
}
.social-links>a[name=website_share] {
    background-position: -283px -199px;
}
.social-links>a[name=zafigox_share]{background-position:-282px -223px;}
/*.social_tags .mashicon-facebook,
.social_tags .mashicon-twitter,
.social_tags .mashicon-google {background:none}*/
.author-details .avtar-name a { text-decoration: none; }
.scroll-comment { background: none; padding: 0; clear: none; float: right; }
#fbdiv .fb-comments ._491z { border-bottom: 0 !important; }
.posts-by-tag-list{clear: both;list-style: none;margin-left: -38px;max-height: 530px}
.posts-by-tag-list li{margin: 6px 0 0;border-bottom: 1px solid #DFDFDF;padding-bottom: 5px;}
.posts-by-tag-list .posts-by-tag-item-title {font-size: 13px;font-family: Raleway;color: #1a1a1a}
.posts-by-tag-list a:hover {color: #92278f}
@media (max-width:768px){
    .row-section.safety-tips, .row-section.stories {
        margin-bottom: 0px;
    }
    .row-section.safety-tips, .row-section.travel-gear {
        height: initial;
    }
    .posts-by-tag-list {
        max-height: initial;
    }
    .sidebar .post-thumb img {
        max-width: 100%;
    }
    .top-container .socialicons {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
.subscribe-newsletter-form {
    background: #F3F3F3;
    display: inline-block;
    padding: 70px 20px;
    width: 100%;
}
.subscribe-newsletter-form .icon {
    padding-bottom: 10px;
    text-align: center;
}
.subscribe-newsletter-form .title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.subscribe-newsletter-form .input-wrap {
    display: flex;
}
.subscribe-newsletter-form input.email {
    width: 60%;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}
.subscribe-newsletter-form input.button {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 12px;
    background: #000;
    border-radius: 0;
    padding: 0;
    height: 34px;
    width: 40%;
}
.subscribe-button {
    background-color: #fff;
    padding: 5px 16px;
    display: inline-block;
    border-radius: 16px;
}
.subscribe-button:hover {
    color: #fff;
    background-color: #92278f;
}
.subscribe-button:hover .subscribe-icon {
    filter: invert(100%);
}
.subscribe-button:hover .subscribe-text {
    color: #fff;
}
.subscribe-icon {
    width: 20px;
    margin-right: 8px;
}
.subscribe-text {
    color: #000;
    vertical-align: middle;
}
@media screen and (max-width: 575px) {
    .subscribe-button {
        display: none;
    }
}
.subscribe-form #mce-EMAIL::-webkit-input-placeholder{
    color: #e2e2e2;
}
/*map*/
.imagewrap{position: relative;clear:both;}
.imagewrap area{cursor:pointer;}
.region_area{position:absolute;z-index: 1002;width: 100%;padding: 10px 15px;}
.region_country{border-right: 1px dashed #fff;height: 185px;}
.region_country span{color:#6D6E71;}
.region_area h3, .region_area h4, .region_area {color:#fff;}
.region_area a{font-size:16px;color: #0CACB0;}
.overlay{position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: #000;opacity: 0.8;z-index: 1001;}
.region_close{position: absolute;right: 0;top: 0;margin: 15px 0 0 0;cursor: pointer;}
.region_city{background-color: #92278f;padding: 15px;color: #fff;text-align: center;}
.region_city h3{padding-bottom: 15px;}
.region_area .remove-padding {padding: 0px !important;}
/* pop up */
/*.overlay-newsletter {
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
background-color:#fff;
opacity:0.8;
display:none;
z-index:1031;
}
.overlay-newsletter-message{
position: fixed;
background:url(images/subscribe_bg.png?201510281414);
z-index: 1032;
width: 500px;
height: 500px;
top: 50%;
left: 50%;
margin-top: -250px;
margin-left: -250px;
display:none;
}*/
.zfgx-blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.overlay-newsletter {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#000;
    opacity:0.8;
    z-index:1031;
}
.overlay-newsletter-message{
    position: fixed;
    z-index: 1032;
    top: 50%;
    left: 50%;
    margin-top: -169px;
    margin-left: -263px;
    background-color: #92278f;
}
.overlay-newsletter-message .left-banner{
    float: left;
}
.overlay-newsletter-message .right-banner{
    float: left;
    text-align: center;
    padding: 13px 15px;
    width: 286px;
}
.overlay-newsletter-message .right-banner .msg {
    padding: 5px 0 5px;
    color: #fff;
    text-align: center;
}
.overlay-newsletter-message .right-banner .msg-form {
    text-align: center;
}
.overlay-newsletter-message .right-banner .msg-form .input-text {
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 2px 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    -webkit-border-radius: 0;
}
.overlay-newsletter-message .right-banner .msg-form .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    text-align: left;
}
.overlay-newsletter-message .right-banner .msg-form .input-text::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.overlay-newsletter-message .right-banner .msg-form .input-text:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    text-align: left;
}
.overlay-newsletter-message .right-banner .msg-form .input-text:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    text-align: left;
}
.overlay-newsletter-message .right-banner .btn-close {
    text-align: right;
    color: #fff;
    padding-bottom: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    font-weight: bold;
    font-size: 17px;
}
.overlay-newsletter-message .right-banner .detail-info {
    font-size: 7px;
    color: #fff;
}
.overlay-newsletter-message .right-banner .msg-form .no-thank {
    width: 100%;
    height: inherit;
    padding: 5px;
    font-size: 13px;
    margin-top: 5px;
}
.overlay-newsletter-message .right-banner .msg-form .input-submit {
    border-radius: 0;
    background: #000;
    width: 100%;
    height: inherit;
    padding: 5px;
    font-size: 13px;
}
.overlay-newsletter-message .newsletter {
    padding-top: 20px;
    text-align: center;
    display: block;
}
.overlay-newsletter-message .newsletter h2 {
    padding: 12px 0 15px;
    font-size: 22px;
    color: #fff;
}
.overlay-newsletter-message .newsletter h4 {
    font-size: 14px;
    padding: 4px 50px 20px 50px;
    line-height: 1.4;
    color: #fff;
}
.overlay-newsletter-message .newsletter .btn-close {
    position:absolute;
    right: 0px;
    top: 0px;
    margin: 25px 20px 0 0;
    cursor: pointer;
}
.overlay-newsletter-message .newsletter .close-box {
    margin: 0 35px;
}
.overlay-newsletter-message .newsletter .social-media-box {
    margin: 28px auto;
    width: 330px;
}
.overlay-newsletter-message .newsletter .close-box a {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
.overlay-newsletter-message .newsletter .social-media-box a {
    font-family: Prata;
    color: #fff;
    font-style: italic;
    font-size: 10px;
}
.overlay-newsletter-message .newsletter .close-box .link-signed, .overlay-newsletter-message .newsletter .social-media-box .link-twitter{
    float: left;
}
.overlay-newsletter-message .newsletter .close-box .link-close, .overlay-newsletter-message .newsletter .social-media-box .link-instagram{
    float: right;
}
#mc_embed_signup {margin: 0 0 15px 0;}
#mc_embed_signup form {padding:0 !important;}
#mc_embed_signup form input { background: none;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 5px 11px!important;
    text-transform: uppercase;
    font-family:Raleway;
    width: 100%;}
#mc_embed_signup .clear {text-align: center;}
#mc_embed_signup .button{
    background: #8dc34e!important;
    border: 0;
    border-radius: 7px;
    color: #2c0a34 !important;
    font-family: Raleway !important;
    font-size: 13px !important;
    margin: 18px 5px 10px 0!important;
    line-height: 0!important;
    display: block;
    text-transform: uppercase;
    height: 30px!important;
    width: 100%;
    text-align: center;}
#mc_embed_signup_footer {
    padding-bottom: 20px;
}
#mc_embed_signup_footer input.search-box {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    border: 1px solid #000;
    background: 0 0;
    border-radius: 0px;
    color: #000;
    text-transform: uppercase;
    width: 260px;
    padding: 11px;
    font-size: 16px;
    margin-right: 15px;
}
#mc_embed_signup_footer input.green-btn[type=submit] {
    background: #8dc34e;
    border: 0;
    border-radius: 7px;
    color: #000;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-right: 0;
    padding: 7px;
    text-transform: uppercase;
    width: 155px;
}
#mc_embed_signup_footer #mc-embedded-subscribe {
    display: initial;
    margin: 0;
}
@media screen and (min-width: 768px) {
    #mc_embed_signup_footer input.search-box {
        width: 370px;
    }
    #mc_embed_signup_footer input.search-box::-webkit-input-placeholder {
        color: #000;
    }
    #mc_embed_signup_footer input.search-box:-moz-placeholder { /* Firefox 18- */
        color: #000;
    }
    #mc_embed_signup_footer input.search-box::-moz-placeholder { /* Firefox 19+ */
        color: #000;
    }
    #mc_embed_signup_footer input.search-box:-ms-input-placeholder {
        color: #000;
    }
    .zafigo_vp_custom_cat ul.story-list li h4 {
        margin-top: 0;
        font-size: 20px;
    }
}
@media (max-width:767px){
    /*@media (max-width:991px){*/
    .overlay-newsletter-message .newsletter {
        padding-top: 0;
    }
    /*.overlay-newsletter-message {
position: fixed;
background: url(images/subscribe_bg_mobile.png?201510281414);
width: 300px;
height: 300px;
top: 50%;
left: 50%;
margin-top: -200px;
margin-left: -150px;
padding: 15px 15px;
}*/
    .overlay-newsletter-message {
        position: fixed;
        width: 300px;
        height: 300px;
        top: 50%;
        left: 50%;
        margin-top: -250px;
        margin-left: -140px;
        /*padding: 15px 15px;*/
        background: initial;
    }
    .overlay-newsletter-message .right-banner .btn-close {
        right: 30px;
        top: 10px;
    }
    .overlay-newsletter-message .left-banner, .overlay-newsletter-message .right-banner {
        margin-right: 0;
        float: initial;
        text-align: center;
        padding: 0;
        padding-bottom: 15px;
        background-color: #92278f;
        width: 95%;
    }
    .overlay-newsletter-message .right-banner .msg-form {
        padding: 15px;
    }
    /*.overlay-newsletter-message .left-banner img, .overlay-newsletter-message .right-banner img {
width: 150px;
}*/
    .overlay-newsletter-message .right-banner .msg-form .input-text {
        padding: 5px 2px;
        margin-right: 0;
    }
    .overlay-newsletter-message .right-banner .msg-form .input-submit {
        padding: 0px 15px;
        height: 31px;
        font-family: inherit;
        font-size: inherit;
    }
    .overlay-newsletter-message .newsletter-logo {
        width: 110px;
    }
    .overlay-newsletter-message .newsletter h4 {
        font-size: 13px;
        padding: 1px 5px 17px;
        font-family:'Poppins', Helvetica, Arial, sans-serif
    }
    .overlay-newsletter-message .newsletter hr {
        width: 42px !important;
        margin-bottom: 15px !important;
    }
    .overlay-newsletter-message .newsletter h2 {
        font-size: 16px;
    }
    .overlay-newsletter-message .newsletter .close-box a {
        float: left;
        width:100%;
        margin: 0 0 1px;
        font-size: 11px;
    }
    .overlay-newsletter-message .newsletter .social-media-box img {
        width: 25px;
    }
    .overlay-newsletter-message .newsletter .social-media-box {
        margin: 28px auto;
        width: 242px;
        clear: both;
        padding: 13px 0;
    }
    #mc_embed_signup {
        margin: 0 0 10px 0;
        padding: 0 7px;
    }
    #mc_embed_signup_scroll .col-md-5 {
        padding: 0px;
        margin: 0 0 5px;
    }
    #mc_embed_signup_scroll .col-md-12 {
        padding: 0px;
    }
    #mc_embed_signup form input {
        font-size: 10px;
        padding: 3px 9px!important;
        border-radius: 0;
    }
    #mc_embed_signup form input::-webkit-input-placeholder {
        color: #fff;
    }
    #mc_embed_signup form input:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }
    #mc_embed_signup form input::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }
    #mc_embed_signup form input:-ms-input-placeholder {
        color: #fff;
    }
    #mc_embed_signup .button {
        font-size: 11px!important;
        margin: 11px 0px 0px 0!important;
        padding: 0px 6px!important;
        height: 26px!important;
        width: 100px!important;
    }
    .overlay-newsletter-message .newsletter .btn-close {
        margin: 15px 15px 0 0;
        /*width: 24px !important;*/
    }
    .carousel-inner .post-content p{margin: 0 0 0}
    .carousel .post-content .post-title {padding-top: 8px}
    .carousel-inner .col-sm-12.p-none {padding: 15px 0 0}
    .social-tabs .col-sm-12{padding-left:15px;padding-right:15px}
    .zafigo_vp_custom_cat ul.story-list li a div.col-lg-6, .zafigo_vp_custom_cat ul.story-list li a div.col-md-6, .zafigo_vp_custom_cat ul.story-list li a div.col-sm-6{position:initial !important;transform:inherit !important}
    .xs-b0 {bottom: 0 !important;}
    .xs-fixed {position: fixed !important;}
    .action-bar {
        display: table;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .action-bar--position-floating .action-bar__item {
        padding-left: 2px;
        display: grid;
        padding-right: 0;
    }
    .action-bar--position-floating {
        padding: 2px 2px 2px 0!important;
        background: #fff;
        z-index: 399;
        width: 100%;
        margin-bottom: 0
    }
    .action-bar--position-floating .sharing-btn {
        /*height: 42px;*/
        border-radius: 3px;
        padding: .5rem 0;
        color: #fff;
        font-size: 20px;
        padding: 10px 0;
    }
    #scrolltop {
        bottom: 50px;
    }
    .latest-box {
        margin-bottom: 15px;
    }
}
.zafigo-badge {
    z-index: 10;
    position: absolute;
    right: 9%;
    width: 20%;
    /*width: 260px;*/
    background: #99338c;
    color: #fff;
    padding: 20px 35px;
}
.zafigo-badge-title-i {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-style: italic;
    padding-bottom: 3px;
    line-height: 1;
}
.zafigo-badge-title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    padding-bottom: 7px;
    line-height: 1;
}
.zafigo-badge-content {
    font-size: 10px;
    padding-bottom: 5px;
    font-family: Prata;
    line-height: 1.5;
}
.zafigo-badge-small {
    z-index: 10;
    position: absolute;
    right: 9%;
    width: 19%;
    color: #fff;
}
/*.zafigo-badge-small img{
width: 19%;
}*/
@media (max-width: 991px) and (min-width: 768px) {
    .zafigo-badge {
        width: 15%;
        padding: 15px;
    }
    .zafigo-badge-title-i {
        font-size: 19px;
        padding-bottom: 4px;
    }
    .zafigo-badge-title {
        font-size: 15px;
        padding-bottom: 4px;
    }
    .zafigo-badge-content {
        font-size: 9px;
        line-height: 1.3;
    }
    .zafigo_vp_custom_cat ul.story-list li h4 {
        margin-top: 0;
    }
}
.row-section.highlights .post-content p, .row-section.stories .post-content p {
    text-align: left;
}
.row-section.highlights{padding-top:10px;clear:both}
/*zafigo visual composer custom */
.zafigo_vp_custom_cat {
    background: #fff;
    /*border: 1px solid #dfdfdf;*/
    /*border-top: 3px solid #000;
border-radius: 1px;
box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12) , 1px 0 2px 0 rgba(0,0,0,0.12) , 0 1px 1px 0 rgba(0,0,0,0.24);*/
    /*margin-bottom: 16px;*/
    position: relative;
    /*width: 100%;*/
    /*border-top: 8px solid #99338c;*/
}
.zafigo_vp_custom_cat ul.story-list {
    padding: 0;
    list-style: none;
}
.zafigo_vp_custom_cat ul.story-list li a {
    padding: 0 16px;
    display: block;
    color: #1a1a1a;
}
.zafigo_vp_custom_cat ul.story-list li a div.post-title:hover, .zafigo_vp_custom_cat ul.story-list li a div h4:hover, .zafigo_vp_custom_cat ul.story-list li a div p:hover {
    color: #92278f;
}
.zafigo_vp_custom_cat ul.story-list li div.col-lg-4, .zafigo_vp_custom_cat ul.story-list li div.col-md-4, .zafigo_vp_custom_cat ul.story-list li div.col-sm-4 {
    padding-left: 0;
}
.zafigo_vp_custom_cat ul.story-list li {
    clear:both;
    display: table;
    padding: 15px 0;
    position: relative;
}
.zafigo_vp_custom_cat ul.story-list hr {
    background: rgba(0,0,0,0.8);
    border-style: solid;
    border-top: 0;
    box-sizing: content-box;
    height: 1px;
    margin: 0 auto;
    opacity: .18;
    width: calc(100% - (16px * 2));
}
.zafigo_vp_custom_cat ul.story-list li a picture.marg-b-med {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}
.zafigo_vp_custom_cat ul.story-list li a picture {
    padding-left: 0;
}
.zafigo_vp_custom_cat ul.story-list li a picture img{
    width: 100%;
}
.zafigo_vp_custom_cat ul.story-list li a div.col-lg-6, .zafigo_vp_custom_cat ul.story-list li a div.col-md-6, .zafigo_vp_custom_cat ul.story-list li a div.col-sm-6 {
    font-size: 13px;
    line-height: 16px;
    padding-left: 0;
    font-family: Raleway;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.zafigo_vp_custom_cat ul.story-list li h4 {
    font-family: prata;
}
@media only screen and (max-width : 480px) {
    /*.zafigo_vp_custom_cat ul.story-list li a div.col-xs-12{font-family:Prata;color:#1a1a1a;font-size:18.5px;line-height:25px}*/
}
@media only screen and (max-width : 768px) {
    .zafigo_vp_custom_cat ul.story-list li a div.col-lg-6, .zafigo_vp_custom_cat ul.story-list li a div.col-md-6, .zafigo_vp_custom_cat ul.story-list li a div.col-sm-6 {
        font-family: Prata;
        line-height: 25px;
        font-size: 18px;
    }
    .highlights-side a {
        font-size: 18px !important;
    }
    .attachment-highlights {
        margin-bottom: 16px;
    }
    .zafigo_vp_custom_cat h2 {font-size: 25px;}
    /*.zafigo_vp_custom_cat h3 {font-size: 18px;}*/
    .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {padding-top: 10px;}
}
.wpb_single_image.full-width .vc_figure,
.wpb_single_image.full-width .vc_figure .vc_single_image-wrapper,
.wpb_single_image.full-width .vc_figure .vc_single_image-wrapper img {
    width: 100%;
}
.entry-content .wp-caption img{border:1px solid #ddd;border-radius:4px}
.caption-text{font-family:'Poppins', Helvetica, Arial, sans-serif;font-size:12px;padding:6px 0}
.footer-logo{margin-top:-10px;}
.highlights-side a{font-size:15px}
.blockquote-image h4 {line-height: 1.3}
aside.sidebar.page-right div.col-sm-12.list-row .p-right {position:absolute;top:50%;transform:translateY(-50%);display:inline-block;}
.vc_row{margin-left: -7px;margin-right: -7px;}
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {margin: 0 !important;}
.image-carousel .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {margin-right: 5px;}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {margin-bottom: 30px;}

.nextpost {
    position: fixed;
    bottom: 0;
    right: 0;
    border: 2px solid #92278f;
    z-index:1000;
    background:#fff;
    height: 100px;
    overflow: hidden;
}
.nextpost .link-wrap {
    display: flex;
    align-items: center;
}
 .nextpost img.attachment-facebook-image {
    width:100px !important;
    height:100px !important
}
 .nextpost .img-box {
}
 .nextpost .icon-box {
    padding:0 20px;
    position: relative;
}
 .nextpost .title-box {
    padding: 0 20px 0 0;
    width: 200px;
    position: relative;
}
 .nextpost .title-box .post-title {
    color: #92278f;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
 .nextpost a {
    width: 100%;
    height: 100%;
    display: block;
}
 .nextpost span.btn-hide {
    position: absolute;
    right: 0;
    margin:5px 10px;
    font-size: 20px;
    z-index:1005;
    cursor:pointer;
    color: #92278f;
}

.owl-theme {
    /*margin-bottom: 15px;*/
}
.owl-theme .owl-controls .owl-nav div {
    opacity: 0.8 !important;
}
.owl-theme .owl-controls .owl-nav div:hover {
    opacity: 1 !important;
}
.owl-prev {
    background: url(images/arrow-left.png?2017225400) center no-repeat !important;
    position: absolute;
    top: 50%;
    margin-top: -27px !important;
    z-index: 1001 !important;
    width: 55px;
    height: 55px;
    background-position: -3px -33px;
    left: 0;
    cursor: pointer;
}
.owl-next {
    background: url(images/arrow-right.png?2017225400) center no-repeat !important;
    position: absolute;
    top: 50%;
    margin-top: -27px !important;
    z-index: 1001 !important;
    width: 55px;
    height: 55px;
    background-position: -63px -33px;
    right: 0;
    cursor: pointer;
}
.zfx-carousel .owl-prev {
    background: inherit;
    position: absolute;
    top: 50%;
    margin-top: -60px !important;
    z-index: 1001 !important;
    left: -30px;
    cursor: pointer;
    width: inherit;
    height: inherit;
    font-size: 30px;
}
.zfx-carousel .owl-next {
    background: inherit;
    position: absolute;
    top: 50%;
    margin-top: -60px !important;
    z-index: 1001 !important;
    right: -30px;
    cursor: pointer;
    width: inherit;
    height: inherit;
    font-size: 30px;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
.zfx-title {
    font-family: prata;
}
.zfx-btn-white-bg {
    padding: 15px 40px;
    border: 2px solid #00ab89;
    font-weight: bold;
    color: #00ab89;
}
.zfx-btn-white-bg.active {
    background-color: #00ab89;
    color: #fff;
}
.zfx-btn-white-bg-1 {
    padding: 10px 30px;
}
.zfx-btn-white-bg:hover {
    border: 2px solid #00ab89;
    font-weight: bold;
    color: #fff;
    background: #00ab89;
}
.zfx-carousel h3.title {
    text-align: center;
    color: #92278f;
    margin-top: 10px;
    margin-bottom: 5px;
}
.zfx-carousel div.desc {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}
.zfx-carousel div.desc2 {
    text-align: center;
    font-size: 14px;
    color: #333;
}
.zfx-carousel div.learn-more {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.full-image {
    padding: 0;
    width: 100%;
    /*height: 700px;*/
    position: relative;
}
.play {
    width: 130px;
    height: 130px;
    top: 40%;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    border-radius: 50%;
    z-index: 9;
    background-image: url(images/icon-play.png);
    opacity: .85;
    transition: all .4s cubic-bezier(.23,1,.32,1);
    -webkit-backface-visibility: hidden;
}
#post-carousel {
    background-color: #e3e3e3;
}
.homemiddle-ad1.widget_adrotate_widgets>.g {height: 85px;}
.christmas{background-image: url("images/christmas.jpg?20161210");background-repeat:no-repeat}
.cny{background-image: url("images/cny.png?20170111");background-repeat:no-repeat}
.raya{background-image: url("images/raya2017-Banner.jpg?20170623");background-repeat:no-repeat}
div.wpb_wrapper div.row-section div.row div.col-sm-4 a.post-thumb {width: 100%}
/* zafigox */
.zafigox .navbar-nav>li {
    margin: 0 0 0 25px;
}
.zafigox .navbar-nav>li>a {
    color: #fff;
}
.zfx-image {
    float: left;
    width: 141px;
    height: 141px;
}
.zfx-image img {
    width: 141px;
    height: auto;
}
.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
}
.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none !important;
}
.zafigox-video-tab .vc_tta-panel .vc_tta-panel-body {
    border-color: transparent !important;
}
.zafigox-video-tab .vc_tta-panels {
    border-color: transparent !important;
    background-color: transparent !important;
}
/*.zafigox-video-tab .vc_tta-tab:first-child {
display: none;
}*/
.zafigox-video-tab .vc_tta-tab>a{
    border: 2px solid #00ab89 !important;
    color: #00ab89 !important;
    font-weight: bold !important;
}
.zafigox-video-tab .vc_tta-tab>a:focus, .zafigox-video-tab .vc_tta-tab>a:hover {
    background-color: #fff !important;
}
.zafigox-video-tab .vc_tta-tab.vc_active>a {
    border: 0px !important;
    background-color: #00ab89 !important;
    color: #fff !important;
    padding: 16px;
}
.zafigox-video-tab .wpb_video_widget.wpb_content_element, .zafigox-video-tab .wpb_single_image.wpb_content_element {
    margin-bottom: 15px
}
@media only screen and (max-width: 478px) {
    div.wpb_wrapper div.row-section div.row div.col-sm-4 div.post-content {
        display: inline-block;
    }
    [class*=col-sm-4] .read-next {
        margin-bottom: 5px;
    }
    [class*=col-sm-4] .post-thumb {
        margin-bottom: 5px;
    }
    /*[class*=col-sm-4] a {
width: 336px;
}*/
    [class*=col-sm-4] .socialicons a {
        width: inherit;
    }
    .zfx-btn-white-bg {
        margin: 10px 0 !important;
        display: block;
        width: initial !important;
    }
    .zfx-image {
        width: 70px;
        height: auto;
    }
    .pricing-grid {
        width: 83%;
        margin: auto;
    }
    .play {
        width: 60px;
        height: 60px;
        top: 34%;
        background-size: 60px;
    }
    .zafigox-video-tab {
        margin-left: -35px;
        margin-right: -35px;
    }
    .zafigox-video-tab .vc_tta-tabs-list li {
        width: 80%;
    }
    /*.entry-content iframe { height: auto }*/
}
.view-all {
    text-align: center;
    margin: 30px 0;
}
.btn-view-all {
    border:2px solid #0cacb0;
    color: #0cacb0;
    padding: 10px 15px;
}
.carousel-inner .post-content p {
    margin: 0;
}
.main .wpb_wrapper ul li {
    color: #0cacb0;
    font-size: 15px;
}
.main .wpb_wrapper ul li h4 {
    margin-top: 10px;
}
@media only screen and (max-width : 480px) {
    header.navbar {
        background-position: center -15px !important;
        background-size: 1450px auto !important;
    }
    .tags {
        text-align: center;
        display: block;
    }
    .tags .tag-wrap {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width : 768px) {
    .navbar-brand img {
        width: 58px;
        /* margin-left: 25px; */
        /* margin-top: -1px !important; */
    }
    .vc_custom_1559583271630 {
        padding-top: inherit !important;
        padding-bottom: 24px !important;
        margin-bottom: 19px !important;
        background-size: cover;
    }
    .div-space {
        height: 275px !important;
    }
}
@media only screen and (min-width : 1024px) {
    .div-space {
    }
    .vc_custom_1559583271630 {
        height: 540px;
    }
}
.fb-section {padding: 18px;}
.post iframe, .cities iframe {
    margin: 1.5rem auto !important;
}
.box .content img {
    float: left;
    margin-right: 15px;
    height: 60px;
    width: auto;
}
.circuit-box {
    /*font-family: Prata;*/
    height: 90px;
    margin-bottom: 15px;
}
.circuit-box img {
    float: left;
    margin-right: 15px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
}
.circuit-box small {
    color: #92278F;
    font-family: poppins;
}
.circuit-box a {
    line-height: 1.5;
    color: #000;
}
@media only screen and (min-width : 768px) {
    .blockquote-right {
        /* border-right: 3px solid #92278f;
border-left: 0;
padding: 5px 30px 5px 5px;
margin-right: 15px;*/
    }
}
.owl-carousel .owl-item img {
    height: auto;
}
.wp-block-image figcaption {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
}
.has-zafigo-purple-color { color: #92278f; }
.has-black-color { color: #000000; }
.has-cyan-bluish-grey-color { color: #ABB8C3; }
.has-white-color { color: #ffffff; }
.has-pale-pink-color { color: #F78DA7; }
.has-vivid-red-color { color: #CF2E2E; }
.has-luminous-vivid-orange-color { color: #FF691B; }
.has-luminous-vivid-amber-color { color: #FCB91F; }
.has-light-green-cyan-color { color: #7BDCB5; }
.has-vivid-green-cyan-color { color: #02D084; }
.has-pale-cyan-blue-color { color: #8ED1FC; }
.has-vivid-cyan-blue-color { color: #0693E3; }
.has-vivid-purple-color { color: #9B51E0; }


#menu-cities-navigation>li>a {
    background: #92278F;
    color: #fff;
    padding: 5px 75px;
    text-transform: uppercase;
}
#menu-cities-navigation>li>a:after {
    /*content: "\f107";
font: normal normal normal 14px/1 FontAwesome;
right: 10px;
position: absolute;
top: 8px;
font-weight: bold;*/
    display: inline-block;
    -webkit-mask: url(assets/icons/angle-down-solid.svg) no-repeat 50% 50%;
    mask: url(assets/icons/angle-down-solid.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    font-weight: bold;
    background: #fff;
    content: '';
    width: 14px;
    height: 20px;
    right: 10px;
}
#menu-cities-navigation .dropdown-menu {
    min-width: 211px;
    margin: 0px 0 0;
}
#menu-cities-navigation .dropdown-menu li.dropdown ul.dropdown-menu {
    left: 211px;
}
#menu-cities-navigation .dropdown-menu>li>a {
    padding: 7px 22px 7px 21px;
}
.awesome-weather-wrap {
    font-family: 'Poppins', Helvetica, Arial, sans-serif !important;
}
