@font-face {
    font-family: "Avenir Light";
    src: url("/fonts/AvenirNextLTPro-Light.ttf");
}
@font-face {
    font-family: "Avenir Medium";
    src: url("/fonts/AvenirNextLTPro-Medium.ttf");
}
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');


.slick-prev, .slick-next,
.navigation nav.main ul li {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


nav.main a, nav a, .promo-pods a, .listing a, .link a {
    text-decoration: none !important;
}



a.see_all {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
}

a.close-button {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    margin: 15px 15px 0 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

    a.close-button em {
        display: none;
    }

    a.close-button span {
        display: block;
        width: 40px;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
    }

        a.close-button span.top {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        a.close-button span.bottom {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.link {
    margin-top: 40px;
}

    .link.text-uppercase a {
        display: inline-block;
        padding: 0 0 3px;
        border-width: 0 0 2px;
        border-style: solid;
    }

#top-link-block {
    z-index: 200;
    position: relative;
}

    #top-link-block a {
        background: #333;
        border-radius: 2px;
        display: block;
        margin: 0 auto;
        padding: 15px;
        text-align: center;
    }

@media (max-width:991px) {
    #top-link-block a {
        text-align: center;
        border-radius: 0;
        border: 0 none;
        box-shadow: 0 none;
    }
}



    a.close-button:hover {
        opacity: 0.6;
    }

    #top-link-block {
        background: none;
        position: fixed;
        bottom: -60px;
        right: 0;
        padding: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        opacity: 0;
        -webkit-transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        -moz-transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        -ms-transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    }

        #top-link-block.affix.show {
            bottom: 0;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            opacity: 1;
        }

        #top-link-block a {
			color: #fff;
            width: 3em;
            height: 3em;
            font-size: 20px;
            border-radius: 50%;
        }
        #top-link-block a i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
@media (max-width: 768px) {
    #top-link-block a {
        font-size: 15px;

    }
    #top-link-block.affix.show {
        bottom: 4em;
        right: .5em;
    }
}

/*	--------------------------------------------------
	2.0 LISTS
	-------------------------------------------------- */

ul {
    margin-left: 16px;
    list-style: disc outside;
}

ol {
    margin-left: 16px;
    list-style: decimal outside;
}

    ul ul,
    ol ol {
        padding: .25em 0 0 .5em;
    }

ul ul {
    list-style: circle outside;
}

ol ol {
    list-style: lower-roman;
}


dl {
}

    dl dt {
        font-weight: bold;
        padding-bottom: 2px;
    }

    dl dd {
        padding-bottom: 4px;
    }

ul.nav, ol.nav,
nav ul, nav ol, ul.list, ol.list,
nav ul li, nav ol li, ul.list li, ol.list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* 	--------------------------------------------------
	3.0 MISC
	-------------------------------------------------- */

img.usn {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ekko-lightbox img {
    width: auto;
    height: auto !important;
    margin: 0 auto;
}


@media (min-width:992px) {
    /* IMAGE TRANSITIONS */
    .image,
    .image.video,
    .banner .image,
    .promo-pods .image,
    .listing .image,
    .gallery .image {
        overflow: hidden;
        padding: 0;
    }

        .image.video a img,
        .banner .item a img,
        .promo-pods .item a img {
            -webkit-transition: transform 0.3s ease-in-out;
            -moz-transition: transform 0.3s ease-in-out;
            -ms-transition: transform 0.3s ease-in-out;
            -o-transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
        }

        .image.video a:hover img,
        .banner .item a:hover img,
        .promo-pods .item a:hover img {
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -ms-transform: scale(1.08);
            -o-transform: scale(1.08);
            transform: scale(1.08);
        }
}

.slides { visibility: hidden; }
.slides.slick-initialized { visibility: visible; }

.slick-track .item.slick-slide { visibility: hidden; }
.slick-track .item.slick-slide:first-child { visibility: visible; }
.slick-track .item.slick-slide.slick-current.slick-active { visibility: visible; }

/*	--------------------------------------------------
	4.0 TYPOGRAPHY
	-------------------------------------------------- */

/*	--------------------------------------------------
	font-family: 	'Helvetica'
	font-weight:	400
	font-weight:	500
	font-weight:	600
	-------------------------------------------------- */







/*	--------------------------------------------------
	END
	-------------------------------------------------- */