/*-- Imports (only visible on scss file) --*/


/*@import "https://fonts.googleapis.com/css?family=Cabin:400,700";*/

@import "https://fonts.googleapis.com/css?family=Lora:400,700,700i&display=swap";
@import "https://fonts.googleapis.com/css?family=Cabin:400,500&display=swap";

/*========================================
          Base Style
========================================*/

body {
    font-family: 'Cabin', sans-serif;
    color: #2E2424;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 24px;
}

body.services {
    background-color: #FFFFFF
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif
}

.padding-top-null {
    padding-top: 0 !important;
}

.padding-bottom-null {
    padding-bottom: 0 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.no-before-content {
    position: relative;
}

.no-before-content::before {
    content: "";
    display: none !important;
}

p > a {
    color: #A51262 !important;
}

@media (min-width: 800px) {
    p.center-padding {
        padding: 0 10%;
    }
    .section-padding-another {
        /* padding: 230px 0px 50px !important; */
        padding: 200px 0px 150px !important;
    }
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 799px) {
    .top-section {
        padding-top: 140px;
        background-color: #FFFFFF;
    }
    .section {
        /* margin-bottom: 50px; */
    }
    .mobile-margin-bottom {
        margin-bottom: 40px;
    }
    section-padding #services {
        padding: 0 0 80px;
    }
    #contact.section {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .top-section {
        padding-top: 160px !important
    }
}

.align-right {
    float: right;
}

