/* ;
@import url("https://use.typekit.net/yuw8rar.css");
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto:300,400,500&display=swap'); */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.65;
  font-size: 1rem;
  background: #ffffff;
  color: #333;
}

:root {
  --grid: grid;
  --white: #ffffff;
  --light: #fcfbfa;
  --orange: #ff8d17;
  --dark: #312f2f;
  --gray: #f3f7f9;
  --text: rgba(0,0,0,0.78);
  --text2: rgba(0,0,0,0.6);
  --text3: rgba(0,0,0,0.3);
  /* --linkColor: rgba(148, 72, 23, 0.9); */
  --linkColor: #d2680d;
  --grayDark: #e6e6e6;
  --grayLight: #f1f1f1;
  --green: #006847;
  --metal: linear-gradient(to bottom, #f6f6f6, #ecebeb, #ffffff, #dcdcdc);
  /* --c-icon: #54585f; */
  --titleColor: #323232;
  --c-icon: #6c7584;
  --c-ddd: #ddd;
}

h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  /* font-family: 'Oswald', sans-serif; */
  font-family: "Milkstore 05 Textured";
  font-style: normal;
  font-weight: 400;
}

.h0 {
  font-size: calc(1em + 5vw);
}

h1,
.h1 {
  font-size: 6em;
  letter-spacing: -1.5px;
}

h2,
.h2 {
  font-size: 3.75em;
  letter-spacing: -0.5px;
}

h3,
.h3 {
  font-size: 3em;
}

h4,
.h4 {
  font-size: 2.125em;
  letter-spacing: 0.25px;
}

h5,
.h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.25em;
  letter-spacing: 0.15px;
}

p {
  font-weight: 400;
  line-height: 1.75rem;
  margin: 0;
}

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

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

button {
  background: transparent;
  border: none;
  outline: none;
}

.section__large,
.section__middle {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.section__middle {
  max-width: 1200px;
}

.section__large {
  max-width: 1680px;
}

.section__bg {
  position: relative;
  background-size: cover;
  background-position: center;
}

.wrap {
  padding: 4rem;
}

.wrap__lagre {
  padding: 2rem;
}

hr {
  border-bottom: 1px solid red;
  margin-bottom: 4rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding: 0 2rem 0;
}

.ratio img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0s;
}

.ratio-1-1 {
  position: relative;
}

.ratio-1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ratio-1-2 {
  position: relative;
}

.ratio-1-2:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

img,
picture {
  display: block;
  width: 100%;
  height: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.p-y-0 {
  padding: 0;
}

.p-t-0 {
  padding-top: 0;
}

.p-y-2 {
  padding: 2rem;
}

.p-y-4 {
  padding: 4rem;
}

.p-t-100 {
  padding-top: 100px;
}

.p-t-2 {
  padding-top: 2rem;
}

/*
.pt-large {
    padding-top: 8rem;
}

.py-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.mb-large {
	margin-bottom: 8rem;
}

.mb-middle {
	margin-bottom: 4rem;
}

.mt-large {
	margin-top: 8rem;
}

.my-large {
	margin-top: 8rem;
	margin-bottom: 8rem;
} */
.m-up {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.btn {
  display: inline-flex;
  height: 48px;
  font-family: "Roboto";
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: bold;
  letter-spacing: .05rem;
  color: #333;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0;
  border: 2px solid var(--linkColor);
  cursor: pointer;
}

.btn:hover {
  border-color: #000;
  background-color: #f1f1f1;
}

.btn-light {
  background-color: transparent;
  color: #fff;
}

.btn-light:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn-center {
  margin: 2rem auto;
}

.btn-link {
  display: inline-block;
  padding: 1rem;
}

.bgWhite {
  background-color: var(--white);
}

.bgDark {
  background-color: var(--dark);
}

.bgGray {
  background-color: var(--gray);
}

.mask {
  position: relative;
  background-position: center;
}

.mask::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 30, 0.5);
}

