@font-face {
	font-family: 'DIN';
	src: url(../fonts/dinregularwebfont.woff) format('woff'),
	url(../fonts/dinregularwebfont.ttf) format('truetype');
    font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: 'OratorStd';
    src: local('OratorStd'), 
         local('OratorStd'), 
         url('../fonts/OratorStd.woff2') format('woff2'), 
         url('../fonts/OratorStd.woff') format('woff'), 
         url('../fonts/OratorStd.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'DIN';
    font-size: 19px;
}

p {
    margin-bottom: 2rem;
}

a:focus {
    outline: none;
}

.site-wrapper {
    position: relative;
    -webkit-overflow: hidden;
    overflow: hidden;
}

.site-content {
    position: relative;
    background-color: #fff;
    z-index: 26;
}

.box-shadow {
    box-shadow: rgba(100, 100, 100, 0.50) 0px 7px 29px 0px;
}

/* navbar icons */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'DIN';
}

/* cycle images */
.cycle-images {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75%;
    margin-bottom: 25px;
}
.cycle-images:focus {
    outline: none;
    box-shadow: none;
}
.cycle-images img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 1
}
.cycle-images img.active{
    z-index: 3
}

/* containers */
.container-xxl {
    max-width: 1700px;
}
.container {
    max-width: 1350px;
}

/* dropdown menu */
.sg_dropdown {
    position: relative;
}
.sg_dropdown > .sg_dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-width: 150px;
    background-color: #f1f1f1;
    color: #111;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.sg_dropdown > .sg_dropdown-menu a.item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}
.sg_dropdown > .sg_dropdown-menu.show {
    display: block;
}

/* form controls */
.form-control {
    padding: 15px 25px;
    border-radius: 0;
    font-size: inherit;
    text-transform: uppercase;;
}

/* buttons */
.btn {
    position: relative;
    padding: 13px 25px 10px;
    border-radius: 0;
    border: 0;
    border-radius: 25px;
    line-height: 1.25em;
    font-weight: bold;
    min-width: 150px;
}
.btn.btn-shadow {
    margin: 0.5em;
    box-shadow: 0px 0px 0px 0.5em rgb(255 255 255 / 40%) !important;
}
.btn.btn-shadow:hover {
    box-shadow: 0px 0px 0px 0.5em rgb(255 255 255 / 90%) !important;
}
.btn.btn-shadow:focus {
    box-shadow: 0px 0px 0px 0.5em rgb(255 255 255 / 20%) !important;
}
.btn.btn-default {
    background-color: #222;
    color: #fff;
}
.btn.btn-primary {
    background-color: #fff;
    color: #000;
}
.btn.btn-gold {
    background-color: #ffff00;
    color: #000;
    box-shadow: none !important;
    font-size: 19px;
    border-radius: 35px;
}
.btn.btn-white:hover {
    text-decoration: underline;
    
}
.btn.btn-white {
    color: white;
    box-shadow: none !important;
    border-radius: 35px;
}
.btn.btn-gold:hover {
    background-color: #000;
    color: #fff;
}
.btn.btn-green {
    background-color: #70c047;
    color: #000;
    box-shadow: none !important;
}
.btn.btn-green:hover {
    background-color: #000;
    color: #fff;
}

/* text colors */
.text-gold {
    color: #ffff00;
}

/* background colors */
.bg-color-blue {
    background-color: #0bbed5 !important;
}
.bg-color-blue-1 {
    background-color: #1ea7b9 !important;
}
.bg-color-green {
    background-color: #70c047 !important;
}
.bg-color-green-1 {
    background-color: #489123 !important;
}
.bg-color-red {
    background-color: #cf3238 !important;
}
.bg-color-red-1 {
    background-color: #b62127 !important;
}
.bg-color-yellow {
    background-color: #ffd000 !important;
}
.bg-color-yellow-1 {
    background-color: #cba600 !important;
}
.bg-color-pink {
    background-color: #e64783 !important;
}
.bg-color-pink-1 {
    background-color: #d22868 !important;
}

/* culture backgrounds */
.bg-culture {
    position: relative;
}
.bg-culture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    /* background-size: auto 450px; */
    background-size: contain;
    background-position: top left;
    opacity: 0.15;
}
.bg-culture.bg-culture-visible:before {
    opacity: 1;
}
.bg-culture.bg-culture-position-right:before {
    background-position: top right;
}
.bg-culture.bg-culture-1:before {
    background-image: url(../img/c1.png);
}
.bg-culture.bg-culture-2:before {
    background-image: url(../img/c2.png);
}
.bg-culture.bg-culture-white:before {
    background-image: url(../img/culture-bg-white.png);
}
.bg-culture.bg-culture-yellow:before {
    background-image: url(../img/culture-bg-yellow.png);
}
.bg-culture.bg-culture-red:before {
    background-image: url(../img/culture-bg-yellow.png);
}
.bg-culture.bg-culture-pink:before {
    background-image: url(../img/culture-bg-pink.png);
}
.bg-culture.bg-culture-blue:before {
    background-image: url(../img/culture-bg-blue.png);
}
.bg-culture.bg-culture-green:before {
    background-image: url(../img/culture-bg-green.png);
}
.bg-culture.bg-culture > * {
    position: relative;
}

/* filter */
.filter-dark {
    filter: brightness(0);
}
.filter-white {
    filter: brightness(0) invert(1);
}

/* header */
header#masterhead {
    position: absolute;
	font-family: 'DIN';
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;;
}
header#masterhead:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}
header#masterhead .topbar {
    position: relative;
    text-align: center;
    padding: 7.5px 15px;
    color: #fff;
    background-color: #000;
    /*font-weight: bold;*/
    letter-spacing: 1px;
}
header#masterhead .primary-navbar {
    /* background-color: #000; */
    padding: 25px;
    text-transform: uppercase;
}
header#masterhead .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    /*font-weight: 600;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 15px;
}
header#masterhead .primary-navbar .navbar-toggler {
    border-radius: 0;
    padding: 5px 10px;
    background-color: #000;
    border: 1px solid #fff
    /* border: 0; */
}
header#masterhead .primary-navbar .navbar .navbar-brand img {
    max-width: 170px;
    max-height: 180px;
}
header#masterhead .sg_dropdown > .sg_dropdown-menu {
    background-color: #000;
    color: #fff;
}
header#masterhead .sg_dropdown > .sg_dropdown-menu > .item {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
header#masterhead .sg_dropdown > .sg_dropdown-menu > .item:hover {
    background-color: #222
}