.no-margin {
    margin: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.btn:focus {
  outline: none !important
}

body.person-data .person-data-col {
    max-width: 800px;
    margin: 0 auto;
    float: none;
}

body.person-data .person-data-col .text-center {
    text-align: center !important
}

@media (min-width: 992px) {
    .m-b-70 {
        margin-bottom: 70px !important
    }
}

@media (min-width: 768px) {
    /*.m-b-70 {
        margin-bottom: 70px !important
    }*/
    .m-b-100 {
        margin-bottom: 100px !important
    }
    .m-b-40 {
        margin-bottom: 40px !important
    }
}

@media (max-width: 767px) {
    .m-t-60 {
        margin-top: 60px !important
    }
    .m-b-50 {
        margin-bottom: 50px !important
    }
}

@media (max-width: 640px) {
    .mob-m-t {
        margin-top: 30px !important
    }

}

@media (min-width: 993px) {
    .errors {
        top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .errors {
        top: 90px;
    }
}

@media (max-width: 767px) {
    .errors {
        top: 80px;
        background-color: #FFFFFF !important;
    }
    .errors .alert-success {
        color: #A51262 !important;
    }
}

.errors {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    background-color: #A51262;
}

.errors .alert-success {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin: 0;
    border-color: transparent;
    background-color:transparent;
}

.np-btn {
    background-color: #A51262;
    color: #FFFFFF;
    text-align: center;
    display: block;
    width: 184px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    border-radius: 28px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

@keyframes blink {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

body.home nav.navbar.bootsnav ul.nav > li.home > a,
body.services nav.navbar.bootsnav ul.nav > li.services > a {
    color: #A51262;
}

.panel-default>.panel-heading {
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
}


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/*-- Preloader --*/

.page-preloader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #44c5ee;
    z-index: 100000;
}

.spinner {
    position: relative;
    top: 35%;
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}


/*========================================
            Typography
========================================*/


/*-- Typo Style --*/

h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    line-height: 76px;
}

h2 {
    font-size: 40px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

h3 {
    font-size: 32px;
    letter-spacing: 0.5px;
}

h4 {
    font-size: 24px;
    letter-spacing: 0.08em;
}

h5 {
    font-size: 18px;
    letter-spacing: 0.08em;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
}

.top-section .container {
    position: relative;
}

@media (min-width: 800px) {
    /*.top-section .container:before {
        content: "";
        display: block;
        position: absolute;
        top: -100px;
        left: 0;
        width: 75px;
        height: 75px;
        background-image: url(../img/3.svg);
        background-repeat: no-repeat;
    }*/
}

body.home .top-section .container:before {
    top: 0;
}


/*========================================
            Buttons Style
========================================*/

.btn-blue {
    background: #44c5ee;
    padding: 10px 28px;
    border: 2px solid #44c5ee;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
    outline: none !important;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background: #fff;
    color: #496174;
}

.btn-transparent {
    background: transparent;
    padding: 10px 28px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    outline: none !important;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background: #fff;
    color: #496174;
}

.btn-white {
    background: #fff;
    padding: 10px 28px;
    color: #496174;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    outline: none !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background: transparent;
    color: #fff;
}

#navbar-menu .navbar-nav {
    margin-left: 40px
}

@media (min-width: 1200px) {
    #navbar-menu .navbar-nav {
        margin-left: 165px
    }
}

@media (max-width: 350px) {
    nav.navbar.bootsnav .navbar-brand {
        height: auto;
        top: 20px
    }
    nav.navbar.bootsnav .navbar-brand img {
        width: 230px
    }
}


/*-- Navbar Bug Fix --*/

@media (min-width: 768px) and (max-width: 1023px) {
    nav.navbar.bootsnav .navbar-toggle {
        background-image: url(../img/menu-tablet.svg) !important;
        margin-top: 15px;
    }
    nav.navbar .navbar-brand {
        top: 20px !important
    }
}

/*@media (min-width: 768px) and (max-width: 992px) {
    nav.navbar.bootsnav .navbar-header {
        height: 80px;
    }
}*/

@media (min-width: 993px) {
    nav.navbar.bootsnav.navbar-fixed {
        height: 100px !important
    }
}

@media (max-width: 992px) {
    /* Navbar Responsive
  =================================*/
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: left !important;
        /*        margin: 0 !important;*/
        padding: 3px 15px;
    }
    nav.navbar.bootsnav .navbar-brand img {
        /* width: 30px; */
    }
    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        /* padding-left: 30px; */
        /* padding-right: 30px; */
        height: 80px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: right;
        margin-right: 0;
        /*        margin-top: 10px;*/
        width: 39px;
        height: 39px;
        background-image: url(../img/hamburger.svg);
        background-repeat: no-repeat;
        border-radius: 0;
    }
    nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0;
        background-color: #AC8B9D;
        position: fixed;
        left: 0;
        top: 90px;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 100;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 100%;
        overflow-y: auto !important;
        background-color: #2E2424;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block !important;
    }
    nav.navbar.bootsnav .navbar-nav {
        float: none !important;
        height: 100vh;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 !important;
        padding-top: 5px;
    }
    nav.navbar.bootsnav .navbar-nav > li {
        float: none;
    }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 20px;
        margin-right: 10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    nav.navbar.bootsnav li.dropdown.open a.dropdown-toggle:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before {
        content: "\f107";
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #BA98AB !important;
        padding: 20px 0 !important;
        /* border-top: solid 1px #e0e0e0; */
        /* margin-bottom: -1px; */
        color: #FFFFFF !important;
    }
    nav.navbar.bootsnav .navbar-nav > li.open > a {
        border-bottom: 0;
    }
    nav.navbar.bootsnav .navbar-nav > li:first-child > a {
        border-top: none;
    }
    nav.navbar.bootsnav .navbar-nav > li:last-child > a {
        border-bottom: none;
    }
    nav.navbar.bootsnav ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
        border-bottom: solid 1px #e0e0e0;
    }
    nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
        float: none !important;
        position: relative;
        display: block;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: 0;
        padding: 0 !important;
        margin: 15px 0 0 0 !important;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        font-size: 16px;
        letter-spacing: 0.5px;
        display: block;
        width: 100%;
        border-bottom: solid 1px transparent;
        padding: 10px 0;
        color: #FFFFFF;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li:last-child > a {
        border-bottom: 1px solid #BA98AB !important;
        padding-bottom: 20px;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
        background-color: transparent;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none !important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: transparent;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
        display: inline-block;
        margin-top: -10px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
        display: none;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
        padding: 10px 15px 10px 0;
        line-height: 24px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        border-bottom: solid 1px #e0e0e0;
        color: #6f6f6f;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 8px 0;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: -15px;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
        border-bottom: none;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #e0e0e0;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
        border-bottom: none;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107";
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px;
    }
    nav.bootsnav.brand-center .navbar-collapse {
        display: block;
    }
    nav.bootsnav.brand-center ul.nav {
        margin-bottom: 0px !important;
    }
    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 100%;
        float: none;
        display: block;
    }
    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        margin-bottom: 0;
    }
    nav.bootsnav .megamenu-content {
        padding: 0;
    }
    nav.bootsnav .megamenu-content .col-menu {
        padding-bottom: 0;
    }
    nav.bootsnav .megamenu-content .title {
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }
    nav.bootsnav .megamenu-content .content {
        display: none;
    }
    .attr-nav {
        position: absolute;
        right: 60px;
    }
    .attr-nav > ul {
        padding: 0;
        margin: 0 -15px -7px 0;
    }
    .attr-nav > ul > li > a {
        padding: 16px 15px 15px;
    }
    .attr-nav > ul > li.dropdown > a.dropdown-toggle:before {
        display: none;
    }
    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        margin-top: 2px;
        margin-left: 55px;
        width: 250px;
        left: -250px;
        border-top: solid 5px;
    }
    .top-search .container {
        padding: 0 45px;
    }
}

@media (max-width: 992px) {
    #home .container {
        text-align: center;
    }
    #home .container h1 {
        font-size: 36px;
    }
    #home .container h2 {
        font-size: 26px;
    }
    section .col-md-4 {
        /* margin-bottom: 40px; */
    }
    #newsletter .form-container .form-inline .btn {
        position: relative;
        right: 143px;
    }
}

