/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
#home::before,
#home::after{
    height: 0;
    content: "";
    display:block;
}
#home {
    border-bottom: 7px solid #fff
}
.navbar-brand img {
    margin-bottom: -0.5rem;
}
.navbar-caption {
    margin-left: .35rem;
    font-size: 1.45rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.navbar-caption .small {
    font-size: 80%;
    font-weight: 600;
}
.line {
    display: block;
    margin-top: 14px;
    width: 45%;
    height: 2px;
    background: #ffde00;
}
.dvdr-line {
    display: block;
    margin: 5px auto 0 auto;
    background: transparent;
    width: 8%;
    height: 2px;
    border-bottom: 2px solid #7bd5f7;
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    .navbar-caption {
        position: absolute;
        display: block;
        right: 29rem;
        top: 1.35rem;
        font-size: 1.15rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    .navbar-caption {
        position: absolute;
        display: block;
        right: 18.5rem;
        top: 1rem;
        font-size: 1.15rem;
    }
    .navbar-collapse {
        margin: 1rem 0 0.5rem 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 75%;
        height: auto;
    }
    .navbar-caption {
        position: absolute;
        display: block;
        right: 11.5rem;
        top: 1rem;
        font-size: 1.15rem;
    }
    .navbar-collapse {
        margin: 1rem 0 0.5rem 0;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 55%;
        height: auto;
        margin-bottom: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-caption {
        position: absolute;
        display: block;
        right: 6rem;
        top: 1rem;
        font-size: 96%;
    }
    .navbar-collapse {
        margin: 1rem 0 0.5rem 0;
    }
}
/*Slider*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 8%;
    bottom: 4rem;
    left: 8%;
    width: 45%;
    padding: 2rem 1.5rem 1rem 1.5rem;
    text-align: left;
    color: #fff;
}
.carousel-caption .headng{
    padding-bottom: .5rem;
    font-size: 2.15rem;
    line-height: 1.85rem;
    text-transform: none;
    color: #fff;
}
.carousel-caption .headng .small {
    display: block;
    font-weight: 600;
    font-size: 75%;
}
.lines {
    display: block;
    position: absolute;
    left: 1%;
    top: 22%;
    width: 1px;
    height: 66%;
    background: #ffde00;
}
.caption-list {
    margin-top: .5rem;
    text-align: justify;
    font-size: 1rem;
}
#carouselIndicators .dashes li{
    position: relative;
    flex: 0 1 auto;
    width: 45px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.87);
}
#carouselIndicators .dashes .active{
    background-color: rgba(255,222,0, 0.87);
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        bottom: 1rem;
        padding: 1rem;
    }
    .carousel-caption .headng{
        font-size: 100%;
        line-height: 1.1rem;
        padding-bottom: 0;
    }
    .caption-list{
        font-size: 73%;
        margin-top: 0.35rem;
    }
    .lines {
        top: 15%;
        height: 54%;
    }
    #carouselIndicators .dashes li {
        width: 23px;
        height: 3px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .carousel-caption {
        bottom: 1rem;
        padding: 1rem;
    }
    .carousel-caption .headng{
        font-size: 100%;
        line-height: 1.1rem;
        padding-bottom: 0;
    }
    .caption-list{
        font-size: 64%;
        margin-top: 0.35rem;
    }
    .lines {
        top: 15%;
        height: 63%;
    }
    #carouselIndicators .dashes li {
        width: 23px;
        height: 3px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .carousel-caption {
        bottom: 1rem;
        left: 4%;
        padding: 1rem 0 0 1rem;
    }
    .carousel-caption .headng{
        font-size: 85%;
        line-height: 1.1rem;
        padding-bottom: 0;
    }
    .caption-list{
        font-size: 60%;
        margin-top: 0.35rem;
    }
    .lines {
        top: 15%;
        height: 74%;
    }
    #carouselIndicators .dashes li {
        width: 23px;
        height: 3px;
        top: .75rem;
    }
}
@media (max-width: 348px) {
    .carousel-caption {
        bottom: .5rem;
        left: 4%;
        padding: 1rem 0 0 1rem;
    }
    .carousel-caption .headng{
        font-size: 58%;
        line-height: .5rem;
        padding-bottom: 0;
    }
    .caption-list{
        font-size: 41%;
        margin-top: 0.35rem;
    }
    .lines {
        top: 15%;
        height: 74%;
    }
    #carouselIndicators .dashes li {
        width: 23px;
        height: 3px;
        top: 1rem;
    }
}
/*Reasons Block styles*/
#reasons:before, #reasons:after{
    height: 1rem;
    content: "";
    display:block;
}
#reasons{
    background: #fff url("../images/bg-reasons.jpg") no-repeat center;
    background-size: cover;
}
#reasons h2{
    margin-bottom: 2rem;
    font-size: 1.75rem;
    color: #fff;
}
#reasons .sub-heading,
.reasons-item p {
    color: #fff;
}
.reasons-item img {
    padding: 1rem 2rem;
}
.reasons-item p{
    font-size: 1.05rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .reasons-item img {
        padding: 0 1rem;
    }
    .reasons-item p{
        font-size: 73%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .reasons-item img {
        padding: 1rem;
    }
    .reasons-item p {
        font-size: 87%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons h2 {
        font-size: 1.75rem;
    }
    .reasons-item img {
        padding: 1rem 1.05rem;
    }
    #reasons  .dvdr-line {
        width: 45%;
    }
    .reasons-item p {
        font-size: 87%;
    }
}
@media (max-width: 348px) {
    #reasons h2 {
        font-size: 1.35rem;
    }
    #reasons .sub-heading{
        font-size: 95%;
    }
    .reasons-item img {
        padding: 1rem 0.5rem;
    }
    #reasons  .dvdr-line {
        width: 45%;
    }
    .reasons-item p {
        font-size: 65%;
    }
}
/*Services Block styles*/
#services::before {
    height: 2rem;
    content: "";
    display: block;
}
#services::after {
    height: 2.5rem;
    content: "";
    display: block;
}
#services .sub-heading{
    margin-top: 1.35rem;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.05rem;
}
.uslugi {
    margin-top: 3.5rem;
}
.uslugi .mar1 {
    margin-bottom: 2rem;
}
.uslugi-card .thumb-modal{
    width: 100%;
    height: auto;
    border: 1px solid rgb(255,222,0);
}
.uslugi-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1.15rem;
    color: #3560a9;
}
.uslugi-card:hover .colour, .uslugi-card:hover .sml{
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi {
        margin-top: 1rem;
    }
    .uslugi-card a {
        height: 48%;
    }
    .uslugi-title {
        font-size: .9rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    #services .dvdr-line {
        width: 20%;
    }
    .uslugi {
        margin-top: 1.75rem;
    }
    .uslugi-card a {
        height: 48%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 95%;
    }
    .uslugi .mar1 {
        margin-bottom: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    #services .dvdr-line {
        width: 25%;
    }
    .uslugi-card a {
        height: 57%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .dvdr-line {
        width: 42%;
    }
    #services .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    .uslugi {
        margin-top: 1rem;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.15rem;
    }

}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.transport-gallery .hover-mask .gallery-img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-mask:hover .uslugi-card{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hover-mask a .mbri-file, .hover-mask a .mbri-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 44.65% 20px;
    text-align: center;
    background-color: rgba(69,164,239,.38);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.transport-gallery .hover-mask a .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 38.7% 20px;
    text-align: center;
    background-color: rgba(255,222,0,0.5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover a p, .transport-gallery .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .hover-mask .mbri-search, .transport-gallery .hover-mask .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover .mbri-file, .hover-mask:hover .mbri-search, .transport-gallery .hover-mask:hover .mbri-search {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 37.57% 20px;
    }
    .transport-gallery .hover-mask a .mbri-search {
        padding: 31.5% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 34.5% 20px;
    }
    .transport-gallery .hover-mask a .mbri-search {
        padding: 32% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 47% 20px;
    }
    .transport-gallery .hover-mask a .mbri-search {
        padding: 41.05% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 44.65% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content{
    padding: 0 .75rem;
    border: 2px solid #f2f2f2;
}
.modal-header{
    border-bottom: 1px solid #7bd5f7;
}
.modal-title {
    margin-left: 0;
    line-height: 1.25;
    text-transform: none;
    font-weight: 600;
}
.modal-title  .sml {
    font-size: 69%;
    font-weight: 400;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-body {
    padding: 2rem 1rem;
}
.modal-body .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.modal-img{
    width: 100%;
    height: auto;
    border: 1px solid #ffde00;
}
#services .modal .modal-body .transport-gallery .gallery-img {
    width: 100%;
    height: auto;
    border: 1px solid #ffde00;
}
#services .modal .modal-body .transport-gallery .gallery-title {
    margin: .5rem 0 1.5rem 0;
    font-weight: 600;
    font-size: 1.15rem;
    color: #3560a9;
}
#services .modal .modal-body .transport-gallery .gallery-title .sml {
    font-size: 80%;
    color: rgba(93,100,108,.75);
}
.modal .modal-body .gallery-title {
    margin: 1rem 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #3560a9;
}
.modal .modal-body .heading {
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #3560a9;
}
.line3{
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 16px;
    width: 8%;
    height: 1px;
    background: #f8c12c;
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 2.75rem;
    margin-top: 1rem;
    width: 75%;
}
.modal .modal-list li {
    padding: 6px 0;
}
.modal .modal-list li::before {
    content: "";
    background: transparent url("../images/marker.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-left: -0.25em;
    margin-right: -0.85rem;
    line-height: .15;
    -ms-transform: translate(-30px, 3px);
    -webkit-transform: translate(-30px, 3px);
    transform: translate(-30px, 3px);
}
.modal .modal-body .btn.btn-primary {
    margin: 0 3rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-body {
        padding: 2rem 0.5rem;
    }
    .modal .modal-body .text-justify {
        font-size: 95%;
    }
    #services .modal .modal-body .transport-gallery .gallery-title {
        font-size: 85%;
    }
    #services .modal .modal-body .transport-gallery .gallery-title .sml {
        font-size: 75%;
    }
    .modal .modal-body .gallery-title {
        font-size: 80%;
    }
    .modal .modal-list {
        font-size: 95%;
        width: 92%;
    }
    .modal .modal-body .btn.btn-primary {
        margin: 0 .35rem;
        padding: 0.675rem 1.95rem;
        font-size: 0.85rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal .modal-body .text-justify {
        font-size: 95%;
    }
    #services .modal .modal-body .transport-gallery .gallery-title {
        font-size: 85%;
    }
    #services .modal .modal-body .transport-gallery .gallery-title .sml {
        font-size: 75%;
    }
    .modal .modal-body .gallery-title {
        font-size: 80%;
    }
    .modal .modal-list {
        font-size: 95%;
        width: 92%;
    }
    .modal .modal-body .btn.btn-primary {
        margin: 0 .35rem;
        padding: 0.675rem 1.95rem;
        font-size: 0.85rem;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal .modal-body .text-justify {
        font-size: 95%;
    }
    .modal .modal-list {
        width: 92%;
        font-size: 95%;
    }
    #services .modal .modal-body .transport-gallery .gallery-title {
        font-size: 1.35rem;
    }
    #services .modal .modal-body .transport-gallery .gallery-title .sml {
        font-size: 70%;
    }
    .modal .modal-body .btn.btn-primary {
        margin: 0 0 1rem 6rem;
    }
    .modal-img {
        margin-bottom: 1rem;
    }
}
@media (max-width: 348px){
    .modal-img{
        margin-bottom: 1rem;
    }
    .modal-title {
        font-size: 1.35rem;
    }
    .modal .modal-body .text-justify {
        font-size: 95%;
    }
    .modal .modal-list {
        width: 100%;
        padding-left: 2rem;
        font-size: 95%;
    }
    #services .modal .modal-body .transport-gallery .gallery-title {
        font-size: 1.35rem;
    }
    #services .modal .modal-body .transport-gallery .gallery-title .sml {
        font-size: 70%;
    }
    .modal .modal-body .btn.btn-primary {
        margin: 0 0 1rem 2.5rem;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 0;
    content: "";
    display: block;
}
#divider .line{
    display: block;
    background: #bbbbbb;
    padding: 1px 0 0 0;
    width: 100%;
    height: 1px;
    margin: 1rem 0;
}
.divider .div-icon {
    background: #fff url("../images/mark.png") no-repeat center;
    display: block;
    position: relative;
    width: 72px;
    height: 50px;
    margin: -2.85rem auto;
    padding: 0 2.75rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #divider .div-icon{
        top: 0.35rem;
        left: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #divider .div-icon{
        top: 0.35rem;
        left: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #divider .div-icon{
        top: 0.35rem;
        left: 0;
    }
}
@media (max-width: 348px){
    #divider .div-icon{
        top: 0.35rem;
        left: 0;
    }
}
/*About Block styles*/
#about::before{
     height: 4.5rem;
     content: "";
     display: block;
 }
