@-webkit-keyframes bs-lazy-anim {
    0% {
        background-position: -800px 0
    }

    to {
        background-position: 400px 0
    }
}

@keyframes bs-lazy-anim {
    0% {
        background-position: -800px 0
    }

    to {
        background-position: 400px 0
    }
}

ul {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 10px
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    margin: 0;
    line-height: 1.42857143;
    background-color: #fff;
    font: 14px/1.7 Lato,sans-serif;
    color: #5f6569;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-size-adjust: auto
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto!important;
    margin-right: auto!important
}

.vc_row:after,.vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-sm-12,.vc_col-sm-4,.vc_col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .vc_col-sm-12,.vc_col-sm-4,.vc_col-sm-8 {
        float:left
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-8 {
        width: 66.66666667%
    }

    .vc_col-sm-4 {
        width: 33.33333333%
    }
}

.vc_clearfix:after,.vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

article,footer,header,main,nav,section {
    display: block
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

h1 {
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

input {
    color: inherit;
    font: inherit;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href)")"
    }

    img {
        page-break-inside: avoid;
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

*,:after,:before,input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    color: #e44e4f
}

a:focus,input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.h1 {
    line-height: 1.1;
    color: inherit
}

.h1,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

p {
    margin: 0 0 10px
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-6,.col-md-6,.col-sm-6,.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    float: left;
    width: 100%
}

@media (min-width: 768px) {
    .col-sm-6 {
        float:left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        float:left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .col-lg-6 {
        float:left;
        width: 50%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=search] {
    -webkit-appearance: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-body {
    position: relative;
    padding: 15px
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }
}

.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before {
    content: " ";
    display: table
}

.clearfix:after,.container:after,.row:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px,-32px,0);
    transform: translate3d(32px,-32px,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px,0,0);
    transform: translate3d(-48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px,0,0);
    transform: translate3d(48px,0,0)
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
    transition-duration: .3s
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: ""
}

.fa-close:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-support:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

:root {
    --publisher-system-font: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    --publisher-primary-color: #0080ce;
    --publisher-menu-height: calc(1px - 1px);
    --wp-adminbar-height: calc(1px - 1px)
}

::selection {
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    color: #fff;
    text-shadow: none
}

.site-header .site-branding .logo,h1,h2,h3 {
    color: #2d2d2d
}

h1,h2,h3 {
    line-height: 1.3
}

.container {
    max-width: var(--publisher-site-width)
}

.content-wrap,.page-layout-no-sidebar .bs-vc-content .vc_row[data-vc-full-width=true]>.bs-vc-wrapper,.page-layout-no-sidebar .bs-vc-content>.vc_row {
    max-width: var(--publisher-site-width);
    width: 100%
}

@media only screen and (max-width: 668px) {
    .layout-1-col {
        margin-top:20px!important
    }
}

body.page-layout-1-col {
    --publisher-site-width: var(--publisher-site-width-2-col);
    --publisher-site-width-content: var(--publisher-site-width-2-col-content-col);
    --publisher-site-width-primary: var(--publisher-site-width-2-col-primary-col);
    --publisher-site-width-secondary: 0
}

a:focus {
    color: inherit
}

a,a:focus,a:hover {
    text-decoration: none;
    -webkit-transition: all .07s ease;
    -moz-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease
}

input[type=password],input[type=search],input[type=text] {
    height: 36px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

input[type=password]:focus,input[type=search]:focus,input[type=text]:focus {
    outline: 0
}

input[type=submit] {
    border: 0;
    color: #fff;
    border-radius: 0;
    outline: 0;
    height: auto;
    line-height: 1.4;
    padding: 8px 12px;
    vertical-align: middle;
    text-transform: uppercase!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 100%;
    white-space: normal
}

input[type=submit]:focus,input[type=submit]:hover {
    opacity: .85
}

ul.menu {
    padding: 0;
    list-style: none
}

ul.menu a {
    text-decoration: none
}

ul.menu>li {
    float: left
}

.site-header>.header-inner>.content-wrap>.container,.top-menu.menu li,ul.menu li>a {
    position: relative
}

.site-header .content-wrap {
    overflow: visible!important
}

.site-header .site-branding,ul.menu {
    margin: 0
}

.site-header .site-branding .logo {
    margin: 0;
    line-height: 0;
    font-size: 50px
}

.site-header .site-branding .logo img {
    max-width: 100%
}

.site-header .search-container .search-box .search-form input[type=submit],.site-header .site-branding .logo .site-title {
    display: none
}

.site-header .menu-action-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    z-index: 99
}

.site-header .menu-action-buttons.width-1 {
    width: 40px
}

.site-header .menu-action-buttons>div {
    min-width: 37px;
    display: inline-block;
    float: right;
    height: 100%;
    text-align: right;
    position: relative
}

.site-header .menu-action-buttons>div.close {
    opacity: 1
}

.site-header .menu-action-buttons .search-container {
    z-index: 1
}

.site-header .search-container .search-handler {
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
    width: 37px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.site-header .search-container .search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 36px 0 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    text-align: center
}

.site-header .search-container .search-box .search-form .search-field {
    border: 0;
    width: 100%;
    height: 45px;
    background: 0 0;
    line-height: 45px;
    font-size: 14px
}

.main-menu>li>a {
    line-height: 48px;
    display: inline-block
}

.main-menu.menu>li>a:before {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden
}

.main-menu.menu>li.current-menu-item>a:before,.main-menu.menu>li:hover>a:before {
    width: 100%;
    visibility: visible
}

.top-menu>li {
    line-height: 25px;
    margin-right: 15px
}

.top-menu.menu li>a {
    color: #707070
}

.main-menu-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.main-menu-wrapper .main-menu-container,.rh-header {
    position: relative
}

.site-header.full-width .main-menu-wrapper {
    border-top: 1px solid #dedede;
    border-bottom: 3px solid #dedede;
    background: #fff
}

.site-header.header-style-7 .main-menu.menu>li {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0
}

.site-header.full-width.header-style-7 .main-menu-wrapper {
    border-bottom-width: 1px;
    border-top: none
}

.site-header.header-style-7 .site-branding {
    text-align: center
}

.site-header.header-style-7 .main-menu.menu {
    height: 63px;
    overflow-y: hidden;
    margin-bottom: -16px;
    padding-bottom: 15px
}

.site-header.header-style-7.full-width .menu-action-buttons {
    bottom: 15px
}

.site-header.header-style-7 .main-menu-wrapper.menu-actions-btn-width-1 .main-menu-container {
    padding-right: 40px
}

@media only screen and (max-width: 992px) {
    .main-menu>li {
        margin-right:10px
    }

    .main-menu>li>a {
        padding: 0 4px
    }
}

.rh-header {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 300px
}

.rh-header .rh-container {
    background-color: #222;
    user-select: none
}

@media only screen and (max-width: 700px) {
    body .site-header {
        display:none
    }

    .rh-header {
        display: block
    }
}

.rh-header .menu-container {
    position: absolute;
    top: 0;
    right: 0
}

.rh-header .menu-container .menu-handler {
    color: #fff;
    width: 54px;
    height: 54px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    background-color: rgba(255,255,255,.05);
    cursor: pointer;
    position: relative;
    border-left: 1px solid rgba(0,0,0,.07);
    float: right
}

.rh-header .menu-container .menu-handler .lines {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #ecf0f1;
    position: relative;
    margin-top: 25.5px
}

.rh-header .menu-container .menu-handler .lines:after,.rh-header .menu-container .menu-handler .lines:before {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #ecf0f1;
    position: absolute;
    left: 0;
    content: ""
}

.rh-header .menu-container .menu-handler .lines:before {
    top: 8px
}

.rh-header .menu-container .menu-handler .lines:after {
    top: -8px
}

.rh-cover .search-form {
    margin-top: 35px;
    position: relative
}

.rh-cover .search-form input[type=search] {
    margin: 0;
    background: rgba(255,255,255,.2);
    color: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    float: none;
    webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rh-cover .search-form input[type=submit] {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 16px;
    background: 0 0!important
}

.rh-cover .search-form ::-webkit-input-placeholder {
    color: #fff
}

.rh-cover .search-form ::-moz-placeholder {
    color: #fff
}

.rh-cover .search-form :-ms-input-placeholder {
    color: #fff
}

.rh-cover .search-form :-moz-placeholder {
    color: #fff
}

.rh-header .logo-container {
    padding: 0 0 0 15px;
    line-height: 54px;
    height: 54px
}

.rh-header .logo-container.rh-img-logo {
    font-size: 0
}

.rh-header .logo-container img {
    max-height: 80%;
    max-width: 80%
}

.rh-header .logo-container a {
    color: #fff
}

.rh-cover {
    position: fixed;
    top: 0;
    left: -99%;
    z-index: 9999;
    width: 100%;
    -webkit-transition: .54s cubic-bezier(.65,.33,.35,.84);
    -moz-transition: .54s cubic-bezier(.65,.33,.35,.84);
    transition: .54s cubic-bezier(.65,.33,.35,.84);
    visibility: hidden;
    overflow: auto;
    background: #191919;
    height: 101%;
    height: calc(100% + 1px)
}

.noscroll {
    overflow: hidden
}

@media (max-width: 767px) {
    body {
        background-color:#f3f3f3!important
    }

    .main-wrap {
        background-color: #fff;
        overflow: auto;
        margin: auto;
        width: 100%
    }
}

.rh-cover.gr-5 {
    background-image: -moz-linear-gradient(85deg,#0a58c0 0,#00ade1 100%);
    background-image: -webkit-linear-gradient(85deg,#0a58c0 0,#00ade1 100%);
    background-image: -ms-linear-gradient(85deg,#0a58c0 0,#00ade1 100%)
}

.rh-cover:before {
    height: 60px;
    content: "";
    width: 100%;
    position: absolute;
    background-color: #fff;
    opacity: .08;
    box-shadow: 0 0 32px 0#000;
    z-index: -1
}

.rh-cover .rh-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    display: inline-block;
    top: 21px;
    cursor: pointer;
    z-index: 10
}

.rh-cover .rh-close:after,.rh-cover .rh-close:before {
    content: "";
    width: 2px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -10px;
    opacity: .65;
    background: #fff;
    border-radius: 5px
}

.rh-cover .rh-close:before {
    transform: rotate(45deg)
}

.rh-cover .rh-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rh-cover .rh-panel {
    padding: 27px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.rh-cover .rh-panel.rh-p-u {
    display: none
}

.rh-cover .rh-p-h {
    line-height: 60px;
    margin: -27px -27px 20px;
    padding: 0 23px;
    font-size: 14px;
    color: #fff;
    height: 60px;
    position: relative
}

.rh-cover .rh-p-h .user-login {
    padding-left: 40px;
    position: relative;
    cursor: pointer
}

.rh-cover .rh-back-menu,.rh-cover .rh-p-h .user-login .user-avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.rh-cover .rh-p-h .user-login .user-avatar {
    border: 2px solid rgba(255,255,255,.16);
    border-radius: 50%;
    overflow: hidden;
    line-height: 30px;
    vertical-align: middle;
    left: 0;
    text-align: center
}

.rh-cover .rh-p-h .user-login .user-avatar .fa {
    font-size: 23px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px;
    width: 100%
}

.rh-cover .rh-back-menu {
    opacity: .65;
    cursor: pointer
}

.rh-cover .rh-back-menu:focus,.rh-cover .rh-back-menu:hover {
    opacity: .8
}

.rh-cover .rh-back-menu:after {
    content: "";
    width: 10px;
    border-radius: 10px;
    -webkit-transition: .55s cubic-bezier(.37,-.04,.2,.99);
    -moz-transition: .55s cubic-bezier(.37,-.04,.2,.99);
    transition: .55s cubic-bezier(.37,-.04,.2,.99)
}

.rh-cover .rh-back-menu i,.rh-cover .rh-back-menu:after,.rh-cover .rh-back-menu:before {
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute
}

.rh-cover .rh-back-menu:before {
    content: "";
    width: 10px;
    top: 10px;
    left: 6px;
    border-radius: 10px;
    -webkit-transition: .55s cubic-bezier(.37,-.04,.2,.99);
    -moz-transition: .55s cubic-bezier(.37,-.04,.2,.99);
    transition: .55s cubic-bezier(.37,-.04,.2,.99);
    transform: rotate(-40deg)
}

.rh-cover .rh-back-menu:hover:after,.rh-cover .rh-back-menu:hover:before {
    transform: rotate(0);
    width: 17px;
    left: 7px;
    top: 7px
}

.rh-cover .rh-back-menu:after {
    transform: rotate(40deg);
    top: 16px;
    left: 6px
}

.rh-cover .rh-back-menu:hover:after {
    top: 19px
}

.rh-cover .rh-back-menu i {
    width: 17px;
    top: 13px;
    left: 7px;
    border-radius: 15px
}

.rh-cover .bs-login-shortcode {
    background: 0 0;
    padding: 0!important;
    margin: 25px 0 0!important;
    border: 0!important;
    box-shadow: none
}

.rh-cover .bs-login .login-header,.rh-cover .bs-login .login-header .login-icon {
    color: #fff
}

.rh-cover .bs-login input[type=password],.rh-cover .bs-login input[type=text] {
    background: rgba(255,255,255,.2);
    border: 0;
    color: #fff;
    box-shadow: none;
    -webkit-backface-visibility: hidden
}

.rh-cover .bs-login input[type=password]::-webkit-input-placeholder,.rh-cover .bs-login input[type=text]::-webkit-input-placeholder {
    color: rgba(255,255,255,.55)
}

.rh-cover .bs-login input[type=password]::-moz-placeholder,.rh-cover .bs-login input[type=text]::-moz-placeholder {
    color: rgba(255,255,255,.55)
}

.rh-cover .bs-login input[type=password]:-ms-input-placeholder,.rh-cover .bs-login input[type=text]:-ms-input-placeholder {
    color: rgba(255,255,255,.55)
}

.rh-cover .bs-login input[type=password]:-moz-placeholder,.rh-cover .bs-login input[type=text]:-moz-placeholder {
    color: rgba(255,255,255,.55)
}

.rh-cover .bs-login .remember-checkbox+.remember-label {
    color: rgba(255,255,255,.4)
}

.rh-cover .bs-login .remember-label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAAXNSR0IArs4c6QAAAVlJREFUSA3tkzFLA0EQhXeVKzxSaSEWtmJ6wS4/w84fkdJKy/yFFFb+B8EqYC22gfRBG8FCT7Bw/d45d6zeafa8NgOPnZ197+0y7PgQwqZz7ggcgBykRAFpAe48BsckO+DWe//CujLQDCCNwJNjc2qFlcKYII20GxTz1JtjA9PkMugVawPn1j346kHx36/MDyzURE3VqIuJcTVMC01jr3HWNGZgApYgNcSVJpOBkmuwz5OSQlzTTGQgt2RxdYOZLGUQqmLXVdpOXxn+EFyCvfoyNkkvgCbxo/jEHKj5zRfooHa3hNqQdAZ2rfTK+lHmcrGi+nEC3sA4qsU3cxTuwbbOtambSL4F3lW0GLMegoeqwFqLGwZWOI/ISp+j/Tdxq4EVLyJRlTbEvxq0mLSK/zSwwzOuvwFlw1T7GXqemtjrK+snXoEpRsnzYNxpqWWjH6WJ1EtSQ1xpsk/Dn+01H7ZKAQAAAABJRU5ErkJggg==)
}

.rh-cover .bs-login .go-login-panel,.rh-cover .bs-login .go-reset-panel {
    color: rgba(255,255,255,.5)
}

.rh-cover .bs-login .go-login-panel:hover,.rh-cover .bs-login .go-reset-panel:hover {
    color: #fff
}

.rh-cover .bs-login .bs-login-reset-panel .login-header .login-icon,.rh-cover .bs-login .remember-checkbox:checked+.remember-label {
    color: #fff
}

.rh-cover .bs-login .bs-login-reset-panel .login-btn,.rh-cover .bs-login .login-btn {
    background: #fff!important;
    color: #000;
    -webkit-backface-visibility: hidden
}

.rh-header.light .rh-container {
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.rh-header.light .logo-container a {
    color: #2c2c2c
}

.rh-header.light .menu-container .menu-handler .lines,.rh-header.light .menu-container .menu-handler .lines:after,.rh-header.light .menu-container .menu-handler .lines:before {
    background: #2c2c2c
}

.topbar {
    height: 35px;
    overflow: hidden
}

.topbar .topbar-inner {
    padding: 4px 0
}

.topbar .section-links {
    float: right
}

.topbar.topbar-style-1 .section-menu {
    height: 26px;
    max-width: 80%
}

.site-header.full-width .topbar {
    border-bottom: 1px solid rgba(0,0,0,.07)
}

.topbar .topbar-sign-in {
    float: right;
    cursor: pointer;
    height: 24px;
    line-height: 24px
}

.topbar .topbar-sign-in .fa {
    margin-right: 2px
}

body {
    background: #fff;
    text-decoration-skip: ink
}

.main-wrap {
    margin: 0 auto
}

.content-wrap,.main-wrap,main.content-container {
    position: relative
}

.main-wrap .container,body.full-width .main-wrap {
    width: 100%
}

@media only screen and (max-width: 480px) {
    .col-lg-6,.col-md-6,.col-sm-6,.col-xs-12,.vc_row .bs-vc-wrapper>.bs-vc-column {
        padding-left:15px!important;
        padding-right: 15px!important
    }
}

.content-wrap {
    margin: 0 auto;
    padding: 0;
    min-width: 300px
}

.container {
    width: 100%
}

.term-badges .term-badge {
    display: inline-block;
    line-height: 0
}

.term-badges a {
    color: #8b8b8b;
    padding: 0 0 4px
}

.term-badges.floated a {
    padding: 2px 7px;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 1.7;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.term-badges.floated {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 0;
    font-size: 0
}

a.read-more {
    font-size: 12px;
    color: #fff;
    background: #434343;
    display: inline-block;
    padding: 3px 11px;
    text-transform: uppercase!important;
    margin-top: 13px
}

a.read-more:hover {
    color: #fff
}

.img-holder {
    position: relative;
    width: 80px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    transition: none
}
.img-holder img {
	position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left:0;
}

.bs-ll-a .img-cont:before,.bs-ll-a .img-holder:before {
    opacity: 1;
    background-color: #e9ebee;
    background-image: linear-gradient(to left,#e9ebee 0,#f4f5f6 20%,#e9ebee 40%,#e9ebee 100%);
    background-repeat: no-repeat;
    background-size: 1000px 900px;
    -webkit-animation: bs-lazy-anim 1s infinite linear forwards;
    -moz-animation: bs-lazy-anim 1s infinite linear forwards;
    animation: bs-lazy-anim 1.01s infinite linear forwards
}

.listing-mg-item .img-cont:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.img-holder:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70%
}

.search-field::-ms-clear {
    display: none
}

.modal {
    z-index: 99999
}

.search-form input[type=search] {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    font-size: 12px;
    box-shadow: none
}

.search-form input[type=submit] {
    height: 38px
}

.post-meta {
    padding-top: 2px;
    font-style: inherit
}

.post-meta .time {
    margin-right: 10px
}

.post-meta .comments {
    white-space: nowrap;
    margin-left: 10px;
    font-style: normal;
    float: right
}

.post-meta .comments .fa {
    display: inline-block;
    margin-right: 3px
}

.post-meta .post-author {
    font-style: normal;
    margin-right: 8px;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top
}

.post-meta .post-author:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 8px;
    font-size: 5px;
    vertical-align: middle;
    color: #adb5bd
}

.post-meta>a:last-child,.post-meta>span:last-child {
    margin-right: 0!important
}

.layout-1-col .bs-vc-content .vc_row,.layout-1-col .bs-vc-content .vc_row[data-vc-full-width=true]>.bs-vc-wrapper {
    margin-left: auto;
    margin-right: auto
}

.container,.vc_column_container {
    margin-right: auto!important;
    margin-left: auto!important
}

.bs-vc-content>.vc_row[data-vc-full-width=true] {
    width: 100%
}

.bs-vc-content .vc_row[data-vc-full-width=true] {
    right: auto!important;
    left: auto!important;
    padding-left: 0!important;
    padding-right: 0!important
}

.full-width .bs-vc-content .vc_row[data-vc-full-width=true] {
    max-width: inherit!important
}

.listing .listing-item {
    min-height: 0
}

.listing.columns-1 .listing-item {
    width: 100%;
    float: none
}

.listing.columns-3 .listing-item {
    width: 33.3333%;
    float: left
}

.listing.columns-3 .listing-item:nth-child(3n-1) {
    padding-left: 9px;
    padding-right: 9px
}

.listing.columns-3 .listing-item:nth-child(3n-2) {
    padding-right: 18px;
    clear: left
}

.listing.columns-3 .listing-item:nth-child(3n+3) {
    padding-left: 18px
}

@media only screen and (max-width: 600px) {
    .listing.columns-3 .listing-item {
        width:50%
    }

    .listing.columns-3 .listing-item:nth-child(odd) {
        padding-left: 0;
        padding-right: 13px;
        clear: left
    }

    .listing.columns-3 .listing-item:nth-child(even) {
        padding-left: 13px;
        padding-right: 0;
        clear: none
    }
}

@media only screen and (max-width: 500px) {
    .listing.columns-3 .listing-item {
        width:100%!important;
        padding-left: 0!important;
        padding-right: 0!important;
        clear: none!important
    }
}

.content-column .single-container:last-child {
    margin-bottom: 0
}

.back-top {
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.09)
}

.back-top:hover {
    opacity: 1
}

.search-container {
    position: relative
}

@media only screen and (max-width: 1000px) {
    .container {
        width:100%
    }

    .content-wrap {
        padding: 0
    }
}

@media only screen and (max-width: 668px) {
    body {
        padding:0
    }
}

.modal.sign-in-modal {
    text-align: center;
    padding: 0!important
}

.modal.sign-in-modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.sign-in-modal .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.31)
}

.sign-in-modal .close-modal,.sign-in-modal .modal-dialog {
    -webkit-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s!important;
    -moz-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s!important;
    -o-transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s!important;
    transition: .6s cubic-bezier(.58,.99,.63,1.06) 0s!important
}

.sign-in-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 440px;
    position: relative
}

.sign-in-modal .close-modal {
    position: absolute;
    top: 32px;
    right: 37px;
    font-size: 15px;
    color: #bdbdbd;
    line-height: 15px;
    z-index: 1;
    cursor: pointer
}

.sign-in-modal .close-modal:hover {
    color: #333
}

.sign-in-modal .modal-body {
    padding: 25px 15px
}

.bs-login {
    max-width: 290px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.bs-login .bs-login-panel {
    display: block;
    width: 100%;
    -webkit-transition: all .44s cubic-bezier(.8,.2,.24,.88);
    -moz-transition: all .44s cubic-bezier(.8,.2,.24,.88);
    -ms-transition: all .44s cubic-bezier(.8,.2,.24,.88);
    transition: all .44s cubic-bezier(.8,.2,.24,.88)
}

.bs-login .bs-login-panel.bs-current-login-panel.bs-login-sign-panel {
    left: 0;
    opacity: 1;
    visibility: visible
}

.bs-login .bs-login-panel.bs-login-sign-panel {
    left: -44px;
    opacity: 0
}

.bs-login .bs-login-panel.bs-login-reset-panel {
    right: -44px;
    visibility: hidden;
    position: absolute;
    top: 0;
    opacity: 0
}

.bs-login .login-header {
    text-align: center;
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 15px
}

.bs-login .login-header .login-icon {
    display: block;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 80px
}

.bs-login .bs-login-reset-panel .login-header {
    margin-bottom: 27px
}

.bs-login .bs-login-reset-panel .login-header .login-icon {
    color: #494949
}

.bs-login .bs-login-reset-panel .login-header p {
    margin-bottom: 4px
}

.bs-login .login-field {
    margin-bottom: 15px
}

.bs-login .login-field:last-child {
    margin-bottom: 0
}

.bs-login input[type=password],.bs-login input[type=text] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 3px
}

.bs-login .remember-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.bs-login .remember-checkbox+.remember-label {
    padding-left: 21px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    color: #a0a0a0;
    font-weight: lighter
}

.bs-login .remember-checkbox:checked+.remember-label {
    background-position: 0-16px;
    color: #424242
}

.bs-login .remember-label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAABGdBTUEAALGPC/xhBQAAAVZJREFUSA3tlTFug0AQRQcwMgoFEg2uXbnlCJyF0kdIAU1a38A14hb0Ri6ho0UUpDOFEdrMR4EQgyIIRYp4pZVgdt6fgd2ZleI4ViVJeuPpNk1j0oyhKMq7EOLM83UDWNf1436/f1FVdQZOVNe1mWXZ8Xa7EV2v1/J+v7PYsgEGrIy050YepgcGrDw0/ub5KUD0/Af8D1AYfLYXnyEwYGWugDMXRrVEBL5gwEpry3n1Nv63fpCmKbmuS3mef2375XKZ1cuSJBGWZQkmxeFwEGhpYEe7MHUeENlxHCqKoo3MTZhk+RMdZhCGodA0TZxOpz6rYWREt21blGXZroOlTqCqKsGNsk0RjhDhyGK32/W2IQyFbwIw+L7fO0PEMIz+/RGeFIDR87wegshj2vDpxiiDbmEoMhW584PAhiOMBn8KbbdbiqKIgiAg0/zhylx9tXE6f9sPPgDpK2Td6sBUpAAAAABJRU5ErkJggg==);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bs-login .go-reset-panel {
    float: right;
    color: #595959
}