@media (min-width: 640px) and (max-width: 799px) {
    #services h4.intro-text {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    nav.navbar.bootsnav .navbar-collapse {
        top: 80px !important
    }
    #home .container {
        text-align: center;
    }
    #home .container h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
        margin-left: -2px !important;
    }
    #home .container p {
        line-height: 25px !important;
        margin-bottom: 30px !important;
    }
    #services h4.intro-text {
        font-size: 25px !important;
        line-height: 35px !important;
        margin: 100px 0 100px !important;
    }
    body.services .bottom-cols h2 {
        padding: 60px 0;

    }
    #services .icon-box {
        height: auto !important;
        margin-bottom: 20px
    }
    #services .icon-box h4 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
    #home .container h2 {
        font-size: 24px;
    }
    #clients #owl-testimonials .item p {
        width: 100%;
    }
    #newsletter .form-container .form-inline .form-control {
        width: 80%;
    }
    #newsletter .form-container .form-inline .btn {
        position: relative;
        right: 40px;
        margin-top: 40px;
    }
    #contact .contact-info {
        /*position: relative !important;
        top: 0 !important;
        margin-top: 40px;*/
    }
}


/*========================================
           Header
========================================*/

nav.navbar.bootsnav.navbar-fixed .navbar-brand {
    padding: 0;
    /* height: 39px; */
    /* line-height: 39px; */
    margin-top: 25px;
    margin-left: 0;
}

nav.navbar.bootsnav.navbar-fixed ul.nav > li > a {
    padding: 40px 12px;
}

nav.navbar.bootsnav.navbar-fixed ul.nav > li.active > a {
    color: #A51262;
}

nav.navbar.bootsnav.navbar-fixed .button-holder {
    padding: 15px 0;
    margin-left: 40px;
}

.phone-icon {
    position: absolute;
    right: 15px;
    margin: 0;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    line-height: 52px;
}

.phone-icon-small {
    position: absolute;
    right: 55px;
    margin: 0;
    font-size: 25px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.phone-icon a {
    position: relative;
    color: #FFFFFF;
    background-color: #A51262;
    padding: 15px 30.57px;
    border-radius: 28px;
    letter-spacing: 0.56px;
}


/* Submenu Wide Start */

.submenu-container {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #F8F8F8;
    border-top: 1px solid #E3E3E3;
}

body.submenu-active .submenu-container,
body.submenu-active .submenu-overflow-bg {
    display: block;
}

.submenu-container ul.submenu {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.submenu-container ul.submenu li {
    float: left;
    padding: 0;
}

.submenu-container ul.submenu a {
    font-size: 15px;
    color: #020202;
    letter-spacing: 0.5px;
    line-height: 70px;
    margin-right: 40px;
}

.submenu-overflow-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 160px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2E2424;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 10;
    overflow: hidden;
}


/* Submenu Wide End */

#home {
    position: relative;
    padding: 140px 0px 50px 0px;
    background-color: #FFFFFF;
    background-image: url(../img/mobil-symbol.svg);
    background-position: right top 200px;
    background-repeat: no-repeat;
}

@media (min-width: 993px) {
    #home {
        background-image: url(../img/uvod-symbol.svg);
        background-position: right 0 bottom -400px;
        padding: 250px 0 150px
    }
}

#home .container {
    position: relative;
}

#home .container:after {
    content: "";
    display: block;
}

#home .caption {
    /* padding: 0; */
    position: relative;
    /*    height: 540px;*/
}

@media (max-width: 992px) {
    #home .caption {
        height: auto;
        text-align: left;
    }
}

.vertical-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home .caption h1 {
    margin-top: 0;
    margin-left: -4px;
}

#home .caption p {
    line-height: 28px;
    text-align: justify;
    margin-bottom: 70px;
}

#home .caption a,
#about .caption a {
    display: inline-block;
    color: #21191D;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 2px solid #EDEDED;
    padding: 17.5px 37px;
    border-radius: 50px;
}

@media (max-width: 991px) {
    #home .caption a,
    #about .caption a {
        padding: 14px 30px
    }
    #about .caption a {
        margin-bottom: 50px
    }
    .np-btn {
        font-size: 16px;
        width: 170px;
        height: 54px;
    }
    body.services .bottom-cols h2 {
        text-align: center;
    }
}

#home .caption .btn {
    margin-top: 25px;
}

#home .caption .btn-blue {
    margin-left: 15px;
}

#home .caption .btn-blue i {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

#home .signup-form {
    background-color: #fff;
    padding: 45px;
    border-radius: 5px;
}

#home .signup-form input {
    border: 1px solid #eee;
    height: 38px;
    box-shadow: none !important;
}

#home .signup-form input:focus {
    border-color: #44c5ee;
}

#home .signup-form .form-control {
    font-size: 16px;
    padding: 10px 15px;
    color: #555;
    background-color: #fff;
    border-radius: 3px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#home .img-col .inner,
.banner-section .img-col .inner {
    overflow: hidden;
    height: 335px;
    position: relative;
}

#home .img-col img,
.banner-section .img-col img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 750px;
}

@media (min-width: 992px) {
    #about.banner-section .img-col img {
        max-width: 450px;
        right: 0;
        left: auto;
        transform: translate(0%, -50%);
    }
}

@media (min-width: 800px) {
    #home .img-col .inner,
    .banner-section .img-col .inner {
        height: 540px;
    }
    #about.banner-section .img-col .inner {
        height: 400px
    }
    #home .img-col img,
    .banner-section .img-col img {
/*        max-width: 900px;*/
        max-width: 450px;
    }
    .np-btn {
        margin: 100px auto 0;
    }
}

