body {
    line-height: 1.5;
    color: #555;
    font-family: Lato, sans-serif
}

a {
    text-decoration: none !important;
    color: #1abc9c
}

a:hover {
    color: #222
}

a img {
    border: none
}

img {
    max-width: 100%
}

@media(max-width:1000px) {
  img {
      width: 50%
  }
}

@media(max-width:500px) {
  img {
      width: 40%
  }
}


#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media(min-width:1200px) {
    body:not(.stretched) #wrapper {
        max-width: 1200px
    }
}

@media(min-width:1440px) {
    body:not(.stretched) #wrapper {
        max-width: 1440px
    }
}

@media(min-width:576px) {
    .m-sm-6 {
        margin: 5rem !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 5rem !important
    }
    .me-sm-6,
    .mx-sm-6 {
        margin-right: 5rem !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 5rem !important
    }
    .ms-sm-6,
    .mx-sm-6 {
        margin-left: 5rem !important
    }
    .p-sm-6 {
        padding: 5rem !important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem !important
    }
    .pe-sm-6,
    .px-sm-6 {
        padding-right: 5rem !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem !important
    }
    .ps-sm-6,
    .px-sm-6 {
        padding-left: 5rem !important
    }
}

@media(min-width:768px) {
    .m-md-6 {
        margin: 5rem !important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 5rem !important
    }
    .me-md-6,
    .mx-md-6 {
        margin-right: 5rem !important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 5rem !important
    }
    .ms-md-6,
    .mx-md-6 {
        margin-left: 5rem !important
    }
    .p-md-6 {
        padding: 5rem !important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important
    }
    .pe-md-6,
    .px-md-6 {
        padding-right: 5rem !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important
    }
    .ps-md-6,
    .px-md-6 {
        padding-left: 5rem !important
    }
}

@media(min-width:992px) {
    .m-lg-6 {
        margin: 5rem !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 5rem !important
    }
    .me-lg-6,
    .mx-lg-6 {
        margin-right: 5rem !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 5rem !important
    }
    .ms-lg-6,
    .mx-lg-6 {
        margin-left: 5rem !important
    }
    .p-lg-6 {
        padding: 5rem !important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important
    }
    .pe-lg-6,
    .px-lg-6 {
        padding-right: 5rem !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem !important
    }
    .ps-lg-6,
    .px-lg-6 {
        padding-left: 5rem !important
    }
}

@media(min-width:1200px) {
    .m-xl-6 {
        margin: 5rem !important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 5rem !important
    }
    .me-xl-6,
    .mx-xl-6 {
        margin-right: 5rem !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 5rem !important
    }
    .ms-xl-6,
    .mx-xl-6 {
        margin-left: 5rem !important
    }
    .p-xl-6 {
        padding: 5rem !important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 5rem !important
    }
    .pe-xl-6,
    .px-xl-6 {
        padding-right: 5rem !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 5rem !important
    }
    .ps-xl-6,
    .px-xl-6 {
        padding-left: 5rem !important
    }
}

@media(min-width:1400px) {
    .m-xxl-6 {
        margin: 5rem !important
    }
    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 5rem !important
    }
    .me-xxl-6,
    .mx-xxl-6 {
        margin-right: 5rem !important
    }
    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 5rem !important
    }
    .ms-xxl-6,
    .mx-xxl-6 {
        margin-left: 5rem !important
    }
    .p-xxl-6 {
        padding: 5rem !important
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 5rem !important
    }
    .pe-xxl-6,
    .px-xxl-6 {
        padding-right: 5rem !important
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 5rem !important
    }
    .ps-xxl-6,
    .px-xxl-6 {
        padding-left: 5rem !important
    }
}

[class*=col-]:not([class*=sticky-]):not([class*=position-]) {
    position: relative
}

.col-1-5 {
    flex: 0 0 auto;
    width: 20%
}

@media(min-width:576px) {
    .col-sm-1-5 {
        flex: 0 0 auto;
        width: 20%
    }
}

@media(min-width:768px) {
    .col-md-1-5 {
        flex: 0 0 auto;
        width: 20%
    }
}

@media(min-width:992px) {
    .col-lg-1-5 {
        flex: 0 0 auto;
        width: 20%
    }
}

@media(min-width:1200px) {
    .col-xl-1-5 {
        flex: 0 0 auto;
        width: 20%
    }
}