.bs-login .login-submit {
    margin-bottom: 10px
}

.bs-login .login-btn {
    border-radius: 3px;
    height: 38px;
    text-align: center;
    width: 100%
}

.bs-login .bs-login-reset-panel .login-btn {
    background: #575757!important
}

.bs-login .go-login-panel {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    color: #adadad;
    transition: all .5s ease
}

.sign-in-modal .bs-login .go-login-panel {
    left: -30px
}

.bs-login .go-login-panel:hover {
    cursor: pointer;
    position: absolute;
    color: #3f3f3f
}

@media print {
    body {
        background: #fff!important;
        color: #000
    }

    .back-top,.main-menu-wrapper {
        display: none!important
    }

    a[href]:after {
        content: none!important
    }

    .term-badges a {
        max-width: inherit
    }
}

.listing-item-grid-2 {
    margin-bottom: 22px
}

.listing-item-grid-2 .featured {
    position: relative;
    line-height: 0;
    margin-bottom: 13px
}

.listing-item-grid-2 .featured .img-holder {
    width: 100%;
    margin: 0;
    float: none;
    display: block
}

.listing-item-grid-2 .featured .img-holder:before {
    padding-top: 58%
}

.listing-item-grid-2 .title {
    margin: 0 0 6px
}

.listing-item-grid-2 .title a {
    color: inherit;
    text-transform: inherit
}