/* header position */
body.static-position--header header#masterhead {
    position: relative;
    background-color: #000;
}

/* footer */
footer#masterfoot {
    position: relative;
    background-color: #000;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0 75px 0;
    text-transform: uppercase;
}
footer#masterfoot .footer-widget {
    position: relative;
}
footer#masterfoot .footer-widget a {
    color: #fff;
}
footer#masterfoot .footer-widget h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}
footer#masterfoot .footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer#masterfoot .footer-widget ul > li {
    margin-bottom: 10px;
}
footer#masterfoot .footer-widget ul > li a {
    font-family: 'DIN';
    color: #fff;
    text-decoration: none;
}
.footer-brand img {
    max-width: 170px;
    max-height: 180px;
}

/* sections */
.section {
    position: relative;
    padding: 75px 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 12;
}
.section .section-title {
	font-family: 'DIN';
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.section h4.section-title {
    font-size: 36px;
    text-transform: uppercase;
}
.section.section-reverse {
    margin-top: 7%;
    margin-bottom: 7%;
    padding: 5% 0;
}
.section.section-reverse > .shift {
    margin-top: -10%;
    margin-bottom: -10%;
}

/* section 404 */
.section.section-404 {
    background-color: #000;
    color: #fff;
    padding: 300px 0;
    margin-bottom: -150px;
}

/* home banner */
.section.section-home-banner {
    color: #fff;
    background-color: #000;
    background-image: url('../img/banner.jpg');
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 50px;
 
}
.section.section-home-banner > .container {
    max-width: 1500px;
}
.section.section-home-banner .main-heading {
	font-family: 'DIN';
    font-weight: bold;
    font-size: 60px;
    margin-top: 50px;
}
.section.section-home-banner h5 {
    font-weight: bold;
    font-style: italic;
    margin: 15px 0 0;
}
.section.section-home-banner .ctas a:not(.btn) {
    color: #fff;
    text-decoration: none;
    line-height: 1.25em;
    font-size: 15px;
    font-weight: bold;
}
.section.section-home-banner .nav-tabs {
    justify-content: center;
    border: 0;
    margin: 0 -10px;
}
.section.section-home-banner .nav-tabs .nav-item {
    flex: 1;
    padding: 5px;
}
.section.section-home-banner .nav-tabs .nav-item > .nav-link {
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 15px 25px;
    background-color: #000;
    color: #fff;
    width: 100%;
}
.section.section-home-banner .nav-tabs .nav-item > .nav-link.active {
    background-color: #fff;
    color: #000;
}
.section.section-home-banner .tab-content {
    display: flex;
    /* align-items: center; */
    min-height: 500px;
    margin-bottom: 25px;
}
.section.section-home-banner .tab-content > .tab-pane {
    text-align: center;
    flex: 1;
}

/* subpage banner */
.section.section-subpage-banner {
    background-image: url('../img/sub-banner.jpg');
    background-position: bottom center;
    padding-top: 350px;
    padding-bottom: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 11;
}
.section.section-subpage-banner .section-title {
    letter-spacing: 15px;
    font-size: 42px;
}

/* about section */
.section.section-about {
    background-image: url('../img/about-bg.jpg');
    background-size: cover;
    background-position: center bottom 150px;
    background-repeat: no-repeat;
}

/* about block */
.sg_about-block {
    position: relative;
    display: -ms-flex;
    display: flex;
    background-color: #000;
    color: #fff;
    box-shadow: rgba(100, 100, 100, 0.50) 0px 7px 29px 0px;
}
.sg_about-block > .placer-img {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.sg_about-block > .details {
    position: relative;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 50px;
}

/* location section */
.section.section-location-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/body-bg.jpg');
    text-transform: uppercase;
}
.section.section-location-content .inner {
    padding: 50px;
}
.section.section-location-content .inner.bg-culture:before {
    background-position: top right;
    opacity: 1;
}

/* newsletter section */
.section.section-newsletter {
    position: relative;
    background-image: url('../img/rainbow.jpg');
    background-size: cover;
    background-position: center;
}

/* newsletter block */
.sg_newsletter-block {
    position: relative;
    color: #000;
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
}
.sg_newsletter-block > .details {
    font-family: 'DIN';
    padding: 50px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.sg_newsletter-block > .details h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}
.sg_newsletter-block .form {
    max-width: 500px;
    margin: 0 auto;
}
.sg_newsletter-block .form .form-control {
    text-align: center;
    border-radius: 50px;
    padding: 10px 25px;
    border-color: #000;
}
.sg_newsletter-block .form [type="submit"], .sg_newsletter-block .form a.mailinglist {
    width: 100%;
    padding: 15px 25px;
}

/* community benefits featured */
.community-benefits-featured {
    position: relative;
}
.community-benefits-featured .inner {
    max-width: 1300px;
}

/* info card */
.sg_info-card {
    display: flex;
    margin: 0 auto;
}
.sg_info-card > .thumb {
    position: relative;
    flex: 0 0 40%;
    max-width: 40%;
    overflow: hidden;
}
.sg_info-card > .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sg_info-card > .details {
    position: relative;
    padding: 50px;
    flex: 0 0 60%;
    max-width: 60%;
    text-transform: uppercase;
    font-size: 20px;
    min-height: 450px;
    padding-left: 200px;
}
.sg_info-card > .details:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: auto 450px;
    background-position: top left;
    background-image: url(../img/c3.png);
    opacity: 1;
}
.sg_info-card > .details > * {
    position: relative;
}
.sg_info-card > .details > h4 {
    font-weight: bold;
    margin-bottom: 25px;
}

