﻿body {
    overflow-x: hidden;
}

.archive {
    border-color: #223a73 !important;
    padding: 5px 0 !important;
    min-width: 175px;
}

.mainTitle {
    background-color: #223a73 !important;
    color: white !important;
    border-color: #223a73 !important;
    padding: 5px 0 !important;
    min-width: 175px;
}

footer .widget ul a {
    text-align: right !important;
}

a.button:hover {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    background: #223a73 !important;
    border: 1px solid #223a73;
}

.swiper-button-next, .swiper-button-prev {
    top: 45% !important;
}

.owl-prev {
    color: #223a73 !important;
    border-color: #223a73 !important;
}

.owl-next {
    color: #223a73 !important;
    border-color: #223a73 !important;
}

.tour-places {
    background: #eee;
}


* {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    /* Webkit */
    width: 0;
    height: 0;
}

.hs {
    display: flex;
    overflow-x: scroll;
    justify-content: space-between;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
}

.hs__header {
    display: flex;
    align-items: center;
    width: 100%;
}

.hs__headline {
    flex: 1;
}

.hs__arrows {
    align-self: center;
}

    .hs__arrows .arrow:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        content: "";
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
        background-size: contain;
        filter: brightness(5);
        width: 18px;
        height: 12px;
        cursor: pointer;
    }

    .hs__arrows .arrow.disabled:before {
        filter: brightness(2);
    }

    .hs__arrows .arrow.arrow-prev:before {
        transform: rotate(90deg);
        margin-right: 10px;
    }

    .hs__arrows .arrow.arrow-next:before {
        transform: rotate(-90deg);
    }

.hs__item {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 990px) {
    .hs__item {
        flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));
    }
}

.hs__item:first-child {
    margin-left: calc(10px * 2);
}

.hs__item__description {
    z-index: 1;
    align-self: flex-start;
}

.hs__item__subtitle {
    color: #aaa;
    display: block;
}

.hs__item__image__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.hs__item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-hover:hover {
    opacity: 0.2;
    padding: 50px 32px;
    text-align: center;
}

@media only screen and (min-width: 990px) {
    .hs__wrapper {
        overflow: hidden;
    }
}

@media (hover: none) and (pointer: coarse) {
    .hs__wrapper .hs__arrows {
        display: none;
    }

    .hs__wrapper .hs__item {
        flex: 1 0 calc(23% - 10px * 2);
    }
}

@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
    .hs__wrapper .hs__item {
        flex: 1 0 calc(45% - 10px * 2);
    }
}

/* Base Styling */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Muli", sans-serif;
    color: white;
    background: white;
    line-height: 1.5;
    letter-spacing: 0.15px;
}



@media only screen and (min-width: 990px) {
    .containerrr {
        padding: calc(10px * 4) calc(10px * 8);
    }
}

.description {
    max-width: 990px;
    color: #212121;
    margin: 0 auto;
    padding: calc(10px * 4);
}

ul {
    padding: 0;
    margin: 0;
}

.hidden {
    display: none !important;
}

@media only screen and (min-width: 1200px) {
    .contenttag {
        min-width: 800px;
        max-width: 800px;
    }
}

@media only screen and (max-width: 1200px) {
    #articons {
        display: none;
    }
}

.continue {
    background-color: #006400 !important;
    color: white !important;
    padding: 0px 10px !important;
    display: inline !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    border-radius: 0px !important;
}

.element-list {
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: -15px;
    margin-right: -60px;
    overflow: visible !important;
}

    .element-list:before,
    .element-list:after {
        content: "";
        display: table;
    }

    .element-list:after {
        clear: both;
    }

.element-box .inner:before,
.element-box .inner:after {
    content: "";
    display: table;
}

.element-box .inner:after {
    clear: both;
}

.more-cont {
    white-space: nowrap;
    word-wrap: inherit;
}

    .more-cont a {
        padding-right: 5px;
        font-weight: 600;
        color: #2c7395;
    }

.image {
    float: right;
    margin-right: 5px;
    margin-bottom: 20px;
}

    .image img {
        width: 300px !important;
        height: 200px !important;
    }

.info {
    overflow: hidden !important;
    padding-right: 20px;
    line-height: 2.0;
}

.title {
    margin-bottom: 10px !important;
    margin: 0px;
}

    .title a {
        font-size: 15px;
        line-height: 1.1;
        text-overflow: inherit;
        overflow: visible;
        white-space: inherit;
        color: #223a73;
        font-weight: 600;
    }

.element-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #68C6F2;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.inner {
    padding: 0;
}

.element-box .inner {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    white-space: inherit;
    *
          zoom: 1;
}