@media(min-width:1400px) {
    .col-xxl-1-5 {
        flex: 0 0 auto;
        width: 20%
    }
}

.mw-xs {
    max-width: 36rem !important
}

.mw-sm {
    max-width: 48rem !important
}

.mw-md {
    max-width: 64rem !important
}

.mw-lg {
    max-width: 78rem !important
}

.mw-xl {
    max-width: 88rem !important
}

.mw-xxl {
    max-width: 100rem !important
}

.min-vh-75 {
    min-height: 75vh !important
}

.min-vh-60 {
    min-height: 60vh !important
}

.min-vh-50 {
    min-height: 50vh !important
}

.min-vh-40 {
    min-height: 40vh !important
}

.min-vh-25 {
    min-height: 25vh !important
}

.min-vh-0 {
    min-height: 0 !important
}

.vh-75 {
    height: 75vh !important
}

.vh-60 {
    height: 60vh !important
}

.vh-50 {
    height: 50vh !important
}

.vh-40 {
    height: 40vh !important
}

.vh-25 {
    height: 25vh !important
}

.h-60 {
    height: 60% !important
}

.h-40 {
    height: 40% !important
}

.max-vh-100 {
    max-height: 100vh !important
}

.max-vh-75 {
    max-height: 75vh !important
}

.max-vh-60 {
    max-height: 60vh !important
}

.max-vh-50 {
    max-height: 50vh !important
}

.max-vh-40 {
    max-height: 40vh !important
}

.max-vh-25 {
    max-height: 25vh !important
}

.max-vh-none {
    max-height: none !important
}

@media(min-width:576px) {
    .min-vh-sm-100 {
        min-height: 100vh !important
    }
    .min-vh-sm-75 {
        min-height: 75vh !important
    }
    .min-vh-sm-60 {
        min-height: 60vh !important
    }
    .min-vh-sm-50 {
        min-height: 50vh !important
    }
    .min-vh-sm-40 {
        min-height: 40vh !important
    }
    .min-vh-sm-25 {
        min-height: 25vh !important
    }
    .min-vh-sm-0 {
        min-height: 0 !important
    }
    .vh-sm-100 {
        height: 100vh !important
    }
    .vh-sm-75 {
        height: 75vh !important
    }
    .vh-sm-60 {
        height: 60vh !important
    }
    .vh-sm-50 {
        height: 50vh !important
    }
    .vh-sm-40 {
        height: 40vh !important
    }
    .vh-sm-25 {
        height: 25vh !important
    }
    .h-sm-100 {
        height: 100% !important
    }
    .h-sm-75 {
        height: 75% !important
    }
    .h-sm-60 {
        height: 60% !important
    }
    .h-sm-50 {
        height: 50% !important
    }
    .h-sm-40 {
        height: 40% !important
    }
    .h-sm-25 {
        height: 25% !important
    }
    .h-sm-auto {
        height: auto !important
    }
    .max-vh-sm-100 {
        max-height: 100vh !important
    }
    .max-vh-sm-75 {
        max-height: 75vh !important
    }
    .max-vh-sm-60 {
        max-height: 60vh !important
    }
    .max-vh-sm-50 {
        max-height: 50vh !important
    }
    .max-vh-sm-40 {
        max-height: 40vh !important
    }
    .max-vh-sm-25 {
        max-height: 25vh !important
    }
    .max-vh-sm-none {
        max-height: none !important
    }
}

@media(min-width:768px) {
    .min-vh-md-100 {
        min-height: 100vh !important
    }
    .min-vh-md-75 {
        min-height: 75vh !important
    }
    .min-vh-md-60 {
        min-height: 60vh !important
    }
    .min-vh-md-50 {
        min-height: 50vh !important
    }
    .min-vh-md-40 {
        min-height: 40vh !important
    }
    .min-vh-md-25 {
        min-height: 25vh !important
    }
    .min-vh-md-0 {
        min-height: 0 !important
    }
    .vh-md-100 {
        height: 100vh !important
    }
    .vh-md-75 {
        height: 75vh !important
    }
    .vh-md-60 {
        height: 60vh !important
    }
    .vh-md-50 {
        height: 50vh !important
    }
    .vh-md-40 {
        height: 40vh !important
    }
    .vh-md-25 {
        height: 25vh !important
    }
    .h-md-100 {
        height: 100% !important
    }
    .h-md-75 {
        height: 75% !important
    }
    .h-md-60 {
        height: 60% !important
    }
    .h-md-50 {
        height: 50% !important
    }
    .h-md-40 {
        height: 40% !important
    }
    .h-md-25 {
        height: 25% !important
    }
    .h-md-auto {
        height: auto !important
    }
    .max-vh-md-100 {
        max-height: 100vh !important
    }
    .max-vh-md-75 {
        max-height: 75vh !important
    }
    .max-vh-md-60 {
        max-height: 60vh !important
    }
    .max-vh-md-50 {
        max-height: 50vh !important
    }
    .max-vh-md-40 {
        max-height: 40vh !important
    }
    .max-vh-md-25 {
        max-height: 25vh !important
    }
    .max-vh-md-none {
        max-height: none !important
    }
}