/* info card 1 */
.sg_info-card-1 {
    display: flex;
    margin: 0 auto;
}
.sg_info-card-1 > .thumb {
    position: relative;
    flex: 0 0 40%;
    max-width: 40%;
    overflow: hidden;
}
.sg_info-card-1 > .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sg_info-card-1 > .details {
    position: relative;
    padding: 50px;
    flex: 0 0 60%;
    max-width: 60%;
    text-transform: uppercase;
    font-size: 20px;
}
.sg_info-card-1 > .details:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
    background-image: url(../img/ca-red.png);
}
.sg_info-card-1 > .details > * {
    position: relative;
}
.sg_info-card-1 > .details > h4 {
    font-weight: bold;
    margin-bottom: 25px;
}

/* cta button */
.sg_cta-btn {
    position: relative;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 25px;
    background-color: #000;
    color: #fff;
    width: 100%;
    font-weight: bold;
    line-height: 1em;
    padding: 15px 25px;
    margin: 5px auto;
    max-width: 700px;
    text-decoration: none;
    min-height: 100px;
    transition: all 0.35s;
}
.sg_cta-btn > small {
    font-size: 70%;
    font-weight: 400;
}
.sg_cta-btn > span.i {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
    width: 100px;
    height: 100%;
    padding: 15px;
    transition: all 0.35s;
}
.sg_cta-btn:hover {
    color: #fff;
    background-color: #111;
}
.sg_cta-btn:hover > span.i {
    background-color: #222;
}

/* contact details */
.sg_contact-details {
    position: relative;
    display: -ms-flex;
    display: flex;
    width: 100%;
    text-transform: uppercase;
}
.sg_contact-details > .imapbed {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    background-color: #333;
}
.sg_contact-details > .imapbed > iframe {
    margin: 0;
    width: 100%;
    height: 100%;
}
.sg_contact-details > .details {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px;
}
.sg_contact-details > .details h4 {
    font-weight: bold;
    margin-bottom: 15px;
}
.sg_contact-details > .details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sg_contact-details > .details ul > li {
    margin-bottom: 15px;
}

/* sg card shop selectin */
.sg_card-selection {
    position: relative;
    display: -ms-flex;
    display: flex;
    font-family: 'DIN';
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    /* max-width: 360px; */
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    box-shadow: rgba(100, 100, 100, 0.50) 0px 7px 29px 0px;
}
.sg_card-selection:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    height: 10px;
    /* background-color: #000; */
    background: #e5e4d0; /* Old browsers */
    background: -moz-linear-gradient(left,  #e5e4d0 0%, #e5e4d0 3%, #dcde32 8%, #dcde32 24%, #33dad8 28%, #33dad8 49%, #34c034 53%, #34c034 73%, #cf2ed2 77%, #cf2ed2 95%, #ab3334 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e5e4d0 0%,#e5e4d0 3%,#dcde32 8%,#dcde32 24%,#33dad8 28%,#33dad8 49%,#34c034 53%,#34c034 73%,#cf2ed2 77%,#cf2ed2 95%,#ab3334 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e5e4d0 0%,#e5e4d0 3%,#dcde32 8%,#dcde32 24%,#33dad8 28%,#33dad8 49%,#34c034 53%,#34c034 73%,#cf2ed2 77%,#cf2ed2 95%,#ab3334 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4d0', endColorstr='#ab3334',GradientType=1 ); /* IE6-9 */
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.35s;
}
.sg_card-selection > h4.title {
    font-weight: bold;
}
.sg_card-selection > .thumb {
    display: block;
    margin: 0 auto 15px;
}
.sg_card-selection > .thumb img {
    max-width: 100px;
    max-height: 100px;
}
.sg_card-selection > .thumb img {
    max-width: 100px;
    max-height: 100px;
}
.sg_card-selection ul.desc {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.sg_card-selection ul.desc > li {
    display: block;
    margin-bottom: 0;
}
.sg_card-selection .cta {
    margin-top: auto;
}

/* custom field selection */
.sg_custom-selection {
    position: relative;
    font-family: 'DIN';
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -ms-justify-content: center;
    justify-content: center; */
    height: 100%;
}
.sg_custom-selection input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.sg_custom-selection > label {
    display: block;
    width: 100%;
    /* height: 100%; */
    padding: 15px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    color: #222;
    cursor: pointer;
    transition: all 0.35s;
}
.sg_custom-selection > label:hover {
    background-color: #1b1b1b;
    color: #fff;
}
.sg_custom-selection input:checked ~ label {
    background-color: #000;
    color: #fff;
    opacity: 1;
}
.sg_custom-selection ul.desc {
    display: inline-block;
    padding: 0;
    margin: 5px auto 0;
}
.sg_custom-selection ul.desc > li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    padding: 0;
}
.sg_custom-selection ul.desc > li:after {
    content: '|';
    display: inline-block;
    margin-left: 12px;
}
.sg_custom-selection ul.desc > li:last-child:after {
    display: none;
}