#about::after{
    height: 3.5rem;
    content: "";
    display: block;
}
#about h2 {
    margin-bottom: 1rem;
}
#about .mar1 {
    margin-top: 2.1rem;
}
.about-img {
    margin: -0.5rem 0 1rem 1rem;
    width: 100%;
    height: auto;
}
#about p {
    padding: 0 1rem;
}
.about-list {
    list-style: none;
    text-align: justify;
    padding-left: 2rem;
    margin: 2rem 0 0 0;
    width: 75%;
}
.about-list li{
    position: relative;
    padding: 0 1.5rem 1.1rem 1.25rem;
}
.about-list li::before {
    content: "";
    background: #fff url("../images/marker.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-left: -0.25em;
    margin-right: -0.05rem;
    line-height: .15;
    -ms-transform: translate(-18px, 3px);
    -webkit-transform: translate(-18px, 3px);
    transform: translate(-18px, 3px);
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about .mar1 {
        margin-top: 1rem;
    }
    #about p {
        padding: 0;
    }
    #about .dvdr-line {
        width: 11%;
    }
    .about-list {
        padding-left: 0.65rem;
        margin: 2.5rem 0;
        width: 100%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about p {
        padding: 0;
    }
    #about .dvdr-line {
        width: 17%;
    }
    #about .mar1 {
        margin-top: 1rem;
    }
    .about-list {
        padding-left: 0.65rem;
        margin: 1.5rem 0;
        width: 91%;
    }
    .about-list li {
        padding: 0 1.5rem 1rem 1.25rem;
    }
    .about-img {
        margin: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2{
        margin-left:0;
    }
    #about p {
        padding: 0;
    }
    #about .dvdr-line {
        width: 24%;
    }
    #about .mar1 {
        margin-top: 1rem;
    }
    .about-list {
        padding-left: 0.65rem;
        margin: 2.5rem 0;
        width: 100%;
    }
    .about-img {
        margin: -0.5rem 0 1rem 0;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent;
    }
    #about h2{
        font-size: 1.65rem;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    #about .dvdr-line {
        width: 29%;
    }
    #about .mar1 {
        margin-top: 1rem;
    }
    .about-list {
        padding-left: 0.65rem;
        margin: 1.25rem 0;
        width: 100%;
        font-size: 95%;
    }
    .about-img {
        margin: -0.5rem 0 1rem 0;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #01b7f2;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: rgba(255,222,0,1);
    border: 2px solid #fff;
    color: #2d3e52;
}
#scrollToTopBtn:active {
    background-color: rgba(255,222,0,1);
    border: 2px solid #fff;
    color: #2d3e52;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 5rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}