.listing-item-grid-2 .post-meta {
    margin: 0 0 15px
}

.listing-item-grid-2 .post-summary {
    padding-bottom: 22px;
    border-bottom: 1px solid #f1f1f1
}

.listing-item-blog-5 {
    margin-bottom: 25px
}

.listing-item-blog-5:last-child {
    margin-bottom: 0
}

.listing-item-blog-5 .featured {
    position: relative;
    float: left;
    margin-right: 26px;
    line-height: 0
}

.listing-item-blog-5 .featured .img-holder.img-holder:before {
    padding-top: 64%
}

.listing-item-blog-5>.item-inner>.title {
    margin: 0 0 6px
}

.listing-item-blog-5>.item-inner>.title a,.listing-item-text-3 .title a {
    color: inherit
}

.listing-item-blog-5 .post-summary {
    margin-top: 6px
}

.listing-item-blog-5.has-post-thumbnail .post-summary {
    padding-left: 326px
}

.listing-item-blog-5 .featured .img-holder {
    width: 300px;
    margin: 0
}

@media only screen and (max-width: 830px) {
    .listing-item-blog-5.has-post-thumbnail .post-summary {
        padding-left:0!important
    }

    .listing-item-blog-5 .featured {
        float: none!important;
        text-align: center!important;
        margin: 0 0 10px!important;
        display: inline-block!important;
        width: 100%!important
    }

    .listing-item-blog-5 .img-holder {
        width: 100%!important
    }
}

