body, html {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #404156;
  font-size: 14px;
  font-weight: 400; }

.margintop20px {
  margin-top: 20px; }

.fixed {
  position: fixed;
  z-index: 997; }

.sizing {
  font-size: 14px !important; }

.content-menu-mobile {
  width: 300px;
  height: 100%;
  background-color: rgba(255, 199, 34, 0.98);
  position: fixed;
  right: -300px;
  top: 0;
  z-index: 998; }
  .content-menu-mobile .close-menu-mobile {
    font-size: 38px;
    color: #000000;
    position: absolute;
    right: 12px;
    text-decoration: none;
    outline: none; }
  .content-menu-mobile ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    list-style-type: none; }
    .content-menu-mobile ul li {
      margin-top: 20px;
      width: 100%; }
      .content-menu-mobile ul li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: 800;
        font-size: 24px;
        color: #000000;
        text-decoration: none; }

nav {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 997;
  padding: 30px 0; }
  nav.scroll {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0; }
  nav .logo {
    z-index: 3; }
    nav .logo img {
      width: 260px;
      height: auto;
      -webkit-transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      float: left; }
    nav .logo img.smallimg {
      -webkit-transition: scale(0.6) rotate(0.01deg);
      -moz-transition: scale(0.6) rotate(0.01deg);
      -o-transition: scale(0.6) rotate(0.01deg);
      -ms-transition: scale(0.6) rotate(0.01deg);
      transform: scale(0.6) rotate(0.01deg);
      transform-origin: left; }
  nav .open-menu-mobile {
    position: relative;
    z-index: 2;
    float: right;
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    position: absolute;
    right: 15px;
    z-index: 997; }
  nav .menu-main {
    position: relative;
    z-index: 3; }
    nav .menu-main ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-top: 29px;
      float: right; }
      nav .menu-main ul li {
        float: left; }
        nav .menu-main ul li a {
          color: #ffffff;
          font-size: 16px;
          padding: 8px 10px;
          text-decoration: none;
          outline: none;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        nav .menu-main ul li a.important {
          border: 2px solid #ffc722; }
          nav .menu-main ul li a.important:hover, nav .menu-main ul li a.important:active {
            background-color: #ffc722;
            color: #000000; }

header {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 550px;
  position: relative; }

header .sssprev, header .sssnext {
  display: none; }

header .animate {
  animation: 30s ease-out 0s normal none infinite running animatedBackground;
  background: transparent url("../img/bg-main.jpg") no-repeat scroll center top/cover;
  height: 100%;
  min-height: 550px;
  position: fixed;
  width: 100%;
  z-index: 1; }

@keyframes animatedBackground {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }

@-moz-keyframes animatedBackground {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }

@-webkit-keyframes animatedBackground {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }

header .animate .overlay {
  width: 100%;
  height: 100%;
  min-height: 550px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../img/bg-dot.png");
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
  z-index: 2; }

header .slider {
  position: relative;
  z-index: 3;
  margin-top: 200px; }

header .slider .parent-h3 {
  width: 100%;
  display: table; }

header .slider .parent-h3 h3 {
  padding: 0 20px;
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.5);
  display: inline;
  text-align: left;
  float: right; }

header .slider .parent-h3 h3 span {
  color: #ffc722;
  font-weight: 600; }

header .slider p {
  font-size: 17px;
  color: #ffffff;
  padding: 0 0 0 50px;
  text-align: right;
  display: block;
  margin-top: 40px; }

header .slider a {
  border: 2px solid #ffc722;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  margin-top: 15px;
  display: inline-block;
  float: right; }
  header .slider a:hover, header .slider a:active {
    background-color: #ffc722;
    color: #000000; }
  header .slider a i {
    margin-left: 10px; }

header .icon-scroll,
header .icon-scroll:before {
  position: absolute;
  left: 50%;
  z-index: 996; }

header .icon-scroll {
  width: 28px;
  height: 50px;
  margin-left: -14px;
  bottom: 10px;
  margin-top: -25px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px; }

header .icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll; }

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}

.about {
  width: 100%;
  height: auto;
  padding: 80px 0;
  position: relative;
  z-index: 2;
  background-color: #1b501b;
  background-image: url("../img/bg-grass.jpg");
  background-repeat: repeat; }

.about .box-top {
  text-align: center;
  position: relative;
  z-index: 1; }

.about .box-top:before {
  content: '';
  border: solid #ffc722;
  border-width: 1px 1px 0 1px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 16px;
  bottom: 0; }

.about .box-top h3 {
  padding: 0 65px;
  background-image: url(../img/bg-grass.jpg);
  background-repeat: repeat;
  font-size: 38px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: -25px;
  color: #ffffff; }

.about .box-top h3 span {
  color: #ffc722; }

.about .box-middle {
  padding: 10px 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px; }

.about .box-middle .center {
  text-align: center; }

.about .box-bottom {
  position: relative;
  z-index: 0;
  text-align: center;
  font-family: 'Work Sans';
  color: #a6a6a6;
  font-size: 15px;
  line-height: 22px; }

.about .box-bottom:before {
  content: '';
  border: solid #ffc722;
  border-width: 0 1px 1px 1px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 18px; }

.about .box-bottom .text {
  padding-top: 20px;
  height: 64px;
  overflow: hidden;
  z-index: 1; }

.video {
  width: 100%;
  position: relative;
  z-index: 2;
  background: transparent url("../img/video.jpg") no-repeat scroll center center/cover; }

.video .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/bg-dot.png");
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 160px 0; }

.video .overlay a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ffc722;
  font-size: 100px;
  width: 180px;
  height: 180px;
  border: 5px solid;
  border-radius: 180px;
  outline: none; }

.video .overlay a i {
  display: block;
  width: 180px;
  height: 180px;
  line-height: 170px; }

.photos {
  width: 100%;
  padding: 70px 0;
  position: relative;
  z-index: 2;
  background-color: #1b501b;
  background-image: url("../img/bg-grass.jpg");
  background-repeat: repeat; }

.highlight {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 2;
  background: transparent url("../img/bg-highlight.jpg") no-repeat fixed center center/cover;
  color: #FFC722;
  overflow: hidden; }

.highlight .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../img/bg-dot.png");
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 100px 0; }

