@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto-Regular.woff) format("woff")
}

@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto-Bold.woff) format("woff");
  font-weight: 700
}

@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto-Thin.woff) format("woff");
  font-weight: 200
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, footer, header, nav, section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption, figure, main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=reset], [type=submit], button, html [type=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: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details, menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body, html {
  height: 100%
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: roboto, sans-serif;
  font-weight: 200;
  overflow-x: hidden;
  opacity: 1
}

section {
  overflow: hidden
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.text-center {
  text-align: center
}

.hidden {
  display: none
}

.button-center, .footer-center {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.grid {
  display: -ms-grid;
  display: grid
}

.logo__letters {
  fill: #fff
}

.logo__waterdrop {
  fill: #f16000
}

.main-header {
  min-height: 90vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.main-header::before {
  content: '';
  display: block;
  opacity: .8;
  background-color: #00020a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.main-header>* {
  position: relative;
  z-index: 1
}

.main-header .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
  padding-top: 180px
}

.main-header .heading h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: roboto;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  border-left: 3px solid #fff;
  padding-left: 20px;
  padding-top: 10px;
  margin: 0
}

.main-header .heading .logo {
  width: 240px;
  margin: 0;
  padding: 10px 0;
  padding-right: 20px
}

.logo {
  width: 50%
}

.button {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 60px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #003;
  text-decoration: none;
  font-size: 18px;
  margin-top: 140px;
  display: inline-block
}

.button:hover {
  background-color: #fafafa
}

.button:active {
  background-color: #f2f2f2
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  opacity: .75;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.scroller {
  width: 3px;
  height: 10px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
  }
}

@keyframes scroll {
  0% {
    opacity: 0
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
  }
}

.container {
  width: 1170px;
  margin: 0 auto
}

.about {
  background-color: rgba(0, 0, 0, .2)
}

.about .container {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr)
}

.about .container .about-left, .about .container .about-right {
  margin: 20px 0
}

.about .container .about-left {
  padding: 10px 50px 10px 5px;
  border-right: 2px solid #bfbfbf
}

.about .container .about-right {
  padding: 40px
}

.price .container .car-type {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.price .container .car-type-name {
  font-size: 15px
}

.price .container .car-type_active {
  background-color: #f16000
}

.price .container .car-type_active .car-type-name {
  color: #fff;
  font-size: 15px
}

.price .container .car-type:hover {
  cursor: pointer
}

.price .container .car-type-select {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px
}

.price .container .car-type-img {
  width: 100px;
  height: 100px;
  fill: #999;
  stroke: #999
}

.price .container .car-type-name {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  margin-bottom: 10px
}

.price .container .car-type-1 img, .price .container .car-type-3 img, .price .container .car-type-4 img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH
}

.price .container .car-type-1 img {
  width: 80px;
  margin: 10px 0;
  height: auto
}

.price .container .car-type-3 img {
  width: 106px;
  margin: -3px 0;
  height: auto
}

.price .container .car-type-4 img {
  width: 90px;
  margin: 5px 0;
  height: auto
}

.price .container .car-type-5 img {
  width: 120px;
  margin: -10px 0;
  height: auto
}

.price-cards {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px
}

.price-cards>* {
  text-align: center
}

.price-cards-card {
  background-color: rgba(0, 0, 0, .05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid rgba(0, 0, 0, .05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 70vh
}

.price-cards-card-info {
  margin-top: 40px;
  margin-bottom: 20px
}

.price-cards-card-info h3 {
  margin: 0
}

.price-cards-card-info .price-cards-card-price {
  color: #f16000;
  font-size: 2rem;
  font-weight: 700
}

.price-cards-card-info .price-cards-card-time {
  font-weight: 400
}

.price-cards-card-info hr {
  width: 70%;
  margin: 0 auto
}

.price-cards-card p {
  margin: 0
}

.price-cards-card .button-center {
  margin-bottom: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

#price-card-7 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr)
}

.gallery-container {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px
}

.gallery-photo {
  position: relative;
  min-height: 30vh;
  background-size: cover;
  background-position: center center
}

.gallery-photo::before {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0
}

.gallery-photo:hover::before {
  opacity: .6;
  background-color: #00021a
}

.gallery-photo>* {
  position: relative;
  z-index: 1;
  text-align: center
}

.gallery__map:hover:before {
  opacity: 0
}

.gallery__map .photo-content:hover {
  width: 100%;
  margin-left: 0
}

.gallery__map:nth-child(1) {
  background-position: -170px 0
}

.gallery__map .photo-content {
  -webkit-transition: .5s all;
  transition: .5s all;
  opacity: 1;
  background-color: #fff;
  color: #000;
  width: 60%;
  margin-left: 40%;
  border: 1px rgba(0, 0, 0, .05) solid
}

.photo-content {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  padding: 0;
  position: absolute
}

.photo-content:hover {
  opacity: 1
}

.photo-content .car-mark {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 10px
}

.photo-content .car-model {
  font-size: .95rem;
  margin: 0 0 0
}

.gallery-container {
  margin-bottom: 40px
}

.main-footer {
  padding: 20px 0 20px;
  background-color: #454545
}

.footer-center .logo {
  width: 240px;
  margin: 0;
  padding: 10px 0;
  padding-right: 20px
}

.footer-center .logo img {
  padding-left: 10px;
  padding-right: 10px
}

.footer-center h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: roboto;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  border-left: 3px solid #fff;
  padding-left: 20px;
  padding-top: 10px;
  margin: 0
}

@-webkit-keyframes shake {
  40%, 48% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0)
  }
  41%, 47% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0)
  }
  42%, 45%, 46% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0)
  }
  43%, 44% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0)
  }
}