.listing-item-text-3 {
    margin-bottom: 13px
}

.listing-item-text-3 .item-inner {
    padding-bottom: 13px!important;
    border-bottom: 1px solid #f0f0f0;
    border-bottom-color: rgba(0,0,0,.06);
    position: relative
}

.listing-item-text-3:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.listing-item-text-3 .title {
    margin: 0
}

.listing-item-text-3 .post-meta {
    margin-top: 2px
}

.listing-mg-item {
    position: relative;
    overflow: hidden
}

.listing-mg-item .content-container,.listing-mg-item .term-badges.floated {
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden
}

.listing-modern-grid.slider-overlay-simple-gr .listing-mg-item .img-cont:after {
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.65) 100%);
    top: auto;
    height: 75%
}

.listing-mg-item.listing-mg-3-item.listing-mg-3-item:hover .title a {
    color: #fff!important
}

body.bs-ll-a .listing-mg-type-1 .img-cont.img-cont {
    background-size: inherit!important;
    transition: all .35s
}

.listing-mg-type-1:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 68.17%
}

.listing-mg-type-1 .item-content {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.listing-mg-type-1 .img-cont {
    background-repeat: no-repeat!important;
    background-position: center center!important;
    position: absolute;
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0
}

.listing-mg-type-1 .img-cont:after {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.listing-mg-type-1:hover .img-cont {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.listing-mg-type-1 .content-container {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    padding: 0;
    max-height: 75%;
    overflow: hidden;
    pointer-events: none
}

.listing-mg-3-item .content-container a,.listing-mg-type-1 .content-container a {
    pointer-events: all
}

.listing-mg-type-1 .title {
    margin: 0;
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    line-height: 1.4
}

.listing-item.listing-mg-type-1 .title.title a.post-url.post-url,.listing-item.listing-mg-type-1 .title.title a.post-url.post-url:hover {
    color: inherit!important
}

.listing-mg-type-1 .post-meta {
    margin-top: 3px
}

.listing-mg-3-item .title a,.listing-mg-type-1 .post-meta .post-author {
    color: #fff
}

.listing-mg-type-1 .post-meta .comments {
    color: #fff;
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.listing-mg-type-1 .post-meta .post-author:after,.listing-mg-type-1 .post-meta .time {
    color: rgba(255,255,255,.57)
}

.listing-mg-3-item {
    margin-bottom: 20px
}

.listing-mg-3-item,.listing-mg-3-item .item-content {
    position: relative;
    overflow: hidden
}

.listing-mg-3-item .item-content:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 65%
}

.listing-mg-3-item .img-cont {
    background-repeat: no-repeat!important;
    background-position: center center!important;
    position: absolute;
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -moz-transform-origin: 0 0
}

.listing-mg-3-item .img-cont:after {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.listing-mg-3-item:hover .img-cont {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1)
}

.listing-mg-3-item .content-container {
    position: absolute!important;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 0;
    overflow: hidden;
    pointer-events: none
}

.listing-mg-3-item .title {
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    line-height: 1.4;
    text-align: center!important
}

.listing-mg-3-item .post-meta {
    margin-top: 12px;
    text-align: center!important;
    font-size: 11px
}

.listing-mg-3-item .post-meta .comments,.listing-mg-3-item .post-meta .post-author {
    color: #fff;
    font-size: 11px
}

.listing-mg-3-item .post-meta .comments {
    float: none;
    margin-left: 0
}

.listing-mg-3-item .post-meta .post-author:after,.listing-mg-3-item .post-meta .time {
    color: rgba(255,255,255,.57)
}

.listing-mg-3-item .term-badges.floated {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    margin-bottom: 15px
}

.listing-mg-3-item .term-badges.floated .term-badge a {
    margin: 0 2px
}

@media only screen and (max-width: 480px) {
    .listing-mg-3-item .title {
        font-size:82%
    }

    .listing-mg-3-item .post-meta {
        display: none
    }

    .listing-mg-3-item .item-content:before {
        padding-top: 65%!important
    }

    .listing-mg-3-item .title a {
        display: inline-block
    }
}

.listing-mg-7-item:before,.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item:before {
    padding-top: 60%
}

.listing-modern-grid-7 .mg-row-1 {
    padding-bottom: 2px
}

.listing-modern-grid-7 .mg-row-1 .mg-col-1 {
    width: 50%;
    float: left;
    padding-right: 1px
}

.listing-modern-grid-7 .mg-row-1 .mg-col-2 {
    width: 50%;
    float: left;
    padding-left: 1px
}

.listing-modern-grid-7 .mg-row-2 .mg-col {
    width: 33.333%;
    float: left
}

.listing-modern-grid-7 .mg-row-2 .mg-col-1 {
    padding-right: 1.5px
}

.listing-modern-grid-7 .mg-row-2 .mg-col-2 {
    padding-left: .75px;
    padding-right: .75px
}

.listing-modern-grid-7 .mg-row-2 .mg-col-3 {
    padding-left: 1.5px
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item {
    width: 100%
}

.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
    font-size: 79%
}

@media only screen and (max-width: 980px) {
    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
        font-size:92%
    }

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 72%
    }
}

@media only screen and (max-width: 780px) {
    .listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
        padding-top:70%!important
    }

    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title,.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 78%!important
    }
}

