@font-face {
  font-family: 'icomoon';
  font-family: 'Montserrat', sans-serif;
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  background: #fff;
  overflow: hidden;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #6c9d66;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 800; 
}
a:hover, a:active, a:focus {
  color: #377030;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

#fh5co-container {
  width: 100%;
  float: left;
  height: 900px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.countdown-wrap, .bg-cover {
  width: 50%;
  float: left;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .countdown-wrap, .bg-cover {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .countdown-wrap, .bg-cover {
    width: 100%;
  }
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg-cover {
    display: none;
  }
}

.fh5co-nav {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.fh5co-nav a {
  color: #6c9d66;
  position: relative;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #6c9d66;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}
.fh5co-social-icons li a:hover, .fh5co-social-icons li a:focus {
  color: #377030;
}

form label {
  font-weight: normal !important;
}

.display-t {
  display: table;
  min-height: 700px;
  margin: 0 auto;
}
.display-t .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  min-height: 700px;
}
.display-t .display-tc h1, .display-t .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #000;
}
.display-t .display-tc h1 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .display-t .display-tc h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .display-t .display-tc h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .display-t .display-tc h1 {
    font-size: 22px;
  }
}
.display-t .display-tc h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .display-t .display-tc h2 {
    font-size: 16px;
  }
}
.display-t .display-tc .btn {
  padding: 15px 20px;
  background: #8BC34A !important;
  color: #fff;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
}
.display-t .display-tc .btn:hover {
  background: #8BC34A !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
.display-t .display-tc p {
  color: rgba(255, 255, 255, 0.7);
}
.display-t .display-tc .fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.display-t .display-tc .fh5co-social-icons li a i {
  font-size: 30px;
}

#fh5co-header-subscribe {
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
#fh5co-header-subscribe #email {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  border: transparent;
  margin-right: -5px;
  width: 400px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
@media screen and (max-width: 992px) {
  #fh5co-header-subscribe #email {
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
}
#fh5co-header-subscribe button {
  margin-top: .3em;
  padding: 1.26em !important;
  margin-left: -5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media screen and (max-width: 992px) {
  #fh5co-header-subscribe button {
    width: 90%;
    margin: 0 auto;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }
}


.gif{
  width: 45%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.dark{
  background-color: black;
  background-image: url(../images/home_bg_9.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  /*background-attachment: fixed;*/
  /*min-height: 804px;*/
  /*min-height: 100%;*/
  height: 100%;
  position: relative;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */

.white {
  color: #ffffff;
  text-transform: uppercase;
}