@media (min-width: 768px) {
    .about-me-page .img-col .inner {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .about-me-page .img-col .inner {
        height: 606px;
    }
    .about-me-page .img-col img {
        top: 0;
        transform: translate(-50%, 0%);
    }
}

@media (min-width: 387px) and (max-width: 444px) {
    .about-me-page .img-col .inner {
        height: 520px;
    }
}

@media (max-width: 386px) {
    .about-me-page .img-col .inner {
        height: 400px;
    }
}

@media (max-width: 991px) {
    #about .img-col {
        margin-bottom: 30px
    }
}

@media (max-width: 799px) {
    #about .img-col {
        margin-top: 30px
    }
    .np-btn {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

.banner-section .caption {
    position: relative;
}

.banner-section ul {
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) and (max-width: 799px) {
  .banner-section .caption {
      height: 340px;
      margin-top: 30px
  }
}

@media (min-width: 800px) {
    .banner-section ul {
        padding-left: 100px;
    }
    .banner-section .caption {
        height: 400px;
    }
    #prefooter-section .caption {
        height: 145px
    }
}

#prefooter-section {
    position: relative;
    background-color: #FFFFFF;
    padding: 80px 0;
}

.bottom-section {
    position: relative;
    text-align: center;
}

@media (max-width:799px) {
    .bottom-section {
        padding: 50px 0
    }
}

#banner-section {
    position: relative;
}

.bottom-section h4 {
    font-size: 30px;
    font-style: italic;
    color: #21191D;
    font-weight: 700;
    margin: 0 0 50px;
    line-height: 39px;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .bottom-section h4 {
        font-size: 25px;
        line-height: 35px
    }
}

#prefooter-section::before,
body.services .bottom-section::before,
body.services #banner-section::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 1px;
    background-color: #EDEDED;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, 0%);
}

@media (max-width: 991px) {
    #prefooter-section::before,
    body.services .bottom-section::before,
    body.services #banner-section::before,
    #slider::before {
        left: 20px;
        right: 20px;
        width: auto;
        transform: translate(0%, 0%);
    }
    #slider::before {
        content: "";
        display: block;
        max-width: 1200px;
        height: 1px;
        background-color: #EDEDED;
        position: absolute;
    }
}

#prefooter-section h3 {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#prefooter-section p {
    font-size: 16px;
    line-height: 19px;
    color: #A0A0A0;
}

#prefooter-section p.phone {
    font-size: 18px;
}

#prefooter-section .address-col p {
    line-height: 22px;
}

@media (max-width: 799px) {
    .banner-section .caption .vertical-inner {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    section .img-col {
        /*margin-bottom: 50px;
        padding-top: 30px*/
    }
}

.banner-section ul li {
    margin-bottom: 15px;
}

.banner-section ul a {
    font-size: 17px;
    color: #2E2424;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
    background-image: url(../img/Rectangle.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}


/*========================================
           About Us
========================================*/

#about {
    background-color: #FFFFFF
}

@media (min-width: 768px) {
    #about p {}
    #about h3 {
        font-size: 35px !important;
    }
}

#about h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
    margin-top: 0
}

#about p {
    color: #31272C;
    text-align: left;
    margin-bottom: 44px
}

#about .icon-box {
    margin-top: 60px;
}

#about .icon-box i {
    font-size: 46px;
    color: #f23c7e;
}

#about .icon-box h4 {
    margin: 25px 0;
}


/*========================================
           Story
========================================*/

#story {
    background: #44c5ee;
}

#story .col-md-6 {
    padding: 0;
}

#story .story-bg {
    background-image: url(../img/success.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
}

#story .story-content {
    padding: 40px;
    color: #fff;
}

#story .story-content .story-quote {
    font-size: 24px;
    margin: 35px 0;
    font-style: italic;
}

#story .story-content .btn {
    margin-top: 35px;
}


/*========================================
           Gallery
========================================*/

.gallery-intro h1 {
    /* margin-bottom: 20px !important */
}

@media (min-width: 800px) {
    .gallery-intro p {
        /* margin-bottom: 80px */
    }
}

@media (min-width: 768px) {
    #gallery h3 {
        font-size: 18px !important
    }
}

@media (max-width: 767px) {
    #gallery .price-item p {
        line-height: 19px
    }
}

#gallery h3 {
    font-size: 25px;
    font-weight: 700;
    color: #A51262;
    margin: 0 0 25px;
}

#gallery .col-md-6 {
    margin-bottom: 60px
}

#gallery .last-price-col {
    margin-bottom: 100px
}

#gallery .price-item {
    width: 100%;
    position: relative;
    padding: 15px;
}

#gallery .price-item.odd {
    background-color: #F9F9F9;
    box-shadow: inset 0 -1px 0 0 #EDEDED, inset 0 1px 0 0 #EDEDED;
}

#gallery .price-item.even {}