@media(min-width:992px) {
    .min-vh-lg-100 {
        min-height: 100vh !important
    }
    .min-vh-lg-75 {
        min-height: 75vh !important
    }
    .min-vh-lg-60 {
        min-height: 60vh !important
    }
    .min-vh-lg-50 {
        min-height: 50vh !important
    }
    .min-vh-lg-40 {
        min-height: 40vh !important
    }
    .min-vh-lg-25 {
        min-height: 25vh !important
    }
    .min-vh-lg-0 {
        min-height: 0 !important
    }
    .vh-lg-100 {
        height: 100vh !important
    }
    .vh-lg-75 {
        height: 75vh !important
    }
    .vh-lg-60 {
        height: 60vh !important
    }
    .vh-lg-50 {
        height: 50vh !important
    }
    .vh-lg-40 {
        height: 40vh !important
    }
    .vh-lg-25 {
        height: 25vh !important
    }
    .h-lg-100 {
        height: 100% !important
    }
    .h-lg-75 {
        height: 75% !important
    }
    .h-lg-60 {
        height: 60% !important
    }
    .h-lg-50 {
        height: 50% !important
    }
    .h-lg-40 {
        height: 40% !important
    }
    .h-lg-25 {
        height: 25% !important
    }
    .h-lg-auto {
        height: auto !important
    }
    .max-vh-lg-100 {
        max-height: 100vh !important
    }
    .max-vh-lg-75 {
        max-height: 75vh !important
    }
    .max-vh-lg-60 {
        max-height: 60vh !important
    }
    .max-vh-lg-50 {
        max-height: 50vh !important
    }
    .max-vh-lg-40 {
        max-height: 40vh !important
    }
    .max-vh-lg-25 {
        max-height: 25vh !important
    }
    .max-vh-lg-none {
        max-height: none !important
    }
}

@media(min-width:1200px) {
    .min-vh-xl-100 {
        min-height: 100vh !important
    }
    .min-vh-xl-75 {
        min-height: 75vh !important
    }
    .min-vh-xl-60 {
        min-height: 60vh !important
    }
    .min-vh-xl-50 {
        min-height: 50vh !important
    }
    .min-vh-xl-40 {
        min-height: 40vh !important
    }
    .min-vh-xl-25 {
        min-height: 25vh !important
    }
    .min-vh-xl-0 {
        min-height: 0 !important
    }
    .vh-xl-100 {
        height: 100vh !important
    }
    .vh-xl-75 {
        height: 75vh !important
    }
    .vh-xl-60 {
        height: 60vh !important
    }
    .vh-xl-50 {
        height: 50vh !important
    }
    .vh-xl-40 {
        height: 40vh !important
    }
    .vh-xl-25 {
        height: 25vh !important
    }
    .h-xl-100 {
        height: 100% !important
    }
    .h-xl-75 {
        height: 75% !important
    }
    .h-xl-60 {
        height: 60% !important
    }
    .h-xl-50 {
        height: 50% !important
    }
    .h-xl-40 {
        height: 40% !important
    }
    .h-xl-25 {
        height: 25% !important
    }
    .h-xl-auto {
        height: auto !important
    }
    .max-vh-xl-100 {
        max-height: 100vh !important
    }
    .max-vh-xl-75 {
        max-height: 75vh !important
    }
    .max-vh-xl-60 {
        max-height: 60vh !important
    }
    .max-vh-xl-50 {
        max-height: 50vh !important
    }
    .max-vh-xl-40 {
        max-height: 40vh !important
    }
    .max-vh-xl-25 {
        max-height: 25vh !important
    }
    .max-vh-xl-none {
        max-height: none !important
    }
}