/*

.mask2,
.mask3 {
	position: relative;
    background-position: center;
}


.mask2::before {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
	background: rgba(47, 47, 47,0.90);
	backdrop-filter: saturate(70%) blur(5px);
}

.mask3::before {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(17, 17, 19, 0.8)
} */
.hover,
.hover-back {
  display: block;
  position: relative;
}

.hover::before {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  transition: width .3s ease;
}

.hover:hover::before {
  width: 100%;
}

.hover:hover::before {
  width: 100%;
}

.hover-back::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.15);
  transition: width .3s ease;
}

.hover-back:hover::before {
  width: 0;
}

.bg-banner-car {
  background-image: url(../img/bg-banner-car.jpg);
  background-position: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bg-banner-car2 {
  background-image: url(../img/bg-banner-car2.png);
  background-color: #1f1f1f;
  background-repeat: no-repeat;
}

.bg-banner-car3 {
  background-image: url(../img/bg-banner-car3.png);
}

.intro-inner {
  position: relative;
  width: 100%;
  max-width: 940px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.flex-left {
  margin-left: auto;
  margin-right: unset;
}

.flex-right {
  margin-left: unset;
  margin-right: auto;
}

.bg-1,
.bg-gray-patt {
  position: relative;
}

.bg-gray-patt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: #dedede url(../img/bronco/pattern-swirl-faded.svg) center/485px;
  z-index: -1;
}

.bg-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: #dedede url(../img/bronco/pattern-swirl-faded.svg) center/485px;
  z-index: -1;
}

.vbox-overlay {
  background: linear-gradient(90deg, #212121 21px, transparent 1%) center, linear-gradient(#212121 21px, transparent 1%) center, #5a5a5a;
  background-size: 22px 22px;
}

.bg-dot {
  background: linear-gradient(90deg, #343a40 21px, transparent 1%) center, linear-gradient(#343a40 21px, transparent 1%) center, #696969;
  background-size: 22px 22px;
}

.bg-divider {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 6rem;
  margin-top: 6rem;
  background: url(../img/bronco/divider.png);
  background-size: cover;
  background-position: center;
}

.footer-divider {
  min-height: 60vh;
  background: url(../img/bg-landscape.png);
  background-size: cover;
  background-position: bottom;
}

.bg-garage {
  background: url(../img/bg-garage.jpg);
  background-size: cover;
  background-position: center;
}

.bg-about {
  background: url(../img/bg-about.jpg);
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background: url(../img/bg-contact.jpg);
  background-size: cover;
  background-position: center;
}

.bg-gray-white:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
}

.highlights {
  color: var(--highlights);
}

.bg-light {
  background-color: var(--light);
}

.color2 {
  color: rgba(255, 255, 255, 0.9);
}

.color3 {
  color: #999;
}

/********** Nav container *****************/
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 10vh;
  max-height: 75px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  grid-gap: 0;
  padding: 1.5rem 5%;
  background: transparent;
  z-index: 100;
  transition: all .4s ease;
}

.logo {
  max-width: 100px;
}

.logo-small {
  max-width: 100px;
}

menu {
  display: flex;
}

menu > * {
  cursor: pointer;
}

nav a {
  color: #fff;
  transition: all .2s ease;
}

nav a:hover {
  color: #eee;
}

#nav-auto a {
  color: #333;
}

.header-phone {
  color: var(--linkColor);
}

nav.scroll {
  background-color: #fff;
}

nav.scroll a {
  color: #333;
}

/********** Header  container *****************/
.header {
  padding-top: 10vh;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.header .item-img {
  max-width: 60%;
  margin-top: -90px;
  align-self: center;
}

.header .item-info {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: auto;
}

.bg-home {
  background: url(../img/bg-home.jpg);
  background-size: cover;
  background-position: center;
}

/***********************  Banner  ***************************************/
.banner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  color: #777;
  margin-right: auto;
  margin-left: auto;
}

