* {
    font-family: 'Lato'
}

.big-wrapper {
    overflow: hidden;
    margin-top: 140px
}

.wrapper {
    margin: 0 -30px
}

.row {
    font-size: 0
}

.row.row-padding-top {
    padding-top: 45px
}

.container .container {
    padding-left: 0;
    padding-right: 0
}

.vertical-align-middle {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.clear {
    clear: both
}

@media (max-width: 767px) {
    .container {
        margin:0 30px;
        padding-left: 0;
        padding-right: 0
    }

    .vertical-align-middle {
        display: block;
        float: none
    }

    .row.row-padding-top {
        padding-top: 30px
    }

    .row.content-block {
        margin: 0 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid .container,.container .container {
        width:100%;
        max-width: 720px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-fluid .container,.container .container {
        width:100%;
        max-width: 940px
    }

    .col-md-8.with-additional-padding-left > * {
        padding-left: 20px
    }

    .col-md-8.with-additional-padding-left > ul,.col-md-8.with-additional-padding-left > ol {
        margin-left: 20px
    }
}

@media (min-width: 1200px) {
    .container-fluid .container,.container .container {
        width:100%;
        max-width: 1140px
    }

    .col-md-8.with-additional-padding-left > * {
        padding-left: 20px
    }

    .col-md-8.with-additional-padding-left > ul,.col-md-8.with-additional-padding-left > ol {
        margin-left: 20px
    }
}

h1 {
    font-family: 'Poppins';
    color: #a12944;
    font-weight: 600;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: -1px
}

h2 {
    font-family: 'Poppins';
    color: #a12944;
    font-weight: 600;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: -1px
}

h2.title {
    font-size: 42px
}

h3 {
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: -1px
}

h3.title {
    color: #a12944;
    font-size: 34px
}

h4,h4 a {
    font-family: 'Poppins';
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: -1px
}

h4 a {
    margin-bottom: 0;
    text-decoration: none
}

h5 {
    font-family: 'Poppins';
    font-size: 17px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1;
    font-weight: 600
}

h6 {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1;
    font-weight: 400
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: none;
    color: #000
}

ul,ol {
    margin-bottom: 30px
}

a {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: #a12944
}

p,ul li,ol li {
    font-size: 16px;
    font-weight: 300;
    color: #818181;
    line-height: 1.8em;
    margin-bottom: 30px;
    font-style: normal
}

p:last-child,ul:last-child,ol:last-child,ul li,ol li {
    margin-bottom: 0
}

p.important {
    font-weight: 700;
    color: #000
}

p a {
    color: #000;
    text-decoration: underline
}

p a:hover {
    color: #a12944;
    text-decoration: none
}

span.divider {
    display: inline-block;
    margin: 0 5px
}

img {
    max-width: 100%
}

blockquote {
    border: none;
    padding: 15px 0 0 100px;
    margin: 0 0 30px;
    position: relative
}

blockquote:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    color: #a12944;
    font-size: 72px;
    position: absolute;
    top: 0;
    left: 0
}

blockquote p {
    font-style: italic;
    font-size: 22px;
    color: #868686;
    font-weight: 400;
    line-height: 1.4em
}

.line {
    height: 4px;
    background: #a12944;
    width: 50px
}

@media (max-width: 430px) {
    h4 a {
        word-wrap:break-word
    }
}

@media (max-width: 767px) {
    h1 {
        font-size:32px
    }

    h2.title {
        font-size: 30px
    }

    h3.title {
        color: #a12944;
        font-size: 30px
    }

    .line {
        margin-bottom: 30px
    }

    blockquote {
        padding: 0;
        margin: 0 0 30px
    }

    blockquote:before {
        font-size: 48px;
        position: static;
        float: left;
        margin-right: 21px;
        margin-top: -9px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h2.title,h3.title {
        margin-bottom:45px
    }

    .line {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    p.important {
        font-size:20px
    }

    h2.title,h3.title {
        margin-bottom: 55px
    }
}

@media (min-width: 1200px) {
    p.important {
        font-size:20px
    }

    h2.title,h3.title {
        margin-bottom: 55px
    }
}

form {
    font-size: 0;
    position: relative
}

form input[type="text"],form input[type="email"],form input[type="password"],form input[type="url"],form input[type="tel"],form input[type="number"],form input[type="date"],form textarea {
    display: block;
    width: 100%;
    border: 2px solid #dedee4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 21px;
    height: 53px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    margin-bottom: 10px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none
}

form textarea {
    padding: 16px 21px
}

form input[type="date"] {
    height: auto;
    max-height: 53px;
    min-height: 53px;
    padding: 17px 21px 18px;
    background: transparent
}

form .date-field {
    display: block;
    line-height: 1;
    font-size: 0;
    position: relative
}

form .date-field .date-field-icon {
    width: 49px;
    height: 49px;
    top: 2px;
    left: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    background: #f7f7f7;
    text-align: center;
    position: absolute
}

form .date-field .date-field-icon i {
    font-size: 18px;
    display: block;
    padding-top: 15px;
    color: #868686
}

form .date-field input[type="date"] {
    padding-left: 64px
}

form input[type="text"]:last-child,form input[type="email"]:last-child,form input[type="password"]:last-child,form input[type="url"]:last-child,form input[type="tel"]:last-child,form input[type="number"]:last-child,form input[type="date"]:last-child,form textarea:last-child {
    margin-bottom: 0
}

form textarea {
    height: 150px
}

form input[type="text"]:hover,form input[type="email"]:hover,form input[type="password"]:hover,form input[type="url"]:hover,form input[type="tel"]:hover,form input[type="number"]:hover,form input[type="date"]:hover,form textarea:hover,form .select:hover {
    border-color: #d0d0d8
}

form input[type="text"]:focus,form input[type="email"]:focus,form input[type="password"]:focus,form input[type="url"]:focus,form input[type="tel"]:focus,form input[type="number"]:focus,form input[type="date"]:focus,form textarea:focus {
    border-color: #a12944
}

form .select {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    margin-bottom: 15px;
    line-height: 1;
    border: 2px solid #dedee4;
    background: #fff;
    -webkit-transition: all .1s linear;
    -moz-transition: border .1s linear;
    transition: border .1s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

form .select:after {
    width: 49px;
    height: 47px;
    padding-top: 15px;
    top: 1px;
    right: 1px;
    content: '\f107';
    font-family: 'FontAwesome';
    color: #ddd;
    font-size: 18px;
    text-align: center;
    position: absolute;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #f5f5f5;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

form .select select {
    display: block;
    position: relative;
    z-index: 1000;
    margin: 0;
    width: 100%;
    padding: 17.5px 60px 17.5px 21px;
    border: none;
    background: transparent;
    outline: none;
    color: #868686;
    font-weight: 400;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none
}

form .select:hover:after {
    color: #313131
}

form .search-field {
    display: block;
    position: relative
}

form .search-field input[type="text"] {
    margin-bottom: 0
}

form .search-field button[type="submit"] {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 46px;
    height: 49px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none
}

form .search-field button[type="submit"] i {
    font-size: 15px;
    color: #d9d9d9
}

form .search-field input[type="text"] {
    padding-right: 46px
}

form .checkbox-box {
    cursor: pointer;
    display: block;
    line-height: 1;
    min-height: 53px;
    margin-bottom: 15px;
    padding-top: 10px
}

form .checkbox-box .checkbox-label {
    font-size: 14px;
    line-height: 1.6em;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 16px;
    width: auto
}

form .checkbox-box .checkbox-status {
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    position: relative;
    z-index: 2;
    border: 2px solid #dedee4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

form .checkbox-box .checkbox-status:hover {
    border-color: #d0d0d8
}

form .checkbox-box .checkbox-status i.fa-check {
    font-size: 16px;
    text-align: center;
    display: block;
    padding-top: 6px;
    padding-left: 2px;
    color: #a12944
}

form input[type="text"].error,form input[type="email"].error,form input[type="password"].error,form input[type="url"].error,form input[type="tel"].error,form input[type="number"].error,form input[type="date"].error,form textarea.error,form .select.error,form .checkbox-box.error .checkbox-status {
    border-color: #e73a30
}

form .form-send {
    margin-top: 20px
}

form p.two-fields-inline {
    font-size: 0;
    margin: 0
}

form .thanks-lay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(227,230,237,0.9);
    z-index: 300;
    display: none;
    font-size: 0
}

form .thanks-lay .thanks-lay-helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

form .thanks-lay .thanks-lay-content {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6em;
    color: #313131;
    text-align: center;
    margin: 0 45px;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle
}

form .thanks-lay .thanks-lay-content .thanks-lay-icon {
    width: 40px;
    height: 40px;
    padding-top: 11px;
    background: #a12944;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 22.5px
}

form .thanks-lay .thanks-lay-content .thanks-lay-content-not-sent .thanks-lay-icon {
    background: #e73a30
}

form .thanks-lay .thanks-lay-content .thanks-lay-icon i {
    color: #fff;
    font-size: 18px;
    display: block
}

form .thanks-lay .thanks-lay-content .thanks-lay-icon i.fa-check {
    padding-top: 1px;
    padding-left: 2px
}

form .thanks-lay .thanks-lay-content .thanks-lay-close {
    display: block;
    margin-top: 22.5px;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer
}

form .thanks-lay .thanks-lay-content .thanks-lay-close:hover {
    text-decoration: none
}

form .thanks-lay .thanks-lay-content .thanks-lay-content-sent,form .thanks-lay .thanks-lay-content .thanks-lay-content-not-sent {
    display: none
}

@media (max-width: 767px) {
    form p.two-fields-inline {
        margin-bottom:10px
    }

    form p.two-fields-inline input,form p.two-fields-inline .select {
        display: block
    }

    form .checkbox-box .checkbox-label {
        padding: 0 0 0 16px;
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px)
    }

    form .checkbox-box .checkbox-label br {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    form p.two-fields-inline input,form p.two-fields-inline .select {
        display:inline-block;
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px)
    }

    form p.two-fields-inline :first-child {
        margin-right: 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    form p.two-fields-inline input,form p.two-fields-inline .select {
        display:inline-block;
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px)
    }

    form p.two-fields-inline :first-child {
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    form p.two-fields-inline input,form p.two-fields-inline .select {
        display:inline-block;
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px)
    }

    form p.two-fields-inline :first-child {
        margin-right: 10px
    }
}

.button {
    text-decoration: none;
    outline: none;
    border: 2px solid #e5e5e5;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-family: 'Poppins';
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    padding: 18px 26px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative
}

.button span {
    position: relative;
    z-index: 10;
    display: block
}

.button:hover {
    text-decoration: none;
    color: #fff
}

.button:hover i,.button.button-color i {
    color: rgba(255,255,255,0.5)
}

.button:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 0;
    -webkit-height: calc(100% + 4px);
    -moz-height: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background: #a12944;
    border-color: #a12944;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.button:hover:after {
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px)
}

.button span,.button span i {
    margin: 0!important
}

.button i {
    padding-left: 15px;
    color: #ccc
}

.button.button-fill {
    border-color: #f8f8f8;
    background: #f8f8f8
}

.button.button-color {
    border-color: #a12944;
    background: #a12944;
    color: #fff
}

.button.button-color:after {
    background: #ab334e;
    border-color: #ab334e
}

@media (max-width: 430px) {
    .button i {
        padding-left:0;
        display: block;
        padding-top: 10px
    }
}

.images {
    font-size: 0;
    position: relative;
    margin-bottom: 45px
}

.images .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.images .navigation {
    position: absolute;
    width: 100%;
    bottom: 22.5px;
    left: 22.5px;
    z-index: 300;
    list-style: none;
    margin: 0;
    padding: 0
}

.images .navigation li {
    display: inline-block;
    margin-right: 10px
}

.images .navigation li:last-child {
    margin-right: 0
}

.images .navigation li .circle {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.4);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.images .navigation li.active .circle,.images .navigation li:hover .circle {
    background: #fff
}

.images .image-for-video {
    cursor: pointer
}

.images .image-for-video .video {
    position: absolute;
    top: 45px;
    left: 45px
}

.images .image-for-video .video i {
    font-size: 43px;
    color: #fff;
    text-shadow: 0 4px 18px rgba(0,0,0,0.15)
}

.images .image .blog-post-date {
    position: absolute;
    width: 70px;
    background: #fff;
    top: 20px;
    left: 20px;
    padding: 13px;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.images .image .blog-post-date .day {
    display: block;
    font-family: 'Poppins';
    font-weight: 300;
    color: #bebebe;
    font-size: 36px
}

.images .image .blog-post-date .rest {
    display: block;
    font-family: 'Poppins';
    font-weight: 300;
    color: #bebebe;
    font-size: 18px
}

@media (max-width: 430px) {
    .images {
        height:260px;
        margin-bottom: 30px
    }

    .images.images-long {
        height: 260px
    }

    .images .image .blog-post-date {
        width: 60px;
        padding: 10px
    }

    .images .image .blog-post-date .day {
        font-size: 30px
    }

    .images .image .blog-post-date .rest {
        font-size: 14px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    .images {
        height:260px;
        margin-bottom: 30px
    }

    .images.images-long {
        height: 310px
    }

    .images .image .blog-post-date {
        width: 60px;
        padding: 10px
    }

    .images .image .blog-post-date .day {
        font-size: 30px
    }

    .images .image .blog-post-date .rest {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .images {
        height:350px;
        margin-bottom: 30px
    }

    .images.images-long {
        height: 310px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .images {
        height:210px
    }

    .images.images-long {
        height: 310px
    }
}

@media (min-width: 1200px) {
    .images {
        height:240px
    }

    .images.images-long {
        height: 348px
    }
}

.image-caption {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
    margin: 0!important
}

.image-caption .image-caption-icon {
    width: 46px;
    height: 46px;
    background: rgba(19,42,60,0.82);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: -23px!important;
    margin-top: -23px;
    font-size: 16px;
    text-align: center;
    padding-top: 11px;
    color: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.image-caption .image-caption-icon i {
    margin: 0!important
}

:hover > .image-caption {
    opacity: 1
}

:hover > .image-caption .image-caption-icon {
    top: 50%
}

.slider-navigation-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 500
}

.slider-navigation-dots li {
    display: block;
    margin: 7px 0
}

.slider-navigation-dots li:first-child {
    margin-top: 0
}

.slider-navigation-dots li:last-child {
    margin-bottom: 0
}

.slider-navigation-dots li .slider-navigation-dot {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #fff;
    display: block;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.slider-navigation-dots li .slider-navigation-dot.slider-navigation-dot-active,.slider-navigation-dots li .slider-navigation-dot:hover {
    background-color: #fff
}

@media (max-width: 767px) {
    .slider-navigation-dots {
        right:30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-navigation-dots {
        right:50px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-navigation-dots {
        right:50px
    }
}

@media (min-width: 1200px) {
    .slider-navigation-dots {
        right:50px
    }
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999
}

#loader .loader-spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background: #a12944;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    -moz-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0.0)
    }

    100% {
        -moz-transform: scale(1.0);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0)
    }

    100% {
        transform: scale(1.0);
        opacity: 0
    }
}

header.header-bar {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1040;
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.15);
    box-shadow: 0 0 7px rgba(0,0,0,0.15)
}

header.header-bar .logo-middle-helper {
    width: 0
}

header.header-bar a.logo,header.header-bar .logo-middle-helper {
    display: inline-block;
    vertical-align: middle
}

header.header-bar,header.header-bar .logo-middle-helper {
    height: 140px
}

header.header-bar .header-bar-top {
    text-align: right;
    border-bottom: 1px solid #f5f5f5
}

header.header-bar .header-bar-top .header-bar-top-element {
    display: inline-block;
    position: relative;
    padding: 25px 0 25px 12px;
    line-height: 1
}

header.header-bar .header-bar-top .header-bar-top-element,header.header-bar .header-bar-top .header-bar-top-element a,header.header-bar .header-bar-top .header-bar-top-element.languages-switcher .current-language {
    color: #a09f9f;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    text-decoration: none
}

header.header-bar .header-bar-top .header-bar-top-element:not(.languages-switcher):after {
    content: '\b7';
    color: #d0d0d0;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    display: inline-block;
    padding-left: 17px
}

header.header-bar .header-bar-top .header-bar-top-element a {
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s
}

header.header-bar .header-bar-top .header-bar-top-element a:hover {
    color: #a12944
}

header.header-bar .header-bar-top .header-bar-top-element i.fa-caret-down {
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
    vertical-align: middle;
    margin-top: -2px
}

header.header-bar .header-bar-top .header-bar-top-element.languages-switcher {
    cursor: pointer
}

header.header-bar .header-bar-top .header-bar-top-element.languages-switcher:hover .current-language {
    color: #a12944
}

header.header-bar .header-bar-top .header-bar-top-element.languages-switcher .languages-switcher-list {
    position: absolute;
    padding: 0;
    margin: 0;
    min-width: -webkit-calc(100% + 40px);
    min-width: -moz-calc(100% + 40px);
    min-width: calc(100% + 40px);
    left: 0;
    top: 63px;
    z-index: 1000;
    display: none
}

header.header-bar .header-bar-top .header-bar-top-element.languages-switcher:hover .languages-switcher-list {
    display: block;
    margin: 0;
    padding: 0
}

header.header-bar .header-bar-top .header-bar-top-element.languages-switcher .languages-switcher-list li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e85922;
    background: #a12944;
    line-height: 1
}

header.header-bar .header-bar-top .header-bar-top-element.languages-switcher .languages-switcher-list li a {
    display: block;
    padding: 15px 16px;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    text-decoration: none
}

header.header-bar .header-bar-top .header-bar-top-element.languages-switcher .languages-switcher-list li a:hover {
    color: #fff
}

header.header-bar .header-bar-top .header-bar-top-element.languages-switcher .languages-switcher-list li:last-child {
    border-bottom: none
}

header.header-bar .header-bar-bottom .menu {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
    line-height: 1
}

header.header-bar .header-bar-bottom .menu li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    line-height: 1
}

header.header-bar .header-bar-bottom .menu > li:last-child a {
    padding-right: 0
}

header.header-bar .header-bar-bottom .menu li a {
    text-decoration: none;
    color: #4d4d4d;
    font-family: 'Poppins';
    text-transform: uppercase;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    display: block;
    padding: 32px 12px 31px
}

header.header-bar .header-bar-bottom .menu > li > a > i.fa.fa-caret-down {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px
}

header.header-bar .header-bar-bottom .menu li.current-menu-item a,header.header-bar .header-bar-bottom .menu li.current-menu-parent a,header.header-bar .header-bar-bottom .menu li.current-menu-ancestor a,header.header-bar .header-bar-bottom .menu li:hover a {
    color: #a12944
}

header.header-bar .header-bar-bottom .menu .sub-menu {
    position: absolute;
    width: 200px;
    left: 10px;
    text-align: left;
    padding: 0;
    display: none
}

header.header-bar .header-bar-bottom .menu li:hover > .sub-menu {
    display: block
}

header.header-bar .header-bar-bottom .menu .sub-menu li {
    display: block;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e85922;
    background: #a12944;
    line-height: 1;
    padding: 0
}

header.header-bar .header-bar-bottom .menu .sub-menu li:last-child {
    border-bottom: none
}

header.header-bar .header-bar-bottom .menu .sub-menu .sub-menu {
    left: -200px;
    top: 0
}

header.header-bar .header-bar-bottom .menu .sub-menu li a {
    text-transform: none;
    color: rgba(255,255,255,0.8);
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    display: block;
    padding: 15px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    text-decoration: none
}

header.header-bar .header-bar-bottom .menu .sub-menu li:hover > a,header.header-bar .header-bar-bottom .menu .sub-menu li.current-menu-item a {
    color: #fff
}

header.header-bar .header-bar-bottom .menu .sub-menu > li > a > i.fa.fa-caret-left {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px
}

header.header-bar .responsive-menu-button {
    position: absolute;
    font-size: 24px;
    right: 15px;
    top: -87px;
    cursor: pointer
}

header.header-bar .responsive-menu-button i {
    color: #a12944;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

header.header-bar .responsive-menu-button:hover i {
    color: #000
}

@media (max-width: 767px) {
    header.header-bar .header-bar-top,header.header-bar .header-bar-bottom {
        display:none
    }

    header.header-bar .container .row {
        margin-left: 0;
        margin-right: 0
    }

    header.header-bar .col-md-3 {
        padding-left: 0;
        padding-right: 0
    }

    header.header-bar .responsive-menu-button {
        right: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header.header-bar .header-bar-top,header.header-bar .header-bar-bottom {
        display:none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.header-bar .responsive-menu-button {
        display:none
    }
}

@media (min-width: 1200px) {
    header.header-bar .header-bar-top {
        margin-left:120px
    }

    header.header-bar .responsive-menu-button {
        display: none
    }
}

.responsive-menu-content {
    width: 300px;
    background: #132a3c;
    position: fixed;
    z-index: 99999;
    height: 100%;
    top: 0;
    right: -300px;
    display: none;
    overflow-y: scroll
}

.responsive-menu-content ul.menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.responsive-menu-content ul.menu i {
    display: none
}

.responsive-menu-content ul.menu li {
    border-bottom: 1px solid #1c3142;
    list-style: none
}

.responsive-menu-content ul.menu li:last-child {
    border-bottom: 0
}

.responsive-menu-content ul.menu li a {
    color: #D3D1E8;
    padding: 15px;
    display: block;
    font-size: 13px;
    text-decoration: none
}

.responsive-menu-content ul.menu li a:hover,.responsive-menu-content ul.menu li.current-menu-item > a {
    color: #fff
}

.responsive-menu-content ul.menu li ul.sub-menu {
    margin-left: 0;
    padding: 0
}

.responsive-menu-content ul.menu li ul.sub-menu li a:before {
    content: '-';
    display: inline-block;
    padding-right: 10px
}

.responsive-menu-content ul.menu li ul.sub-menu li ul.sub-menu li a:before {
    content: '-';
    display: inline-block;
    padding-right: 10px;
    padding-left: 17px
}

.responsive-menu-content ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:before {
    content: '-';
    display: inline-block;
    padding-right: 10px;
    padding-left: 34px
}

.responsive-menu-content ul.menu li ul.sub-menu li:first-child {
    border-top: 1px solid #1c3142
}

.responsive-menu-content ul.menu li ul.sub-menu li:last-child {
    border-bottom: 0
}

.responsive-menu-content ul.menu li:last-child {
    border-bottom: 1px solid #1c3142
}

.responsive-menu-content .header-bar-top-element {
    border-bottom: 1px solid #1c3142;
    padding: 15px
}

.responsive-menu-content .header-bar-top-element:last-child {
    border-bottom: none
}

.responsive-menu-content .header-bar-top-element,.responsive-menu-content .header-bar-top-element a {
    color: #D3D1E8;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7em
}

.responsive-menu-content .header-bar-top-element a {
    text-decoration: none
}

.responsive-menu-content .header-bar-top-element a:hover {
    color: #fff
}

.responsive-menu-content .header-bar-top-element i {
    margin-right: 15px;
    opacity: .6;
    width: 12px
}

.responsive-menu-content .header-bar-top-element.languages-switcher .languages-switcher-list {
    padding: 0;
    margin: 0
}

.responsive-menu-content .header-bar-top-element.languages-switcher .languages-switcher-list li {
    list-style: none;
    margin: 10px 0 0 29px
}

@media (max-width: 430px) {
    .responsive-menu-content {
        width:190px;
        right: -190px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    .responsive-menu-content {
        width:250px;
        right: -250px
    }
}

section.heading-slider {
    position: relative
}

section.heading-slider .heading-slider-single-slide {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0
}

section.heading-slider .heading-slider-single-slide:not(.without-overlay):before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(42,42,42,0.2)*/
}

section.heading-slider .heading-slider-single-slide .heading-slider-middle-helper {
    width: 0;
    display: inline-block;
    vertical-align: middle
}

section.heading-slider .heading-slider-single-slide .heading-slider-content-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 100
}

section.heading-slider .heading-slider-middle-helper,section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content {
    display: inline-block;
    vertical-align: middle
}

section.heading-slider .col-md-4 {
    padding-left: 0;
    padding-right: 0
}

section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content {
    background: rgba(161,41,68,0.92);
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h1,section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h2.like-h1 {
    color: #fff;
    font-weight: 600;
    font-size: 38px;
    font-family: 'Poppins';
    margin: 0 0 30px;
    line-height: 1;
    letter-spacing: -1px
}

section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content p {
    color: #87939c;
    font-weight: 600;
    font-size: 16px
}

@media (max-width: 767px) {
    section.heading-slider,section.heading-slider .heading-slider-middle-helper {
        height:350px
    }

    section.heading-slider.heading-slider-small {
        height: 300px
    }

    section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content {
        padding: 30px;
        background: #132a3c;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    section.heading-slider .heading-slider-middle-helper,section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content {
        display: block
    }

    section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h1,section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h2.like-h1 {
        font-size: 32px
    }

    section.heading-slider .heading-slider-background-overlay {
        position: absolute;
        background: #132a3c;
        width: 100%;
        z-index: -1
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.heading-slider,section.heading-slider .heading-slider-middle-helper {
        height:600px
    }

    section.heading-slider.heading-slider-small {
        height: 440px
    }

    section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content {
        padding: 30px;
        width: 55%
    }

    section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h1,section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h2.like-h1 {
        font-size: 32px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.heading-slider,section.heading-slider .heading-slider-middle-helper {
        height:560px
    }

    section.heading-slider.heading-slider-small {
        height: 440px
    }

    section.heading-slider .col-md-4 {
        width: 45%
    }

    section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content {
        padding: 35px
    }
}

@media (min-width: 1200px) {
    section.heading-slider,section.heading-slider .heading-slider-middle-helper {
        height:600px
    }

    section.heading-slider.heading-slider-small {
        height: 440px
    }

    section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content {
        padding: 40px
    }
}

section.content h2 {
    text-align: center
}

section.content .row .col-md-6 .images {
    margin-top: 45px;
    margin-bottom: 45px
}

@media (max-width: 767px) {
    section.content {
        padding:45px 0
    }

    section.content .row .col-md-6 .images {
        height: 380px;
        margin: 30px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.content {
        padding:45px 0
    }

    section.content h2 {
        margin-bottom: 30px
    }

    section.content .row .col-md-6 .images {
        height: 380px;
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px)
    }

    section.content .row .col-md-6:first-child .images {
        float: left;
        margin-top: 15px
    }

    section.content .row .col-md-6:last-child .images {
        float: right;
        margin-top: 15px
    }

    section.content .row .col-md-6:last-child .images:after {
        display: block;
        clear: both;
        content: ''
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.content {
        padding:60px 0
    }

    section.content h2 {
        margin-bottom: 55px
    }

    section.content .row .col-md-6 .images {
        height: 600px
    }

    section.content .row .col-md-6 .images:first-child {
        margin-top: 0
    }

    section.content .row .col-md-6 .images:last-child {
        margin-bottom: 0
    }

    section.content .row .col-md-6:last-child p:last-child .button:last-child {
        margin-top: 11px
    }

    section.content .row .col-md-6:first-child :not(.images):not(.image),section.content .row .col-md-6:last-child .images {
        margin-left: 30px
    }

    section.content .row .col-md-6:first-child .images,section.content .row .col-md-6:last-child :not(.images):not(.image) {
        margin-right: 30px
    }
}

@media (min-width: 1200px) {
    section.content {
        padding:75px 0
    }

    section.content h2 {
        margin-bottom: 75px
    }

    section.content .row .col-md-6 .images {
        height: 600px
    }

    section.content .row .col-md-6 .images:first-child {
        margin-top: 0
    }

    section.content .row .col-md-6 .images:last-child {
        margin-bottom: 0
    }

    section.content .row .col-md-6:last-child p:last-child .button:last-child {
        margin-top: 4px
    }

    section.content .row .col-md-6:first-child :not(.images):not(.image),section.content .row .col-md-6:last-child .images {
        margin-left: 30px
    }

    section.content .row .col-md-6:first-child .images,section.content .row .col-md-6:last-child :not(.images):not(.image) {
        margin-right: 30px
    }
}

a.document {
    display: block;
    background: #f8f8f8;
    padding: 20px 24px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    margin-bottom: 30px
}

a.document .title {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    display: block
}

a.document .file {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 300;
    display: block
}

a.document i {
    position: absolute;
    font-size: 18px;
    right: 24px;
    color: #d1d0d0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

a.document:hover {
    background: #efefef
}

section.documents {
    border-top: 2px solid #f8f8f8
}

@media (max-width: 430px) {
    section.documents {
        padding:45px 0
    }

    section.documents .container .row:last-child .col-md-4:last-child a.document:last-child {
        margin-bottom: 0
    }

    section.documents a.document {
        padding-right: 55px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.documents {
        padding:45px 0
    }

    section.documents .container .row:last-child .col-md-4:last-child a.document:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.documents {
        padding:45px 0
    }

    section.documents .container .row:last-child .col-md-4:last-child a.document:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.documents {
        padding:60px 0 75px
    }

    section.documents .row:last-child a.document:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    section.documents {
        padding:60px 0 75px
    }

    section.documents .row:last-child a.document:last-child {
        margin-bottom: 0
    }
}

section.presentation h3.title {
    text-align: center
}

section.presentation .with-date {
    font-size: 0
}

section.presentation .with-date > .with-date-date {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    text-align: center;
    line-height: 1
}

section.presentation .with-date > .with-date-date .day {
    display: block;
    font-family: 'Poppins';
    font-weight: 300;
    color: #bebebe;
    font-size: 36px
}

section.presentation .with-date > .with-date-date .rest {
    display: block;
    font-family: 'Poppins';
    font-weight: 300;
    color: #bebebe;
    font-size: 18px
}

section.presentation .with-date > .with-date-content {
    display: inline-block;
    vertical-align: top
}

section.presentation p.read-all-news {
    text-align: center;
    padding-top: 55px
}

@media (max-width: 430px) {
    section.presentation {
        padding:45px 0
    }

    section.presentation p:last-child {
        margin-bottom: 30px
    }

    section.presentation .col-md-4:last-child p:last-child {
        margin-bottom: 0
    }

    section.presentation p.read-all-news {
        padding-top: 45px;
        margin-bottom: 0;
        text-align: left
    }

    section.presentation .with-date > .with-date-date {
        display: block;
        vertical-align: top;
        width: 40px;
        text-align: center;
        line-height: 1;
        float: left;
        margin-right: 20px;
        margin-bottom: 15px;
        margin-top: 4px
    }

    section.presentation .with-date > .with-date-content {
        display: block
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.presentation {
        padding:45px 0
    }

    section.presentation p:last-child {
        margin-bottom: 30px
    }

    section.presentation .col-md-4:last-child p:last-child {
        margin-bottom: 0
    }

    section.presentation .with-date > .with-date-content {
        width: -webkit-calc(100% - 75px);
        width: -moz-calc(100% - 75px);
        width: calc(100% - 75px);
        margin-left: 35px
    }

    section.presentation p.read-all-news {
        padding-top: 45px;
        margin-bottom: 0;
        text-align: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.presentation {
        padding:45px 0
    }

    section.presentation p:last-child {
        margin-bottom: 30px
    }

    section.presentation .col-md-4:last-child p:last-child {
        margin-bottom: 0
    }

    section.presentation .with-date > .with-date-content {
        width: -webkit-calc(100% - 75px);
        width: -moz-calc(100% - 75px);
        width: calc(100% - 75px);
        margin-left: 35px
    }

    section.presentation p.read-all-news {
        padding-top: 0;
        margin-bottom: 0;
        text-align: left;
        margin-left: 73px;
        margin-top: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.presentation {
        padding:60px 0 75px
    }

    section.presentation .with-date > .with-date-content {
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
        margin-left: 25px
    }
}

@media (min-width: 1200px) {
    section.presentation {
        padding:60px 0 75px
    }

    section.presentation .with-date > .with-date-content {
        width: -webkit-calc(100% - 75px);
        width: -moz-calc(100% - 75px);
        width: calc(100% - 75px);
        margin-left: 35px
    }
}

section.gallery {
    padding: 75px 0;
    background: #fafafa
}

section.gallery h3.title {
    text-align: center
}

section.gallery .container {
    padding-left: 0;
    padding-right: 0
}

section.gallery .isotope-grid {
    font-size: 0;
    margin: 0 -15px
}

section.gallery .isotope-grid:after {
    content: '';
    display: block;
    clear: both
}

section.gallery .isotope-grid .isotope-grid-item {
    position: relative;
    float: left;
    margin: 15px;
    padding: 0;
    font-size: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

@media (max-width: 767px) {
    section.gallery {
        padding:45px 0
    }

    section.gallery h3.title {
        margin-bottom: 30px
    }

    section.gallery .isotope-grid .isotope-grid-item {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 260px
    }

    section.gallery .isotope-grid {
        margin: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.gallery {
        padding:45px 0
    }

    section.gallery h3.title {
        margin-bottom: 30px
    }

    section.gallery .isotope-grid .isotope-grid-item {
        width: 345px;
        height: 250px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.gallery {
        padding:60px 0
    }

    section.gallery h3.title {
        margin-bottom: 40px
    }

    section.gallery .isotope-grid .isotope-grid-item {
        width: 292.33px;
        height: 210px
    }

    section.gallery .isotope-grid .isotope-grid-item-double-width {
        width: 614.65px
    }

    section.gallery .isotope-grid .isotope-grid-item-double-height {
        height: 450px
    }
}

@media (min-width: 1200px) {
    section.gallery {
        padding:75px 0
    }

    section.gallery .isotope-grid .isotope-grid-item {
        width: 360px;
        height: 240px
    }

    section.gallery .isotope-grid .isotope-grid-item-double-width {
        width: 750px
    }

    section.gallery .isotope-grid .isotope-grid-item-double-height {
        height: 480px
    }
}

section.references {
    background-size: cover;
    background-position: 50% 50%;
    font-size: 0;
    position: relative;
    text-align: center
}

section.references:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15)
}

section.references:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 72px;
    color: #a12944;
    position: absolute;
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

section.references .middle-helper,section.references .single-reference-content {
    display: inline-block;
    vertical-align: middle;
    width: 0
}

section.references .references-slider {
    position: relative
}

section.references .single-reference {
    text-align: center;
    position: absolute;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    left: 75px;
    top: 0;
    font-size: 0
}

section.references .single-reference .single-reference-content {
    width: 100%
}

section.references .single-reference p:not(.author) {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    line-height: 38px;
    text-shadow: 0 0 5px black;
}

section.references .single-reference p.author {
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0 0 5px black;
}

section.references .single-reference p.author span.title {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-style: italic
}

@media (max-width: 430px) {
    section.references .references-slider,section.references .single-reference,section.references .middle-helper {
        /*height:530px*/
		min-height:530px
    }

    section.references .single-reference {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        left: 30px
    }

    section.references .single-reference p:not(.author) {
        font-size: 17px;
        line-height: 30px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.references .references-slider,section.references .single-reference,section.references .middle-helper {
        /*height:450px*/
		min-height:450px
    }

    section.references .single-reference {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        left: 30px
    }

    section.references .single-reference p:not(.author) {
        font-size: 21px;
        line-height: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.references .references-slider,section.references .single-reference,section.references .middle-helper {
        /*height:500px*/
		min-height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.references .references-slider,section.references .single-reference,section.references .middle-helper {
        /*height:400px*/
		min-height: 400px;
    }
}

@media (min-width: 1200px) {
    section.references .references-slider,section.references .single-reference,section.references .middle-helper {
        /*height:400px*/
		min-height: 400px;
    }
}

section.faq-short {
    background-color: #eaeef1;
    background-repeat: no-repeat
}

section.faq-short h4 {
    font-size: 18px
}

section.faq-short .col-md-8.col-md-offset-4 {
    position: relative
}

section.faq-short .col-md-8.col-md-offset-4:before {
    width: 300px;
    content: '';
    position: absolute;
    left: -200px;
    z-index: 0;
    background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0,rgba(255,255,255,0)),color-stop(0.65,#eaeef1));
    background-image: -o-linear-gradient(right,rgba(255,255,255,0) 0%,#eaeef1 65%);
    background-image: -moz-linear-gradient(right,rgba(255,255,255,0) 0%,#eaeef1 65%);
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#eaeef1 65%);
    background-image: -ms-linear-gradient(right,rgba(255,255,255,0) 0%,#eaeef1 65%);
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#eaeef1 65%)
}

section.faq-short .col-md-8.col-md-offset-4 * {
    position: relative;
    z-index: 1
}

section.faq-short .col-md-8.col-md-offset-4 .button span {
    z-index: 10
}

@media (max-width: 767px) {
    section.faq-short {
        background-position:-40px bottom;
        background-size: auto 270px;
        padding: 45px 0 290px
    }

    section.faq-short .col-md-8.col-md-offset-4 {
        padding-left: 30px;
        padding-right: 30px
    }

    section.faq-short .col-md-8.col-md-offset-4:before {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.faq-short {
        background-position:-150px bottom;
        background-size: auto 72%;
        padding: 45px 0
    }

    section.faq-short .col-md-8.col-md-offset-4 {
        padding-left: 235px
    }

    section.faq-short .col-md-8.col-md-offset-4:before {
        height: -webkit-calc(100% + 90px);
        height: -moz-calc(100% + 90px);
        height: calc(100% + 90px);
        top: -45px;
        left: 0;
        width: 361px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.faq-short {
        background-position:-150px bottom;
        background-size: auto 72%;
        padding: 60px 0
    }

    section.faq-short .col-md-8.col-md-offset-4:before {
        height: -webkit-calc(100% + 120px);
        height: -moz-calc(100% + 120px);
        height: calc(100% + 120px);
        top: -60px
    }
}

@media (min-width: 1200px) {
    section.faq-short {
        background-position:-150px bottom;
        background-size: auto 100%;
        padding: 75px 0
    }

    section.faq-short .col-md-8.col-md-offset-4:before {
        height: -webkit-calc(100% + 150px);
        height: -moz-calc(100% + 150px);
        height: calc(100% + 150px);
        top: -75px
    }
}

section.faq {
    margin-bottom: 45px
}

section.faq h4 {
    font-size: 18px
}

section.faq span.faq-group-title {
    display: block;
    margin-bottom: 35px;
    position: relative;
    line-height: 1;
    margin-top: 60px
}

section.faq span.faq-group-title:first-child {
    margin-top: 0
}

section.faq span.faq-group-title span {
    background: #fff;
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    font-family: 'Poppins';
    color: #a12944;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1
}

section.faq span.faq-group-title:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #f5f5f5;
    height: 1px;
    right: 0;
    top: 6px;
    z-index: 0
}

@media (max-width: 767px) {
    section.faq {
        margin:15px 30px 45px
    }
}

section.images-header .col-md-6:first-child > .images {
    margin-bottom: 33px
}

section.images-header .col-md-6:first-child .images-header-bottom {
    font-size: 0
}

section.images-header .col-md-6:first-child .images-header-bottom .content {
    margin-left: 45px;
    padding: 30px 0
}

section.images-header .col-md-6:first-child .images-header-bottom .images {
    margin-bottom: 0
}

section.images-header .col-md-6:last-child .images {
    margin-bottom: 0
}

@media (max-width: 767px) {
    section.images-header .col-md-6:first-child .images-header-bottom .content {
        margin:0 45px;
        padding: 30px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.images-header .col-md-6:first-child .images-header-bottom .images,section.images-header .col-md-6:first-child .images-header-bottom .content {
        display:inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: calc(50% - 30px)
    }

    section.images-header .col-md-6:first-child .images-header-bottom .images {
        margin-right: 30px;
        margin-bottom: 30px
    }

    section.images-header .col-md-6:first-child .images-header-bottom .content {
        margin: 0;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.images-header .col-md-6:first-child .images-header-bottom .content {
        width:270px
    }

    section.images-header .col-md-6:first-child .images-header-bottom .images {
        width: -webkit-calc(100% - 315px);
        width: -moz-calc(100% - 315px);
        width: calc(100% - 315px)
    }

    section.images-header .col-md-6:last-child .images {
        height: 700px
    }

    section.images-header .col-md-6:first-child .images-header-bottom .images,section.images-header .col-md-6:first-child .images-header-bottom .content {
        display: inline-block;
        vertical-align: top
    }
}

@media (min-width: 1200px) {
    section.images-header .col-md-6:first-child .images-header-bottom .content {
        width:360px
    }

    section.images-header .col-md-6:first-child .images-header-bottom .images {
        width: -webkit-calc(100% - 405px);
        width: -moz-calc(100% - 405px);
        width: calc(100% - 405px)
    }

    section.images-header .col-md-6:last-child .images {
        height: 700px
    }

    section.images-header .col-md-6:first-child .images-header-bottom .images,section.images-header .col-md-6:first-child .images-header-bottom .content {
        display: inline-block;
        vertical-align: top
    }
}

section.content-box {
    background: #fff
}

section.content-box h2 {
    text-align: center
}

@media (max-width: 767px) {
    section.content-box {
        padding:45px 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.content-box {
        padding:45px 0
    }

    section.content-box h2 {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.content-box {
        padding:75px 0
    }
}

@media (min-width: 1200px) {
    section.content-box {
        padding:75px 0
    }
}

section.circle-progress-elements {
    font-size: 0
}

section.circle-progress-elements .circle-progress-parent {
    vertical-align: top;
    margin-right: 30px;
    text-align: center
}

section.circle-progress-elements .circle-progress-parent:last-child {
    margin-right: 0
}

section.circle-progress-elements .circle-progress-parent .circle-progress-element {
    position: relative;
    margin-bottom: 30px
}

section.circle-progress-elements .circle-progress-parent .circle-progress-element .value {
    font-size: 28px;
    font-family: 'Poppins';
    color: #a12944;
    font-weight: 600;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
    line-height: 1;
    margin-top: -13px
}

section.circle-progress-elements .circle-progress-parent p {
    font-size: 20px;
    font-weight: 700;
    color: #000
}

@media (max-width: 767px) {
    section.circle-progress-elements .circle-progress-parent {
        margin:0 15px 30px;
        display: block
    }

    section.circle-progress-elements .circle-progress-parent p {
        font-size: 17px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.circle-progress-elements {
        margin:45px 0 15px
    }

    section.circle-progress-elements .circle-progress-parent {
        width: 300px;
        margin: 0 15px 30px;
        display: inline-block
    }

    section.circle-progress-elements .circle-progress-parent p {
        font-size: 17px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.circle-progress-elements {
        margin:45px 0
    }

    section.circle-progress-elements .circle-progress-parent {
        width: 165.5px;
        display: inline-block
    }

    section.circle-progress-elements .circle-progress-parent p {
        font-size: 17px
    }
}

@media (min-width: 1200px) {
    section.circle-progress-elements {
        margin:75px 0
    }

    section.circle-progress-elements .circle-progress-parent {
        width: 207.5px;
        display: inline-block
    }

    section.circle-progress-elements .circle-progress-parent p {
        font-size: 20px
    }
}

section.double-images .images {
    margin-bottom: 0
}

@media (max-width: 767px) {
    section.double-images .col-md-5.col-md-offset-1 {
        margin-bottom:30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.double-images .col-md-5 {
        display:inline-block;
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
        vertical-align: top;
        padding-left: 0;
        padding-right: 0
    }

    section.double-images .col-md-5.col-md-offset-1 {
        margin-right: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.double-images .images {
        height:350px
    }
}

@media (min-width: 1200px) {
    section.double-images .images {
        height:450px
    }
}

section.content-with-image-on-left-side .images {
    margin-bottom: 0
}

@media (max-width: 767px) {
    section.content-with-image-on-left-side {
        margin-bottom:0
    }

    section.content-with-image-on-left-side .content {
        padding: 45px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.content-with-image-on-left-side {
        margin-bottom:45px
    }

    section.content-with-image-on-left-side .col-md-4 {
        width: 50%;
        display: inline-block;
        vertical-align: middle
    }

    section.content-with-image-on-left-side .content {
        padding: 30px 45px 30px 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.content-with-image-on-left-side {
        margin-bottom:45px
    }

    section.content-with-image-on-left-side .col-md-4 {
        width: 41.66666667%
    }

    section.content-with-image-on-left-side .content {
        padding: 30px 0 30px 30px
    }
}

@media (min-width: 1200px) {
    section.content-with-image-on-left-side {
        margin-bottom:45px
    }

    section.content-with-image-on-left-side .content {
        padding: 30px 0 30px 30px
    }
}

section.content-with-image-on-right-side .images {
    margin-bottom: 0
}

@media (max-width: 767px) {
    section.content-with-image-on-right-side {
        margin-bottom:0
    }

    section.content-with-image-on-right-side .content {
        padding: 45px
    }

    section.content-with-image-on-right-side .images {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.content-with-image-on-right-side {
        margin-bottom:45px
    }

    section.content-with-image-on-right-side .col-md-4 {
        width: 50%;
        display: inline-block;
        vertical-align: middle
    }

    section.content-with-image-on-right-side .content {
        padding: 30px 15px 30px 45px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.content-with-image-on-right-side {
        margin-bottom:45px
    }

    section.content-with-image-on-right-side .col-md-4 {
        width: 41.66666667%
    }

    section.content-with-image-on-right-side .col-md-4.col-md-offset-3 {
        margin-left: 8.33333333%
    }

    section.content-with-image-on-right-side .content {
        padding: 30px 30px 30px 0
    }
}

@media (min-width: 1200px) {
    section.content-with-image-on-right-side {
        margin-bottom:45px
    }

    section.content-with-image-on-right-side .content {
        padding: 30px 30px 30px 0
    }
}

section.pricing-table {
    font-size: 0;
    margin: 0 0 30px;
    padding: 0
}

section.pricing-table .pricing-table-variants {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

section.pricing-table .pricing-table-variants li.space {
    display: inline-block
}

section.pricing-table .pricing-table-variants li:not(.space) {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1
}

section.pricing-table .pricing-table-list {
    list-style: none;
    margin: 0;
    padding: 0
}

section.pricing-table .pricing-table-list li {
    line-height: 1;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0;
    margin: 0;
    font-size: 0
}

section.pricing-table .pricing-table-list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

section.pricing-table .pricing-table-list li .pricing-table-element-title {
    display: inline-block;
    color: #000;
    font-weight: 400;
    vertical-align: middle;
    font-size: 16px
}

section.pricing-table .pricing-table-list li .pricing-table-variant-value {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px
}

section.pricing-table .pricing-table-list li .pricing-table-variant-value i.fa.fa-check {
    font-size: 13px;
    color: #0faf3c
}

section.pricing-table .pricing-table-list li .pricing-table-variant-value i.fa.fa-times {
    font-size: 13px;
    color: #a12944
}

section.pricing-table .pricing-table-list li .pricing-table-element-title,section.pricing-table .pricing-table-variants li.space {
    width: 40%
}

section.pricing-table[data-variants-count="1"] .pricing-table-list li .pricing-table-variant-value,section.pricing-table[data-variants-count="1"] .pricing-table-variants li:not(.space) {
    width: 60%
}

section.pricing-table[data-variants-count="2"] .pricing-table-list li .pricing-table-variant-value,section.pricing-table[data-variants-count="2"] .pricing-table-variants li:not(.space) {
    width: 30%
}

section.pricing-table[data-variants-count="3"] .pricing-table-list li .pricing-table-variant-value,section.pricing-table[data-variants-count="3"] .pricing-table-variants li:not(.space) {
    width: 20%
}

section.pricing-table[data-variants-count="4"] .pricing-table-list li .pricing-table-variant-value,section.pricing-table[data-variants-count="4"] .pricing-table-variants li:not(.space) {
    width: 15%
}

@media (max-width: 767px) {
    section.pricing-table {
        margin:0 30px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px)
    }

    section.pricing-table .pricing-table-container {
        width: 700px;
        position: relative
    }

    section.pricing-table .pricing-table-list li .pricing-table-element-title,section.pricing-table .pricing-table-variants li.space {
        width: 34%
    }

    section.pricing-table[data-variants-count="3"] .pricing-table-list li .pricing-table-variant-value,section.pricing-table[data-variants-count="3"] .pricing-table-variants li:not(.space) {
        width: 22%
    }

    section.pricing-table .pricing-table-container:before {
        position: absolute;
        font-size: 16px;
        font-family: 'FontAwesome';
        content: '\f25a';
        top: 0;
        left: 16px
    }

    section.pricing-table .pricing-table-container:after {
        position: absolute;
        font-size: 16px;
        font-family: 'FontAwesome';
        content: '\f177 \f178';
        top: 0;
        left: 0;
        letter-spacing: 14px;
        color: rgba(0,0,0,0.2)
    }
}

section.sidebar-menu {
    margin-bottom: 45px
}

section.sidebar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

section.sidebar-menu ul li {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1
}

section.sidebar-menu ul li a {
    display: block;
    padding: 18px 25px 0;
    font-family: 'Poppins';
    font-size: 15px;
    color: #a12944;
    font-weight: 600;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s
}

section.sidebar-menu ul li a:after {
    background: #f7f7f7;
    height: 1px;
    width: 100%;
    display: block;
    content: '';
    margin-top: 15px
}

section.sidebar-menu ul li:last-child a:after {
    background: none
}

section.sidebar-menu ul li:hover a,section.sidebar-menu ul li.current-menu-item a {
    background: #f7f7f7;
    text-decoration: none
}

@media (max-width: 767px) {
    section.sidebar-menu {
        margin:0 30px 45px
    }
}

section.call-to-action-widget,section.sidebar .widget.call-to-action-widget {
    margin-bottom: 45px;
    border: 3px solid #f8f8f8;
    background-size: auto 100%;
    background-repeat: no-repeat
}

@media (max-width: 430px) {
    section.call-to-action-widget,section.sidebar .widget.call-to-action-widget {
        padding:25px 25px 200px;
        margin: 0 30px;
        background-size: auto 350px;
        background-position: center 260px
    }

    .row.row-padding-top .col-md-4 section.call-to-action-widget:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.call-to-action-widget,section.sidebar .widget.call-to-action-widget {
        padding:25px 125px 25px 25px;
        margin: 0 30px;
        background-size: 200px auto;
        background-position: 135% bottom
    }

    .row.row-padding-top .col-md-4 section.call-to-action-widget:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.call-to-action-widget,section.sidebar .widget.call-to-action-widget {
        padding:30px;
        background-position: 108% 11%;
        padding-right: 73px;
        background-size: auto 180%
    }

    .row.row-padding-top .col-md-4 section.call-to-action-widget:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.call-to-action-widget,section.sidebar .widget.call-to-action-widget {
        padding:30px;
        background-position: 205% bottom;
        padding-right: 73px
    }

    section.call-to-action-widget p,section.sidebar .widget.call-to-action-widget p {
        padding-right: 35px
    }
}

@media (min-width: 1200px) {
    section.call-to-action-widget,section.sidebar .widget.call-to-action-widget {
        padding:35px;
        background-position: 125% bottom;
        padding-right: 130px
    }

    section.call-to-action-widget p,section.sidebar .widget.call-to-action-widget p {
        padding-right: 40px
    }
}

section.location-details {
    margin: 0 15px
}

section.location-details .location-details-map-marker {
    display: none
}

@media (max-width: 430px) {
    section.location-details .location-details-map {
        height:280px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.location-details .location-details-map {
        height:400px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.location-details .location-details-map {
        height:400px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.location-details .location-details-map {
        height:500px
    }
}

@media (min-width: 1200px) {
    section.location-details .location-details-map {
        height:500px
    }
}

section.contact-details h2 {
    text-align: center
}

section.contact-details .contact-details-box {
    border: 4px solid #a12944;
    padding: 35px
}

section.contact-details .contact-details-box .contact-details-box-title {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #a12944;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: -50px;
    margin-bottom: 25px
}

section.contact-details .contact-details-box .contact-details-box-title span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 20px
}

section.contact-details .contact-details-box span.title {
    color: #aaa;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 15px
}

section.contact-details .contact-details-box span.value {
    color: #000;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 600;
    display: block
}

section.contact-details .contact-details-box span.value.value-big {
    font-size: 24px
}

@media (max-width: 430px) {
    section.contact-details {
        padding:45px 30px
    }

    section.contact-details h2 {
        text-align: left
    }

    section.contact-details .contact-details-box {
        margin-top: 45px;
        padding: 30px;
        word-wrap: break-word
    }

    section.contact-details .contact-details-box .contact-details-box-title {
        font-size: 17px;
        margin-top: -45px
    }

    section.contact-details .contact-details-box .contact-details-box-title span {
        padding: 0 10px
    }

    section.contact-details .contact-details-box span.value.value-big {
        font-size: 21px
    }

    section.contact-details .contact-details-box span.value {
        font-size: 15px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.contact-details {
        padding:45px 30px
    }

    section.contact-details h2 {
        text-align: left
    }

    section.contact-details .contact-details-box {
        margin-top: 45px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.contact-details {
        padding:45px 0
    }

    section.contact-details h2 {
        margin-bottom: 45px
    }

    section.contact-details .contact-details-box {
        margin-top: 45px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.contact-details {
        padding:60px 0
    }

    section.contact-details h2 {
        margin-bottom: 60px
    }
}

@media (min-width: 1200px) {
    section.contact-details {
        padding:75px 0
    }

    section.contact-details h2 {
        margin-bottom: 75px
    }
}

section.contact-form {
    position: relative
}

section.contact-form .col-md-6 {
    padding-left: 0;
    padding-right: 0
}

section.contact-form .contact-form-background {
    background: #e3e6ed;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden
}

section.contact-form .contact-form-background .background-icon {
    font-size: 220px;
    color: rgba(0,0,0,0.02);
    position: absolute;
    left: 0;
    bottom: -40px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg)
}

section.contact-form .contact-form-background-image {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    right: 0;
    top: 0
}

section.contact-form .contact-form-box h3.title {
    margin-bottom: 30px
}

@media (max-width: 430px) {
    section.contact-form .contact-form-background {
        width:-webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        left: 45px;
        right: auto;
        top: 380px
    }

    section.contact-form .contact-form-background-image {
        position: absolute;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        left: 45px;
        right: auto
    }

    section.contact-form .contact-form-box {
        padding: 30px 60px;
        margin-top: 380px
    }

    section.contact-form .contact-form-box .button {
        text-align: left
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.contact-form .contact-form-background {
        width:-webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        left: 45px;
        right: auto;
        top: 380px
    }

    section.contact-form .contact-form-background-image {
        position: absolute;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        left: 45px;
        right: auto
    }

    section.contact-form .contact-form-box {
        padding: 45px 60px;
        margin-top: 380px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.contact-form .contact-form-background {
        width:720px;
        left: 50%;
        right: auto;
        margin-left: -360px;
        top: 380px
    }

    section.contact-form .contact-form-background-image {
        position: absolute;
        width: 720px;
        left: 50%;
        right: auto;
        margin-left: -360px
    }

    section.contact-form .contact-form-box {
        padding: 45px;
        margin-top: 380px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.contact-form .contact-form-background,section.contact-form .contact-form-background-image {
        width:-webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px)
    }

    section.contact-form .contact-form-box {
        padding: 45px 60px 45px 0
    }
}

@media (min-width: 1200px) {
    section.contact-form .contact-form-background,section.contact-form .contact-form-background-image {
        width:-webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px)
    }

    section.contact-form .contact-form-box {
        padding: 45px 60px 45px 0
    }
}

section.not-found {
    text-align: center
}

section.not-found h2 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 430px) {
    section.not-found {
        padding:30px 30px 0
    }

    section.not-found h2 {
        font-size: 48px
    }

    section.not-found h3 {
        font-size: 19px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.not-found {
        padding:30px 30px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.not-found p {
        padding:0 100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.not-found {
        padding:60px 0 15px
    }

    section.not-found p {
        padding: 0 100px
    }
}

@media (min-width: 1200px) {
    section.not-found {
        padding:75px 0 15px
    }

    section.not-found p {
        padding: 0 100px
    }
}

section.contact-cta {
    background: #f8f8f8;
    overflow: hidden
}

section.contact-cta .container {
    padding-left: 0;
    padding-right: 0;
    position: relative
}

section.contact-cta h3.title {
    margin-bottom: 30px
}

section.contact-cta .button {
    margin-right: 20px
}

section.contact-cta .background-icon {
    font-size: 210px;
    color: rgba(0,0,0,0.02);
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

@media (max-width: 430px) {
    section.contact-cta {
        padding:45px 15px
    }

    section.contact-cta .background-icon {
        bottom: -100px
    }

    section.contact-cta a:not(.button) {
        display: block;
        margin-top: 10px
    }

    section.contact-cta .button:not(.button-color):not(.button-fill) {
        background: #f8f8f8
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.contact-cta {
        padding:45px 15px
    }

    section.contact-cta .background-icon {
        bottom: -100px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.contact-cta {
        padding:45px 0
    }

    section.contact-cta .background-icon {
        bottom: -100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.contact-cta {
        padding:60px 0
    }

    section.contact-cta .background-icon {
        bottom: -150px
    }
}

@media (min-width: 1200px) {
    section.contact-cta {
        padding:75px 0
    }

    section.contact-cta .background-icon {
        bottom: -150px
    }
}

article.blog-post {
    margin-bottom: 60px
}

article.blog-post h2 {
    margin-bottom: 35px
}

article.blog-post h2 a,article.blog-post h3.title a {
    font-family: 'Poppins';
    color: #a12944;
    text-decoration: none
}

article.blog-post h2 a:hover {
    text-decoration: none
}

article.blog-post h3.title {
    margin-bottom: 30px;
    font-size: 28px
}

article.blog-post h3 {
    font-size: 22px
}

article.blog-post h3:not(.title) {
    margin-bottom: 30px
}

article.blog-post span.post-details {
    font-weight: 600;
    float: right;
    line-height: 1;
    margin-top: 18px
}

article.blog-post span.post-details i {
    color: #ccc;
    padding-right: 5px
}

article.blog-post .blog-post-content {
    margin-left: 97.5px
}

article.blog-post .tags-and-categories {
    display: inline-block;
    vertical-align: top
}

article.blog-post .tags-and-categories p {
    margin-bottom: 3px
}

article.blog-post .tags-and-categories p span.title {
    display: inline-block;
    vertical-align: middle;
    width: 97.5px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 13px
}

article.blog-post .tags-and-categories p .element {
    display: inline-block;
    background: none;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-size: 14px;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    color: #939191;
    text-decoration: none;
    padding: 2px 12px
}

article.blog-post .tags-and-categories p .element:hover {
    background: #a12944;
    border-color: #a12944;
    color: #fff
}

article.blog-post .facebook-like-share-button {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    margin-top: 8px
}

article.blog-post .author-box {
    background: #fbfbfb;
    padding: 40px;
    margin-top: 45px
}

article.blog-post .author-box .author-box-image {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: inline-block;
    vertical-align: top
}

article.blog-post .author-box .author-box-content {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: calc(100% - 190px);
    margin-left: 30px;
    position: relative
}

article.blog-post .author-box .author-box-content h3 {
    margin-bottom: 0;
    color: #a12944
}

article.blog-post .author-box .author-box-content p.description {
    color: #000
}

article.blog-post .author-box .author-box-content .author-box-social-icons {
    position: absolute;
    top: 0;
    right: 0
}

article.blog-post .author-box .author-box-content .author-box-social-icons i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #adadad;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    cursor: pointer
}

article.blog-post .author-box .author-box-content .author-box-social-icons a:hover i {
    color: #a12944
}

@media (max-width: 430px) {
    article.blog-post {
        margin:0 30px 45px
    }

    article.blog-post .images {
        margin-bottom: 30px
    }

    article.blog-post .blog-post-content {
        margin-left: 0
    }

    article.blog-post .tags-and-categories p span.title {
        display: block;
        margin-top: 20px
    }

    article.blog-post .facebook-like-share-button {
        position: static;
        margin-bottom: 15px
    }

    article.blog-post .author-box {
        padding: 30px
    }

    article.blog-post .author-box .author-box-image {
        display: block;
        margin: 0 auto 30px;
        width: 110px;
        height: 110px
    }

    article.blog-post .author-box .author-box-content {
        display: block;
        margin: 0;
        width: 100%
    }

    article.blog-post .author-box .author-box-content .author-box-social-icons {
        position: static;
        margin-left: -10px;
        margin-bottom: 30px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    article.blog-post {
        margin:0 30px 45px
    }

    article.blog-post .images {
        margin-bottom: 30px
    }

    article.blog-post .blog-post-content {
        margin-left: 0
    }

    article.blog-post .tags-and-categories p span.title {
        display: block;
        margin-top: 20px
    }

    article.blog-post .facebook-like-share-button {
        position: static;
        margin-bottom: 15px
    }

    article.blog-post .author-box .author-box-image {
        display: block;
        margin: 0 auto 30px
    }

    article.blog-post .author-box .author-box-content {
        display: block;
        margin: 0;
        width: 100%
    }

    article.blog-post .author-box .author-box-content .author-box-social-icons {
        position: static;
        margin-left: -10px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    article.blog-post .images {
        height:400px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    article.blog-post {
        padding-right:20px
    }

    article.blog-post .images {
        height: 400px
    }
}

@media (min-width: 1200px) {
    article.blog-post {
        padding-right:20px
    }

    article.blog-post .images {
        height: 400px
    }
}

section.blog-posts-navigation {
    font-size: 0
}

section.blog-posts-navigation p.left i {
    color: rgba(0,0,0,0.1);
    margin-right: 15px
}

section.blog-posts-navigation p.left a:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    section.blog-posts-navigation p.left,section.blog-posts-navigation p.right {
        display:block;
        text-align: center
    }

    section.blog-posts-navigation .button {
        text-align: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.blog-posts-navigation p.left,section.blog-posts-navigation p.right {
        display:inline-block;
        vertical-align: middle;
        width: 50%
    }

    section.blog-posts-navigation p.right {
        text-align: right
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.blog-posts-navigation {
        padding-right:20px
    }

    section.blog-posts-navigation p.left,section.blog-posts-navigation p.right {
        display: inline-block;
        vertical-align: middle;
        width: 50%
    }

    section.blog-posts-navigation p.right {
        text-align: right
    }
}

@media (min-width: 1200px) {
    section.blog-posts-navigation {
        padding-right:20px
    }

    section.blog-posts-navigation p.left,section.blog-posts-navigation p.right {
        display: inline-block;
        vertical-align: middle;
        width: 50%
    }

    section.blog-posts-navigation p.right {
        text-align: right
    }
}

section.similar-posts {
    margin-bottom: 45px
}

section.similar-posts h3 {
    color: #a12944
}

section.similar-posts a:hover {
    text-decoration: none
}

section.similar-posts .posts {
    font-size: 0
}

section.similar-posts .posts h4 {
    line-height: 1.2em
}

section.similar-posts .posts .left,section.similar-posts .posts .right {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px)
}

section.similar-posts .posts .left {
    margin-right: 30px
}

section.similar-posts .posts .images {
    height: 300px
}

@media (max-width: 767px) {
    section.similar-posts {
        margin:0 30px 45px
    }

    section.similar-posts .posts .left,section.similar-posts .posts .right {
        display: block;
        width: 100%;
        margin: 0
    }

    section.similar-posts .posts .images {
        height: 250px;
        margin-bottom: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.similar-posts {
        padding-right:20px
    }
}

@media (min-width: 1200px) {
    section.similar-posts {
        padding-right:20px
    }
}

section.comments {
    margin-bottom: 45px
}

section.comments h3 {
    color: #a12944
}

section.comments .comments-list {
    list-style: none;
    margin: 60px 0;
    padding: 0
}

section.comments .comments-list .comment {
    margin: 45px 0
}

section.comments .comments-list .comment:last-child {
    border-bottom: none
}

section.comments .comments-list .comment .comment-author-image {
    width: 47px;
    height: 47px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: 50% 50%;
    float: left
}

section.comments .comments-list .comment .comment-author-name {
    font-size: 15px;
    line-height: 1.6em;
    color: #313131;
    font-weight: 300;
    margin-left: 70px
}

section.comments .comments-list .comment .comment-author-name .reply {
    float: right
}

section.comments .comments-list .comment .comment-author-name .reply i {
    color: #eee;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

section.comments .comments-list .comment .comment-author-name .reply:hover i {
    color: #a12944
}

section.comments .comments-list .comment .comment-author-name .author {
    background: #a12944;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-left: 10px;
    margin-top: 2px
}

section.comments .comments-list .comment .comment-pub-date {
    font-size: 14px;
    line-height: 1.6em;
    color: #7d7d7d;
    font-weight: 300;
    margin-left: 70px
}

section.comments .comments-list .comment .comment-content {
    margin-top: 30px
}

section.comments .comments-list .comment .sub-comments {
    list-style: none;
    margin: 0;
    padding: 0
}

section.comments .comments-list .comment .sub-comments .sub-comments {
    padding-left: 48px
}

section.comments .comments-list .comment .sub-comments li.comment:last-child {
    margin-bottom: 0
}

section.comments .comments-list .comment .sub-comments li.comment .comment-wrapper {
    border-left: 3px solid #f7f7f7;
    padding-left: 45px
}

@media (max-width: 430px) {
    section.comments {
        margin:45px 30px
    }

    section.comments .comments-list {
        margin: 45px 0
    }

    section.comments .comments-list .comment .comment-author-image {
        float: none;
        display: block;
        margin-bottom: 15px
    }

    section.comments .comments-list .comment .comment-author-name,section.comments .comments-list .comment .comment-pub-date {
        margin-left: 0
    }

    section.comments .comments-list .comment .sub-comments li.comment .comment-wrapper {
        padding-left: 25px
    }

    section.comments .comments-list .comment .sub-comments .sub-comments {
        padding-left: 27px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.comments {
        margin:45px 30px
    }

    section.comments .comments-list {
        margin: 45px 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.comments {
        padding-right:20px
    }
}

@media (min-width: 1200px) {
    section.comments {
        padding-right:20px
    }
}

section.comments-form h3 {
    color: #a12944
}

@media (max-width: 430px) {
    section.comments-form {
        margin:0 30px
    }

    section.comments-form .button {
        text-align: left
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.comments-form {
        margin:0 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.comments-form form input[type="text"],section.comments-form form input[type="email"],section.comments-form form input[type="url"] {
        display:inline-block;
        margin-right: 15px;
        width: 230px
    }

    section.comments-form form input[type="url"] {
        margin-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.comments-form {
        padding-right:20px
    }

    section.comments-form form input[type="text"],section.comments-form form input[type="email"],section.comments-form form input[type="url"] {
        display: inline-block;
        margin-right: 10px;
        width: 192px
    }

    section.comments-form form input[type="url"] {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    section.comments-form {
        padding-right:20px
    }

    section.comments-form form input[type="text"],section.comments-form form input[type="email"],section.comments-form form input[type="url"] {
        display: inline-block;
        margin-right: 10px;
        width: 236.5px
    }

    section.comments-form form input[type="url"] {
        margin-right: 0
    }
}

section.sidebar .widget {
    margin-bottom: 45px
}

section.sidebar > .widget:last-child {
    margin-bottom: 0
}

section.sidebar .widget h4 {
    color: #a12944;
    font-size: 21px;
    margin-bottom: 30px;
    font-family: 'Poppins'
}

section.sidebar .widget ul.sidebar-menu {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none
}

section.sidebar .widget ul.sidebar-menu li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1
}

section.sidebar .widget ul.sidebar-menu li a {
    display: block;
    padding: 18px 25px 0;
    font-family: 'Poppins';
    font-size: 15px;
    color: #000;
    font-weight: 600;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    background: #f7f7f7
}

section.sidebar .widget ul.sidebar-menu li:hover a {
    text-decoration: none;
    color: #a12944;
    background: #f2f2f2
}

section.sidebar .widget ul.sidebar-menu li a:after {
    background: #f2f2f2;
    height: 1px;
    width: 100%;
    display: block;
    content: '';
    margin-top: 15px
}

section.sidebar .widget ul.sidebar-menu li:last-child a:after {
    background: none
}

section.sidebar .widget ul.sidebar-menu li a span.count {
    float: right;
    font-family: 'Poppins';
    font-size: 15px;
    color: #bbb;
    font-weight: 300
}

section.sidebar .widget ul.posts-list {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none
}

section.sidebar .widget ul.posts-list li {
    line-height: 1;
    font-size: 0;
    margin-bottom: 15px
}

section.sidebar .widget ul.posts-list li:last-child {
    margin-bottom: 0
}

section.sidebar .widget ul.posts-list .images {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0
}

section.sidebar .widget ul.posts-list .title {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    line-height: 1.8em
}

section.sidebar .widget ul.tagcloud {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none
}

section.sidebar .widget ul.tagcloud li {
    display: inline-block;
    background: none;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    margin-right: 2px;
    font-size: 14px;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s
}

section.sidebar .widget ul.tagcloud li a {
    color: #939191;
    text-decoration: none;
    display: block;
    padding: 5px 12px
}

section.sidebar .widget ul.tagcloud li:hover {
    background: #a12944;
    border-color: #a12944
}

section.sidebar .widget ul.tagcloud li:hover a {
    color: #fff
}

@media (max-width: 767px) {
    section.sidebar {
        padding-top:45px;
        margin: 45px 30px 0;
        border-top: 2px solid #f7f7f7
    }

    section.sidebar .widget.call-to-action-widget {
        margin: 0 0 45px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.sidebar {
        padding-top:45px;
        margin-top: 45px;
        border-top: 2px solid #f7f7f7
    }
}

section.doctor-details {
    background-image: -webkit-gradient(linear,right top,right top,color-stop(0,#DEECF2),color-stop(1,#E7F2F7));
    background-image: -o-linear-gradient(right top,#DEECF2 0%,#E7F2F7 100%);
    background-image: -moz-linear-gradient(right top,#DEECF2 0%,#E7F2F7 100%);
    background-image: -webkit-linear-gradient(right top,#DEECF2 0%,#E7F2F7 100%);
    background-image: -ms-linear-gradient(right top,#DEECF2 0%,#E7F2F7 100%);
    background-image: linear-gradient(to right top,#DEECF2 0%,#E7F2F7 100%);
    margin-top: 45px
}

section.doctor-details h2 {
    text-align: center;
    font-size: 34px;
    color: #000
}

section.doctor-details h3 {
    font-size: 24px;
    margin-bottom: 30px
}

section.doctor-details h3 a {
    color: #a12944
}

section.doctor-details h4 {
    font-size: 18px;
    margin-bottom: 10px
}

section.doctor-details blockquote {
    border-top: 1px solid #d7dee1;
    text-align: center
}

section.doctor-details blockquote:before {
    display: none
}

section.doctor-details blockquote p {
    color: #000;
    padding: 0 100px
}

section.doctor-details blockquote p.author {
    font-style: normal;
    font-size: 16px
}

section.doctor-details blockquote p.author .title {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: rgba(0,0,0,0.5)
}

@media (max-width: 430px) {
    section.doctor-details {
        padding:45px 15px
    }

    section.doctor-details h2 {
        margin-bottom: 15px
    }

    section.doctor-details .col-md-4 {
        padding-left: 0;
        padding-right: 0
    }

    section.doctor-details h4 {
        margin-top: 30px
    }

    section.doctor-details blockquote {
        margin: 45px 15px 0;
        padding: 45px 0 0
    }

    section.doctor-details blockquote p {
        padding: 0;
        font-size: 17px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.doctor-details {
        padding:45px 15px
    }

    section.doctor-details h2 {
        margin-bottom: 15px
    }

    section.doctor-details .col-md-4 {
        padding-left: 0;
        padding-right: 0
    }

    section.doctor-details h4 {
        margin-top: 30px
    }

    section.doctor-details blockquote {
        margin: 45px 15px 0;
        padding: 45px 0 0
    }

    section.doctor-details blockquote p {
        padding: 0 15px;
        font-size: 17px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.doctor-details {
        padding:45px 0
    }

    section.doctor-details h2 {
        margin-bottom: 15px
    }

    section.doctor-details .col-md-4 {
        padding-left: 0;
        padding-right: 0
    }

    section.doctor-details h4 {
        margin-top: 30px
    }

    section.doctor-details blockquote {
        margin: 45px 0 0;
        padding: 45px 0 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.doctor-details {
        padding:60px 0
    }

    section.doctor-details h2 {
        margin-bottom: 60px
    }

    section.doctor-details blockquote {
        margin: 60px 50px 0;
        padding: 60px 0 0
    }
}

@media (min-width: 1200px) {
    section.doctor-details {
        padding:75px 0
    }

    section.doctor-details h2 {
        margin-bottom: 75px
    }

    section.doctor-details blockquote {
        margin: 75px 50px 0;
        padding: 75px 0 0
    }
}

section.three-column-content {
    background-image: url(../_img/leaf.webp);
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    section.three-column-content {
        padding:45px 15px;
        background-position: left -65px;
        background-size: 300px
    }

    section.three-column-content .images.images-long {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.three-column-content {
        padding:45px 0;
        background-position: left -65px;
        background-size: 300px
    }

    section.three-column-content .images.images-long {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.three-column-content {
        background-position:left -65px;
        padding: 45px 0 75px
    }

    section.three-column-content .images.images-long {
        margin-top: 30px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    section.three-column-content {
        background-position:left -65px;
        padding: 45px 0 75px
    }

    section.three-column-content .images.images-long {
        margin-top: 30px;
        margin-bottom: 0
    }
}

section.video {
    background-size: cover;
    background-position: 50% 50%;
    position: relative
}

section.video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,42,42,0.5);
    z-index: 1
}

section.video .video-before-content {
    text-align: center;
    position: relative;
    z-index: 2
}

section.video .video-before-content .video-play-button {
    height: 60px;
    width: 60px;
    margin: 25px auto 75px;
    background: #fff;
    position: relative;
    line-height: 1;
    cursor: pointer
}

section.video .video-before-content .video-play-button:after {
    content: '\f144';
    font-family: 'FontAwesome';
    color: #a12944;
    font-size: 126px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -54px;
    margin-top: -63px;
    line-height: 1;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s
}

section.video .video-before-content .video-play-button:hover:after {
    color: #f34909
}

section.video .video-before-content h3 {
    color: #fff;
    font-size: 38px
}

section.video .video-before-content p {
    color: #e2e2e2;
    font-weight: 400
}

section.video .video-before-content span.video-length {
    background: rgba(0,0,0,0.3);
    padding: 11px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    font-size: 13px
}

@media (max-width: 430px) {
    section.video .video-before-content {
        padding:45px 15px
    }

    section.video .video-before-content .video-play-button {
        height: 35px;
        width: 35px;
        margin: 25px auto 45px
    }

    section.video .video-before-content .video-play-button:after {
        font-size: 77px;
        margin-left: -33px;
        margin-top: -38.5px
    }

    section.video .video-before-content h3 {
        font-size: 31px
    }
}

@media (min-width: 431px) and (max-width: 767px) {
    section.video .video-before-content {
        padding:45px 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.video .video-before-content {
        padding:45px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.video .video-before-content {
        padding:75px 150px
    }
}

@media (min-width: 1200px) {
    section.video .video-before-content {
        padding:75px 250px
    }
}

section.timeline h2 {
    text-align: center;
    color: #000
}

section.timeline .timeline {
    font-size: 0;
    line-height: 1;
    position: relative;
    padding-top: 30px
}

section.timeline .timeline-line {
    width: 4px;
    background: #dbeaf1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 0;
    height: 100%
}

section.timeline .timeline-line:before {
    content: '';
    width: 15px;
    height: 4px;
    background: #dbeaf1;
    bottom: 2px;
    left: -10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

section.timeline .timeline-line:after {
    content: '';
    width: 15px;
    height: 4px;
    background: #dbeaf1;
    bottom: 2px;
    right: -10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

section.timeline .timeline-element {
    font-size: 13px;
    width: 50%;
    position: relative;
    margin-bottom: 45px
}

section.timeline .timeline-element:before {
    content: '';
    height: 4px;
    background: #dbeaf1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 9px
}

section.timeline .timeline-element:after {
    content: '';
    width: 18px;
    height: 18px;
    border: 4px solid #dbeaf1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 2px
}

section.timeline .timeline-element.timeline-element-left:before {
    right: 0
}

section.timeline .timeline-element.timeline-element-right:before {
    left: 0
}

section.timeline .timeline-element.timeline-element-left:after {
    right: -9px
}

section.timeline .timeline-element.timeline-element-right:after {
    left: -9px
}

section.timeline :nth-child( 3 ) {
    margin-top: 45px
}

section.timeline .timeline-element h4 {
    font-size: 18px;
    margin-bottom: 10px
}

section.timeline .timeline-element h3.title {
    font-size: 24px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    section.timeline {
        padding:45px 0
    }

    section.timeline .timeline-line {
        left: 32px;
        margin-left: 0;
        height: -webkit-calc(100% + 45px);
        height: -moz-calc(100% + 45px);
        height: calc(100% + 45px)
    }

    section.timeline .timeline-element {
        text-align: left;
        padding-left: 70px;
        float: none;
        display: block;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px)
    }

    section.timeline .timeline-element.timeline-element-left:before,section.timeline .timeline-element.timeline-element-right:before {
        left: 30px;
        width: 25px
    }

    section.timeline .timeline-element.timeline-element-left:after,section.timeline .timeline-element.timeline-element-right:after {
        left: 25px;
        right: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.timeline {
        padding:45px 0
    }

    section.timeline .timeline-element.timeline-element-left {
        text-align: right;
        padding-right: 45px;
        float: left
    }

    section.timeline .timeline-element.timeline-element-right {
        text-align: left;
        padding-left: 45px;
        float: right
    }

    section.timeline .timeline-element:before {
        width: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.timeline {
        padding:75px 0 45px
    }

    section.timeline .timeline-element.timeline-element-left {
        text-align: right;
        padding-right: 90px;
        float: left
    }

    section.timeline .timeline-element.timeline-element-right {
        text-align: left;
        padding-left: 90px;
        float: right
    }

    section.timeline .timeline-element:before {
        width: 60px
    }
}

@media (min-width: 1200px) {
    section.timeline {
        padding:75px 0 45px
    }

    section.timeline .timeline-element.timeline-element-left {
        text-align: right;
        padding-right: 90px;
        float: left
    }

    section.timeline .timeline-element.timeline-element-right {
        text-align: left;
        padding-left: 90px;
        float: right
    }

    section.timeline .timeline-element:before {
        width: 60px
    }
}

section.team {
    padding: 75px 0;
    background: #f8f8f8;
    overflow: hidden;
    position: relative
}

section.team h2 {
    text-align: center
}

section.team p.call-to-action {
    text-align: center;
    margin-top: 45px
}

section.team .container {
    padding-left: 0;
    padding-right: 0
}

section.team .background-icon {
    font-size: 220px;
    color: rgba(0,0,0,0.02);
    position: absolute;
    right: 0;
    bottom: -40px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg)
}

@media (max-width: 767px) {
    section.team {
        padding:45px 15px
    }

    section.team h2 {
        margin-bottom: 40px
    }

    section.team p:last-child {
        margin-bottom: 30px
    }

    section.team .col-md-4:last-child p:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.team {
        padding:45px 0
    }

    section.team h2 {
        margin-bottom: 40px
    }

    section.team p:last-child {
        margin-bottom: 30px
    }

    section.team .col-md-4:last-child p:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.team {
        padding:60px 0
    }

    section.team h2 {
        margin-bottom: 55px
    }
}

@media (min-width: 1200px) {
    section.team {
        padding:75px 0
    }

    section.team h2 {
        margin-bottom: 55px
    }
}

footer {
    padding: 45px 0
}

footer .menu {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .menu li {
    font-size: 14px;
    font-weight: 300
}

footer .menu > li {
    display: block;
    line-height: 1.8em
}

footer .menu > li > a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

footer .menu > li > ul {
    display: inline-block;
    padding: 0
}

footer .menu > li > ul > li {
    display: inline-block
}

footer .menu > li > ul > li > a {
    color: #000;
    text-decoration: none;
    font-weight: 300
}

footer .menu > li > ul > li > a:hover {
    text-decoration: underline
}

footer .menu > li > ul > li:before {
    content: '\b7';
    display: inline-block;
    margin: 0 12px 0 10px;
    opacity: .4
}

footer p {
    text-align: right;
    font-size: 14px;
    font-weight: 300
}

footer p a {
    color: #000;
    text-decoration: none;
    font-weight: 300
}

footer p a:hover {
    text-decoration: underline;
    color: #000
}

@media (max-width: 767px) {
    footer .col-md-9,footer .col-md-3 {
        display:block;
        text-align: left;
        width: 100%;
        float: none
    }

    footer .col-md-3 {
        margin-top: 30px
    }

    footer p {
        text-align: left
    }

    footer .menu > li > ul,footer .menu > li > ul > li {
        display: block
    }

    footer .menu > li > ul {
        margin: 10px 0
    }

    footer .menu > li > ul > li:before {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .col-md-9,footer .col-md-3 {
        display:block;
        text-align: left;
        width: 100%;
        float: none
    }

    footer .col-md-3 {
        margin-top: 30px
    }

    footer p {
        text-align: left
    }
}

.grecaptcha-badge {
    visibility: collapse!important
}

#job-info :nth-child( 3 ) {
    margin-top: 0
}

.map-section {
    margin-bottom: 45px
}

#map {
    min-height: 700px;
    width: 100%
}

/*#service {
    background-position: right 30px top 100px;
    background-image: url(../_img/leaf.webp);
    background-repeat: no-repeat;
    background-size: 300px
}
*/
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../_fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../_fonts/lato-v23-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/lato-v23-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/lato-v23-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/lato-v23-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/lato-v23-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/lato-v23-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../_fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../_fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../_fonts/lato-v23-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/lato-v23-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../_fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../_fonts/lato-v23-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/lato-v23-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/lato-v23-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/lato-v23-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/lato-v23-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/lato-v23-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../_fonts/poppins-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/poppins-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/poppins-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/poppins-v20-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../_fonts/poppins-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/poppins-v20-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../_fonts/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/poppins-v20-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../_fonts/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../_fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

video {
  object-fit: cover;
  height: 100%;
  width: 100%;
position: absolute;
  top: 0;
  left: 0;
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
	  background-color: white;
    }
/* Bild vollständig sichtbar (keine Abschneidung) */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;   /* wichtig: contain statt cover */
  display: block;
}