@media only screen and (max-width: 620px) {
    .listing-modern-grid-7 .listing-item {
        margin-bottom:2px
    }

    .listing-modern-grid-7 .mg-col {
        width: 100%!important;
        float: none!important;
        padding: 0!important
    }

    .listing-modern-grid-7 .mg-row {
        margin: 0!important;
        padding: 0!important
    }

    .listing-modern-grid-7 .post-meta {
        display: none
    }

    .listing-modern-grid-7 .term-badges.floated {
        display: block
    }

    .listing-modern-grid-7 .listing-mg-7-item.listing-mg-7-item:before {
        padding-top: 40%!important
    }
}

@media only screen and (max-width: 480px) {
    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item .title {
        font-size:82%
    }

    .listing-modern-grid-7 .mg-row-1 .listing-mg-7-item.listing-item-2 .title,.listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .title {
        font-size: 62%
    }

    .listing-modern-grid-7 .mg-row-2 .listing-mg-7-item .content-container {
        max-height: 43%
    }
}

.section-heading {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative
}

.section-heading .h-text,.section-heading:after {
    display: inline-block;
    -webkit-transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
    -moz-transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
    -o-transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
    transition: .35s cubic-bezier(.39,.58,.57,1) 0s
}

.section-heading:after {
    background: rgba(0,0,0,.08);
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.section-heading .h-text {
    position: relative;
    z-index: 1
}

.section-heading.sh-t6 {
    padding: 0
}

.section-heading.sh-t6:after {
    display: none
}

.section-heading.sh-t6:before {
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.section-heading.sh-t6>.h-text:last-child:first-child,.section-heading.sh-t6>.main-link>.h-text,.section-heading.sh-t6>a:last-child:first-child>.h-text {
    position: relative;
    padding: 0 11px;
    color: #fff
}

.section-heading.sh-t6 .h-text {
    padding: 0;
    line-height: 32px
}

.section-heading.sh-t6.sh-s3:before {
    top: inherit;
    bottom: 0;
    height: 3px;
    margin-top: 0
}

.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #000;
    border-right: 20px solid transparent;
    right: -20px;
    background-color: transparent!important
}

.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:before {
    z-index: 1
}

.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s3>.main-link>.h-text:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #000;
    border-right: 20px solid transparent;
    right: -20px;
    background-color: transparent!important
}

