@font-face {
  font-family: "technologyregular";
  src: url("../fonts/technology-webfont.woff2") format("woff2"),
    url("../fonts/technology-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "technologybold";
  src: url("../fonts/technology-bold-webfont.woff2") format("woff2"),
    url("../fonts/technology-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "technologybold_italic";
  src: url("../fonts/technology-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/technology-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "technologyitalic";
  src: url("../fonts/technology-italic-webfont.woff2") format("woff2"),
    url("../fonts/technology-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0px;
  font-family: "technologyregular";
}

body {
  background: #1c1c1c;
  margin: 0;
  color: #e2b81c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

html,
body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center;
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .ptb img {
    max-width: 100%;
  }
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2b2e31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2b2e31;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  -moz-transition: background-color 0.4s linear, color 0.4s linear;
  -o-transition: background-color 0.4s linear, color 0.4s linear;
  -ms-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
  color: #4183d7;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #696e74;
}

.nopadding {
  padding: 0px !important;
  margin: 0px;
}

/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 25px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-family: "Lato", sans-serif;
}

.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 767px) {
  .subscribe-input {
    width: 100%;
  }
}

.subscribe-submit {
  right: 0;
}

/*Buttons Configuration */

.btn-conf {
  border-radius: 50px;
  margin-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 28px 12px 28px;
  margin-top: 20px;
}

.btn-blue {
  background: #ede101;
  color: #000;
}

/* HEADER SECTION */

#h {
  background: url(../img/header.png) no-repeat center top;
  padding-top: 30px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  padding-bottom: 20px;
  width: 100%;
  color: white;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-opacity: 0.2;
  font-family: "Lato", sans-serif;
}

#h h1 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1px;
}

#h h2 {
  font-size: 38px;
  color: #000;
}

#h h5 {
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}

/* COUNTDOWN CONFIGURATION */

.countdown-divider {
  padding: 144px 0px;
}

.countdown-divider img {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 12px;
}

.countdown-header h1 {
  margin-bottom: 0px;
  font-family: "technologyregular" !important;
}

.countdown-header:before {
  opacity: 0.8 !important;
}

.countdown-header .uppercase {
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}

@media all and (max-width: 768px) {
  .countdown-header img {
    max-width: 150px;
  }
}

.countdown {
  font-family: "technologyregular" !important;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 20px;
  border: 5px solid #222;
  border-radius: 10px;
  padding-top: 20px;
  background: rgb(11, 11, 11);
  background: -moz-linear-gradient(
    180deg,
  	rgb(210, 187, 0) 0%,
  	rgb(234, 238, 99) 33%,
  	rgb(96, 76, 0) 61%,
  	rgb(225, 158, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
  	rgb(210, 187, 0) 0%,
  	rgb(234, 238, 99) 33%,
  	rgb(96, 76, 0) 61%,
  	rgb(225, 158, 0) 100%
  );
  background: linear-gradient(
  	180deg,
  	rgb(210, 187, 0) 0%,
  	rgb(234, 238, 99) 33%,
  	rgb(96, 76, 0) 61%,
  	rgb(225, 158, 0) 100%

  );
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b0b0b",endColorstr="#000000",GradientType=1);
}

.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff600,
      0 0 40px #fff600, 0 0 50px #fff600 0 0 60px #fff600, 0 0 70px #fff600;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #fffa65, 0 0 40px #fffa65,
      0 0 50px #fffa65, 0 0 60px #fffa65, 0 0 70px #fffa65, 0 0 80px #fffa65;
  }
}
.countdown-row {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  font-family: "technologyregular" !important;
}

.countdown-section {
  width: 22%;
  display: inline-block;
  background-color: #000;
  margin: 3px;
  border-radius: 10px;
  padding-bottom: 5px;
}

.countdown-amount {
  display: inline-block;
  margin-bottom: 0px;
}

.countdown-period {
  display: block;
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .countdown {
    margin-top: 48px;
  }
  .countdown-row {
    font-size: 36px;
  }
  .countdown-period {
    font-size: 14px;
  }
}

/* Grey Section */

#g {
  padding-bottom: 80px;
  padding-top: 80px;
  background: #f5f5f5;
}

#g i {
  font-size: 22px;
  margin-right: 16px;
}

/* Contact Form */

#contact {
  padding: 40px 0;
}

#contact h2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  font-weight: 700;
}

.contact-form label {
  color: #999;
}

.contact-form input,
.contact-form textarea {
  padding: 10px 12px;
  border:none;
  border-radius: 5;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  background-color: #000;
  color: #dbaf0c;
}

.contact-form .form-send {
  text-align: center;
  font-family: "Lato", sans-serif;
}

.contact-form .form-send button {
  background: #000;
  border: 0;
  padding: 14px 30px;
  color: #dbaf0c;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 700;
  border: 2px solid #000;
}

.contact-form .form-send button:hover {
  background: #dbaf0c;
  color:#000;
  border: 2px solid #000;
}

.contact-form .validate {
  display: none;
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
   font-family: "Lato", sans-serif;
}

.contact-form .loading {
  display: none;
  color: #fff;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
   font-family: "Lato", sans-serif;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
  font-family: "Lato", sans-serif;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
   font-family: "Lato", sans-serif;
}

/* Copyrights */

#copyrights {
  background: #010101;
  padding: 20px 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

#copyrights p strong {
  font-family: "Lato", sans-serif;
}

#copyrights a {
  color: #4183d7;
}

.credits {
  color: #999;
}

@media (min-width: 481px) and (max-width: 720px) and (orientation: landscape) {
  #video {
    max-width: 100%;
    max-height: 340px !important;
  }

  #h {
    padding-bottom: 0px;
  }

  .ptb {
    padding-bottom: 0px;
  }
  #copyrights{
    font-size: 12px;
  }
}

@media (min-width: 481px) and (max-width: 1000px) and (orientation: landscape) {
  #video {
    max-width: 100%;
    max-height: 340px !important;
  }
  #h {
    padding-bottom: 0px;
  }
  .ptb {
    padding-bottom: 0px;
  }
  #copyrights{
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #video {
    max-width: 100%;
    max-height: 440px !important;
  }
  #h {
    padding-bottom: 0px;
  }
  .ptb {
    padding-bottom: 0px;
  }
  #logos {
    max-width: 70%;
    max-height: 70%;
  }

  #copyrights{
    font-size: 10px;
  }
}

@media (min-width: 481px) and (max-width: 720px) {
  #video {
    max-width: 85%;
    max-height: 65%;
  }
  #h {
    padding-bottom: 0px;
  }
  .ptb {
    padding-bottom: 0px;
  }

  #copyrights{
    font-size: 10px;
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  #video {
    max-width: 90%;
    max-height: 65%;
  }
  #h {
    padding-bottom: 0px;
  }
  .ptb {
    padding-bottom: 0px;
  }
}

.social{
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top:2px;
  background-color:#dbaf0c;
  border-radius: 25px;
  transition: 0.4s;
}

.social:hover{
   background-color: #c87c09;
}

.social img{
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
