@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: 'OratorStd';
}

p {
    margin-bottom: 2rem;
}

.font-din {
	font-family: 'DIN';
}

.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 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: 1170px;
}

/* 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 {
    font-family: 'OratorStd';
    padding: 15px 25px;
    border-radius: 0;
    font-size: inherit;
}

/* buttons */
.btn {
    position: relative;
    font-family: 'OratorStd';
    padding: 13px 25px 10px;
    border-radius: 0;
    border: 0;
    margin: 0.5em;
    box-shadow: 0px 0px 0px 0.5em rgb(255 255 255 / 40%) !important;
}
.btn:hover {
    box-shadow: 0px 0px 0px 0.5em rgb(255 255 255 / 90%) !important;
}
.btn:focus {
    box-shadow: 0px 0px 0px 0.5em rgb(255 255 255 / 20%) !important;
}
.btn.btn-default {
    background-color: #222;
    color: #fff;
    box-shadow: 0px 0px 0px 0.5em rgb(113 113 113 / 40%) !important;
}
.btn.btn-default:hover {
    box-shadow: 0px 0px 0px 0.5em rgb(113 113 113 / 90%) !important;
}
.btn.btn-primary {
    background-color: #fff;
    color: #000;
}

/* header */
header#masterhead {
    position: absolute;
	font-family: 'DIN';
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;;
}
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
}

/* footer */
footer#masterfoot {
    position: relative;
    background-color: #000;
    color: #fff;
    background-image: url('../img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 75px 0;
    margin-top: 150px;
    text-transform: uppercase;
}
footer#masterfoot .sg_newsletter-block {
    margin-top: -210px;
    margin-bottom: 100px;
}
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: 'OratorStd';
    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;
}
.section .section-title {
	font-family: 'DIN';
    /*font-weight: bold;*/
    font-size: 60px;
    text-transform: uppercase;
}
.section h4.section-title {
    font-size: 40px;
    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: #fff;
    background-image: url('../img/banner-bg.jpg');
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 0;
    min-height: 50vh;
}
.section.section-home-banner .main-heading {
	font-family: 'DIN';
    /*font-weight: bold;*/
    font-size: 60px;
    margin-top: 50px;
}
.section.section-home-banner .sub-heading {
    font-family: 'OratorStd';
    font-size: 37px;
}
.section.section-home-banner .details {
    font-family: 'OratorStd';
    font-size: 12px;
}
.section.section-home-banner .details > .col {
    padding: 15px 25px;
}
.section.section-home-banner .details > .col:nth-child(2) {
    border-left: 1px solid #d233d7;
    border-right: 1px solid #33c134;
}
.section.section-home-banner .details > .col p {
    margin-bottom: 0;
}
.section.section-home-banner .details h4 {
    font-size: 33px;
    font-weight: bold;
}
.section.section-home-banner .details .ratings {
    display: inline-block;
    font-size: 12px;
    font-family: 'OratorStd';
}
.section.section-home-banner .details .ratings .rate > .fa {
    display: inline-block;
    color: #fff;
}
.section.section-home-banner .details .ratings .rate > .fa.checked {
    color: #ffdf00;
}

/* subpage banner */
.section.section-subpage-banner {
    padding-top: 350px;
    padding-bottom: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 11;
}
.section.section-subpage-banner-aboutus {
    background-image: url('../img/about-banner.jpg');
    background-position: bottom center;
    margin-bottom: -200px;
    z-index: 0;
}