@media(min-width:1400px) {
    .min-vh-xxl-100 {
        min-height: 100vh !important
    }
    .min-vh-xxl-75 {
        min-height: 75vh !important
    }
    .min-vh-xxl-60 {
        min-height: 60vh !important
    }
    .min-vh-xxl-50 {
        min-height: 50vh !important
    }
    .min-vh-xxl-40 {
        min-height: 40vh !important
    }
    .min-vh-xxl-25 {
        min-height: 25vh !important
    }
    .min-vh-xxl-0 {
        min-height: 0 !important
    }
    .vh-xxl-100 {
        height: 100vh !important
    }
    .vh-xxl-75 {
        height: 75vh !important
    }
    .vh-xxl-60 {
        height: 60vh !important
    }
    .vh-xxl-50 {
        height: 50vh !important
    }
    .vh-xxl-40 {
        height: 40vh !important
    }
    .vh-xxl-25 {
        height: 25vh !important
    }
    .h-xxl-100 {
        height: 100% !important
    }
    .h-xxl-75 {
        height: 75% !important
    }
    .h-xxl-60 {
        height: 60% !important
    }
    .h-xxl-50 {
        height: 50% !important
    }
    .h-xxl-40 {
        height: 40% !important
    }
    .h-xxl-25 {
        height: 25% !important
    }
    .h-xxl-auto {
        height: auto !important
    }
    .max-vh-xxl-100 {
        max-height: 100vh !important
    }
    .max-vh-xxl-75 {
        max-height: 75vh !important
    }
    .max-vh-xxl-60 {
        max-height: 60vh !important
    }
    .max-vh-xxl-50 {
        max-height: 50vh !important
    }
    .max-vh-xxl-40 {
        max-height: 40vh !important
    }
    .max-vh-xxl-25 {
        max-height: 25vh !important
    }
    .max-vh-xxl-none {
        max-height: none !important
    }
}

#map-overlay {
    position: relative;
    padding: 100px 0
}

#map-overlay .gmap {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

#content .cse .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-control-cse,
#content .gsc-result,
#content .gsc-table-result,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-webResult {
    padding: 0 !important
}

#content .gsc-selected-option-container {
    width: auto !important
}

#content .gsc-result-info {
    padding-left: 0 !important
}

#content .gsc-above-wrapper-area-container,
#content .gsc-table-result {
    margin-bottom: 10px
}

#content .gcsc-branding {
    display: none
}

#content .gsc-results,
#content .gsc-webResult {
    width: 100% !important
}

#content .gs-error-result .gs-snippet,
#content .gs-no-results-result .gs-snippet {
    margin: 0 !important
}

.titular-title {
    font-weight: 500;
    letter-spacing: -1px
}

h1.titular-title {
    font-size: 52px
}

h2.titular-title {
    font-size: 44px
}

h3.titular-title {
    font-size: 32px
}

.titular-sub-title {
    margin: 0;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 16px;
    text-transform: uppercase
}

.titular-title+.titular-sub-title {
    margin-top: -25px;
    margin-bottom: 30px
}

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #1abc9c;
    margin-bottom: 30px
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #1abc9c;
    text-align: right
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
    margin-bottom: 0
}

.title-block>span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300
}

.title-block h1+span,
.title-block h2+span {
    font-size: 20px
}

.title-block h3+span {
    font-size: 18px
}

.title-block h4+span {
    font-size: .9375px
}

.heading-block {
    margin-bottom: 50px
}

.emphasis-title h1,
.emphasis-title h2,
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333
}

.emphasis-title h1,
.emphasis-title h2 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

.heading-block h1 {
    font-size: 32px
}

.heading-block h2 {
    font-size: 30px
}

.heading-block h3 {
    font-size: 28px
}

.heading-block h4 {
    font-size: 20px;
    font-weight: 700
}

.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777
}

.heading-block .before-heading {
    margin-bottom: 7px
}

.center .heading-block>span,
.heading-block.center>span,
.heading-block.text-center>span,
.text-center .heading-block>span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:768px) {
    .text-md-start .heading-block>span {
        max-width: none !important
    }
}