/* location selection */
.sg_location-selection {
    position: relative;
    display: -ms-flex;
    display: flex;
}
.sg_location-selection > .info {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
}
.sg_location-selection > .info > h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.sg_location-selection > .info p {
    margin-bottom: 15px;
}
.sg_location-selection > .info .btn.btn-primary {
    margin: 0;
    margin-top: auto;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
.sg_location-selection > .thumb {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; 
    padding: 15px;
}
.sg_location-selection > .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sg_location-selection > .info .ctas {
    margin-top: auto;
}
.sg_location-selection > .info .ctas > .btn {
    display: block;
    margin: 2px;
    width: 100%;
    line-height: 1em;
    background-color: #000;
    border-color: #000;
    color: #fff;
    box-shadow: none !important;
}
.sg_location-selection > .info .ctas > .btn:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

/* brand card */
.sg_brand-card {
    position: relative;
    font-family: 'DIN';
    padding: 50px;
    max-width: 360px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    /* border: 1px solid #e3e3e3; */
    box-shadow: rgba(100, 100, 100, 0.50) 0px 7px 29px 0px;
}
.sg_brand-card:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    /* background-color: #000; */
    background: #e5e4d0; /* Old browsers */
    background: -moz-linear-gradient(left,  #e5e4d0 0%, #e5e4d0 3%, #dcde32 8%, #dcde32 24%, #33dad8 28%, #33dad8 49%, #34c034 53%, #34c034 73%, #cf2ed2 77%, #cf2ed2 95%, #ab3334 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e5e4d0 0%,#e5e4d0 3%,#dcde32 8%,#dcde32 24%,#33dad8 28%,#33dad8 49%,#34c034 53%,#34c034 73%,#cf2ed2 77%,#cf2ed2 95%,#ab3334 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e5e4d0 0%,#e5e4d0 3%,#dcde32 8%,#dcde32 24%,#33dad8 28%,#33dad8 49%,#34c034 53%,#34c034 73%,#cf2ed2 77%,#cf2ed2 95%,#ab3334 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4d0', endColorstr='#ab3334',GradientType=1 ); /* IE6-9 */
    top: -1px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.35s;
}
.sg_brand-card:hover {
    /* border-color: #000; */
}
.sg_brand-card:hover:before {
    opacity: 1;
}
.sg_brand-card .tools {
    position: absolute;
    right: 25px;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none !important;
}
.sg_brand-card .tools a {
    font-size: 24px;
    color: #000;
}
.sg_brand-card > .thumb {
    max-width: 80%;
    border: 1px solid #000;
    margin: 0 auto 15px;
}
.sg_brand-card > .thumb > img {
    width: 100%;
}
.sg_brand-card > h4 {
    /*font-weight: bold;*/
    font-size: 20px;
    text-transform: uppercase;
}

/* category card */
.sg_category-card {
    position: relative;
    height: 300px;
    max-width: 350px;
    background-color: #000;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: rgba(100, 100, 100, 0.50) 0px 7px 29px 0px;
}
.sg_category-card > * {
    position: absolute;
}
.sg_category-card > a.p {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.sg_category-card > .thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sg_category-card > .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
}
.sg_category-card > .thumb > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all 2.35s;
}
.sg_category-card:hover > .thumb > img {
    transform: scale(1.1);
}
.sg_category-card > h5 {
    bottom: 45px;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.sg_category-card > h5:before {
    position: absolute;
    left: 10px;
    right: 10px;
    content: '';
    height: 5px;
    /* background-color: #000; */
    background: #e5e4d0; /* Old browsers */
    background: -moz-linear-gradient(left,  #e5e4d0 0%, #e5e4d0 3%, #dcde32 8%, #dcde32 24%, #33dad8 28%, #33dad8 49%, #34c034 53%, #34c034 73%, #cf2ed2 77%, #cf2ed2 95%, #ab3334 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e5e4d0 0%,#e5e4d0 3%,#dcde32 8%,#dcde32 24%,#33dad8 28%,#33dad8 49%,#34c034 53%,#34c034 73%,#cf2ed2 77%,#cf2ed2 95%,#ab3334 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e5e4d0 0%,#e5e4d0 3%,#dcde32 8%,#dcde32 24%,#33dad8 28%,#33dad8 49%,#34c034 53%,#34c034 73%,#cf2ed2 77%,#cf2ed2 95%,#ab3334 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4d0', endColorstr='#ab3334',GradientType=1 ); /* IE6-9 */
    bottom: 0;
    opacity: 0;
    transition: all 0.35s;
}
.sg_category-card:hover > h5:before {
    opacity: 1;
}

/* locations page */
.sg_locations-wrapper {
    position: relative;
    padding: 50px 0;
}
.sg_locations-wrapper .location-item {
    position: relative;
    padding: 25px 0;
}
.sg_locations-wrapper .location-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}
.sg_locations-wrapper .location-item > .inner {
    position: relative;
    display: -ms-flex;
    display: flex;
    /* align-items: center; */
    color: #fff;
    background-color: #222;
    max-width: 1400px;
    margin: 0 auto;
}
.sg_locations-wrapper .location-item > .inner > .col-left {
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    padding-left: 125px;
}
.sg_locations-wrapper .location-item > .inner > .col-leftsss:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-image: url('../img/c2.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    opacity: 0.15;
}
.sg_locations-wrapper .location-item > .inner > .col-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 25px;
    text-align: center;
}
.sg_locations-wrapper .location-item > .inner .location-box {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    min-height: 380px;
}
.sg_locations-wrapper .location-item > .inner .location-box h3 {
    font-size: 54px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 25px;
}
.sg_locations-wrapper .location-item > .inner .location-box h5 {
    font-size: inherit;
}
.sg_locations-wrapper .location-item > .inner .location-box ul {
    list-style: none;
    padding: 0;
}

.sg_locations-wrapper .location-item > .inner .location-box ul li a.gmb-link{
    color: #fff;
    text-decoration: none;
}

.sg_locations-wrapper .location-item > .inner .location-box ul li a.gmb-link-black{
    color: #000000;
    text-decoration: none;
}

.sg_locations-wrapper .location-item > .inner .location-box ul li .gmb-link-black img{
    filter: invert(1);
}
.sg_locations-wrapper .location-item > .inner .location-box ul > li {
    margin-bottom: 10px;
}
.sg_locations-wrapper .location-item > .inner .imapbed {
    display: block;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    /* max-width: 600px; */
}
.sg_locations-wrapper .location-item > .inner .imapbed > iframe {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 380px;
}
.sg_locations-wrapper .location-item > .inner ul.socials > li {
    margin: 0;
}
.sg_locations-wrapper .location-item > .inner ul.socials > li a {
    color: #fff;
}