@media (max-width: 767px) {
    #gallery .price-item p {
        width: 50%;
    }
    #gallery .price-item p.price {
        position: absolute;
        right: 15px;
        text-align: right;
        top: 50%;
        transform: translate(0, -50%);
    }
    #gallery .question-col h3,
    #gallery .question-col p {
        text-align: center;
    }
    #gallery .question-col p {
        line-height: 25px
    }
}

#gallery .price-item p {
    text-align: left;
    margin: 0;
    font-size: 16px;
    color: #21191D;
    display: inline-block;
}

#gallery .price-item p.price {
    float: right;
}

#gallery .col-md-6 h3.question-heading {
    font-size: 30px !important;
    color: #21191D;
    margin-bottom: 30px;
}

#gallery .gallery {
    overflow: hidden;
    position: relative;
}

@media (min-width: 1200px) {
    #gallery .gallery {
        height: 285px;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    #gallery .gallery {
        height: 285px;
    }
}

@media (max-width: 799px) {
    #gallery .gallery {
        height: 285px;
    }
}

#gallery .gallery:after {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, #070707 6%, rgba(255, 255, 255, 0.00) 100%);
    background: linear-gradient(0deg, #070707 6%, rgba(255, 255, 255, 0.00) 100%);
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

#gallery .gallery:hover:after {
    visibility: hidden;
}

#gallery .col-md-4 span {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #gallery .col-md-4 span {
        left: 20px;
        font-size: 17px;
        bottom: 20px;
        line-height: 20px;
    }
    #gallery .gallery {
        height: 215px;
    }
}

#gallery .gallery img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 455px;
}

@media (min-width: 460px) and (max-width: 767px) {
    #gallery .gallery img {
        max-width: 100%;
    }
}

#gallery .row {
    /*margin-left: -10px;
    margin-right: -10px;*/
}

#gallery .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

body.reference .gallery-intro {
    padding-bottom: 100px !important
}

.gallery figcaption {
    visibility: hidden;
    display: none;
}


/*========================================
           Services
========================================*/

@media (min-width: 768px) {
    #mediacia {
        padding-bottom: 100px !important
    }
}

@media (max-width: 799px) {
    body.services .bottom-cols .heading-col {
        padding-top: 40px;
        text-align: center;
    }
    body.services .bottom-cols .heading-col h2 {}
}

@media (max-width: 639px) {
    body.services .bottom-cols .heading-col h2 {
        font-size: 25px;
        line-height: 35px
    }
}

body.services .bottom-cols h2 {
    font-size: 35px;
    text-transform: none;
    color: #903969;
    line-height: 50px;
    letter-spacing: 0.5px;
    font-style: italic;
    margin: 0;
}

body.services .bottom-cols .box-item span {
    color: #A51262;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
    display: block;
    letter-spacing: 0.5px;
    font-family: 'Lora', serif;
    font-weight: 700;
}

body.services .bottom-cols .box-item h3 {
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 38px;
    font-family: 'Lora', serif;
    font-weight: 700;
    color: #21191D;
}

body.services .bottom-cols .box-item p {
    line-height: 28px;
    margin: 0
}

@media (max-width: 767px) {
    #slider {
        position: relative;
    }
    #slider.bottom-cols .box-item p {
        line-height: 25px;
        margin: 0 auto;
        max-width: 350px
    }
    #slider.bottom-cols .box-item span {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    #slider.bottom-cols .box-item h3 {
        font-size: 25px;
        margin-bottom: 40px;
    }
}

#services {
    background-color: #F9F9F9;
}

@media (min-width: 800px) {
    #services {
        /* text-align: center; */
    }
    #services h2 {}
}

@media (max-width: 1199px) {
  #services {
    padding-top: 0
  }
}

body.home #services h2 {
    text-align: center;
    font-weight: 600;
}

@media (max-width: 799px) {
    body.home #services h2 {
        font-size: 25px;
        line-height: 24px;
        padding: 50px 0 35px;
        margin: 0;
    }
}

#services .row {
    /*margin-left: 0px;
    margin-right: 0px;*/
}

#services .col-md-3 {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

@media (min-width: 800px) and (max-width: 1199px) {
    #services h4.intro-text {
      margin-top: 80px !important;
      margin-bottom: 80px !important;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
}




#services h4.intro-text {
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    color: #903969;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 50px;
    margin-top: 25px;
    margin-bottom: 55px;
}

#services img.service-banner {
    width: 100%;
    height: 680px;
    margin-bottom: 50px;
}

#services .icon-box {
    padding: 38px 28px 28px;
    height: 350px;
    background-color: #710A42;
    color: #FFFFFF;
}

#services .icon-box a {}

#services .icon-box.lighter {
    background-color: #A51262;
}

#services .icon-box.two{
    background-color: #940A55;
}

#services .icon-box.three{
    background-color: #82134F;
}

#services .icon-box i {
    font-size: 46px;
    color: #f23c7e;
}

#services .icon-box h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 25px;
    letter-spacing: 0.5px;
}

#services .icon-box a {
    display: block;
    width: 54px;
    height: 54px;
    background-image: url(../img/next.svg);
    position: absolute;
    bottom: 30px;
    text-indent: -9999px;
    font-size: 0px;
}