.heading-block h1+span {
    font-size: 24px
}

.heading-block h2+span {
    font-size: 20px
}

.heading-block h3+span,
.heading-block h4+span {
    font-size: 20px
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444
}

.center .heading-block::after,
.heading-block.center::after,
.heading-block.text-center::after,
.text-center .heading-block::after {
    margin: 30px auto 0
}

@media(min-width:768px) {
    .text-md-start .heading-block::after {
        margin-left: 0 !important
    }
}

.heading-block.text-end,
.heading-block.title-right,
.text-end .heading-block {
    direction: rtl
}

.heading-block.border-0::after,
.heading-block.border-bottom-0::after {
    display: none
}

.heading-block.border-color::after {
    border-color: #1abc9c
}

.emphasis-title {
    margin: 0 0 50px
}

.emphasis-title h1,
.emphasis-title h2 {
    font-size: 64px;
    letter-spacing: -2px
}

.emphasis-title h1 strong,
.emphasis-title h2 strong {
    font-weight: 700
}

.fancy-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    margin-bottom: 0
}

.fancy-title::after,
.fancy-title::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 3px double #e5e5e5
}

.fancy-title::before {
    display: none;
    margin-right: .75rem
}

.fancy-title::after {
    margin-left: .75rem
}

.title-border::after,
.title-border::before {
    border-top-width: 1px;
    border-top-style: solid
}

.title-border-color::after,
.title-border-color::before {
    border-top: 1px solid #1abc9c !important
}

.title-center::before {
    display: block
}

.title-right::before {
    display: block
}

.title-right::after {
    display: none
}

.title-bottom-border::after,
.title-bottom-border::before {
    display: none
}

.title-bottom-border h1,
.title-bottom-border h2,
.title-bottom-border h3,
.title-bottom-border h4,
.title-bottom-border h5,
.title-bottom-border h6 {
    width: 100%;
    padding: 0 0 .75rem;
    border-bottom: 2px solid #1abc9c
}

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-family: 'pt serif', serif;
    font-style: italic;
    font-weight: 400;
    color: #999
}

@media(max-width:767.98px) {
    .title-block h1+span {
        font-size: 18px
    }
    .title-block h2+span {
        font-size: 17px
    }
    .title-block h3+span {
        font-size: 15px
    }
    .title-block h4+span {
        font-size: 13px
    }
    .heading-block h1 {
        font-size: 30px
    }
    .heading-block h2 {
        font-size: 26px
    }
    .heading-block h3 {
        font-size: 22px
    }
    .heading-block h4 {
        font-size: 19px
    }
    .heading-block h1+span {
        font-size: 20px
    }
    .heading-block h2+span {
        font-size: 18px
    }
    .heading-block h3+span,
    .heading-block h4+span {
        font-size: 17px
    }
    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 44px !important
    }
}

.divider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin: 3rem auto;
    color: #e5e5e5;
    width: 100%
}

.divider.divider-margin-lg {
    margin: 5rem auto
}

.divider::after,
.divider::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 1px;
    background-color: #eee
}

.divider::before {
    display: none;
    margin-right: .5rem
}

.divider::after {
    margin-left: .5rem
}

.divider.divider-thick::after,
.divider.divider-thick::before {
    height: 3px
}

.divider.divider-sm {
    width: 55%
}

.divider.divider-xs {
    width: 35%
}

.divider a,
.divider i,
.divider-text {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    max-width: 100%;
    line-height: 1;
    font-size: 18px !important;
    text-align: center
}

.divider a,
.divider-text {
    width: auto;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.divider a:hover {
    color: #888
}

.divider.divider-right::before {
    display: block
}

.divider.divider-right::after {
    display: none
}

.divider.divider-center::before {
    display: block
}

.divider.divider-border i,
.divider.divider-rounded i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #bbb;
    background-color: #f5f5f5;
    border-radius: 50%
}

.divider.divider-border::after,
.divider.divider-border::before,
.divider.divider-rounded::after,
.divider.divider-rounded::before {
    margin-left: 0;
    margin-right: 0
}

.divider.divider-border {
    color: #e5e5e5
}

.divider.divider-border i {
    line-height: 38px;
    background-color: transparent;
    border: 1px solid #eee
}

.divider.divider-line::after,
.divider.divider-line::before {
    margin-left: 0;
    margin-right: 0
}