/* location blocks */
.sg_location-blocks {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
}
.sg_location-blocks > .item {
    position: relative;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    font-family: 'DIN';
    padding: 50px;
    color: #fff;
}
.sg_location-blocks > .item:first-child {
    grid-row: 1 / span 2;
}
.sg_location-blocks > .item > * {
    z-index: 1;
}
.sg_location-blocks > .item > .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    z-index: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.sg_location-blocks > .item > .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.35);
    z-index: 1;
    transition: all 0.35s;
}
.sg_location-blocks > .item > .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 10s;
}
.sg_location-blocks > .item > h4 {
    font-weight: bold;
}
.sg_location-blocks > .item:not(:hover) .btn {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 40%) !important;
}
.sg_location-blocks > .item:not(:hover) .btn:hover {
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 90%) !important;
}
.sg_location-blocks > .item:not(:hover) .btn:focus {
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 20%) !important;
}
/* .sg_location-blocks > .item:hover {
    color: #000;
}
.sg_location-blocks > .item:hover > .thumb:before {
    background-color: rgba(255,255,255,0.35);
} */
.sg_location-blocks > .item:hover > .thumb {
    filter: grayscale(0);
}
.sg_location-blocks > .item:hover > .thumb > img {
    transform: scale(1.35);
}

/* bs4 grid slider */
.sg_category-slider.owl-carousel .owl-stage-outer {
    border-radius: 15px;
}
.sg_category-slider.owl-carousel,
.sg_featured-slider.owl-carousel {
    position: relative;
}
.sg_category-slider.owl-carousel [class^="col-"],
.sg_featured-slider.owl-carousel [class^="col-"] {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 !important;
}

/* sg form */
.sg_shop-form {
    position: relative;
    font-family: "din-2014-narrow", sans-serif;
    width: 100%;
    max-width: 1000px;
    padding: 25px;
    background-image: url('../img/bg-popup.jpg');
    background-position: bottom right;
    background-size: cover;
    background-color: #fafafa;
    min-height: 400px;
    text-transform: uppercase;
    margin: 0;
}
.sg_shop-form .row {
    margin: 0;
}
.sg_shop-form .btn {
    border-radius: 0;
    border: 0;
}
.sg_shop-form .btn.btn-default {
    background-color: #fafafa;
    color: #000;
}
.sg_shop-form .btn.btn-primary {
    background-color: #000;
    color: #fff;
}
.sg_shop-form .sg_custom-selection {
    max-width: 450px;
    margin: 0 auto;
}
.sg_shop-form .fs-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.sg_shop-form .fs-subtitle {
    font-size: 16px;
    text-align: center;
}
.sg_shop-form fieldset {
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    box-shadow: none;
    background: none;
}
.sg_shop-form fieldset > .fs-title {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.sg_shop-form fieldset .fs-cta {
    display: block;
    text-align: center;
    margin-top: 25px;
}

/* wizard shop form */
.sg_shop-form .progress-content {
    position: relative;
    opacity: 0;
    transition: all 0.35s;
}
.sg_shop-form .progress-content.wizard {
    opacity: 1;
}
.sg_shop-form .progress-content.wizard > .steps {
    display: none;
}
.sg_shop-form .progress-content.wizard > .content > h2.fieldset-title {
    display: none;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
/* .sg_shop-form .progress-content.wizard > .content > h2.fieldset-title.current {
    display: block;
} */
.sg_shop-form .progress-content.wizard > .actions {
    position: relative;
    display: block;
    margin-top: 25px;
}
.sg_shop-form .progress-content.wizard > .actions > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.sg_shop-form .progress-content.wizard > .actions > ul > li {
    display: inline-block;
    margin: 3px;
}
.sg_shop-form .progress-content.wizard > .actions > ul > li.disabled {
    display: none;
}
.sg_shop-form .progress-content.wizard > .actions > ul > li > a {
    display: block;
    padding: 8px 15px 5px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.sg_modal-shop {
    position: relative;
    background-image: url('../img/bg-popup.jpg');
    background-position: bottom right;
    background-size: cover;
    background-color: #fafafa;
}
.sg_modal-shop .sg_shop-form {
    background-image: url();
    background-color: transparent;
    padding: 0;
}

/* carousel */
.owl-theme.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-theme.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
}
.owl-theme.owl-carousel .owl-nav > button[class^="owl-"] {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    background-color: #f1f1f1;
    color: #000;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.owl-theme.owl-carousel .owl-nav > button[class^="owl-"]:focus {
    background-color: #222;
    color: #fff;
}
.owl-theme.owl-carousel .owl-nav > button[class^="owl-"] > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    /* margin-top: 5px; */
    width: 14px;
    height: 14px;
    line-height: 22px;
    margin: 0 auto;
}
.owl-theme.owl-carousel .owl-nav > button.owl-next {
    right: 0;
}
.owl-theme.owl-carousel.owl-float-dots .owl-dots {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 25px;
}
.owl-theme.owl-carousel .owl-dots > .owl-dot > span {
    width: 15px;
    height: 15px;
    margin: 3px;
}
.owl-theme.owl-carousel .owl-dots > .owl-dot.active > span {
    background-color: #ffd000;
}

/* socials */
ul.socials > li {
    display: inline-block;
}
ul.socials > li > a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 48px;
}
ul.socials > li {
    vertical-align: middle;
}
ul.socials > li img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
ul.socials > li > a > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section.section-copyright {
    position: relative;
    padding: 25px 0;
    background-color: #ffff00;
    color: #000;
}
.section.section-copyright ul {
    padding: 0;
    margin: 0;
}
.section.section-copyright ul > li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    /* border-right: 1px solid #fff; */
}
.section.section-copyright ul > li:after {
    position: absolute;
    content: '•';
    right: -9px;
}
.section.section-copyright ul > li:last-child:after {
    content: '';
}
.section.section-copyright ul > li a {
    color: #000;
    text-decoration: none;
}