/* 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;
    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 {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
    font-family: 'OratorStd';
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 50px;
    font-size: 17px;
    background-color: #000;
    color: #fff;
    background-image: url('../img/img-2.jpg');
    background-size: cover;
    background-position: center;
}

/* newsletter block */
.sg_newsletter-block {
    position: relative;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    background-color: #333;
    background-image: url('../img/form-img-1.jpg');
    background-size: cover;
    background-position: center;
}
.sg_newsletter-block > .placer-img {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.sg_newsletter-block > .details {
    font-family: 'OratorStd';
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 50px;
    font-size: 17px;
    color: #e84782;
}
.sg_newsletter-block > .details h4 {
    font-weight: bold;
}
.sg_newsletter-block .form .form-control {
    text-align: center;
}
.sg_newsletter-block .form [type="submit"] {
    width: calc(100% - 15px);
}

/* 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;
    font-size: 25px;
    background-color: #000;
    color: #fff;
    width: 100%;
    font-weight: bold;
    line-height: 1em;
    padding: 15px 25px;
    margin: 5px auto;
    max-width: 600px;
    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: 'OratorStd';
    -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: 'OratorStd';
    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: 'OratorStd';
    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;
    padding-bottom: 100%;
    max-width: 258px;
    margin: 0 auto;
    border-radius: 25px;
    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%;
    background-color: #222;
    border-radius: 15px;
    overflow: hidden;
}
.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: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.sg_category-card > h5:before {
    position: absolute;
    content: '';
    width: 100%;
    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;
}
.sg_locations-wrapper .location-item {
    position: relative;
    color: #fff;
    background-color: #a89003;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}
.sg_locations-wrapper .location-item:first-child {
    margin-top: -150px;
    padding-top: 250px;
}
.sg_locations-wrapper .location-item:last-child {
    margin-bottom: -150px;
    padding-bottom: 250px;
}
.sg_locations-wrapper .location-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d0b30a;
    opacity: 0.9;
}
.sg_locations-wrapper .location-item > .inner {
    position: relative;
    display: -ms-flex;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}
.sg_locations-wrapper .location-item > .inner > .col-left {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 15px;
}
.sg_locations-wrapper .location-item > .inner > .col-right {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
    text-align: center;
}
.sg_locations-wrapper .location-item > .inner .location-box {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background-color: #a89003;
    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 ul {
    list-style: none;
    padding: 0;
}
.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;
}
.sg_locations-wrapper .location-item:nth-child(5n+2),
.sg_locations-wrapper .location-item:nth-child(5n+2) > .inner .location-box,
.sg_locations-wrapper .owl-item:nth-child(5n+2).location-item,
.sg_locations-wrapper .owl-item:nth-child(5n+2) .location-item > .inner .location-box {
    background-color: #147f8e;
}
.sg_locations-wrapper .location-item:nth-child(5n+2):before,
.sg_locations-wrapper .owl-item:nth-child(5n+2) .location-item:before {
    background-color: #49b7c0;
}
.sg_locations-wrapper .location-item:nth-child(5n+3),
.sg_locations-wrapper .location-item:nth-child(5n+3) > .inner .location-box,
.sg_locations-wrapper .owl-item:nth-child(5n+3).location-item,
.sg_locations-wrapper .owl-item:nth-child(5n+3) .location-item > .inner .location-box {
    background-color: #60a40d;
}
.sg_locations-wrapper .location-item:nth-child(5n+3):before,
.sg_locations-wrapper .owl-item:nth-child(5n+3) .location-item:before {
    background-color: #91d041;
}
.sg_locations-wrapper .location-item:nth-child(5n+4),
.sg_locations-wrapper .location-item:nth-child(5n+4) > .inner .location-box,
.sg_locations-wrapper .owl-item:nth-child(5n+4).location-item,
.sg_locations-wrapper .owl-item:nth-child(5n+4) .location-item > .inner .location-box {
    background-color: #b71655;
}
.sg_locations-wrapper .location-item:nth-child(5n+4):before,
.sg_locations-wrapper .owl-item:nth-child(5n+4) .location-item:before {
    background-color: #e45485;
}
.sg_locations-wrapper .location-item:nth-child(5n+5),
.sg_locations-wrapper .location-item:nth-child(5n+5) > .inner .location-box,
.sg_locations-wrapper .owl-item:nth-child(5n+5).location-item,
.sg_locations-wrapper .owl-item:nth-child(5n+5) .location-item > .inner .location-box {
    background-color: #b60f14;
}
.sg_locations-wrapper .location-item:nth-child(5n+5):before,
.sg_locations-wrapper .owl-item:nth-child(5n+5) .location-item:before {
    background-color: #c84447;
}

/* 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: 'OratorStd';
    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 {
    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;
}

/* 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%);
}

.copyright {
    position: relative;
    padding: 25px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.copyright ul {
    padding: 0;
    margin: 0 0 15px;
}
.copyright ul > li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    /* border-right: 1px solid #fff; */
}
.copyright ul > li:after {
    position: absolute;
    content: '•';
    right: -9px;
}
.copyright ul > li:last-child:after {
    content: '';
}
.copyright ul > li a {
    color: #fff;
    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,
.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;
    background-color: #e3e3e3;
    /* background: rgb(255,178,0);
    background: -moz-linear-gradient(top,  rgba(255,178,0,1) 0%, rgba(241,218,54,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,178,0,1) 0%,rgba(241,218,54,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,178,0,1) 0%,rgba(241,218,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb200', endColorstr='#f1da36',GradientType=0 ); IE6-9 */
    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;
}