.top-advert {
    padding: 5px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.top-advert a,
.top-advert img {
    display: block
}

.bnews-title {
    display: block;
    float: left;
    margin-top: 2px;
    padding-top: .3em;
    text-transform: uppercase
}

.bnews-slider {
    float: left;
    width: 970px;
    margin-left: 20px;
    min-height: 0
}

#gotoTop {
    display: none;
    z-index: 599;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, .3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear
}

.stretched #gotoTop {
    bottom: 30px
}

#gotoTop:hover {
    background-color: #1abc9c
}

.read-more-wrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
}

.read-more-wrap .read-more-mask {
    position: absolute;
    z-index: 9;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    height: 35%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff)
}

.read-more-trigger {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.read-more-trigger i {
    position: relative;
    top: 1px;
    margin-left: 3px
}

.read-more-wrap .read-more-trigger {
    position: absolute;
    display: block !important;
    z-index: 10;
    top: auto;
    bottom: 5px;
    left: 5px;
    margin: 0 !important
}

.read-more-wrap .read-more-trigger-center {
    left: 50%;
    transform: translateX(-50%)
}

.read-more-wrap .read-more-trigger-right {
    left: auto;
    right: 5px
}

.gdpr-settings {
    position: fixed;
    max-width: calc(100vw - 2rem);
    max-height: 60vh;
    overflow-y: scroll;
    margin-bottom: 1rem;
    border-radius: 4px;
    top: auto;
    bottom: 0;
    left: 1rem;
    opacity: 0;
    padding: 3rem;
    z-index: 999;
    background-color: #eee;
    transition: all .3s ease
}

.gdpr-settings-sm {
    max-width: 30rem;
    margin-right: 1rem
}

.gdpr-settings-sm.gdpr-settings-right {
    left: auto;
    right: 1rem;
    margin-right: 0;
    margin-left: 1rem
}

@media(min-width:768px) {
    .gdpr-settings {
        max-height: none;
        overflow: auto
    }
}

.gdpr-settings.dark {
    background-color: #111
}

.gdpr-container {
    position: relative;
    height: auto
}

.gdpr-blocked-message {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.gdpr-blocked-message a {
    text-decoration: underline !important
}

.gdpr-container:not(.gdpr-content-active) {
    min-height: 250px
}

.gdpr-container.gdpr-content-active {
    min-height: 0 !important
}

.gdpr-container.gdpr-content-active .gdpr-blocked-message {
    display: none
}

.error404 {
    display: block;
    font-size: 18vw;
    font-weight: 700;
    color: #ddd;
    line-height: 1;
    letter-spacing: 4px
}

.error404-wrap .container {
    z-index: 7
}

.error404-wrap .error404 {
    line-height: .9;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 19vw;
    color: #fff !important;
    opacity: .2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .4)
}

.error404-wrap .heading-block h4 {
    font-weight: 300;
    margin-bottom: 8px
}

.error404-wrap .heading-block span {
    font-size: 18px
}

.error404-wrap form {
    max-width: 500px
}

.landing-wide-form {
    background: rgba(0, 0, 0, .3);
    padding: 30px;
    border-radius: 3px
}

.landing-form-overlay {
    position: absolute;
    z-index: 10;
    top: auto;
    left: auto;
    right: 0;
    bottom: -154px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 3px 3px 0 0
}

.landing-video {
    z-index: 1;
    width: 560px;
    height: 315px;
    margin: 22px 0 0 95px;
    overflow: hidden
}

.landing-promo h3 {
    font-size: 28px
}

.landing-promo>.container>span {
    font-size: 18px
}

.form-process,
.preloader,
.preloader2 {
    display: block;
    width: 100%;
    height: 100%;
    background: center center no-repeat #fff
}

.preloader2 {
    background-color: transparent
}

.form-process {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: transparent
}

.form-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .7;
    z-index: -1
}


@media(min-width:992px) {
    .sticky-footer #content,
    .sticky-footer #page-submenu,
    .sticky-footer #page-title,
    .sticky-footer #slider:not(.slider-parallax-invisible) {
        z-index: 2
    }
    .sticky-footer #content {
        transform: translate3d(0, 0, 0)
    }
    .sticky-footer #footer {
        position: sticky;
        top: auto;
        bottom: 0;
        left: 0
    }
}
