html {
  overflow-x: hidden;
  padding: 0 !important;
  background: rgb(0, 0, 0);
  margin: 0px !important;
}

#revolution-slider {
  font-family: "gilroy-light";
}

.tp-caption {
  font-size: 14px;
  font-weight: 300;
}

.tp-caption.teaser {
  letter-spacing: 5px;
}

.tp-caption br {
  margin-bottom: 5px;
}

.tparrows {
  top: 50% !important;
}

.med {
  font-size: 24px;
  letter-spacing: -0.5px;
}

.med-white {
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.med-green {
  color: #1a8b49;
  font-size: 24px;
  letter-spacing: -0.5px;
}
.small-white {
  color: #fff;
  line-height: 1.7em;
}

.big-black {
  font-size: 52px;
  letter-spacing: -3px;
  color: #222;
}

.big-white {
  font-family: "gilroy-light", "Dosis";
  font-size: 15px;
  color: #fff;
  line-height: normal;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 10px !important;
}

.ultra-big-white {
  font-family: "gilroy-extrabold", "Dosis";
  font-size: 60px !important;
  font-weight: 100;
  letter-spacing: 5px !important;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.ultra-big-black {
  font-size: 96px;
  font-weight: 400;
  color: #222;
  margin: 0;
  line-height: 72px;
}

.ultra-big-2 {
  font-size: 84px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  letter-spacing: -2px;
}

.ls-10px {
  letter-spacing: 10px;
}
.ls-20px {
  letter-spacing: 20px;
}

.size-20 {
  font-size: 20px;
}

.size-28 {
  font-size: 28px;
}

.size-36 {
  font-size: 28px;
}

.size-72 {
  font-size: 72px;
}

.size-84 {
  font-size: 84px;
}

.size-96 {
  font-size: 96px;
}

.size-120 {
  font-size: 120px;
  letter-spacing: -2px;
}

.size-150 {
  font-size: 150px;
  letter-spacing: -2px;
}

.size-180 {
  font-size: 180px;
  letter-spacing: -2px;
}

.title-128 {
  font-size: 128px;
}

a.btn-slider {
  color: #fff;
}

a.btn-slider:hover {
  color: #222;
}

a.btn-custom,
a.btn-custom:hover {
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
}

.fullwidthbanner-container a.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.tp-caption.separator {
  width: 100px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.title-style-1 {
  font-family: "gilroy-extrabold", "Dosis";
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 26px;
}

.white {
  color: #ffffff;
}

.tp-title {
}

.tp-60 {
  font-size: 48px;
  line-height: 1.2em;
}

@media only screen and (max-width: 992px) {
  #revolution-slider {
  }
  a.btn-slider {
    line-height: 10px;
  }

  .tp-caption {
    font-size: 14px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.tp-caption {
		font-size: 15px !important;
		font-weight: 100;
    letter-spacing: 2px!important;
	 }

    .ultra-big-white{
      font-size: 45px!important;
      letter-spacing: 5px!important;

	 }
   a.btn-slider{
    padding: 10px 20px 10px 20px !important;
    font-size: 10px !important;
    letter-spacing: 3px !important;
    border: solid 0.5 rgba(255, 255, 255, 0.979);

   }

   .tp-rightarrow.default {

    right: 0px !important;
   }

   .tp-leftarrow.default {

    left: 0px !important;
   }

   img.logo{
   height: 80px !important;
   }


  }
@media only screen and (min-width: 320px) and (max-width: 479px) {



	.tp-caption {
		font-size: 15px !important;
		font-weight: 100;
    letter-spacing: 2px!important;
	 }

    .ultra-big-white{
      font-size: 25px!important;
      letter-spacing: 5px!important;


	 }
   a.btn-slider{
    padding: 10px 20px 10px 20px !important;
    font-size: 10px !important;
    letter-spacing: 3px !important;
    border: solid 0.5 rgba(255, 255, 255, 0.979);

   }

   .tp-rightarrow.default {

    right: 0px !important;
   }

   .tp-leftarrow.default {

    left: 0px !important;
   }

   img.logo{
		height: 60px;
   }






  }