.banner > * {
  flex: 1;
  width: 50%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.banner > .title {
  position: relative;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.banner > .title:after {
  position: absolute;
  content: '';
  height: 150%;
  width: 4px;
  background: #c1c1c1;
  border-radius: 4px;
  right: 0;
  top: -25%;
}

.banner-title {
  font-family: 'benton-modern-display', serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: calc(1em + 8vw);
  line-height: calc(.7em + 2.8vw);
}

.banner-title-2 {
  font-family: 'Montserrat';
  font-size: calc(1em + 6vw);
  font-weight: 100;
}

.banner.columns {
  flex-direction: column;
  justify-content: space-evenly;
}

/* .banner img,
.banner picture {
	width: initial;
} */
.garage-logo {
  width: 50% !important;
}

/***********************  Logo  ***************************************/
/* .banner-home {
	flex: 1;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    color: #777;
} */
.logo-box {
  display: flex;
  justify-content: center;
}

.logo-box img {
  height: calc(1em + 9vw);
  width: initial;
}

.logo-title {
  font-family: "Milkstore 05 Textured";
  position: relative;
  color: #ffffff;
  padding: 0 1rem;
  text-align: center;
}

/*********************************  MAIN ***************************************************/
.title-text {
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: var(--text);
}

.title-sub-text {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--text2);
}

.title-text.light {
  color: rgba(255, 255, 255, 0.9);
}

.title-sub-text.light {
  color: #c1c1c1;
}

/********** Gallery *****************

.gallery-header {
	padding-top: 6em
}

.gallery-header .item-title,
.gallery-header .item-subTitle {
	color: hsla(0, 0%, 100%, 0.8);
}

.gallery-header .item-section figure {
	grid-row: 2 / 7;
}

.gallery-header .bg-1,
.gallery-header .bg-2,
.gallery-header .item-info {
	background: transparent
}

/************  Grid  *************************/
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.intro-grid > * {
  background: #fff;
}

.intro-grid figure {
  cursor: pointer;
}

.intro-grid figcaption {
  padding: 2rem 2rem 0;
}

.intro-grid .item-title {
  padding: 1rem 0;
}

.intro-grid .item-title::after {
  content: '';
  display: block;
  width: 20%;
  height: 3px;
  margin-top: 1rem;
  background: var(--linkColor);
  transition: width .3s;
}

.intro-grid figure:hover .item-title::after {
  width: 100%;
}

.carInfo {
  position: relative;
}

/************  Flex ***************************

.product-grid {
    display: grid;
    grid-template-columns: 1fr .5fr .5fr;
    grid-template-rows: .5fr .5fr;
    grid-gap: 2rem;
}

.product-grid__col {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-grid__col:first-child {
	grid-column: 1;
    grid-row: 1/-1;
}

.product-grid__col:nth-child(2) {
	grid-column: 2;
    grid-row: 1;
}

.product-grid__col:nth-child(3) {
	grid-column: 3;
    grid-row: 1;
}

.product-grid__col:nth-child(4) {
	grid-column: 2;
    grid-row: 2;
}

.product-grid__col:last-child {
	grid-column: 3;
    grid-row: 2;
}

.product-grid__col img {
    object-fit: cover;
    height: 100%;
}

.product-grid__item-txt {
	position: absolute;
}


/* .ms-partialview-template .ms-slide-info h3 {
    margin: 2rem 0 1rem;
    font-weight: 500;
    font-size: calc(1em + 1.75vw);
    color: #333;
}

.ms-partialview-template .ms-slide-info h4 {
    margin: 0 0 .5rem;
    font-weight: 300;
    font-size: calc(1em + 1vw);
    color: #555;
}

.ms-partialview-template .ms-slide-info p {
    font-size: 1em;
    margin: 0;
} */
.carousel-control-next,
.carousel-control-prev {
  color: #000;
  font-size: 2rem;
  opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
  opacity: .4;
}

.bg-testimony {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: url(../img/bg-press.png);
  background-repeat: no-repeat;
  background-position: center;
}

.bg-testimony > .bg-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Montserrat","Arial",sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: calc(1em + 15vw);
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.04);
}