@media (max-width: 767px) {
    #services .icon-box a {
        width: 44px;
        height: 44px;
        background-size: 100%;
        position: relative;
        bottom: 0;
        margin-top: 30px
    }
}

#services .icon-box p {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    color: #E7CEDC;
}

.section h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 45px;
}

.point-caption h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 30px;
}

#mediacia .outro-text-center .inner {
    max-width: 805px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #mediacia .outro-text-center p {
        text-align: center !important;
    }
}

#mediacia .outro-text-center p {
    text-align: left;
}

@media (max-width: 992px) {
    .point-caption {
        margin-bottom: 50px !important;
    }
}

@media (max-width: 767px) {
    .point-caption {
        margin-bottom: 50px;
    }
    .point-caption h3 {
        font-size: 25px;
        line-height: 32px;
    }
    #mediacia .outro-text-center {
        margin-bottom: 60px;
    }
}

.point-caption .no-padding-point {
    padding: 0 !important;
}

.point-caption .no-padding-point::before {
    content: "";
    display: none;
}

.point-caption p {
    text-align: left !important;
    line-height: 25px;
    margin: 0 0 10px;
    padding-left: 25px;
    position: relative;
}

.point-caption p.list {
    margin-bottom: 10px;
}

.point-caption p::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #A51262;
    border-radius: 5.5px;
    position: absolute;
    left: 0;
    top: 6px
}

.point-caption p.pre-point {
    margin-bottom: 5px;
}

.point-caption p.no-point {
    color: #797979;
    line-height: 20px;
    margin-bottom: 10px;
}

.point-caption p.no-point::before {
    content: "";
    display: none;
}


#mediacia .img-col img {
    margin: 0 auto 60px;
    width: 100%;
    display: block;
}

@media (max-width: 640px) {
    #mediacia .img-col img {
        margin-bottom: 35px !important
    }
}

@media (min-width: 992px) {
    #mediacia h1 {
        margin-bottom: 100px;
        line-height: 55px;
    }
    #mediacia .img-col img {
        max-width: 450px;
    }
    #mediacia .img-col img {
        margin: 0 auto 115px;
    }
}


@media (min-width: 1200px) {
    #mediacia .img-col img.shit-margin {
        margin-top: -169px
    }
    #mediacia .shit-margin-col {
        margin-top: -270px;
    }
}

@media (max-width: 799px) {
    .section h1 {
        font-size: 30px;
        line-height: 38px !important;
        margin-bottom: 35px !important;
    }
}

.section p {
    color: #31272C;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .section p {
        text-align: justify !important;
        margin-bottom: 30px;
    }
}

body.services a.dropdown-toggle,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.active > a {
    color: #A51262 !important
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li.active > a {
    pointer-events: none
}

body.services .bottom-section p {
    margin-bottom: 100px;
}

.btn-price-col {
    margin-top: 50px;
}

.btn-price-col .btn {
    display: block;
    width: 100%;
    max-width: 261px;
    margin: 0 auto !important;
}

body.services .bottom-section .btn,
.btn-price-col .btn {
    font-size: 18px;
    text-align: center;
    padding: 15px 30px;
    border-width: 2px;
    letter-spacing: 0.5px;
    border-radius: 28px;
    line-height: 22px;
    margin: 0 5px;
}

@media (max-width: 640px) {
    body.services .bottom-section .btn {
        width: 100%;
        max-width: 300px;
    }
    body.services .bottom-section .black-bord-btn {
        margin-bottom: 20px
    }
}

body.services .bottom-section .row {
    margin-right: -10px;
    margin-left: -10px;
}

body.services .bottom-section .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    body.services .bottom-section .col-md-6.first-col {
        margin-bottom: 20px
    }
}

.black-bord-btn {
    color: #FFFFFF;
    background-color: #A51262 !important;
}

.red-bord-btn {
    color: #21191D;
    border-color: #EDEDED;
}


/*========================================
           About us
========================================*/

body.about-us {}

.certificates h3 {
    font-size: 25px;
    margin-bottom: 60px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 800px) {
    .certificates h3 {
        font-size: 40px;
    }
}

.certificates .item {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 25px 20px;
    position: relative;
}

.certificates p {
    line-height: 20px;
    margin: 0;
    padding-right: 40px;
}

.certificates .btn {
    position: absolute;
    right: 20px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/download.svg);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
}


/*========================================
           Features
========================================*/

#features {
    background: #44c5ee;
    color: #fff;
    padding: 80px 0;
}

#features .media {
    margin: 35px 0;
}

#features .media i {
    color: #fff;
    font-size: 46px;
    margin-right: 25px;
}

#features img {
    margin-top: 80px;
}


/*========================================
           Pricing
========================================*/

#price {
    text-align: center;
}

#price .plan {
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(213, 216, 224, 0.7);
}

#price .active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
}

#price .pricing-container {
    margin-top: 80px;
}

#price .pricing-container h2 {
    color: #496174;
    margin-bottom: 40px;
}

#price .pricing-container h3 {
    font-size: 24px;
    color: #f23c7e;
    margin-bottom: 0;
}