@keyframes shake {
  40%, 48% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0)
  }
  41%, 47% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0)
  }
  42%, 45%, 46% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0)
  }
  43%, 44% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0)
  }
}

.call-us {
  -webkit-animation: shake 10s infinite alternate;
  animation: shake 10s infinite alternate
}

.media {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 5%
}

.media:hover>>circle, .media:hover>svg {
  fill: #999
}

.media>>circle, .media>svg {
  fill: gray
}

.media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px
}

footer {
  margin-top: -30px
}

.wash-phone a {
  color: #000
}

@media only screen and (max-width:1200px) {
  .container {
    width: 960px
  }
}

@media only screen and (max-width:992px) {
  .container {
    width: 750px
  }
  .about .container .about-left h2 {
    font-size: 1.25em;
    margin-bottom: 5px
  }
  .about .container .about-left span {
    font-size: 14px
  }
  .about .container .about-right {
    padding: 0;
    margin: 70px 10px 0
  }
  .price .container .car-type {
    margin-top: 10px;
    margin-bottom: 0
  }
  .price .container .car-type-2 img {
    width: auto;
    height: 104px;
    margin: -2px 0
  }
  .price .container .car-type-4 img {
    height: 106px;
    margin: -3px 0;
    width: auto
  }
  .price .container .car-type-5 {
    margin-bottom: 20px
  }
  .price .container .car-type-6 {
    margin-bottom: 20px;
    grid-column: 2/4
  }
  .price .container .car-type-6 img {
    height: 108px;
    width: auto;
    margin: -4px 0
  }
  .price .container .car-type-7 {
    margin-bottom: 20px
  }
  .price .container .car-type-select {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
  }
  .price .container .car-type-img {
    width: 80px;
    height: 80px
  }
  .price .container .car-type-name {
    font-size: 12px
  }
  #price-card-7 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .container {
    width: 100%
  }
  .main-header .heading h1 {
    font-size: 16px;
    line-height: 1em;
    padding-top: 28px
  }
  .main-header .heading .logo {
    padding-left: 20px
  }
  .about .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .about .container .about-left {
    border-right: none;
    padding: 0 20px
  }
  .about .container .about-right {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px
  }
  .price .container .car-type-select {
    padding-left: 10px;
    padding-right: 10px
  }
  .price .container .car-type-name {
    font-size: 11px
  }
  .price .container .car-type_active .car-type-name {
    font-size: 11px
  }
  .price-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px
  }
  .gallery .container {
    padding-left: 10px;
    padding-right: 10px
  }
  .gallery .container h2 {
    text-align: center
  }
  .gallery .container .gallery-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .main-footer .footer-center h2 {
    font-size: 20px
  }
}

@media only screen and (max-width:540px) {
  .call-us {
    top: 10px;
    right: 10px;
    bottom: unset;
    margin: 0
  }
  .main-header {
    height: 700px
  }
  .main-header .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .main-header .heading h1 {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 10px
  }
  .main-header .scroll-downs {
    display: none
  }
  .about .container .about-left h2 {
    text-align: center
  }
  .about .container .about-left span {
    text-align: center
  }
  .price .container .car-type-select {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .price .container .car-type-5 {
    margin-bottom: 10px
  }
  .price .container .car-type-6 {
    margin-bottom: 10px;
    -ms-grid-column: 2;
    grid-column: 2
  }
  .price .container .car-type-7 {
    grid-column: 1/3;
    margin-top: 0
  }
  .price-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .price-cards-card {
    padding-left: 10px;
    padding-right: 10px
  }
  .gallery .container .gallery-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .main-footer .footer-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .main-footer .footer-center h2 {
    border-left: none;
    border-top: 1px solid #fff;
    font-size: 16px;
    line-height: 1.2em
  }
  #price-card-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .gallery-photo:nth-child(1) {
    background-position: -106px center;
    background-size: 90%
  }
}

@media only screen and (max-width:320px) {
  .main-header {
    height: 500px
  }
}

@media only screen and (min-width:320px) {
  .main-header {
    background-image: url(../img/header_ph_fhd.jpg)
  }
}

@media only screen and (min-width:540px) {
  .call-us {
    top: unset;
    right: 20px;
    bottom: 20px
  }
}

@media only screen and (min-width:992px) {
  .gallery__map:first-child {
    background-position: -130px center
  }
  .gallery__map:nth-child(2) {
    background-position: -130px center
  }
  #price-card-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
  }
  #price-card-6 .price-cards-card {
    padding: 16px
  }
}

@media only screen and (min-width: 530px) {
  .hide-mobile {
    display: none;
  }
}

@media only screen and (max-width: 530px) {
  .hide-desktop {
    display: none;
  }
}