.testimony .item-info {
  text-align: center;
}

.testimony .item-info h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

/********** Last projects container *****************

.item-section {
	display: grid;
	grid-template-columns: 1fr .25fr 1fr;
	grid-template-rows: .1fr 1fr .1fr;
	margin-bottom: 4rem;
}

.item-year {
	font-family: 'benton-modern-display', serif;
	font-weight: 700;
	font-size: calc(2em + 2.8vw);
	font-weight: bold;
	line-height: normal;
	color: var(--linkColor);
	grid-column: 1 / 3;
	grid-row: 2;
	z-index: 1;
}

.bg-col {
	grid-column: 1/3;
	grid-row: 1 /-1;
}

.item-info {
	grid-column: 1;
	grid-row: 2;
	padding: 1rem 1rem .5rem;
	z-index: 1;
}

.item-section figure {
	grid-column: 2/-1;
	grid-row: 2;
	z-index: 1;
}

.item-price {
	color: #999;
	font-size: 1.2rem;
	font-weight: bold;
}

.item-title {
	padding-bottom: 2rem
}

.item-subTitle {
	font-size: 1.5em;
	padding-bottom: 2rem;
	line-height: normal;
	color: var(--titleColor)
}

.item-descrition {
	text-transform: uppercase;
}

header .item-title {
    font-size: calc(1em + 4vw);
}

header .item-title,
header .item-price {
    color: #fff;
}

/********** Gallery container *****************

.gallery-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin-bottom: 8rem;
}

.gallery-item figure>* {
    width: calc(100% + ((90vw - 1030px) / 2));
    max-width: none;
}

.gallery-item .slider-item-section {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
}

.gallery-item .slider-item-section .item-info {
	padding: 0;
}

.gallery-item .slider-item-section .item-title {
	font-size: calc(2em + 1.8vw);
	padding: 2rem 0;
}

.gallery-item .item-specs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
	margin-bottom: 3rem;
}

.gallery-item .slider-item-section .item-price {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.1rem;
    font-weight: bold;
}

.reserved {
	direction: rtl;
}

.gallery .item-title {
	font-size: calc(1em + 2.8vw);
}


/********** Contact container *****************/
.address-box ul {
  display: flex;
  min-height: 60vh;
}