#price .pricing-container h2,
#price .pricing-container h3 {
    text-transform: none;
}

#price .pricing-container .pricing-header {
    padding: 30px 0;
}

#price .pricing-container .pricing-header .currency {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #496174;
    top: -20px;
}

#price .pricing-container .pricing-header .amount {
    color: #496174;
    font-size: 44px;
    font-weight: 700;
}

#price .pricing-container .pricing-header .period {
    font-size: 22px;
    font-weight: 300;
    color: #496174;
    position: relative;
    top: 12px;
}

#price .pricing-container ul {
    padding: 20px 0;
}

#price .pricing-container ul li {
    font-size: 15px;
    letter-spacing: .1em;
    margin: 15px 0;
}

#price .pricing-container ul li i {
    color: #f23c7e;
    margin-right: 10px;
}

#price .pricing-container .pricing-footer {
    padding: 25px 0;
}


/*========================================
           Team
========================================*/

#team {
    text-align: center;
}

#team .team-member {
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(213, 216, 224, 0.7);
    border: 0;
    margin-top: 80px;
    padding: 20px;
}

#team .team-member h6 {
    font-style: italic;
}

#team .team-member .team-social ul {
    padding: 0;
    margin: 0;
}

#team .team-member .team-social li {
    display: inline-block;
}

#team .team-member .team-social li a {
    font-size: 20px;
    padding: 12px;
    color: #44c5ee;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#team .team-member .team-social li a:hover,
#team .team-member .team-social li a:focus,
#team .team-member .team-social li a:active {
    color: #496174;
}


/*========================================
           Clients
========================================*/

#clients {
    text-align: center;
}

#clients #owl-clients {
    margin: 60px 0;
}

#clients #owl-clients .owl-pagination {
    display: none;
}

#clients #owl-testimonials {
    margin: 60px 0;
}

#clients #owl-testimonials .owl-pagination .owl-page.active span {
    background: #f23c7e;
}

#clients #owl-testimonials .owl-pagination .owl-page span {
    border: 2px solid #f23c7e;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#clients #owl-testimonials i {
    font-size: 48px;
    color: #f23c7e;
}

#clients #owl-testimonials p {
    width: 50%;
    margin: 25px auto;
}

#clients #owl-testimonials h3 {
    color: #fff;
}


/*========================================
           NewsLetter
========================================*/

#newsletter {
    background: #44c5ee;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

#newsletter .form-container {
    margin-top: 40px;
}

#newsletter .form-container .form-inline {
    left: 50px;
    position: relative;
}

#newsletter .form-container .form-control::-webkit-input-placeholder {
    color: #fff;
}

#newsletter .form-container .form-control:-moz-placeholder {
    color: #fff;
}

#newsletter .form-container .form-control::-moz-placeholder {
    color: #fff;
}

#newsletter .form-container .form-control:-ms-input-placeholder {
    color: #fff;
}

#newsletter .form-container .form-control {
    width: 50%;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

#newsletter .form-container .btn {
    position: relative;
    right: 143px;
}


/*========================================
           Contact
========================================*/

#contact {
    /*    text-align: center;*/
}

@media (min-width: 1200px) {
    #contact {
        /* height: 1100px; */
        padding-bottom: 100px !important
    }
}

#contact h1 {
    margin-bottom: 16px
}

#contact p.head-info {
    font-size: 15px !important;
    color: #31272C !important;
}

#contact .contact-info {
    margin-bottom: 30px;
}

#contact .contact-info p {
    font-size: 18px;
    text-align: left;
    color: #21191D;
    line-height: 22px;
    margin-bottom: 20px;
}

#contact .contact-info a.map-anchor {
    display: inline-block;
    font-size: 15px;
    color: #A0A0A0 !important;
}

#contact .contact-info p.name {
    margin-bottom: 30px;
    margin-top: 100px;
}

#contact .contact-info p.label {
    font-size: 15px;
    color: #A0A0A0;
    font-weight: 300;
    padding: 0;
    line-height: 18px;
    margin-bottom: 5px;
    display: inline-block;
}

#contact .contact-info p.hour {
    font-size: 20px !important;
    margin-bottom: 20px
}

#contact .contact-info .contact-inner {
    padding-left: 45px;
}

#contact .contact-info .contact-inner p {
    position: relative;
    color: #2E2424;
}

#contact .contact-info .contact-inner p:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background-repeat: no-repeat;
}

#contact .contact-info p.phone:before {
    background-image: url(../img/icon.svg);
    left: -45px;
    top: 4px;
}

#contact .contact-info p.address.icon:before {
    background-image: url(../img/Path.svg);
    left: -45px;
    top: 13px;
}

#contact .contact-info p.email:before {
    background-image: url(../img/email.svg);
    left: -45px;
    top: 4px;
}

#contact .contact-info p.hour:before {
    background-image: url(../img/time.svg);
    left: -45px;
    top: 4px;
}

#contact .contact-info p.address {
    color: #2E2424;
    font-size: 20px;
    margin-bottom: 0;
}

#contact .contact-info p.ico {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 25px;
    color: #2E2424;
}

