@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/*** MISC ***/
* {
  font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
body, p {
  color: #333333;
  font-size: 16px;
  line-height: 24px; }
img {
  max-width: 100%; }

/*** HEADER ***/
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
  padding: 10px 0px;
  background-color: transparent;
  background-position: center; }
header:before {
  content: '';
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background-color: rgba(255,255,255,1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  /* background-image: url('../images/pattern.png'); */ }
header img {
  max-height: 75px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out; }
body.homepage header:before {
  opacity: 0; }
body.homepage header.scroll:before {
  opacity: 1;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); }
body.homepage header img {
  max-height: 75px; }

/*** NAV ***/
ul.navbar-nav {
  width: 100%;
  justify-content: space-between; }
ul.navbar-nav li {
  margin: 0;
  padding: 0 15px; }
ul.navbar-nav li a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
ul.navbar-nav li a.active,
ul.navbar-nav li a:hover,
ul.navbar-nav li a:focus {
  color: #666666;
  text-decoration: none; }
body.homepage header li a,
body.homepage header li a:hover {
  color: #FFF; }
body.homepage header.scroll li a {
  color: #333; }

/*** HOMEPAGE ***/
.video-wrap {
  position: relative;
  overflow: hidden; }
.video-wrap video {
  width: 100vw;
  height: 100vh;
  object-fit: cover; }
.video-wrap .scroll,
.head .scroll {
  position: absolute;
  width: 30px;
  height: 24px;
  left: 50%;
  bottom: 25px;
  margin-left: -15px;
  cursor: pointer;
  z-index: 100;
  background-size: cover;
  background-image: url('/assets/images/down-arrow.svg'); }
#home-menu {
  position: relative;
  height: 400px; }
#home-menu a {
  top: 0px;
  bottom: 0px;
  position: absolute;
  width: 33.3333%;
  padding-left: 25px;
  display: flex;
  background-position: center;
  background-size: cover;
  transition: all 0.35s ease-in-out; }
#home-menu a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  transition: background 0.35s ease-in-out; }
#home-menu a:hover:before {
  background: rgba(0,0,0,0); }
#home-menu a h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%; }
#home-menu a h2:before {
  content: '';
  width: 30%;
  padding-bottom: 5px;
  border-top: 1px solid #FFF;
  transition: width 0.35s ease-in-out; }
#home-menu a:hover h2:before {
  width: 90%; }
#home-menu a:hover {
  text-decoration: none; }
#home-menu a.about {
  left: 0px;
  background-image: url('/assets/images/home-about.jpeg'); }
#home-menu a.about:hover {
  width: 40%;
  z-index: 9; }
#home-menu a.prices {
  left: 33.3333%;
  right: 33.3333%;
  background-image: url('/assets/images/home-prices.jpeg'); }
#home-menu a.prices:hover {
  width: 40%;
  left: 30%;
  right: 30%;
  z-index: 9; }
#home-menu a.contact {
  right: 0px;
  background-image: url('/assets/images/home-contact.jpeg'); }
#home-menu a.contact:hover {
  width: 40%;
  z-index: 9; }
.text-wrap {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width:100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
.head {
  height: 100px;
  background-position: center;
  background-size: cover;
  position: relative; }
.head.full {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
.head .header-title,
.text-wrap .header-title {
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  text-shadow: 0px 1px 5px #000; }
.head p,
.text-wrap p {
  color: #FFF;
  font-size: 20px;
  line-height: normal;
  text-shadow: 0px 1px 5px #000; }

.reviews {
  color: #FFF;
  text-align: center;
  padding: 25px 0px;
  background-color: #1b5e20; }
.reviews p {
  color: #FFF; }


/*** SLIDER ***/
.slider {
  overflow: hidden; }
.slider div img {
  width: 100%; }
.slider .slick-prev,
.slider .slick-next {
  z-index: 9; }
.slider .slick-prev {
  left: 25px; }
.slider .slick-next {
  right: 25px; }

/*** CONTENT ***/
.cont {
  padding: 25px 0px; }
.gallery {
  margin: 0px -5px; }
.gallery > div {
  padding: 5px; }
.gallery > div > a {
  display: block;
  height: 250px;
  background-position: center;
  background-size: cover; }

/*** FOOTER ***/
footer {
  text-align: left;
  padding: 20px 0px 15px;
  background-color: #2f353b; }
footer a {
  color: #FFF;
  text-decoration: underline; }
footer a:hover {
  color: #FFF;
  text-decoration: none; }
footer h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 10px; }
footer p {
  color: #FFF;
  font-size: 14px;
  margin: 0; }
footer .fgallery {
  padding: 0px;
  margin: 0px -5px; }
footer .fgallery li {
  float: left;
  width: 50%;
  padding: 5px;
  list-style-type: none; }
footer .fgallery li .thumb {
  height: 100px;
  background-position: center;
  background-size: cover; }


/***  MOBILE ***/
@media only screen and (max-width: 767px) {

  .navbar-toggler {
    position: absolute;
    right: 25px;
    top: -50px;
    border: 1px solid #666666; }
  .navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .reviews {
    padding: 20px; }
  #home-menu a {
    padding-left: 15px; }
  #home-menu a h2 {
    font-size: 24px; }
  #home-menu {
    height: 200px; }


}

/*** TABLET ***/
@media only screen and (min-width: 768px) and (max-width: 991px) {

  ul.navbar-nav li {
    padding: 0 10px; }
  ul.navbar-nav li a {
    font-size: 14px; }

}

@media only screen and (min-width: 991px) and (max-width: 1199px) {

}