.highlight .overlay figure {
  display: block;
  text-align: center; }

.highlight .overlay figure img {
  display: inline-block;
  width: 130px;
  height: auto; }

.highlight .overlay h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800; }

.highlight .overlay p {
  font-size: 16px; }

.mark {
  width: 100%;
  padding: 70px 0;
  position: relative;
  z-index: 2;
  background-color: #1b501b;
  background-image: url("../img/bg-grass.jpg");
  background-repeat: repeat;
  color: #ffffff; }

.mark form {
  margin-top: 30px; }

.mark input {
  border-radius: 0;
  background-color: transparent !important;
  border: none;
  color: #ffffff;
  border-bottom: 1px solid #ffc722;
  box-shadow: none; }

.mark input:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ffc722; }

.mark h3 {
  font-size: 38px;
  text-transform: uppercase;
  position: relative;
  top: -25px;
  color: #ffffff;
  text-align: center; }

.mark h3 span {
  color: #ffc722; }

.mark a {
  border: 2px solid #ffc722;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 12px;
  text-decoration: none;
  outline: none;
  margin-top: 10px;
  display: inline-block;
  float: right; }
  .mark a img {
    margin-left: 10px; }

.mark a:hover,
.mark a:active,
.mark a.sending {
  background-color: #ffc722;
  color: #000000; }

.mark .small {
  margin-top: 20px; }

.mark .info {
  padding-left: 20px;
  border-left: 1px solid #ffffff; }

.mark h4 {
  text-transform: uppercase;
  color: #ffc722;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px; }

.mark p.call {
  margin-top: 25px; }

.location {
  width: 100%;
  padding: 240px 0;
  position: relative;
  z-index: 1; }

.footer {
  width: 100%;
  padding: 70px 0;
  position: relative;
  z-index: 2;
  background-color: #1b501b;
  background-image: url("../img/bg-grass.jpg");
  background-repeat: repeat;
  color: #ffffff; }
  .footer ul {
    list-style-type: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0; }
    .footer ul li {
      display: inline-block;
      float: left;
      margin-left: 20px; }
      .footer ul li:first-child {
        margin-left: 0; }
      .footer ul li a {
        text-decoration: none;
        outline: none;
        color: #ffffff; }
        .footer ul li a i {
          display: block;
          text-align: center;
          font-size: 26px;
          margin-bottom: 15px;
          color: #ffc722; }
  .footer form {
    margin-top: 30px; }
  .footer input, .footer textarea {
    border-radius: 0;
    background-color: transparent !important;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #ffc722;
    box-shadow: none; }
    .footer input:focus, .footer textarea:focus {
      border-color: transparent;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom: 1px solid #ffc722; }
  .footer h3 {
    font-size: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    top: -25px;
    color: #ffffff;
    text-align: center; }
    .footer h3 span {
      color: #ffc722; }
  .footer a.send-contact {
    border: 2px solid #ffc722;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 12px;
    text-decoration: none;
    outline: none;
    margin-top: 20px;
    display: inline-block; }
    .footer a.send-contact:hover, .footer a.send-contact:active {
      background-color: #ffc722;
      color: #000000; }

.sub-footer {
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background-color: #194619; }

.sub-footer p {
  color: #ffffff;
  font-size: 13px; }

.sub-footer p a {
  text-decoration: none;
  outline: none;
  color: #ffc722; }

/* BUG MOZZILA */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }

@media only screen and (max-width: 1200px) {
  nav .logo img {
    width: 210px; } }

@media only screen and (max-width: 992px) {
  header .slider {
    margin-top: 170px;
    text-align: center; }
  header .slider .parent-h3 {
    width: 100%;
    display: block;
    text-align: center; }
  header .slider .parent-h3 h3 {
    font-size: 34px;
    line-height: 60px;
    display: inline-block;
    float: none; }
  header .slider p {
    padding: 0;
    text-align: center;
    display: block;
    margin-top: 40px; }
  header .slider a {
    display: inline-block;
    float: none; }
  .highlight {
    height: auto;
    display: table;
    background-size: cover; }
  .highlight .overlay {
    padding: 40px 0;
    height: auto;
    display: table;
    text-align: left; }
  .highlight .overlay figure {
    float: left;
    margin-right: 15px;
    margin-bottom: 30px; }
  .highlight .overlay figure img {
    width: 60px; }
  .highlight .overlay h3 {
    font-size: 24px; }
  .highlight .overlay p {
    font-size: 16px; }
  .video .overlay {
    padding: 100px 0; }
  .video .overlay a {
    font-size: 60px;
    width: 120px;
    height: 120px;
    border-radius: 120px; }
  .video .overlay a i {
    width: 120px;
    height: 120px;
    line-height: 110px; }
  .mark h3 {
    font-size: 28px; }
  .footer h3 {
    font-size: 28px; }
  .about {
    padding: 40px 0; }
  .about .box-top h3 {
    font-size: 28px;
    top: -20px; }
  .about .box-middle {
    text-align: center; }
  .mark {
    padding: 40px 0; }
  .mark .margintop20px {
    text-align: center; }
  .mark a {
    float: none; }
  .mark .info {
    border-left: none;
    margin-top: 40px;
    text-align: center;
    padding-left: 0;
    border-top: 1px solid #ffffff;
    padding-top: 40px; }
  .footer {
    padding: 40px 0; }
}

@media only screen and (max-width: 768px) {
  .footer ul li {
    display: block;
    float: none;
    margin-left: 0px;
    margin-top: 10px; }
  .footer ul li:first-child {
    margin-left: 0; } }

@media only screen and (max-width: 480px) {
  .about .box-top h3 {
    padding: 0px 20px;
    font-size: 24px; }
  header .slider .parent-h3 h3 {
    font-size: 28px;
    line-height: 52px; }
  header .slider .parent-h3 h3 {
    padding: 0 14px; } }
