body {
  font-family: "Roboto", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin: 0;
  padding: 0;
}
body.black {
  background: #000;
}

html {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
  -webkit-transition: "all" 0.2s ease;
  -moz-transition: "all" 0.2s ease;
  -ms-transition: "all" 0.2s ease;
  -o-transition: "all" 0.2s ease;
  transition: "all" 0.2s ease;
}
a:hover {
  color: #e55225;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
}

h1, h2, h3 {
  margin: 0;
}

.clearfix {
  *zoom: 1;
  position: relative;
}
.clearfix:after, .clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  *zoom: 1;
}
@media (max-width: 1100px) {
  .container {
    width: 100%;
    padding: 0;
  }
}

.col-20,
.col-30,
.col-40,
.col-70,
.col-80,
.col-100 {
  float: left;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.col-20 {
  width: 25%;
}

.col-30 {
  width: 33.33333333%;
}

.col-40 {
  width: 41.66666667%;
}

.col-70 {
  width: 66.66666667%;
}

.col-80 {
  width: 75%;
}

.col-100 {
  width: 100%;
}

.col-offset-fluid {
  margin-right: -15px;
  margin-left: -15px;
}

.col-offset-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.display-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topmenu {
  text-align: center;
}
.topmenu__list {
  border-bottom: 1px solid #383838;
}
@media (max-width: 768px) {
  .topmenu__list {
    padding: 0px 15px;
  }
}
.topmenu__item {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 768px) {
  .topmenu__item {
    font-size: 14px;
  }
}
.topmenu__item span {
  color: white;
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: -3px;
  color: white;
}
.topmenu__link {
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #e55225;
}
@media (max-width: 768px) {
  .topmenu__link {
    padding: 10px 5px;
  }
}
.topmenu__link.active, .topmenu__link:hover {
  background: #444444;
  color: #e55225;
}

.stream {
  width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  height: auto;
}
@media (max-width: 768px) {
  .stream {
    width: 100%;
    height: 477px;
  }
}

.stream iframe {
  max-width: 820px;
}
@media (max-width: 768px) {
  .stream iframe {
    height: 477px;
  }
}

.top-title {
  font-size: 12px;
  display: inline-block;
  vertical-align: super;
}
@media (max-width: 480px) {
  .top-title {
    display: block;
    padding: 20px;
  }
}

.ads-300 {
  text-align: center;
  padding: 0 0 10px;
}