/* mobile navbar */
.mobile-navbar-toggle {
	position: absolute;
	display: block;
	top: 32px;
	right: 20px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 333;
}
.mobile-navbar-toggle .menu-trigger > img {
    position: absolute;
    width: 100px;
    top: -32px;
    right: -20px;
    height: auto;
    max-width: initial;
}
.mobile-navbar-toggle .menu-trigger > .mm-for-shop {
    display: none !important;
    position: absolute;
    top: -25px;
    right: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 50px;
    height: 40px;
    border: 3px solid #fff;
}
.mobile-navbar-toggle .menu-trigger > .mm-for-shop > span {
    display: block;
    width: 80%;
    height: 5px;
    background-color: #fff;
}
/* .mobile-navbar-toggle .menu-trigger:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/rainbow-menu.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
} */
.mobile-navbar-toggle .menu-trigger,
.mobile-navbar-toggle .close-trigger {
    position: relative;
	display: block;
	width: 42px;
	height: 42px;
	z-index: 9;
}
.mobile-navbar-toggle .close-trigger {
    margin-top: -42px;
	z-index: 4;
}
.mobile-navbar-toggle .menu-trigger:hover .menu-trigger-bar:before,
.mobile-navbar-toggle .close-trigger:hover .menu-trigger-bar:before {
	width: 100%;
}
.mobile-navbar-toggle .menu-trigger:hover .close-trigger-bar:before,
.mobile-navbar-toggle .close-trigger:hover .close-trigger-bar:before {
	width: 100%;
}
.mobile-navbar-toggle .menu-trigger-bar {
	display: block;
	width: 100%;
	height: 4px;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 6px;
	transform: rotate(-45deg);
	position: relative;
}
.mobile-navbar-toggle .menu-trigger-bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mobile-navbar-toggle .menu-trigger-bar.top {
	width: 50%;
}
.mobile-navbar-toggle .menu-trigger-bar.middle:before {
	left: auto;
	right: 0;
}
.mobile-navbar-toggle .menu-trigger-bar.bottom {
	width: 50%;
	margin-left: 50%;
}
.mobile-navbar-toggle .close-trigger-bar {
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #fff;
}
.mobile-navbar-toggle .close-trigger-bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mobile-navbar-toggle .close-trigger-bar.left {
    margin-top: 10px;
	transform: translateX(150px) translateY(-150px) rotate(-45deg);
}
.mobile-navbar-toggle .close-trigger-bar.right {
    top: 10px;
	transform: translateX(-150px) translateY(-150px) rotate(45deg);
}
/* mobile navbar */
.mobile-navbar {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #222;
	z-index: 20;
}
.mobile-navbar .inner {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	padding-top: 130px;
    padding-bottom: 50px;
    overflow: auto;
	background-color: #222;
}
.mobile-navbar .inner .navbar-nav>.nav-item .nav-link {
	font-size: 30px;
	color: #fff;
	padding: 7px 15px;
	text-align: center;
    text-transform: uppercase;
}
.mobile-navbar .menu-bg {
	position: absolute;
	display: block;
	width: 200%;
	left: -53%;
	top: -25%;
	height: 40%;
	background-color: rgba(255, 255, 255, 1);
}
.mobile-navbar .menu-bg.middle {
	top: 28%;
	left: -53%;
	transform: rotate(-45deg) scaleY(0);
}
.mobile-navbar .menu-bg.top {
	left: -40%;
	top: 0;
	transform: rotate(-45deg) translateY(-152%);
}
.mobile-navbar .menu-bg.bottom {
	top: 105%;
	transform: rotate(-45deg) translateY(25%);
	left: -29%;
}
.mobile-navbar .sg_dropdown > .sg_dropdown-menu {
    position: relative;
    width: 100%;
}
.mobile-navbar .sg_dropdown > .sg_dropdown-menu a.item {
    font-size: 18px;
    text-align: center;
}