ul.address-box > * {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-box ul > :first-child {
  background: #f4f4f4;
}

.address-box ul > :last-child {
  background: var(--dark);
  background-image: radial-gradient(#3a3737 20%, transparent 20%);
  background-position: 0 0;
  background-size: 8px 16px;
}

.address-box ul div > * {
  margin-bottom: 1rem;
}

.address-box li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.address-box > div {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}

.address-box > div > div {
  width: fit-content;
  width: -moz-fit-content;
}

.address-box .light h4 {
  color: #bbb;
}

.address-box p {
  font-size: calc(.8em + 1vw);
  line-height: normal;
}

.address-box .address-title {
  display: block;
  font-size: calc(1em + 1em);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.garage-logo img {
  width: 70%;
}

.address-box .light .address-title,
.address-box .light p {
  color: #fff;
}

/********** Footer container *****************/
footer {
  margin-top: auto;
  text-transform: uppercase;
  color: #999;
  padding: 1rem 5%;
  background: var(--dark);
  background-repeat: repeat;
  background-image: radial-gradient(#2b2b2b 20%, transparent 20%);
  background-position: 0 0;
  background-size: 8px 16px;
}

footer .footer-logo {
  color: #eee;
  font-size: 1.2rem;
}

footer .social-box {
  display: flex;
  align-items: center;
}

footer .social-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

footer .social-box ul a {
  display: flex;
  padding: 1rem 1.2rem;
  margin: 0 .5rem;
}

footer .social-box ul a:hover {
  background-color: #454545;
}

footer .social-box ul i {
  color: #eee;
  font-size: 1.2rem;
}

.footer-copy {
  text-align: center;
  font-size: .9rem;
  padding-bottom: 2rem;
}

.footer-copy > :first-child {
  letter-spacing: 2px;
}

.footer-copy > :last-child {
  font-size: .85rem;
}

.social .fa:hover {
  color: #FF5C00;
}

/***********  Utility  *********************/
.hover-1 .build-title:after {
  height: 3px;
  width: 20%;
  margin-top: 1rem;
  display: block;
  content: '';
  background: var(--highlights);
  transition: width ease 0.3s;
}

.hover-1:hover .build-title:after {
  width: 100%;
}

/*** Modal ***/
.modal {
  position: fixed;
  top: 4rem;
  bottom: 0;
  right: 0;
  width: 50%;
  padding-top: 50px;
  background: #2a333c;
  transition: all .3s;
  transform: translateX(150%);
  z-index: 10;
}

.modal.view {
  transform: translateX(0%);
}

.modal-menu {
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
  transition: all .4s;
  opacity: 0;
}

.modal.view .modal-menu {
  opacity: 1;
}

.modal-menu > li {
  display: flex;
}

.modal-menu > li > a {
  position: relative;
  padding-left: 2rem;
  font-size: .9rem;
  font-weight: 500;
  color: #a4a4a4;
  text-transform: uppercase;
  line-height: 2rem;
}

.modal-menu > li > a::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
}

.modal-menu > li > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  margin-left: -2rem;
  border-left: 1px solid #fff;
}

.modal-menu > li.active > a {
  color: #FF5C00;
}

.modal-menu > li.active > a::before {
  background: #FF5C00;
}

.modal-menu > :last-child > a::after {
  display: none;
}

.menu.modal-menu li.current {
  color: #fff;
  border-bottom: none;
  border-left: 3px solid;
}

.modal-menu li {
  margin: 0;
  color: #d0d0d0;
}

.modal-menu li:hover,
.modal-menu li.current {
  color: #f97142;
}

.modal-menu li:hover > span::before,
.modal-menu li.current > span::before {
  background: #f97142;
}

/********** About modal **********************/
.about-modal {
  position: fixed;
  top: 0rem;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 2rem;
  overflow-y: auto;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
}

.about-modal.md-show {
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.md-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
  padding: 3rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
}

.md-content article {
  padding: 2rem;
  text-align: justify;
}

.md-content p {
  font-size: .9em;
  color: #000;
}

.md-content .md-note {
  font-size: .8em;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
}

.md-content button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/******************  Icons Animation **************************************/
.video-box {
  width: 100px;
  height: 100px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background-color: var(--linkColor);
}

/* .video-box:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	border: 1px dashed #ffffff;
} */
.video-box .fa-play {
  font-size: 2rem;
  margin-right: -10px;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--linkColor);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-box .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.video-box .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.quick-nav {
  position: relative;
  display: inline-block;
}

.quick-nav-trigger,
.quick-nav.open {
  pointer-events: auto;
}

.quick-nav-trigger {
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}

.quick-nav-trigger span,
.quick-nav-trigger span::after,
.quick-nav-trigger span::before {
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #4c545d;
}

.quick-nav-trigger span {
  transition: background-color .2s;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}

.quick-nav-trigger span::after,
.quick-nav-trigger span::before {
  content: '';
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: transform .2s;
}

.quick-nav-trigger span::before {
  transform: translateY(-6px);
}

.quick-nav-trigger span::after {
  transform: translateY(6px);
}

.no-touch .quick-nav-trigger:hover ~ .quick-nav-bg {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.open-up .quick-nav-trigger span {
  background-color: transparent;
}

.open-up .quick-nav-trigger span::before {
  transform: rotate(-45deg);
}

.open-up .quick-nav-trigger span::after {
  transform: rotate(45deg);
}

/* .vbox-overlay {
	background: #fff!important;
} */
.vbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vbox-figlio {
  box-shadow: none;
}

.vbox-close {
  width: 50px;
  height: 45px;
  font-size: 2em;
}

/********************** Responsiv *****************************/
@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: #b6b6b6;
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 2px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #818181;
  }
  .vbox-container .vbox-content {
    width: 60%;
  }
  .spaceY {
    margin: 4rem;
  }
}

@media (min-width: 768px) {
  .quick-nav {
    opacity: 0;
    opacity: 0;
    display: none;
  }
  .header-menu {
    display: flex;
    justify-content: space-between;
  }
  .header-menu a,
  .header-phone {
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    position: relative;
  }
  .header-menu a {
    font-weight: 500;
  }
  .header-phone {
    font-weight: 600;
  }
  nav > .header-phone {
    display: none;
  }
  .header-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 120%;
    height: 3px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 200ms ease-in;
    transition-delay: 200ms;
  }
  .header-menu a:hover::after,
  .header-menu .active::after {
    background: var(--linkColor);
    transform: scaleX(1);
    transition-delay: 0ms;
  }
  .md-content {
    max-width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .logo-box img {
    height: 110px;
  }
  .vbox-container .vbox-content {
    width: 80%;
  }
  .garage-gallery .item-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) and (max-width: 998px) {
  .specs-info-bottom {
    grid-template-columns: 1.5fr 1fr;
  }
  .spec-text-box {
    padding: 3rem 1rem 0rem;
  }
}

@media (max-width: 767.98px) {
  .auto-page {
    padding-top: 60px;
  }
  nav {
    padding: 1rem;
    background: #f3f7f8;
  }
  nav a {
    color: #333;
    text-transform: uppercase;
  }
  menu {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    width: 40%;
    padding-top: 2rem;
    flex-direction: column;
    transition: all .3s ease;
    transform: translate(120%);
    background: #f3f7f8;
  }
  menu > * {
    padding: 1rem 0 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
  menu > .active {
    color: var(--linkColor);
    background: #fff;
  }
  menu .header-phone {
    display: none;
  }
  nav.view menu {
    transform: translate(0%);
  }
  .header-phone {
    font-weight: bold;
  }
  .logo-box img {
    height: 80px;
  }
  .wrap {
    padding: 1rem;
  }
  .section__large,
  .section__middle {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .intro-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .spec-info-top,
  .specs-info-bottom {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .spec-info-top .title {
    font-size: 3rem;
  }
  .specs-info-bottom .btn {
    width: 100%;
    justify-content: center;
  }
  .garage-gallery .item-card {
    grid-template-columns: 1fr;
  }
  .garage-gallery .item-card::before {
    left: -1rem;
    right: -1rem;
    width: auto;
  }
  .garage-gallery .item-card .item-card__info {
    padding: 0 0 2rem;
  }
  .specs-gallery {
    grid-gap: 1rem;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .intro-grid .order {
    order: -1;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .item-section {
    display: block;
  }
  .item-title {
    padding: 1rem 0;
  }
  .item-descrition {
    font-weight: 500;
  }
  .slider-item-section {
    display: block;
  }
  .specs-grid {
    display: block;
  }
  .specs-grid > :first-child {
    padding-bottom: 1rem;
  }
  .project {
    grid-template-columns: repeat(2, 1fr);
  }
  .address-box ul {
    display: block;
  }
  .address-box ul > * {
    padding: 2rem 1rem;
  }
  .address-box ul .address-title {
    margin-bottom: 1rem;
  }
  .md-content {
    display: block;
    padding: 1rem;
  }
  .md-content > :last-child {
    display: none;
  }
  .md-content article {
    padding: 1rem;
    text-align: left;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1025px) {
  .intro-inner {
    max-width: 960px;
  }
  .garage-gallery .item-card {
    grid-template-columns: 1fr 1.3fr;
  }
}

@media screen and (min-width: 1921px) {
  .gallery-item figure {
    width: calc(100% + 395px);
    max-width: none;
    left: -395px;
  }
  .section__middle {
    max-width: 1200px;
  }
}
/*# sourceMappingURL=main.css.map */