.text {
    margin: 10px 0;
}

.user {
    margin-bottom: 5px;
    font-weight: 300;
}

.pull-left {
    float: right;
}

.pull-right {
    float: left;
}

.fa-sc {
    padding: 10px !important;
    font-size: 15px !important;
    width: 35px !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 50% !important;
}

    .fa-sc:hover {
        opacity: 0.7 !important;
    }

.fa-facebook {
    background: #3B5998 !important;
    color: white !important;
}

.fa-twitter {
    background: #55ACEE !important;
    color: white !important;
}

.fa-google-plus {
    background: #ff4500 !important;
    color: white !important;
}

.fa-whatsapp {
    background: #2cc54e !important;
    color: white !important;
}

.fa-envelope {
    background: #00aff0 !important;
    color: white !important;
}

.icon-telegram {
    background: #00aff0 !important;
    color: #ffffff !important;
}

.socialsharing ul li {
    display: -webkit-inline-box;
}

.dropdown ul li {
    padding: 0;
    margin: 0;
}

.btn-f {
    min-height: 36px;
    padding: 4px 13px;
    font-weight: normal;
    font-size: inherit;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    top: 0px;
    outline: none;
    position: relative;
    display: inline-block;
    *
                display: inline;
    *
                zoom: 1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 1.428571429;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6e7d84 !important;
    background-color: #eaeced;
    border-radius: 1px;
    border: 1px solid #b2bbbf;
    border-top-color: #bbc3c6;
    border-right-color: #bbc3c6;
    border-bottom-color: #aab4b8;
    border-left-color: #aab4b8;
    -webkit-transition: all 0.10s linear 0s;
    transition: all 0.10s linear 0s;
    font-size: 13px !important;
    padding: 3px 9px;
    min-height: 26px;
    white-space: nowrap;
    word-wrap: inherit;
}

.info-my-box {
    text-align: justify !important;
    background-color: #7b9ac8 !important;
    padding: 10px !important;
    border-radius: 7px !important;
}

/* User Cards */
.user-box {
    width: 110px !important;
    margin: auto !important;
    margin-bottom: 20px !important;
}

    .user-box img {
        width: 100% !important;
        border-radius: 50% !important;
        padding: 3px !important;
        background: #fff !important;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2) !important;
        -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2) !important;
        height: 150px !important;
    }



.z-depth-3 {
    -webkit-box-shadow: 0 11px 7px 0 rgba(0,0,0,0.19),0 13px 25px 0 rgba(0,0,0,0.3) !important;
    box-shadow: 0 11px 7px 0 rgba(0,0,0,0.19),0 13px 25px 0 rgba(0,0,0,0.3) !important;
}

.imagess {
    bottom: -100px;
    position: absolute;
    z-index: 10;
    border: 11px solid #d2d2d2;
}

.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 1 0 75%;
    max-width: 100%;
}

.dropdown {
    position: relative !important;
    display: inline-block !important;
}

.dropdown-menu {
    position: inherit;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: right;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-content {
    display: none !important;
    position: inherit !important;
    background-color: #223a73;
    padding: 12px 16px !important;
    z-index: 1 !important;
}

    .dropdown-content a {
        color: #223a73 !important;
        padding: 10px 0px 10px 10px !important;
        display: block ruby !important;
    }

.dropdown:hover .dropdown-content {
    display: block !important;
}

#ArtWork {
    padding: 0 calc((100% - 1250px) / 2);
    background-color: #eeeeee;
}

.hs__item__description {
    z-index: 1;
    align-self: flex-start;
    margin: 10px 0;
    margin-top: -45px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.hs__item__subtitle {
    color: #aaa;
    display: block;
}

.hs__item__image__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
}

.hs__item__image {
    position: absolute;
    width: 100%;
    height: 80%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 990px) {
    .hs__item__description {
        z-index: 1;
        align-self: flex-start;
        margin: 10px 0;
        margin-top: -45px;
        margin-right: 10px;
        margin-bottom: 30px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .hs__wrapper .hs__arrows {
        display: none;
    }

    .hs__wrapper .hs__item {
        flex: 1 0 calc(23% - 10px * 2);
    }
}

@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
    .hs__wrapper .hs__item {
        flex: 1 0 calc(45% - 10px * 2);
    }
}

/* Base Styling */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Muli", sans-serif;
    color: white;
    background: white;
    line-height: 1.5;
    letter-spacing: 0.15px;
}





.description {
    max-width: 990px;
    color: #212121;
    margin: 0 auto;
    padding: calc(10px * 4);
}

ul {
    padding: 0;
    margin: 0;
}