.sticky-cta-footer {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px 0;
    /* background-color: #e3e3e3; */
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 60%, rgba(0,0,0,1) 100%);
    z-index: 999;
    transition: all 0.35s;
}
/* .sticky-cta-footer:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../img/culture-icons.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
.sticky-cta-footer .inner {
    position: relative;
    -ms-display: flex;
    display: flex;
    z-index: 1;
}
.sticky-cta-footer .inner > .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 7px;
}
.sticky-cta-footer .inner > .item .btn-default {
    display: block;
    background-color: #000;
}

body.shop-single-page .sticky-cta-footer {
    display: none !important;
}
body.shop-single-page .section.section-copyright {
    margin-bottom: 0 !important;
}

/* tv banner */
.seog__tv-banner {
    position: relative;
    width: 100%;
    max-width: 585px;
    padding-bottom: 90%;
    background-image: url(../img/tb-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.seog__tv-banner > .video-container {
    position: absolute;
    top: 26%;
    left: 13.5%;
    overflow: hidden;
    width: 56%;
    height: 53%;
    background-color: #000;
    border-radius: 15%;
}
.seog__tv-banner > .video-container > video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* brands */
.sg_brands {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.sg_brands > .carousel {
    flex: 0 0 50%;
    max-width: 50%;
}
.sg_brands > .carousel > .items {
    height: 100%;
    min-height: 300px;
}
.sg_brands > .carousel > .items > .owl-stage-outer,
.sg_brands > .carousel > .items > .owl-stage-outer > .owl-stage,
.sg_brands > .carousel > .items > .owl-stage-outer > .owl-stage > .owl-item {
    height: 100%;
}
.sg_brands > .carousel > .items .item {
    position: relative;
    height: 100%;
}
.sg_brands > .carousel > .items .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sg_brands > .info {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 150px;
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

/* testimonials */
.sg_testimonials {
    position: relative;
}
.sg_testimonials .testimonial {
    background-color: #fff;
    color: #000;
    padding: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 15px;
    min-height: 300px;
}
.sg_testimonials .testimonial:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 5px;
    left: 5px;
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid #e3e3e3;
    border-right: 25px solid transparent;
    border-left: 25px solid #e3e3e3;
}
.sg_testimonials .testimonial:hover:before {
    border-bottom: 25px solid #ffd000;
    border-left: 25px solid #ffd000;
}
.sg_testimonials .testimonial > .comment {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    text-transform: uppercase;
}
.sg_testimonials .testimonial > .comment:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 90%;
    transform: translateY(-50%);
    background-color: #000;
}
.sg_testimonials .testimonial > .author {
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    padding-left: 50px;
}
.sg_testimonials .testimonial > .author > .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 40px;
    overflow: hidden;
}
.sg_testimonials .testimonial > .author > .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sg_testimonials .testimonial > .author > .name {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 5px;
}
.sg_testimonials.owl-carousel .owl-item {
    transition: all 0.35s;
}
.sg_testimonials.owl-carousel .owl-item:not(.center) {
    transform: scale(0.9);
}
.sg_testimonials.owl-carousel .owl-item.center .testimonial:before {
    border-bottom: 25px solid #ffd000;
    border-left: 25px solid #ffd000;
}

/* event list */
.sg-eventlist {
    display: block;
    padding: 25px;
}
.sg-eventlist > .item {
    display: flex;
    text-transform: uppercase;
}
.sg-eventlist > .item > .date {
    flex: 0 0 100px;
    max-width: 100px;
    padding: 5px;
}
.sg-eventlist > .item > .date > .n {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
            linear-gradient(90deg, #34cec4 0%, #33b134 100%);
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
    color: #30c03a;
    margin: 0 auto;
}
.sg-eventlist > .item > .date > .m {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #30c03a;
    font-weight: bold;
    margin: 0 auto;
}
.sg-eventlist > .item > .info {
    flex: 1;
    padding: 15px 25px;
}
.sg-eventlist > .item > .info > .meta {
    margin-bottom: 15px;
}
.sg-eventlist > .item > .info > .meta > div {
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (max-width: 1400px) {

    .section.section-home-banner .nav-tabs .nav-item > .nav-link {
        padding: 15px 25px;
        font-size: 15px;
    }

}


@media only screen and (min-width: 768px) {
    
    .mobile-navbar,
    .mobile-navbar-toggle {
        display: none;
    }
    
    .sg_dropdown:hover > .sg_dropdown-toggle ~ .sg_dropdown-menu {
        display: block;
    }

    
    /* lift */
    .lift-me-up {
        position: relative;
        margin-top: -150px;
        z-index: 1;
    }

}


@media only screen and (max-width: 991px) {

    .section {
        padding: 50px 0;
    }
    .section .section-title {
        font-size: 42px;
    }
    .section h4.section-title {
        font-size: 28px;
    }

    .section.section-home-banner {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
    
    .sg_category-card > h5 {
        font-size: 20px;
        bottom: 25px;
        padding-bottom: 0;
        margin: 0
    }

}


@media only screen and (max-width: 767px) {

    header#masterhead {
        /* padding-top: 50px; */
    }
    header#masterhead > .topbar {
        background-color: #222;
    }
    header#masterhead .primary-navbar.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    header#masterhead .primary-navbar {
        background-color: #000;
        padding: 0;
        /* height: 105px; */
    }
    header#masterhead .primary-navbar > * {
        padding: 0;
    }
    header#masterhead .primary-navbar .navbar {
        padding: 0;
    }
    header#masterhead .primary-navbar .navbar .navbar-brand {
        margin: 0;
        padding: 15px;
        background-color: #000;
        max-width: 250px;
    }
    header#masterhead .primary-navbar .navbar .navbar-toggler {
        margin-right: 15px;
    }

    .section .section-title {
        font-size: 36px;
    }
    .section h4.section-title {
        font-size: 20px;
    }

    .section.section-home-banner {
        padding-top: 150px;
    }
    .section.section-home-banner .main-heading {
        font-size: 42px;
    }
    .section.section-home-banner .sub-heading {
        font-size: 24px;
    }

    .sg_about-block > .placer-img {
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }
    .sg_about-block > .details {
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
        padding: 25px;
    }

    .sg_location-blocks {
        grid-template-columns: auto auto;
    }
    .sg_location-blocks > .item {
        padding: 25px;
    }

    .sg_contact-details {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sg_contact-details > .imapbed {
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        height: 200px;
    }
    .sg_contact-details > .details {
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        padding: 25px;
    }

    .sticky-cta-footer {
        display: block;
    }
    
    /* .sg_locations-wrapper {
        margin-top: -50px;
    } */
    /* .sg_locations-wrapper .location-item,
    .sg_locations-wrapper .location-item:first-child,
    .sg_locations-wrapper .location-item:last-child {
        padding: 50px 0 25px;
        margin: 0;
    } */
    .sg_locations-wrapper .location-item > .inner {
        display: block;
    }
    .sg_locations-wrapper .location-item > .inner > .col-left,
    .sg_locations-wrapper .location-item > .inner > .col-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sg_locations-wrapper .location-item > .inner .location-box {
        padding: 35px;
    }
    .sg_locations-wrapper .location-item > .inner .location-box h3 {
        font-size: 36px;
    }
    .sg_locations-wrapper .location-item > .inner .location-box,
    .sg_locations-wrapper .location-item > .inner .imapbed > iframe {
        min-height: 150px;
    }

    
    .owl-theme.owl-carousel:not(.owl-float-dots) {
        padding: 0 0 50px;
    }
    .owl-theme.owl-carousel .owl-nav {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        -ms-justify-content: center;
        justify-content: center;
        transform: none;
    }
    .owl-theme.owl-carousel .owl-nav > button[class^="owl-"] {
        position: relative;
    }

}


