@font-face {
  font-family: 'arialmt';
  src: url('../fonts/arialmt.eot');
  src: url('../fonts/arialmt.eot') format('embedded-opentype'),
  url('../fonts/arialmt.woff2') format('woff2'),
  url('../fonts/arialmt.woff') format('woff'),
  url('../fonts/arialmt.ttf') format('truetype'),
  url('../fonts/arialmt.svg#arialmt') format('svg');
}
@font-face {
  font-family: 'arialboldmt';
  src: url('../fonts/arialboldmt.eot');
  src: url('../fonts/arialboldmt.eot') format('embedded-opentype'),
  url('../fonts/arialboldmt.woff2') format('woff2'),
  url('../fonts/arialboldmt.woff') format('woff'),
  url('../fonts/arialboldmt.ttf') format('truetype'),
  url('../fonts/arialboldmt.svg#arialboldmt') format('svg');
}
@font-face {
  font-family: 'helvetica_ce';
  src: url('../fonts/helvetica-neue-ce-35-thin-webfont.eot');
  src: url('../fonts/helvetica-neue-ce-35-thin-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/helvetica-neue-ce-35-thin-webfont.woff2') format('woff2'),
  url('../fonts/helvetica-neue-ce-35-thin-webfont.woff') format('woff'),
  url('../fonts/helvetica-neue-ce-35-thin-webfont.ttf') format('truetype'),
  url('../fonts/helvetica-neue-ce-35-thin-webfont.svg#helvetica_ce_35_thinregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'coolveticaregular';
  src: url('../fonts/coolvetica_rg-webfont.eot');
  src: url('../fonts/coolvetica_rg-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/coolvetica_rg-webfont.woff2') format('woff2'),
  url('../fonts/coolvetica_rg-webfont.woff') format('woff'),
  url('../fonts/coolvetica_rg-webfont.ttf') format('truetype'),
  url('../fonts/coolvetica_rg-webfont.svg#coolveticaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
 font-family: 'arialmt' ,Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4 {
  font-family: 'helvetica_ce', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
div.header-col{
  min-height: 500px;
  background: black;
}
div.header-col h1{
  font-family: 'coolveticaregular';
  font-size: 54px;
  line-height: 40px;
}
div.header-col h1 span.highlight{
  color: #858a8d;
  font-family: 'helvetica_ce';
  font-size: 45px;
  text-transform: capitalize;
}
a:visited, a:focus{
  text-decoration: none;
}
.header-logo{
  margin-left: -10.4%;
  margin-top: -70px;
}
span.highlight{
  color: #858a8d;
}
div.heading-wrapper{
  text-transform: uppercase;
  margin-top: 30px;
  position: relative;
  z-index: 100;
}
.navbar.custom_navbar{
  margin-bottom: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 75px;
}
.nav-pills>li {
  float: right;
}
.nav-pills>li a {
  font-size: 18px;
  font-family: 'coolveticaregular';
  text-transform: uppercase;
  color:#ffffff;
}
.nav-pills>li:first-of-type a {
  padding-right: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  background: transparent;
  border: none;
  color: #ff8105;
}
.nav>li>a:hover, .nav>li>a:focus{
  background: transparent;
  color: #ff8105;
}
div.fire-bg{
  background: black;
  background-image: url(../images/fire-bg.png);
  background-size: cover;
  min-height: 252px;
  background-position: 0 40%;
  position: absolute;
  bottom: -80px;
  width: 100%;
  z-index: 10;
}
.player-img{
  position: absolute;
  right: 165px;
  top: -165px;
  width: 630px;
}
div.download-wrapper{
  position: absolute;
  left: 14%;
  top: 215px;
}
.button_wrapper{
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width:373px;
  height:75px;

  -moz-box-shadow: 0 1px 10px #17a9c9;
  -webkit-box-shadow: 0 1px 10px #17a9c9;
  box-shadow: 0 1px 10px #17a9c9;
}
.download_button{
  font-family: 'coolveticaregular';
  font-size: 44px;
  text-transform: uppercase;
  padding: 8px 73px 3px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
a.download_button:hover, a.download_button:visited{
  text-decoration: none;
  color:#fff;
}
.button-gradient{
  background: rgba(0,182,254,1);
  background: -moz-linear-gradient(top, rgba(0,182,254,1) 0%, rgba(0,135,225,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,182,254,1)), color-stop(100%, rgba(0,135,225,1)));
  background: -webkit-linear-gradient(top, rgba(0,182,254,1) 0%, rgba(0,135,225,1) 100%);
  background: -o-linear-gradient(top, rgba(0,182,254,1) 0%, rgba(0,135,225,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,182,254,1) 0%, rgba(0,135,225,1) 100%);
  background: linear-gradient(to bottom, rgba(0,182,254,1) 0%, rgba(0,135,225,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6fe', endColorstr='#0087e1', GradientType=0 );
}
div.download-params{
  width: 375px;
  text-align: center;
  margin-top: 5px;
}
span.param{
  font-family: 'arialmt';
  font-size: 11px;
  color:#a3acb3;
}
div.main-content{
  margin-top: 80px;
  background-image: url(../images/content-bg.png);
  background-repeat: repeat-x;
  background-color: #021422;
}
div.shadow-wrapper{
  min-height: 20px;
  margin-top: -19px;
  border-bottom: 1px solid #3b8091;
  box-shadow: 0px 20px 15px -5px black;
}
div.content-wrapper-inner{
  margin-top: 225px;
  margin-left: 14%;
  margin-right: 14%;
}
div.feature-wrapper{
  margin-top: 69px;
  margin-left: 100px;
}
div.feature-row:nth-of-type(even) div.feature-wrapper{
  margin-left: 0;
  margin-right: 100px;
}
div.feature-row:nth-of-type(even) img{
  margin-left: -40px;
}
div.feature-row + div.feature-row{
  margin-top: 160px;
}
.feature-heading{
  color:#fff;
  font-family: 'helvetica_ce';
  font-size: 48px;
}
.feature-content{
  font-family: 'arialmt';
  font-size: 14px;
  color: #688397;
}
.footer-fire{
  background-image: url(../images/footer-fire.png);
  background-size: cover;
  min-height: 338px;
  background-color: #021422;
  background-position: 0 58%;
}
div.footer-content{
  height: 80px;
  border-radius: 10px 10px 0 0;
  background: #021422;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0 20px;
}
div.footer-wrapper{
  margin-top: 0;
  position: relative;
  display: block;
  height: 338px;
}
img.footer-logo{
  margin-top: 15px;
}
div.copy{
  font-family: 'arialmt';
  font-size: 14px;
  color: #688397;
  display: inline-block;
  margin-left: 15px;
  margin-top: 30px;
  vertical-align: middle;
}
div.footer-menu{
  font-family: 'arialmt';
  font-size: 14px;
  display: inline-block;
  margin-top: 38px;
}
div.footer-menu a{
  color: #688397;
}
div.footer-menu a:hover{
  color: #fff;
  text-decoration: none;
}
.content-wrapper{
  margin-left: 14%;
  margin-right: 14%;
}
body .nopadding{
  padding-left: 0;
  padding-right: 0;
}
div.generic-content{

}
div.generic-wrapper{
  margin-top: 110px;
}
div.generic-wrapper .feature-heading {
  margin-bottom: 15px;
}
div.generic-content .feature-content{
  margin-top: 15px;
  text-align: justify;
  width: 81%;
}
div.generic-content img{
  margin-left: -40px;
}
div.feature-content h4{
  font-family: 'arialboldmt';
  font-size: 18px;
  color: #94b5cf;
}
div.feature-content + div.feature-content{
  margin-top: 25px;
}
.contact-form .form-control{
  width: 495px;
  height: 55px;
  background: #0d2639;
  border: none;
  color: #fff;
  line-height: 20px;
}
form.contact-form{
  margin-top: 55px;
}
.contact-form textarea.form-control{
  resize: none;
  height: 260px;
  padding-top: 15px;
}
.contact-form .form-control + .form-control{
  margin-top: 25px;
}
.form-control::-webkit-input-placeholder{
  color:#688397;
  font-family: 'arialmt';
  font-size: 18px;
}
.form-control::-moz-placeholder{
  color:#688397;
  font-family: 'arialmt';
  font-size: 18px;
}
.form-control:-ms-input-placeholder{
  color:#688397;
  font-family: 'arialmt';
  font-size: 18px;
}
.submit-btn{
  width: 147px;
  height: 53px;
  background: url(../images/contact-submit.png);
  color: #fff;
  font-family: 'coolveticaregular';
  font-size: 36px;
  margin-top: 30px;
  border: none;
  padding-top: 5px;
}
.submit-btn:active,
.submit-btn:focus{
  outline: none;
}
.fire-bg .container{
  position: relative;
}
@-moz-document url-prefix(){
  .button_wrapper {
    width: 365px;
  }
}
@media only screen and (max-width:1420px){
  .container{
    width: 1200px;
  }
  .header-logo {
    width: 430px;
  }
  .content-wrapper{
    margin-left: 10%;
    margin-right: 10%;
  }
  div.content-wrapper-inner {
    margin-left: 9%;
    margin-right: 10%;
  }
  .player-img {
    right: 85px;
  }
  div.download-wrapper {
    left: 115px;
  }
}