.section-heading.sh-t6.sh-s3>.main-link>.h-text:before {
    z-index: 1
}

.section-heading.sh-t6.sh-s3>.main-link>.h-text:before,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:after,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #000;
    border-right: 20px solid transparent;
    right: -20px;
    background-color: transparent!important
}

.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:before {
    z-index: 1;
    background: #fff
}

.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s3>.main-link>.h-text:before {
    background: #fff
}

.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:after,.section-heading.sh-t6.sh-s3>.main-link>.h-text:after,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:after {
    border-bottom-color: rgba(255,255,255,.43);
    z-index: 2;
    -webkir-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: -2px 2px 2px rgba(0,0,0,.1);
    box-shadow: -2px 2px 2px rgba(0,0,0,.1)
}

.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child,.section-heading.sh-t6.sh-s3>.main-link>.h-text,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text {
    padding: 0 15px
}

.site-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: none
}

.site-footer .copy-footer {
    padding: 22px 0;
    background: #353535
}

.site-footer .copy-1,.site-footer .copy-2 {
    color: rgba(255,255,255,.57)
}

.site-footer .copy-2 {
    text-align: right
}

@media only screen and (max-width: 780px) {
    .site-footer .copy-1,.site-footer .copy-2 {
        text-align:center!important
    }

    .site-footer .copy-1 {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.site-footer.full-width .copy-footer {
    max-width: 100%;
    overflow: hidden
}

.site-footer.full-width .copy-footer .content-wrap {
    overflow-x: visible
}

.main-wrap .site-footer.full-width .copy-footer .content-wrap {
    overflow-x: hidden;
    overflow-y: hidden
}

@media (min-width: 768px) {
    .active-sticky-sidebar .row>.bs-vc-wrapper {
        display:flex
    }
}

:root {
    --publisher-spacing: 20;
    --publisher-spacing-half: calc(var(--publisher-spacing)/2);
    --publisher-spacing-80-percent: calc(var(--publisher-spacing)*0.83);
    --publisher-spacing-60-percent: calc(var(--publisher-spacing)*0.66)
}

.col-lg-6,.col-md-6,.col-sm-6,.col-xs-12,.container,.vc_column_container.vc_column_container {
    padding-left: calc(var(--publisher-spacing-half)*1px);
    padding-right: calc(var(--publisher-spacing-half)*1px)
}

.row,.vc_row.wpb_row {
    margin-left: calc(var(--publisher-spacing-half)*-1px);
    margin-right: calc(var(--publisher-spacing-half)*-1px)
}

.bs-vc-wrapper>:not(.bs-vc-column) {
    margin-bottom: calc(var(--publisher-spacing)*1px)
}

.bs-listing,.bs-shortcode,.content-column>div:last-child,.single-container {
    margin-bottom: calc(var(--publisher-spacing)*1px)
}

.layout-1-col {
    margin-top: calc(var(--publisher-spacing-80-percent)*1px)
}

.bs-vc-content>.vc_row.vc_row-fluid.vc_row-has-fill:first-child {
    margin-top: calc(var(--publisher-spacing-80-percent)*-1px)!important
}

.vc_row-has-fill+.vc_row-full-width+.vc_row>.bs-vc-wrapper>.bs-vc-column>.bs-vc-wrapper,.vc_row-has-fill>.bs-vc-wrapper>.vc_column_container>.bs-vc-wrapper {
    padding-top: calc(var(--publisher-spacing-80-percent)*1px)!important
}

.vc_row-has-fill .wpb_wrapper>.bs-listing:last-child,.vc_row-has-fill .wpb_wrapper>:last-child {
    margin-bottom: calc(var(--publisher-spacing-half)*1px)
}

.bs-listing-modern-grid-listing-3.bs-listing {
    margin-bottom: calc(var(--publisher-spacing-half)*1px)!important
}

.section-heading {
    margin-bottom: calc(var(--publisher-spacing-60-percent)*1px)
}

.site-header.full-width .main-menu-wrapper {
    border-bottom-width: 1px
}

.site-header .topbar {
    -webkit-box-shadow: inset 0-2px 4px rgba(0,0,0,.13);
    -moz-box-shadow: inset 0-2px 4px rgba(0,0,0,.13);
    box-shadow: inset 0-2px 4px rgba(0,0,0,.13)
}

.site-header.full-width .topbar {
    border: 0
}

.main-menu>li {
    margin-right: -3px
}

.site-header.header-style-7 .header-inner {
    padding: 50px 0 25px
}

.topbar .topbar-sign-in:before {
    background: rgba(255,255,255,.12)
}

.main-menu>li>a {
    padding: 0 15px
}

:root {
    --publisher-site-width-2-col: 1130px;
    --publisher-site-width-1-col: 1130px;
    --publisher-site-width-2-col-content-col: 67%;
    --publisher-site-width-2-col-primary-col: 33%;
    --publisher-site-width-3-col: 1300px;
    --publisher-site-width-3-col-content-col: 58%;
    --publisher-site-width-3-col-primary-col: 25%;
    --publisher-site-width-3-col-secondary-col: 17%;
    --publisher-spacing: 48;
    --publisher-primary-color: #ff0096
}

.back-top,.main-menu.menu>li.current-menu-item>a:before,.main-menu.menu>li:hover>a:before,.term-badges.floated a {
    background-color: #ff0096!important
}

.bs-theme input[type=submit],.bs-theme input[type=submit]:focus,.bs-theme input[type=submit]:hover {
    background-color: #ff0096
}

.listing-item-blog:hover .title a,.listing-item-grid:hover .title a,.listing-item-text-3:hover .title a,.main-color,.main-menu.menu>li:hover>a,.post-meta a:hover,.site-header .search-container:hover .search-handler,a:hover {
    color: #ff0096
}

.bs-theme input[type=password]:focus,.bs-theme input[type=search]:focus,.bs-theme input[type=text]:focus {
    border-color: #ff0096
}

::selection {
    background: #ff0096
}

::-moz-selection {
    background: #ff0096
}

.section-heading.sh-t6.sh-s3>a:first-child:last-child>.h-text,.section-heading.sh-t6:before,.section-heading.sh-t6>.h-text,.section-heading.sh-t6>.h-text:before,.section-heading.sh-t6>.main-link>.h-text,.section-heading.sh-t6>.main-link>.h-text:before,.section-heading.sh-t6>a:first-child:last-child>.h-text,.section-heading.sh-t6>a:first-child:last-child>.h-text:before {
    background-color: #ff0096
}

.section-heading.sh-t6.sh-s3>.h-text:last-child:first-child:before,.section-heading.sh-t6.sh-s3>.main-link>.h-text:before,.section-heading.sh-t6.sh-s3>a:last-child:first-child>.h-text:before {
    border-bottom-color: #ff0096
}

.site-header .top-menu.menu>li>a,.topbar .topbar-sign-in {
    color: #fff
}

.site-header .top-menu.menu>li:hover>a,.topbar .topbar-sign-in:hover {
    color: #fff!important
}

.site-header .topbar {
    background-color: #ff0096
}

.site-header.full-width .main-menu-wrapper {
    border-top-color: #dedede
}

.site-header.full-width.header-style-7 .main-menu-wrapper {
    border-bottom-color: #dedede!important
}

.site-header .main-menu>li>a,.site-header .search-container .search-box .search-form .search-field,.site-header .search-container .search-handler {
    color: #434343
}

.site-header .search-container .search-box .search-form .search-field::-webkit-input-placeholder {
    color: #434343
}

.site-header .search-container .search-box .search-form .search-field::-moz-placeholder {
    color: #434343
}

.site-header .search-container .search-box .search-form .search-field:-ms-input-placeholder {
    color: #434343
}

.site-header .search-container .search-box .search-form .search-field:-moz-placeholder {
    color: #434343
}

.site-header.header-style-7 {
    background-color: #f5f5f5
}

.site-footer .copy-1,.site-footer .copy-2 {
    color: #fff
}

.copy-footer .content-wrap {
    overflow-x: auto
}

.site-footer,.site-footer .copy-footer {
    background-color: #ff0096
}

.listing-item-blog:hover a.read-more,a.read-more {
    background-color: #434343!important
}

body.bs-theme {
    font-family: "Lato";
    font-weight: 400;
    font-size: 13px;
    text-align: inherit;
    text-transform: inherit;
    color: #7b7b7b
}

.post-meta,.post-meta a {
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    color: #b7b7b7
}

.post-meta .post-author {
    font-family: "Lato";
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

.main-menu li,.main-menu li>a,.term-badges .term-badge {
    font-family: "Noto Sans";
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize
}

.h1,.search-form input[type=submit],h1,h2,h3 {
    font-family: "Noto Sans";
    font-weight: 700;
    text-transform: inherit
}

a.read-more,input[type=submit] {
    font-family: "Noto Sans";
    font-weight: 700
}

.h1,h1 {
    font-size: 34px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 25px
}

.post-summary {
    font-family: "Lato";
    font-weight: 400;
    line-height: 19px;
    font-size: 13px;
    text-transform: initial;
    color: #888
}

.main-menu li,.main-menu li>a {
    font-size: 14px;
    text-align: inherit;
    text-transform: none
}

.top-menu.menu>li,.top-menu.menu>li>a,.top-menu.menu>li>a:hover,.topbar .topbar-sign-in {
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
    text-align: inherit;
    text-transform: capitalize
}

.listing-mg-3-item .content-container,.post-summary {
    text-align: inherit
}

.listing-mg-3-item .content-container,.listing-mg-3-item .title {
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 17px;
    text-transform: none
}

.listing-mg-7-item .content-container,.listing-mg-7-item .title {
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 20px;
    text-align: inherit;
    text-transform: none;
    color: #fff
}

.listing-item-blog-5>.item-inner>.title,.listing-item-grid-2 .title {
    font-family: "Noto Sans";
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    text-align: inherit;
    text-transform: none;
    color: #383838
}

.listing-item-blog-5>.item-inner>.title {
    font-size: 18px
}

.listing-item-text-3 .title {
    font-family: "Noto Sans";
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    text-transform: capitalize;
    color: #383838
}

.section-heading .h-text {
    font-family: "Noto Sans";
    font-weight: 700;
    line-height: 30px;
    font-size: 14px;
    text-transform: capitalize
}

.site-footer .copy-footer .container {
    font-family: "Noto Sans";
    font-weight: 400;
    line-height: 18px;
    font-size: 11px
}

.vc_custom_1469982200044 {
    border-top-width: 1px!important;
    border-bottom-width: 1px!important;
    border-top-color: #ebebeb!important;
    border-top-style: solid!important;
    border-bottom-color: #ebebeb!important;
    border-bottom-style: solid!important
}
