.banner-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100vh;
}

@media (max-width:767px) {
    .banner-image {
        background-position: center center !important;
        width: 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        height: auto;
        padding-bottom: 70%;
    }
}

.instagram-title h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: center;
    margin: 0;
}


div.scrollingHotSpotLeft, div.scrollingHotSpotRight {
    z-index: 2;
}

#makeMeScrollable {
    width: 100%;
    height: 180px;
    position: relative;
}

    /* Replace the last selector for the type of element you have in
	your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
	if you have links use #makeMeScrollable div.scrollableArea a and so on. */
    #makeMeScrollable div.scrollableArea a {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        /* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        #makeMeScrollable div.scrollableArea a img {
            height: 330px;
        }

.instagram-photo {
    width: 180px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 180px;
    opacity: 1;
    transition: all .3s ease-in;
}

    .instagram-photo:hover {
        opacity: .7;
    }

.subscription-section {
    padding: 100px 0 30px;
}

.subscription-container {
    max-width: 500px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}

    .subscription-container h3 {
        /*font-weight: bold;*/
        max-width: 300px;
        margin: auto;
        font-size: 17px;
        margin-bottom: 15px;
    }


.subscription-form input {
    padding: 15px;
    background: #e6e7e6;
    height: 50px;
    width: calc(100% - 150px);
    display: inline-block;
    float: left;
    outline: 0;
    border: none;
}

.subscription-form button {
    display: inline-block;
    width: 150px;
    height: 50px;
    outline: 0;
    background: #a5a5a5;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-header {
    background: transparent;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

.menu-scrolled .menu-header {
    background: white;
    color: initial;
}

.menu-scrolled .menu-header {
    background: white;
}

.logo-white {
    display: inline-block;
}

.logo-black {
    display: none;
}

.menu-scrolled .menu-header .logo-white {
    display: none;
}

.menu-scrolled .menu-header .logo-black {
    display: inline-block;
}

.search-query {
    border-bottom: 2px solid #fff !important;
    color: #fff;
}

.side-menu .search-query {
    border-bottom: 2px solid #686969 !important;
    color: #686969;
}

.menu-scrolled .search-query {
    border-bottom: 2px solid #686969 !important;
    color: #686969;
}

#siteWrapper {
    padding-top: 0px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-scrolled #siteWrapper {
    padding-top: 168px;
}

@media (max-width:767px) {

    .menu-scrolled #siteWrapper {
        padding-top: 60px;
    }
}

.header-btn-line {
    background: #fff !important;
}

.menu-scrolled .header-btn-line {
    background: #141414 !important;
}

.menu-is-open .header-btn-line {
    background: #141414 !important;
}

@media (max-width:767px) {
    .st_banner_block .st_banner_image img {
        height: auto;
        max-width: 100%;
    }
}

.hover_effect {
    background: #fff;
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 720px;
}

@media (max-width:767px) {
    .hover_effect {
        height: 300px;
    }
}

.hover_effect:hover {
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60);*/
}

body#index .st_banner_block {
    margin: 0;
}

img {
    vertical-align: middle;
}

div#banner_7 {
    margin-top: 50px;
}

@media (max-width:767px) {
    div#banner_7 {
        margin: 0px;
        padding: 20px 0;
    }
}

@media (max-width:767px) {
    .hover-banner {
        padding: 0 20px;
    }
}

.collection-title {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .collection-body h3 {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
    }

    .collection-body div {
        padding: 15px 20px;
        border: 1px solid;
        border-color: #000;
        color: #fff;
        font-family: 'AvenirNextCyr',sans-serif;
        text-transform: uppercase;
        display: inline-block;
    }

        .collection-body div:hover {
            border-color: #000;
            background-color: #000;
            color: #fff;
            text-transform: uppercase;
        }

.main-menu li ul {
    background: transparent;
}

.main-menu li li a {
    color: #fff;
}

.menu-scrolled .main-menu li ul {
    /*background: white;*/
}

.menu-scrolled .main-menu li li a {
    color: #000;
}