/* 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;
}


@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;
    }

}


@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;
    }
    .section.section-home-banner .details {
        text-align: left;
    }
    
    .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 {
        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) {
    
    .btn {
        /* font-size: 13px; */
        padding: 10px 15px 7px;
    }

    .fancybox-content {
        padding: 15px;
    }

    .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);
    }

    header#masterhead .topbar {
        font-size: 12px;
        padding: 5px;
        /* white-space: nowrap; */
    }

    
    header#masterhead .primary-navbar .navbar .navbar-brand img {
        max-width: 200px;
        max-height: 80px;
    }

    .sg_cta-btn {
        font-size: 18px;
    }
    
    .sg_category-card {
        box-shadow: none;
    }
    .sg_category-card > h5 {
        font-size: 15px;
    }
    
    /* header#masterhead .primary-navbar .navbar .navbar-brand {
        max-width: 130px;
        padding: 5px;
    } */

    /* .section .section-title {
        font-size: 28px;
    } */
    .section h4.section-title {
        font-size: 24px;
    }

    .section.section-home-banner {
        /* padding-top: 300px; */
        padding-left: 15px;
        padding-right: 15px;
        background-size: cover;
        background-position: top -70px center;
        background-image: url('../img/banner-bg-mobile.jpg');
    }
    .section.section-home-banner .main-heading {
        font-size: 36px;
        margin-top: 0;
    }
    .section.section-home-banner .sub-heading {
        font-size: 17px;
    }
    .section.section-home-banner .details h4 {
        font-size: 24px;
    }
    .section.section-home-banner .details,
    .section.section-home-banner .details .ratings {
        font-size: 10px;
    }
    .section.section-home-banner .details > .col {
        padding: 10px;
    }

    .section.section-subpage-banner {
        padding-top: 200px;
        padding-bottom: 70px;
    }
    .section.section-subpage-banner-aboutus {
        background-image: url('../img/about-banner-bg-mobile.jpg') !important;
        background-position: bottom center;
        margin-bottom: 0;
    }

    .sg_brand-card {
        box-shadow: none;
    }
    .sg_brand-card > h4 {
        /* font-size: 18px; */
    }

    .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 .tools a {
        /* font-size: 17px; */
    }
    .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_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;
    }
    footer#masterfoot .sg_newsletter-block {
        margin-top: -25px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 50px;
    }
    
    .copyright {
        margin-bottom: 65px;
    }


}


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

    /* .section.section-home-banner .details h4 {
        font-size: 18px;
    }
    .section.section-home-banner .details, .section.section-home-banner .details .ratings {
        font-size: 9px;
    } */
    
    /* .sg_category-card > h5 {
        font-size: 15px;
    } */

}