#footer{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
}
#footer .h2{
    margin-bottom: 3.5rem;
    color: #fff;
}
#footer .h2 .dvdr-line{
    width: 10%;
}
#footer .contact-info .contacts-list .sub-heading3 .line {
    width: 16%;
    height: 1px;
    margin: 9px 0;
}
.contacts-list .sub-heading3.bdr {
    border-top: 1px solid rgba(255,222,0,.65);
    margin: 12px 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:80%;
    width:97%;
    position:absolute;
    border: 5px solid #fff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 0 6rem 1rem 5rem;
    color: #fff;
}
.sub-heading3 {
    margin: 5px 0;
}
.contacts-list {
    list-style: none;
    margin: 0;
    padding-left:.4rem;
    font-size: 1.25rem;
    color: #fff;
}
.contacts-list li {
    padding: 5px 0;
}
.contacts-list .sml {
    padding-left: 2.35rem;
    font-size: 85%;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sm3{
    font-size: 70%;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
.dinner{
    background: transparent url("../images/icons/dinner.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
.calend{
    background: transparent url("../images/icons/calendar.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .h2 .dvdr-line {
        width: 13%;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 87%;
    }
    .sub-heading3 {
        margin: 0;
    }
    .sm3 {
        font-size: 57%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
        margin-bottom: 2.5rem;
    }
    #footer .h2 .dvdr-line {
        width: 20%;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 71%;
    }
    .sub-heading3 {
        margin: 0;
    }
    .sm3 {
        font-size: 75%;
    }
    #footer .contact-info h4 {
        font-size: 1.3rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .mail{
        padding: 0 1rem 1.25rem 1rem;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .57rem 1rem;
    }
    .calend {
        padding: 0 1rem .65rem 1rem;

    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-bottom: 1.5rem;
    }
    #footer .h2 .dvdr-line {
        width: 35%;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
    #footer .contact-info h4 {
        font-size: 1.27rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 3rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-bottom: 1.5rem;
    }
    #footer .h2 .dvdr-line {
        width: 45%;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 87%;
    }
    .sm3 {
        font-size: 40%;
    }
    #footer .contact-info h4 {
        font-size: 1.2rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
/*Copyright Block styles*/
.copyright {
    margin-top: 1rem;
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(255,222,0, 1);
    padding: 1rem 0 0 0;
    color:#fff;
}