/*@font-face {
    font-family: "ITC Cushing Std Medium";
    src: url('assets/fonts/CushingStd-Heavy.otf'));
}*/

@font-face {
    font-family: "Futura Hv BT Heavy";
    src: url("../../assets/fonts/futura.eot");
    /* IE9*/
    src: url("../../assets/fonts/futura.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../assets/fonts/futura.woff2") format("woff2"), /* chrome、firefox */
    url("../../assets/fonts/futura.woff") format("woff"), /* chrome、firefox */
    url("../../assets/fonts/futura.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../../assets/fonts/futura.svg#Futura Hv BT Heavy") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Font Awesome 5 Free Solid";
    src: url("../../assets/fonts/fa-solid-900.woff2") format("woff2"), /* chrome、firefox */
    url("../../assets/fonts/fa-solid-900.woff") format("woff"), /* chrome、firefox */
    url("../../assets/fonts/fa-solid-900.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../../assets/fonts/fa-solid-900.svg#Font Awesome 5 Free Solid") format("svg");
    /* iOS 4.1- */
}

.sp-lightbox,
body,
html {
    height: 100%;
    width: 100%
}

.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888
}

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    border: 5px solid #eee;
    border-radius: 3px;
    position: relative;
    margin: 0 25px 15px 0;
    float: left;
    max-width: 300px
}

.sp-thumbs {
    text-align: left;
    display: inline-block
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sp-thumbs a:hover {
    opacity: 1
}

.sp-current,
.sp-thumbs a:active {
    opacity: 1!important;
    position: relative
}

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0
}

.sp-large a img {
    max-width: 100%;
    height: auto
}

.sp-large a {
    display: block
}

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none
}

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, .9);
    z-index: 1031;
    display: none;
    cursor: pointer
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff
}

#sp-next,
#sp-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s
}

#sp-next:before,
#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    top: 16px
}

#sp-prev {
    left: 10px
}

#sp-prev:before {
    border-right: 15px solid #fff;
    left: 7px
}

#sp-next {
    right: 10px
}

#sp-next:before {
    border-left: 15px solid #fff;
    left: 18px
}

#sp-next:hover,
#sp-prev:hover {
    background: #444
}

@media screen and (max-width:400px) {
    .sp-wrap {
        margin: 0 0 15px
    }
    #sp-next,
    #sp-prev {
        top: auto;
        margin-top: 0;
        bottom: 25px
    }
}


/*Dropdown Menu*/

.dropdown-submenu {
    position: relative;
    text-transform: capitalize;
    font-size: .75rem;
}

.dropdown-submenu>a {
    margin-inline-end: 20px;
}

.dropdown-submenu>a:after {
    font-family: "Font Awesome 5 Free Solid";
    content: "\f0da";
    font-weight: "900";
    float: right;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-submenu>.dropdown-menu>.dropdown-menu>.last-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.last-menu a {
    font-size: .75rem;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}