body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
a {
  color: #f03d44;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #df393f;
}
.navbar, .sidebar-header {
  background-color: #000;
  background: rgba(0, 0, 0, 0.9);
}
.panel-default>.sidebar-header {
  background-color: #000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.navbar-toggle {
  border-color: #e7e7e7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a::visited {
    color: #e7e7e7;
}
.start-h {
  text-shadow: 2px 2px #000;
  font-style: italic;
}
.start-sh {
  text-shadow: 1px 1px #000;
}
.start {
  display: table;
  width: 100%;
  /*height: 100%;*/
  padding: 50px 0;
  text-align: center;
  color: white;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(../img/start-bg.jpg);
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.start .start-body {
  display: table-cell;
}
.join-iframe {
  width: 100%;
  height: 1000px;
}
.sponsors {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.sponsors .sponsors-body {
  display: table-cell;
}
.contest-header {
  display: table;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  color: white;
  background: url(../img/header.jpg);
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.contest-content {
  display: table;
  width: 100%;
  height: 100%;
  background: url(../img/start-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.contest-container {
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 80px;
}
@media (min-width: 768px) {
  .start .start-body {
    padding-top: 50px;
  }
}
.start .start-body .start-heading {
  font-size: 30px;
  margin: 0;
}
.start .start-body .start-heading-big {
  font-size: 45px;
}
.start .start-body .start-heading-sub {
  font-size: 15px;
}
.yellow {
  color: #ffde16;
  font-size: 12px;
  margin-top: 10px;
}
.sponsors-heading-sponsor {
  font-size: 12px;
  margin: 0;
}
.sponsors-heading-hsponsor {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 768px) {
  .start {
    height: 100%;
    padding: 0;
  }
  .start .start-body .start-heading {
    font-size: 50px;
    margin: 0;
  }
  .start .start-body .start-heading-big {
    font-size: 90px;
  }
  .start .start-body .start-heading-sub {
    font-size: 25px;
  }
  .yellow {
    color: #ffde16;
    font-size: 20px;
    margin-top: 10px;
  }
  .sponsors-heading-sponsor {
    font-size: 20px;
    margin: 0;
  }
  .sponsors-heading-hsponsor {
  font-size: 26px;
  margin: 0;
  }
}
@media (max-width: 320px) {
  .start .start-body .start-heading {
    font-size: 20px;
    margin: 0;
  }
  .start .start-body .start-heading-big {
    font-size: 35px;
  }
  .start .start-body .start-heading-sub {
    font-size: 15px;
  }
  .yellow {
    color: #ffde16;
    font-size: 12px;
    margin-top: 10px;
  }
}
.btn-submit-email {
  width: 70px;
}
.btn-circle {
  margin-top: 15px;
  border: 2px solid white;
  border-radius: 20px !important;
  font-size: 25px;
  font-weight: bold;
  background-color: #0072bc;
  color: white;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 5px 0;
  font-size: 10px;
}
footer p {
  margin: 0;
}
.contest-footer {
  padding: 20px;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.form-group {
  width: 50%;
  margin: 0px auto;
  margin-bottom: 20px;
}
.latest-reports {
  width: 200px;
  height: 150px;
  margin: 5px;
}
.report-pic {
  width: 45%;
  margin: 5px;
}
.mg-auto {
  margin: auto;
}
.mg-bottom-10 {
  margin-bottom: 10px;
}
.mg-bottom-50 {
  margin-bottom: 50px;
}
.mg-bottom-100 {
  margin-bottom: 100px;
}
.mg-bottom-200 {
  margin-bottom: 200px;
}
.mg-top-180 {
  margin-top: 180px;
}
.mg-top-100 {
  margin-top: 100px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-10 {
  margin-top: 50px;
}
.footer-container {
  margin-bottom: 20px;
}
#ajax-loading {
    position:fixed;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-image:url('../img/ajax-loading.gif');
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.product .img-responsive {
    margin: 0 auto;
}
.start .img-responsive {
    margin: 0 auto;
}
.sponsor-ctn .img-responsive {
    display: inline;
    padding: 20px;
}
.sponsor-ctn .img-responsive-small {
    display: inline;
    padding: 20px;
    max-width: 145px;
}
@media (min-width: 1200px) {
  .contact-section {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  /* Custom navbar collapse */
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  /* End custom navbar collapse */
}
@media (max-width: 992px) {
  .contact-section {
    font-size: 30px;
  }
}
/* SCROLL BAR */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-button {
    width: 8px;
    height:5px;
}
::-webkit-scrollbar-track {
    background:#eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius:10px;
}
::-webkit-scrollbar-thumb {
    background:#999;
    border: thin solid gray;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
    background:#7d7d7d;
}  