@media only screen and (max-width: 575px) {
    
    .hide-mobile{
        display:none;
    }

    body {
        font-size: 15px;
    }
    .btn.btn-gold {
        font-size: inherit;
    }
    
    .btn {
        /* font-size: 13px; */
        padding: 10px 15px 7px;
    }

    .fancybox-content {
        padding: 15px;
    }

    body.shop-single-page .section.section-newsletter,
    body.shop-single-page #masterfoot,
    body.shop-single-page .section.section-copyright {
        display: none !important;
    }
    body.shop-single-page header#masterhead .primary-navbar .navbar .navbar-brand {
        display: none !important;
    }
    body.shop-single-page .mobile-navbar {
        background-color: #fff;
    }
    body.shop-single-page .mobile-navbar .inner {
        top: -50px;
    }
    body.shop-single-page .mobile-navbar .menu-bg {
        background-color: #222;
    }
    body.shop-single-page header#masterhead {
        height: 50px;
        background-color: transparent;
    }
    body.shop-single-page header#masterhead:before {
        display: none;
    }
    body.shop-single-page .mobile-navbar-toggle .menu-trigger > img {
        display: none !important;
    }
    body.shop-single-page .mobile-navbar-toggle .menu-trigger > .mm-for-shop {
        display: flex !important;
        border-color: #000;
    }
    body.shop-single-page .mobile-navbar-toggle .menu-trigger > .mm-for-shop > span {
        background-color: #000;
    }

    .sg_location-blocks.fancybox-content {
        padding: 0;
        width: 100%;
    }
    .sg_location-blocks.fancybox-content > .item {
        margin-bottom: 0;
    }
    .sg_location-blocks.fancybox-content > .item > .thumb > img {
        filter: grayscale(1);
    }

    .sg_locations-wrapper {
        padding: 0;
    }
    .sg_locations-wrapper .location-item {
        padding: 0;
    }
    .sg_locations-wrapper .location-item > .inner > .col-left {
        padding: 25px;
    }
    .sg_locations-wrapper .location-item > .inner .location-box {
        padding: 0;
    }

    .section.section-location-content .inner {
        padding: 25px;
    }
    .section.section-location-content .inner.bg-culture:before {
        background-position: bottom right !important;
        width: 70%;
        right: 0;
        left: auto;
    }

    header#masterhead .topbar {
        font-size: 12px;
        padding: 5px;
        /* white-space: nowrap; */
    }
    
    header#masterhead .primary-navbar .navbar .navbar-brand img {
        max-width: 200px;
        max-height: 100px;
    }

    .section .section-title,
    .section.section-subpage-banner .section-title {
        font-size: 24px;
    }

    .sg_cta-btn {
        font-size: 18px;
    }
    
    .sg_category-card {
        box-shadow: none;
        height: 150px;
    }
    .sg_category-card > h5 {
        font-size: 14px;
        letter-spacing: 0;
    }
    
    .sg_brands > .carousel,
    .sg_brands > .info {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sg_brands > .info {
        padding: 25px;
        font-size: 17px;
    }

    .sg_testimonials .testimonial {
        padding: 25px;
        margin: 0;
        min-height: auto;
    }
    
    .section h4.section-title {
        font-size: 24px;
    }

    .section.section-home-banner {
        background-size: cover;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }
    .section.section-home-banner .main-heading {
        font-size: 36px;
        margin-top: 0;
    }
    .section.section-home-banner .nav-tabs {
        margin-bottom: 25px;
    }
    .section.section-home-banner .nav-tabs .nav-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .section.section-home-banner .nav-tabs .nav-item > .nav-link {
        padding: 10px 2px;
        font-size: 11px;
        line-height: 1em;
    }
    .section.section-home-banner .nav-tabs .nav-item:nth-child(5) {
        /* flex: 0 0 66.66%;
        max-width: 66.66%; */
    }
    .section.section-home-banner .tab-content {
        min-height: 0;
    }

    .section.section-subpage-banner {
        padding-top: 200px;
        padding-bottom: 70px;
    }

    .sg_brand-card {
        box-shadow: none;
    }

    .sg_location-blocks {
        grid-template-columns: auto;
    }

    .sg_newsletter-block {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sg_newsletter-block > .details,
    .sg_newsletter-block > .placer-img {
        padding: 25px;
        width: 100%;
        max-width: 100%;
    }
    .sg_newsletter-block > .placer-img {
        /* height: 200px; */
        max-height: 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        padding: 0;
    }
    .sg_newsletter-block > .placer-img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .sg_brand-card {
        padding: 25px;
        /* font-size: 12px; */
    }
    .sg_brand-card .tools {
        right: 10px;
    }
    .sg_brand-card .btn.w-100 {
        width: auto !important;
    }

    .sg_location-blocks > .item {
        padding-top: 35%;
        margin-bottom: 15px;
    }
    .sg_location-blocks > .item > .thumb {
        filter: grayscale(0);
    }
    .sg_location-blocks > .item > .thumb:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

    .sg_info-card,
    .sg_info-card-1 {
        display: block;
    }
    .sg_info-card > .thumb,
    .sg_info-card-1 > .thumb {
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
    }
    .sg_info-card > .details,
    .sg_info-card-1 > .details {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 25px;
        font-size: 15px;
    }

    .sg_info-card > .details {
        padding-left: 120px;
    }
    .sg_info-card > .details:before {
        background-size: auto 300px;
    }

    .sg_card-selection {
        padding: 25px;
    }
    .sg_card-selection > h4.title {
        font-size: 18px;
    }
    .sg_card-selection > .thumb img {
        max-width: 60px;
        max-height: 60px;
    }
    .sg_card-selection > .thumb.small img {
        max-width: 30px;
        max-height: 30px;
    }
    .sg_custom-selection > label {
        padding: 7px;
    }
    .sg_card-selection ul.desc > li {
        display: inline-block;
        margin: 2px;
        line-height: 1em;
    }
    .sg_card-selection ul.desc > li:not(:last-child):after {
        content: ',';
    }
    .sg_shop-form fieldset {
        padding: 0;
    }

    .sg_about-block {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    footer#masterfoot {
        padding: 25px 0;
        margin: 0;
    }
    
    .section.section-copyright {
        margin-bottom: 65px;
    }

    .sg_newsletter-block > .details h4 {
        font-size: 24px;
    }

    .sg-eventlist {
        padding: 0;
        margin-bottom: 15px;
    }
    .sg-eventlist > .item > .info {
        padding: 10px;
    }




}

@media only screen and (max-width: 900px) {

}


@media only screen and (max-width: 900px) {
    .sg_brands > .carousel > .items .item img{
        object-fit: initial !important;
    }
    
    .sg_brands > .carousel > .items {
        height: 100%;
        min-height: 378px;
    }
}
