﻿.Selectable {
  -webkit-touch-callout: initial;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.UnSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.HorizontalScrolling {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
@keyframes FadeIn {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeInLeft {
  from {
    opacity: 0.1;
    -webkit-transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes FadeInTop {
  from {
    opacity: 0.1;
    -webkit-transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes AppearHeight {
  from {
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.TransitionFaster {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.TransitionFast {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.TransitionMedium {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.TransitionSlow {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
:root {
  --redColor: #A41733;
  --whiteColor: #f5f5f5;
  --yellowColor: #ffd600;
  --orangeColor: #d55a29;
  --blackColor: #231f20;
  --grayColor: #cacbcc;
  --lightGray: #d5d6d6;
  --mediumGray: #a69981;
  --blueColor: #43b6ee;
  --shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
}






/*Montserrat-Black */
@font-face {
    font-family: 'MontserratBlack';
    src: url('/AR/assets/fonts/Montserrat-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-Bold */
@font-face {
    font-family: 'MontserratBold';
    src: url('/AR/assets/fonts/Montserrat-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-ExtraBold */
@font-face {
    font-family: 'MontserratExtraBold';
    src: url('/AR/assets/fonts/Montserrat-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-Light */
@font-face {
    font-family: 'MontserratLight';
    src: url('/AR/assets/fonts/Montserrat-Light.ttf');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-Medium */
@font-face {
    font-family: 'MontserratMedium';
    src: url('/AR/assets/fonts/Montserrat-Medium.ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-Regular */
@font-face {
    font-family: 'MontserratRegular';
    src: url('/AR/assets/fonts/Montserrat-Regular.ttf');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-SemiBold */
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('/AR/assets/fonts/Montserrat-SemiBold.ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bellarina';
    src: url('/AR/assets/fonts/Bellarina.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*Montserrat-Black */
@font-face {
    font-family: 'GEFLOWBLACK';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-Bold */
@font-face {
    font-family: 'GEFlowBold';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-ExtraBold */
@font-face {
    font-family: 'GEFlowExtraBold';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*Montserrat-Light */
@font-face {
    font-family: 'GEFlowLight';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-Medium */
@font-face {
    font-family: 'GEFlowMedium';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-Regular */
@font-face {
    font-family: 'GE-Flow-Regular';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
/*Montserrat-SemiBold */
@font-face {
    font-family: 'GEFlowSemibold';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bellarina';
    src: url('/AR/assets/fonts/GE Flow Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}








.ColorItem {
  max-width: 150px;
  /*margin-bottom: 20px;*/
  /*box-shadow: var(--shadow);*/
  position: relative;
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.ColorItem-content {
  padding: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ColorItem-content h4 {
  margin: 0;
  font-weight: 800;
  font-family: "MontserratBold";
  transition: all 0.5s ease-in-out;
}
.ColorItem-content span {
  font-size: 0.7rem;
  display: block;
  font-family: "MontserratBold";
  transition: all 0.5s ease-in-out;
  color: #626366;
}
.ColorItem-content span:last-child {
  font-family: "MontserratMedium";
}
.ColorItem-image {
  /*height: 50px;*/
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.ColorItem:hover {
  /*.colors-item-image {
            height: 100%;
        }*/
}
.ColorItem:hover .colors-item-content {
  /* color: var(--whiteColor);
            mix-blend-mode: difference;*/
}
.ColorItem:hover .colors-item-content h4 {
  font-size: 1rem;
}
.ColorItem:hover .colors-item-content span {
  /*font-size: .7em;*/
}
.ButtonTheme a {
  /*font-size: 1.6em;
		border: 3px solid var(--redColor);
		color: var(--redColor);
		padding: 3px 15px 6px 15px;
		border-radius: 30px;
		font-weight: 700;
		font-family: "Montserratlight";

		&:hover {
			background-color: var(--redColor);
			color: var(--whiteColor);
		}*/
  /*position: relative;
		display: flex;
		justify-content: center;
		max-width: 150px;
		width: 100%;
		padding: 5px 10px;
		font-size: 1.2rem;
		border: 2px solid var(--redColor);
		color: var(--redColor);
		border-radius: 20px;
		font-weight: 700;
		font-family: "Montserratlight";
		transition: color .3s ease-in-out;
		margin: 0 auto;*/
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  max-width: 150px;
  outline: none;
}
.ButtonTheme a span {
  color: var(--redColor);
  border: 1px solid var(--redColor);
  transition: 0.2s;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  contain: paint;
}
.ButtonTheme a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: var(--redColor);
  transition: height 0.3s ease-out;
  border-radius: 10px;
}
.ButtonTheme a:hover span {
  color: var(--whiteColor);
}
.ButtonTheme a:hover::before {
  height: 100%;
}
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.NavigationLink,
.NavigationLink:visited,
.NavigationLink:focus,
.NavigationLink:active,
.NavigationLink:hover {
  display: block;
  color: var(--blackColor);
  padding: 5px 10px;
  position: relative;
  border-radius: 10px 0 0 0;
  transition: background-color 300ms, color 400ms;
}
.NavigationLink:hover,
.NavigationLink:visited:hover,
.NavigationLink:focus:hover,
.NavigationLink:active:hover,
.NavigationLink:hover:hover {
  background-color: var(--redColor);
  color: var(--whiteColor);
}
.NavigationLink._active,
.NavigationLink:visited._active,
.NavigationLink:focus._active,
.NavigationLink:active._active,
.NavigationLink:hover._active {
  background-color: var(--redColor);
  color: var(--whiteColor);
  cursor: default !important;
}
.NavigationLink._active::after,
.NavigationLink:visited._active::after,
.NavigationLink:focus._active::after,
.NavigationLink:active._active::after,
.NavigationLink:hover._active::after {
  content: '';
  margin-top: 1px;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: var(--redColor);
  position: absolute;
  top: 100%;
}
body > main {
  position: relative;
}
.contact {
  background-image: url('/assets/img/contact/Hero-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid var(--blackColor);
}
.contact > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 50px;
}
    .contact h2 {
        color: var(--redColor);
        text-align: center;
        font-size: 3.5em;
        font-family: "GEFlowExtraBold" !important;
        letter-spacing: 0em;
    }
 .contact h2:first-child {
  margin-bottom: 30px;
}
 .contact-image {
  margin-top: 50px;
}
 .contact-social {
  margin-top: 100px;
  flex-direction: column;
  display: flex;
  align-items: center;
}
 .contact-social-item {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .contact-social-item img {
  width: 30px;
  margin-right: 10px;
}
 .contact-social-item span {
  display: block;
  font-family: "MontserratBold" !important;
  color: var(--redColor);
  font-size: 1.3em;
}
 .contact-social-item span a,
 .contact-social-item span a:visited,
 .contact-social-item span a:focus,
 .contact-social-item span a:active,
 .contact-social-item span a:hover {
  color: var(--redColor);
}
 .contact-social-item:last-child a,
 .contact-social-item:last-child a:visited,
 .contact-social-item:last-child a:focus,
 .contact-social-item:last-child a:active,
 .contact-social-item:last-child a:hover {
  display: flex;
  align-items: center;
  cursor: pointer;
}
 .contact-social-item:last-child a span.arrow,
 .contact-social-item:last-child a:visited span.arrow,
 .contact-social-item:last-child a:focus span.arrow,
 .contact-social-item:last-child a:active span.arrow,
 .contact-social-item:last-child a:hover span.arrow {
  margin-left: 10px;
  background-color: var(--redColor);
  border-radius: 50%;
  padding: 7px;
}
 .contact-social-item:last-child a span.arrow > span,
 .contact-social-item:last-child a:visited span.arrow > span,
.contact-social-item:last-child a:focus span.arrow > span,
 .contact-social-item:last-child a:active span.arrow > span,
 .contact-social-item:last-child a:hover span.arrow > span {
  border: solid white;
  border-width: 0 2px 2px 0;
  margin-top: -2px;
  padding: 3px;
  transform: rotate(45deg);
}
 .map > div,
 .locations > div {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
 .map-title,
 .locations-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blackColor);
  margin-top: 30px;
}
 .map-title span,
 .locations-title span {
  width: 100%;
  height: 2px;
  background-color: var(--redColor);
}
    .map-title h1,
    .locations-title h1 {
        text-align: center;
        font-size: 1.5em;
        width: 100%;
        font-family: "GEFlowExtraBold" !important;
    }
 .map {
  user-select: none;
}
 .map-button {
  display: none;
}
 .map * {
  cursor: default !important;
}
 .map-display {
  width: 100vw;
  height: 70vh;
  min-height: 500px;
}
 .map .marker-container {
  background-color: var(--redColor);
  color: #fff;
  padding: 5px;
  border-radius: 10px;
}
 .map._popup {
  position: fixed;
  width: 100vw;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}
 .map._popup .map-display {
  min-height: 500px;
}
 .map._popup .map-display canvas {
  cursor: grab !important;
}
 .map._popup .map-button {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 99999;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
}
 .map._popup .map-button button {
  background-color: var(--redColor);
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer !important;
}
 .locations-list {
  /*background-color: var(--blackColor);*/
  padding: 30px;
}
 .locations-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
    .locations-phone a {
        position: relative;
        padding: 10px;
        font-family: 'MontserratMedium'
        /*  span {
                    position: absolute;
                    left: -40px;
                    top: 0;
                    width: 180px;
                    text-align: center;
                    height: 40px;
                    background-color: var(--redColor);
                    border-radius: 20px 0 20px 0;
                    //mix-blend-mode:screen;
                    padding: 10px;
                    // display:none;
                    font-size: 0;
                    visibility: hidden;
                    pointer-events: none;
                    transition: all .4s ease-in-out;

                    &::after {
                        content: '';
                        width: 15px;
                        height: 15px;
                        background: var(--redColor);
                        position: absolute;
                        -moz-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        top: 30px;
                        left: 25%;
                        border-right: var(--redColor) solid 2px;
                        border-bottom: var(--redColor) solid 2px;
                    }
                }*/
        /*   svg {
                    width: 30px;

                    .--svg-fill-background {
                        fill: transparent;
                        mix-blend-mode: screen;
                        transition: all .5s ease-in-out;
                    }

                    .--svg-fill {
                        fill: var(--whiteColor);
                    }
                }

                &:hover {
                    span {
                        top: -40px;
                        font-size: 1rem;
                        visibility: visible;
                        pointer-events: all;

                        &:hover {
                            text-decoration: underline;
                        }
                    }

                    svg {
                        .--svg-fill-background {
                            fill: var(--redColor);
                        }
                    }
                }*/
    }
 .locations-phone a,
 .locations-phone a:visited,
 .locations-phone a:focus,
 .locations-phone a:active,
 .locations-phone a:hover {
  display: block;
}
 .locations-map {
  text-align: center;
}
 .locations-map a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .locations-map a svg {
  width: 40px;
}
    .locations-map a svg .--svg-fill {
       /* fill: var(--whiteColor);*/
        fill:black;
        transition: all 0.3s ease-in-out;
    }
 .locations-map,
 .locations-phone {
  width: 35% !important;
}
    .locations-map a,
    .locations-phone a,
    .locations-map a:visited,
    .locations-phone a:visited,
    .locations-map a:focus,
    .locations-phone a:focus,
    .locations-map a:active,
    .locations-phone a:active,
    .locations-map a:hover,
    .locations-phone a:hover {
        font-size: 0.7em;
        color: black;
    }
 .locations-map a:hover,
 .locations-phone a:hover,
 .locations-map a:visited:hover,
 .locations-phone a:visited:hover,
 .locations-map a:focus:hover,
 .locations-phone a:focus:hover,
 .locations-map a:active:hover,
 .locations-phone a:active:hover,
 .locations-map a:hover:hover,
 .locations-phone a:hover:hover {
  text-decoration: underline;
}
.locations-record-text {
    display: flex;
    align-items: center;
    color: black;
    font-size: 0.7em;
    /*a {
                    &, &:visited, &:focus, &:active, &:hover {
                        color: #fff;
                        width: 30%;
                        padding-left: 5px;

                    }
                }*/
}
    .locations-record-text h3 {
        width: 30%;
        font-family: "GEFlowBold" !important;
        font-size: 1em;
    }
 .locations-record-seperator {
  justify-content: end;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-content: center;
  position: relative;
}
 .locations-record-seperator span:first-child {
  background: var(--blackColor);
  height: 2px;
  width: 100%;
}
    .locations-record-seperator span:last-child {
        width: 30px;
        height: 14px;
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        z-index: 1;
        /*background-color: var(--orangeColor);*/
        background-color: #a41d35;
        border-radius: 0;
    }
    .locations-record-seperator span:first-child {
        /*background: var(--whiteColor);*/
        background: lightgrey;
        height: 1px;
        opacity: 0.7;
    }
 .locations-record:last-child .locations-record-seperator {
  display: none;
}
 .media {
  margin-top: 40px;
}
body > main .media-title {
  display: none;
}
@media only screen and (min-width: 800px) {
   .map-title h1,
   .locations-title h1 {
    font-size: 2em;
  }
   .contact-social-item img {
    margin-bottom: 0;
  }
   .contact-social-item img:nth-child(2) {
    margin: 0 100px;
  }
  .locations-list {
    padding: 100px;
  }
   .locations-map,
   .locations-phone {
    width: 40% !important;
  }
   .locations-map a,
   .locations-phone a,
   .locations-map a:visited,
   .locations-phone a:visited,
   .locations-map a:focus,
   .locations-phone a:focus,
   .locations-map a:active,
   .locations-phone a:active,
   .locations-map a:hover,
   .locations-phone a:hover {
    font-size: 1.1em;
  }
  .locations-record-text {
    font-size: 1.1em;
  }
   .locations-record-text h3 {
    width: 50% !important;
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 450px) {
   .contact h2 {
    font-size: 4.5em;
  }
   .contact-social span {
    font-size: 1.5em;
  }
   .locations-record-text {
    font-size: 1.1em;
  }
   .locations-record-text h3 {
    width: 40%;
    font-size: 0.8em;
  }
   .locations-record-text-map,
   .locations-record-text-phone {
    width: 30% !important;
  }
   .locations-record-text-map a,
   .locations-record-text-phone a,
   .locations-record-text-map a:visited,
   .locations-record-text-phone a:visited,
   .locations-record-text-map a:focus,
   .locations-record-text-phone a:focus,
   .locations-record-text-map a:active,
   .locations-record-text-phone a:active,
   .locations-record-text-map a:hover,
   .locations-record-text-phone a:hover {
    font-size: 1.1em;
    color: #fff;
  }
   .locations-record-text-map a:hover,
   .locations-record-text-phone a:hover,
   .locations-record-text-map a:visited:hover,
   .locations-record-text-phone a:visited:hover,
  .locations-record-text-map a:focus:hover,
   .locations-record-text-phone a:focus:hover,
   .locations-record-text-map a:active:hover,
   .locations-record-text-phone a:active:hover,
   .locations-record-text-map a:hover:hover,
   .locations-record-text-phone a:hover:hover {
    text-decoration: underline;
  }
   .locations-record-text span {
    padding-left: 20px;
  }
}
/*body {
    position: relative;

    .popupmap {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0;*/
/* right: 0;
        bottom: 0;*/
/*top: 0;
        margin: 0;
        z-index: 999;
        background-color: rgba(0,0,0,.8);


        &-map {
            width: 100vw;
            height: 100vh;

            .marker-container {
                background-color: var(--redColor);
                color: #fff;
                padding: 5px;
                border-radius: 10px;
            }
        }

        &-button {
            position: fixed;
            width: 100%;
            z-index: 99999;
            bottom: 2%;
            left: 0;
            right: 0;
            text-align: center;

            button {
                background-color: var(--redColor);
                border: none;
                border-radius: 5px;
                color: #fff;
                padding: 5px 20px;
                cursor: pointer;
            }
        }
    }
}*/