/* LightBox */
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/img/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper>.lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/

/* slider actions */
.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
    opacity: 1;
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction>a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

::root {
    --primary: #000;
    --secondary: #f5f5f5;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.7;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

section {
    width: 100%;
}

#mask {
    background-color: rgba(41, 47, 51, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 40;
    display: none;
}

.content {
    margin: 0 auto;
    max-width: 1200px;
    width: 88%;
}

img {
    max-width: 100%;
}

.tc {
    text-align: center;
}

.flex {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.jsb {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.jc {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}

.ac {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.afe {
    align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {}

h2 {}

h3 {
    font-family: "minion-pro", serif;
    font-size: 1.3rem;
    font-weight: 900;
}

h4 {}

h5 {}

h6 {}

p {}

p a {}

h2 a {}

ul {}

ul li {}

ul li a {}

/* ==========================================================================
   Flex Box Grid System
   ========================================================================== */

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-cell {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.grid--half>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}

.grid--third>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

.grid--quarter>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.grid--gutters {
    margin: -1em 0 1em -1em;
}

.grid--gutters>.grid-cell {
    padding: 1em 0 0 1em;
}

.small--gutters {
    margin: -0.5em 0 0.5em -0.5em;
}

.small--gutters>.grid-cell {
    padding: 0.5em 0 0 0.5em;
}

.double--gutters {
    margin: -2em 0 2em -2em;
}

.double--gutters>.grid-cell {
    padding: 2em 0 0 2em;
}

.triple--gutters {
    margin: -3em 0 3em -3em;
}

.triple--gutters>.grid-cell {
    padding: 3em 0 0 3em;
}

.gs-half {
    width: 50% !important;
}

.gs-third {
    width: 33.3333% !important;
}

.gs-third,
.gs-twothirds {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
}

.gs-twothirds {
    width: 66.6667% !important;
}

.gs-quarter {
    width: 25% !important;
}

.gs-quarter,
.gs-threequarters {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    flex: none !important;
}

.gs-threequarters {
    width: 75% !important;
}

.gs-1 {
    width: 8.333333% !important;
}

.gs-2 {
    width: 16.6666667% !important;
}

.gs-3 {
    width: 25% !important;
}

.gs-4 {
    width: 33.333333% !important;
}

.gs-5 {
    width: 41.6666667% !important;
}

.gs-6 {
    width: 50% !important;
}

.gs-7 {
    width: 58.333333% !important;
}

.gs-8 {
    width: 66.6666667% !important;
}

.gs-9 {
    width: 75% !important;
}

.gs-10 {
    width: 83.333333% !important;
}

.gs-11 {
    width: 91.6666667% !important;
}

.gs-12 {
    width: 100% !important;
}

.demo {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* ==========================================================================
   Contact form standard code
   ========================================================================== */

#contact_form {
    background-color: #162b47;
    padding: 1em 1.8em;
    border: 1px solid #DDD;
}

.formRow {
    display: block;
    margin: 1em 0;
}

.formRow label {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #FFF;
}

.formRow input {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 37px;
    font-size: 0.9em;
}

.formRow textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 214px;
    font-size: 0.9em;
}

.formRow button {
    display: block;
    background-color: #333;
    color: #FFF;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    border: none;
    width: 100%;
    padding: 13px 10px 15px;
    margin: 24px 0 0;
    transition: all 0.3s ease 0s;
}

.formRow button:hover {
    background-color: #000;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header+section {
    margin-top: 375px !important;
    z-index: 51;

    @media (max-width:768px) {
        margin-top: 200px !important;
    }
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 70px !important;

    @media (max-width:767px) {
        padding: 15px 40px !important;
    }
}

.social-links {
    position: absolute;
    right: 2%;
    z-index: 60;

    @media (max-width:768px) {
        position: absolute;
        left: 0%;
        top: 25px;
        z-index: 60;
    }

    @media (max-width:485px) {
        top: 60px !important;
    }

    @media (max-width:455px) {
        top: 70px !important;
    }

    /* @media (max-width:320px) {
        top: 89px !important;
    } */

    ul li {
        display: inline-block;
    }

    ul li a img {
        max-width: 30px;
        min-width: 30px;

        @media (max-width:650px) {
            max-width: 23px;
            min-width: 23px;
        }
    }

    ul li:not(:first-child) {
        margin-left: 10px;
    }

    .social-links ul li:not(:first-child) {
        margin-left: 10px;
    }


}



header {
    background-image: url("/img/headerbg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: white;
    position: fixed;
    width: 100%;
    height: 400px;
    z-index: 50;
    top: 0;

    @media (max-width:768px) {
        height: 180px;
    }


    .container {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;

        .logo-header {
            max-width: 396px;
            width: 100%;
            margin-bottom: 3em;

            @media (max-width:768px) {
                max-width: 200px !important;
                width: 100%;
                margin-bottom: 2em;
            }
        }

        nav {
            display: flex;
            flex-direction: row;
            margin: 0 auto;

            @media (max-width:768px) {
                display: none;
            }

            a {
                font-family: "minion-pro", serif;
                font-weight: 400;
                font-style: normal;
                text-decoration: none;
                color: #fff;
                display: inline-block;
                font-size: 1.9rem;
                padding: .5rem 1.5rem;
                width: auto;
            }


        }

        h2 {
            color: inherit;
            text-transform: uppercase;
            font-size: 22px;
            font-weight: 900;

            span {
                font-weight: 300;
            }
        }


    }

    &.is-scrolling {
        /* background-color: #12002F; */
        background-image: url(/img/headerbgScroll.jpg) !important;
        height: auto;
        transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
        z-index: 60;

        @media (max-width: 769px) {
            display: none;
        }

        .container {
            padding-top: 16px;
            padding-bottom: 16px;
        }

        header {
            background-image: none !important;
            color: white;
        }

        .social-links {
            display: none;
        }

        .logo-header {
            display: none;
        }



    }
}

.hamburger {
    position: relative;
    margin-right: 0.8em;
    display: block;
    width: 50px;
    cursor: pointer;
    appearance: none;
    outline: none;
    border: none;
    background: none;
    z-index: 70;

    @media (min-width: 769px) {
        display: none;
    }

    @media (max-width:768px) {
        top: -65px;
        right: -290px;
    }

    @media (max-width:658px) {
        top: -65px;
        right: -210px;
    }

    @media (max-width:500px) {
        top: -65px !important;
        right: -180px !important;
    }

    @media (max-width:485px) {
        top: -30px !important;
        right: -190px !important;
    }

    @media (max-width:455px) {
        top: -15px !important;
        right: -160px !important;
    }


    @media (max-width:415px) {
        right: -123px !important;
    }
}

.hamburger .bar,
.hamburger::after,
.hamburger::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    margin: 6px 0px;
    transition: 0.4s;
}

.hamburger.is-active:before {
    transform: rotate(-45deg) translate(-8px, 3px);
    transition: transform 750ms ease 0.1s;
}

.hamburger.is-active:after {
    transform: rotate(45deg) translate(-10px, -5px);
    transition: transform 750ms ease 0.1s;
}

.hamburger.is-active .bar {
    opacity: 0;
}

.mobile-nav {
    position: fixed;
    min-height: 100vh;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 40;
    background-color: #162847;
    transition: ease 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;


    a {
        display: block;
        padding: 14px;
        margin: 0 auto;
        color: white;
        text-decoration: none;
        text-align: center;
        font-size: 2em;
        font-family: "minion-pro", serif;
        font-weight: 400;
        font-style: normal;
        border-bottom: 1pt solid #383838;
    }

    a:hover {
        background-color: #c0c0c0;
        border-radius: 20px;
        transition: ease 1.3s;
    }

}

.mobile-nav.is-active {
    left: 0;
}

.store-grid{
    justify-content: center;
}

.store-grid .gs-4{
    max-width: 33.33333%;
}

/*======== HOME BANNER ==========*/
.hero-banner {
    position: relative;
    /* margin-top: 330px; */

    @media (max-width:768px) {
        margin-top: 180px;
    }
}

#heroSlider {
    @media (max-width:503px) {
        display: none;
    }
}

#responsive {
    @media (min-width:503px) {
        display: none;
    }
}

.stores-slide {
    position: relative;
    margin: 2em 0;
}

/*======== HOME STORES SLIDE ==========*/

#store-tiles li a {

    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    min-height: 340px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

.store-slide a:before {
    background-image: linear-gradient(0deg, #0009, #0000);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.call-to-actions-container .tint {
    background: #172a47b3;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.call-to-actions-container h2.title {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin: 0 auto;

    @media (max-width:940px) {
        font-size: 2em;
        top: 40% !important;
    }

    @media (max-width:768px) {
        font-size: 2em;
        top: 35% !important;
    }

    @media (max-width:555px) {
        top: 45% !important;
    }

}

.gs-4 {
    @media (max-width:767px) {
        width: 100% !important;
        max-width: 100%!important;
    }
}

.call-to-actions-container a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    min-height: 340px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

.call-to-actions-container a:before {
    background-image: linear-gradient(0deg, #0009, #0000);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.call-to-actions-container a:hover:before {
    background-image: linear-gradient(0deg, #000c, #0006);
}

.store-logo {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}

/*======== STORES ==========*/

.stores-filters {
    position: relative;
    /* margin-top: 330px; */
    margin-bottom: 2em;

    @media (max-width:768px) {
        margin-top: 180px;
    }
}

.map-button {
    margin-bottom: 2rem;
    text-align: center;
}

.map-button:hover {
    background: rgb(42, 56, 67);
    cursor: pointer;
}

.map-button a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 4px 20px;
    font-family: "minion-pro", serif;
    font-weight: 600;
    font-size: 1.3em;
    background: rgb(53, 72, 88);
}

.filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.filters a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 4px 20px;
    font-family: "minion-pro", serif;
    font-weight: 400;
    font-size: 1.2em;
    background: rgb(53, 72, 88);
    margin: 3px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;

    &:hover, &.active{
        background: #eee;
        color: #333;
    }

}

.informations {
    /* margin-top: 35vh; */

    @media (max-width:768px) {
        margin-top: 20vh;
    }
}

.informations h2 {
    font-family: "minion-pro", serif;
    font-size: 2rem;
    font-weight: 900;
    color: #212529;
}

.informations p {
    color: #7a7a7a;
    font-size: 1.2rem;
}

.info-buttons .gs-5 a {
    background: url(img/icon-arrow-00.7c985e99.svg) no-repeat 97% #f5f5f5;
    background-size: 8px auto;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #172a47;
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    padding: 8px;
    text-decoration: none;
    padding: 9px;
}

.info-buttons .btn-info {

    margin: 5px;
    padding: 0;
}

.gs-5 {
    @media (max-width:588px) {
        width: 100% !important;
    }
}

/*========== Shop detail page  ==========*/

.shop-detail {
    /* margin-top: 35vh; */

    .grid{
        align-items: flex-start;
    }

    h2 {
        font-family: "minion-pro", serif;
        font-size: 2rem;
        font-weight: 900;
        color: #212529;
    }

    p {
        color: #7a7a7a;
        font-size: 1.2rem;
        padding-right: 1em;
    }

    img {
        object-fit: cover;
        width: 100%;
    }

    @media (max-width:990px) {
        .gs-6 {
            width: 100% !important;
        }

    }

    @media (max-width:768px) {
        margin-top: 20vh;
    }

    .opening {
        display: flex;
        flex-direction: column;
        border: 1px solid #999;
        list-style-type: none;
        margin-top: 1em;
        padding: 20px;
        width: 100%;

        h2 {
            font-family: "minion-pro", serif;
            font-size: 2rem;
            font-weight: 900;
            color: #212529;
            margin: 0;
        }

        ul {
            list-style-type: none;
            text-decoration: none;
            padding: 0;
        }

        .hours {
            margin: 5px;
        }
    }

    .social {
        display: flex;
        flex-direction: column;
        border: 1px solid #999;
        list-style-type: none;
        margin-top: 1em;
        padding: 20px;
        width: 100%;

        h2 {
            font-family: "minion-pro", serif;
            font-size: 2rem;
            font-weight: 900;
            color: rgb(102, 102, 102);
        }

        ul {
            list-style-type: none;
            text-decoration: none;
            padding: 0;
        }

        li {
            margin-bottom: 1em;

            img {
                margin-right: 1em;
                width: 40px;
            }
        }

        li a {
            color: rgb(68, 68, 68);
            font-weight: 600;
            text-decoration: none;
        }
    }


}


/*========== Properties Page ==========*/
.properties-section {
    /* margin-top: 25vh; */

    @media (max-width:768px) {
        margin-top: 10vh;
    }
}

.properties-section,
.inner-section {
    padding: 6em 0;

    @media (max-width:650px) {
        padding: 4em 0;
    }
}

.properties-sub-menu {
    background: #810202;
}

.properties-sub-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    max-width: 800px;
    margin: 0 auto;
}

.properties-sub-menu li {
    flex: 1 1 0;
    -moz-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -o-flex: 1 1 0;
    -ms-flex: 1 1 0;
    text-align: center;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.properties-sub-menu li:hover,
.properties-sub-menu .active {
    background: #fff;
}

.properties-sub-menu a {
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    padding: 15px 0;
    display: block;
}

.properties-sub-menu li:hover a,
.properties-sub-menu .active a {
    color: #810202;
    font-weight: bold;
}

.properties-grid {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.property {
    flex: 1 1 30%;
    -moz-flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
    -o-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    max-width: 30%;
    margin: 10px 1.5%;

    @media (max-width:1000px) {
        flex: 1 1 47%;
        -moz-flex: 1 1 47%;
        -webkit-flex: 1 1 47%;
        -o-flex: 1 1 47%;
        -ms-flex: 1 1 47%;
        max-width: 47%;
    }

    @media (max-width:650px) {
        flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        -o-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        max-width: 100%;
        margin: 10px 0;
    }
}

.property img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.property h3 {
    margin: 0.5em 0 0;
    text-align: center;
    font-size: 1em;
}

.property h3 a {
    color: inherit;
}

.property p {
    text-align: center;
    margin-top: 0;
}

.property p a {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    display: none;
}

.lb-data {
    overflow: hidden;
    background: #222;
    padding: 15px;
    color: #fff;
}

.lb-data p {
    margin-top: 0;
}

.lb-data .lb-number {
    padding-bottom: 0;
    color: #fff;
}


/*===================== Contact us =====================*/

.contact {
    /* margin-top: 30vh; */
    padding: 2em 0 4em 0;
    position: relative;

    @media (max-width:768px) {
        margin-top: 15vh;

    }

    @media (max-width:737px) {
        margin-top: 6vh;

    }

    h2 {
        font-family: "minion-pro", serif;
        font-size: 2rem;
        font-weight: 900;
        color: #212529;
        margin: 0;
        padding: 1em 5em 0.5em 0;
    }

    h3 {
        font-weight: 500;
        max-width: 980px;
        font-size: 1.4em;
        color: #212529;
        margin: 0;

    }

    p {
        color: #7a7a7a;
        font-size: 1.2rem;
        padding-right: 1em;
    }

    a {
        background-color: #162847;
        padding: 15px;
        color: white;
        text-decoration: none;
    }

}




.custom-file-input {
    color: transparent;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select some files';
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    padding: 8px 25px;
    background: transparent;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

.custom-file-input.file-uploaded::before {
    content: 'File selected';
}

.custom-file-input:active {
    outline: 0;
}


.btn-contact {
    font-family: "minion-pro", serif;
    font-weight: 700;
    color: #162847;
    border-radius: 28px;
    background-color: #ffffff;
    font-size: 1.2em;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 15px 40px;
}


#contact_form>div label,
aside form label {
    font-family: "minion-pro", serif;
    display: block;
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 4px;
    color: white;
}

#contact_form>div input,
aside form input {
    width: 100%;
    height: 40px;
    border: 1px solid #DDD;
    padding: 6px;
    font-size: 0.9em;
}

#contact_form>div textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #DDD;
    padding: 6px;
    font-size: 0.9em;
}

#contact_form>div {
    width: 100%;
    margin: 1em 0;
    overflow: hidden;
}

.contact_forms {
    display: block;
}


/*======== FOOTER ==========*/

footer {
    background: #eee;
    padding-top: 1em;
    margin-top: 3em;
    overflow: hidden;
}

.footer-info,
.footer-map {
    display: flex;
    flex-direction: column;

    h2 {
        color: rgb(102, 102, 102);
        font-weight: 500;
        margin-bottom: 0;
    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    a {
        text-decoration: none;
        color: black;
    }
}

.footer-grid {
    img {
        width: 70%;
        margin-bottom: 1.3em;
    }

    a {
        text-decoration: none;
        color: black;
    }
}

/*===================== Responsive Styling =========================*/
@media only screen and (max-width: 1280px) {}

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

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

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

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

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

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

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


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

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

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

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

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

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