#contact .contact-info p.dico {
    font-size: 20px;
    margin-bottom: 60px;
    color: #2E2424;
}

#contact .contact-form {}

#contact .contact-info h3 {
    font-family: 'Cabin', sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin: 0 0 15px;
}

#contact .contact-info p.head {
    margin-bottom: 0;
}

#contact .contact-form h3 {
    font-family: 'Cabin', sans-serif;
    font-size: 25px;
    margin: 0 0 45px;
    color: #21191D;
}

@media (min-width: 992px) {
    #contact .contact-form {
        padding: 50px;
        max-width: 486px;
        float: right;
        background-color: #F9F9F9;
    }
    #contact .contact-form .form-control {
        padding: 0 0 5px 0;
    }
}

@media (min-width: 768px) and (max-width: 799px) {
    #contact .contact-form {
        margin-bottom: 80px
    }
}

@media (max-width: 991px) {
  #contact .contact-form-col {
      background-color: #F9F9F9
  }
  #contact .contact-form {
      padding-top: 50px;
  }
}

@media (max-width: 767px) {


    #home.top-section {
        /*padding-top: 110px;*/
    }
    #contact .contact-form .form-control {
        padding-right: 0;
        padding-left: 0
    }
    body.contact footer {
        background-color: #FFFFFF
    }
}

#contact .contact-form .form-control:focus {
    border-color: #A51262;
}

#contact .contact-form .form-control {
    font-size: 15px;
    color: #2E2424 !important;
    background-color: #F9F9F9;
    border-radius: 0;
    border-bottom: 1px solid #DEDEDE;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    height: 40px;
    box-shadow: none !important;
    margin: 0 0 30px 0;
    font-weight: 300;
}

#contact .contact-form .btn {
    color: #FFFFFF;
    font-size: 18px;
    background-color: #C9C9C9;
    border-radius: 28px;
    max-width: 125px;
    width: 100%;
    padding: 11.5px 12px;
    margin-top: 25px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    #contact .contact-form .btn {
        max-width: 335px;
        float: right;
        margin-top: 0;
    }
    #contact .contact-form .label-checkbox {
        float: left;
        width: 50%;
    }
}

@media (max-width: 640px) {
    #contact .contact-form .btn {
        max-width: 100%;
        margin-top: 0;
    }
}

#contact .contact-form textarea {
    height: 118px !important;
    resize: none;
    margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 1em;
    z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    color: #31272C;
    cursor: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
    line-height: 25px;
    letter-spacing: 0.5px;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #DEDEDE;
    content: '';
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background-image: url(../img/active.svg);
    border-color: #A51262;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-position: center;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #A51262;
/*    box-shadow: 0 0 0 1px #A51262;*/
    box-shadow: 0;
}

input[type="checkbox"] + label:before {
    /* border-radius: 0px; */
}

input[type="checkbox"].error + label:before {
    border: 1px solid #E01616;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #C9C9C9 !important;
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-moz-placeholder {
    color: #C9C9C9 !important;
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

::-moz-placeholder {
    color: #C9C9C9 !important;
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
    color: #C9C9C9 !important;
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*========================================
           Footer
========================================*/
footer {
    background-color: #F9F9F9;
}

footer p {
    font-size: 14px;
    line-height: 20px;
    color: #A0A0A0;
    margin: 20px 0;
}

footer a {
    color: #A0A0A0 !important;
}

@media (max-width: 640px) {
    footer .container {
        /*padding-left: 0;
        padding-right: 0;*/
    }
}

@media (min-width: 768px) {
    footer p {
        font-size: 16px;
        line-height: 18px;
        margin: 26px 0;
    }
}


/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
    text-align: center;
    padding: 50px 0 144px
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    ;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    bottom: 30px;
    width: 44px;
    height: 44px;
    border: 1px solid #A51262;
    border-radius: 24px;
    background: white;
    padding: 0;
    /*    background: hsla(0, 0%, 100%, 0.75);*/
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.flickity-prev-next-button.previous {
    left: 50%;
    margin-left: -49px;
}

.flickity-prev-next-button.next {
    right: 50%;
    margin-right: -49px;
}


/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
}

.flickity-prev-next-button .arrow {
    fill: #A51262;
}


/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (min-width: 370px) {
    .carousel-cell {
        width: 100%;
    }
    .flickity-slider .carousel-cell:last-child {
        margin-right: 0;
    }
}

@media (max-width: 369px) {
    .carousel-cell {
        min-width: 100%;
        margin-right: 20px;
    }
}


/*! PhotoSwipe main CSS */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}


/*! PhotoSwipe Default UI CSS */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/left.svg) 0 0 no-repeat;
    /* background-size: 264px 88px; */
    width: 44px;
    height: 44px;
}

@media(-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0
    }
}

.pswp__button--close {
    width: 22px;
    height: 24px;
    background-image: url(../img/close.svg);
    margin-right: 10px;
    margin-top: 10px;
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 5px
}

.pswp__button--arrow--right {
    right: 5px
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: transparent;
    height: 30px;
    width: 13px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background: url(../img/right.svg) 0 0 no-repeat;
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: transparent;
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0
}
