/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

html {
  font-size: 58%;
}

body {
  color: #cccccc;
  font-family: "Lato";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

*:not(html) {
  font-size: 16px;
  font-size: 1.6rem;
}

h1 {
  color: #eee;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 00;
  text-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2 {
  color: #8cc8f0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

h3 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

h4 {
  color: #eee;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.1);
}
h4.m-bottom-20 {
  margin-bottom: 20px;
}

h5 {
  color: #eee;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

h6 {
  color: #eee;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  line-height: 2.3rem;
}

span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  line-height: 2.3rem;
}

a {
  color: #bbbbbb;
  font-size: inherit;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #eeeeee;
}

em, i {
  font-style: italic;
}

b, strong {
  color: #fff;
  font-weight: 700;
}

.bold {
  font-weight: 600;
}

label, .label {
  width: 100%;
  color: #6b8e9e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  text-align: left;
}

.color.white {
  color: white;
}
.color.baby-blue {
  color: #7bd8ff;
}
.color.yellow {
  color: #f8bf36;
}
.color.grey {
  color: #aaaaaa;
}
.color.off-white {
  color: #cccccc;
}

.event-custom-h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  margin-top: 10px;
  text-transform: uppercase;
}

.event-custom-h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.prize-pool-custom {
  font-size: 120px;
  font-size: 12rem;
  text-shadow: 0 0 10px #04090f;
}

.f-size-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.f-size-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.f-size-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.f-size-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.f-size-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

html, body {
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background: #04090f;
  margin: 0;
  padding: 0;
  min-width: 960px;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.content-wrapper .tab-wrapper {
  border-right: 1px solid #a8bdcc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 0;
  padding-right: 30px;
  width: 100%;
}
.content-wrapper .tab-wrapper .tab-block {
  background: -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
  box-shadow: inset 0 1px 0 rgba(141, 176, 201, 0.3);
  margin-bottom: 10px;
  width: 100%;
}
.content-wrapper .tab-wrapper .tab-block .tab-btn {
  border: 2px solid rgba(255, 255, 255, 0);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  width: 100%;
}
.content-wrapper .tab-wrapper .tab-block .tab-btn:hover {
  box-shadow: inset 0 0 50px rgba(123, 169, 203, 0.3);
  border: 2px solid rgba(80, 114, 137, 0.7);
}
.content-wrapper .tab-wrapper .tab-block .tab-btn.selected {
  box-shadow: inset 0 0 50px rgba(123, 169, 203, 0.8);
  border: 2px solid rgba(95, 211, 254, 0.7);
}
.content-wrapper .tab-wrapper .tab-block.last-child {
  margin-bottom: 0px;
}
.content-wrapper .cat-title {
  padding-left: 60px;
}
.content-wrapper .cat-contain {
  display: none;
}
.content-wrapper .cat-contain#title-a {
  display: inline-block;
}
.content-wrapper .cat-contain#title-e {
  display: inline-block;
}

.latest-updates-contain, .news-col-contain, .replays-col-contain, .videos-col-contain, .photos-col-contain {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 40px;
  width: 100%;
}
.latest-updates-contain .single-row, .news-col-contain .single-row, .replays-col-contain .single-row, .videos-col-contain .single-row, .photos-col-contain .single-row {
  box-shadow: 0 0 5px rgba(168, 189, 204, 0);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  font-size: 0;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  width: 100%;
}
.latest-updates-contain .single-row .date-col, .news-col-contain .single-row .date-col, .replays-col-contain .single-row .date-col, .videos-col-contain .single-row .date-col, .photos-col-contain .single-row .date-col {
  border-left: 1px solid #a8bdcc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 15px;
}
.latest-updates-contain .single-row .icon-box, .news-col-contain .single-row .icon-box, .replays-col-contain .single-row .icon-box, .videos-col-contain .single-row .icon-box, .photos-col-contain .single-row .icon-box {
  height: 72px;
  width: 78px;
}
.latest-updates-contain .single-row .icon-box.replay, .news-col-contain .single-row .icon-box.replay, .replays-col-contain .single-row .icon-box.replay, .videos-col-contain .single-row .icon-box.replay, .photos-col-contain .single-row .icon-box.replay {
  background: url("img/replay-icon.jpg") center center no-repeat;
}
.latest-updates-contain .single-row .icon-box.stream, .news-col-contain .single-row .icon-box.stream, .replays-col-contain .single-row .icon-box.stream, .videos-col-contain .single-row .icon-box.stream, .photos-col-contain .single-row .icon-box.stream {
  background: url("img/streamlive-icon.jpg") center center no-repeat;
}
.latest-updates-contain .single-row .icon-box.video, .news-col-contain .single-row .icon-box.video, .replays-col-contain .single-row .icon-box.video, .videos-col-contain .single-row .icon-box.video, .photos-col-contain .single-row .icon-box.video {
  background: url("img/video-icon.jpg") center center no-repeat;
}
.latest-updates-contain .single-row .icon-box.news, .news-col-contain .single-row .icon-box.news, .replays-col-contain .single-row .icon-box.news, .videos-col-contain .single-row .icon-box.news, .photos-col-contain .single-row .icon-box.news {
  background: url("img/article-icon.jpg") center center no-repeat;
}
.latest-updates-contain .single-row .icon-box.sale, .news-col-contain .single-row .icon-box.sale, .replays-col-contain .single-row .icon-box.sale, .videos-col-contain .single-row .icon-box.sale, .photos-col-contain .single-row .icon-box.sale {
  background: url("img/flashsale-icon.jpg") center center no-repeat;
}
.latest-updates-contain .single-row .icon-box.photo, .news-col-contain .single-row .icon-box.photo, .replays-col-contain .single-row .icon-box.photo, .videos-col-contain .single-row .icon-box.photo, .photos-col-contain .single-row .icon-box.photo {
  background: url("img/photos-icon.jpg") center center no-repeat;
}
.latest-updates-contain .single-row .details-btn, .news-col-contain .single-row .details-btn, .replays-col-contain .single-row .details-btn, .videos-col-contain .single-row .details-btn, .photos-col-contain .single-row .details-btn {
  border-left: 1px solid #a8bdcc;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 48px;
  margin-left: 20px;
  padding-left: 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.latest-updates-contain .single-row .right-arrow, .news-col-contain .single-row .right-arrow, .replays-col-contain .single-row .right-arrow, .videos-col-contain .single-row .right-arrow, .photos-col-contain .single-row .right-arrow {
  display: inline-block;
  background: url("img/right-arrow.png") center center no-repeat;
  height: 20px;
  padding-left: 2px;
  vertical-align: middle;
  width: 18px;
}
.latest-updates-contain .single-row:hover, .news-col-contain .single-row:hover, .replays-col-contain .single-row:hover, .videos-col-contain .single-row:hover, .photos-col-contain .single-row:hover {
  box-shadow: 0 0 5px #a8bdcc;
}
.latest-updates-contain .single-row:last-child, .news-col-contain .single-row:last-child, .replays-col-contain .single-row:last-child, .videos-col-contain .single-row:last-child, .photos-col-contain .single-row:last-child {
  margin-bottom: 0;
}

.display-table {
  display: table;
  height: 100%;
  text-align: center;
}

.v-align-object {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.t-align-right {
  text-align: right;
}

.single-col {
  display: inline-block;
  vertical-align: middle;
}
.single-col.v-align-top {
  vertical-align: top;
}

.two-col-patch {
  font-size: 0;
}

table {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
}
table thead {
  background: #0b151d;
  border: 1px solid #7bd8ff;
}
table thead tr th {
  border-right: 1px solid #7bd8ff;
  color: #7bd8ff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}
table thead tr th.large {
  width: 40%;
}
table thead tr th.medium {
  width: 30%;
}
table thead tr th.small {
  width: 15%;
}
table thead tr th.x-small {
  width: 10%;
}
table tbody {
  border: 1px solid #7bd8ff;
}
table tbody tr td {
  border-right: 1px solid #7bd8ff;
  line-height: 40px;
  text-align: center;
}
table tbody tr:nth-child(even) {
  background: #0b151d;
}
table.table-left {
  margin-right: 15px;
}
table.table-right {
  margin-left: 15px;
}
table.table-spacing {
  margin-top: 40px;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-22 {
  width: 22%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.3%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-68 {
  width: 68%;
}

.width-70 {
  width: 70%;
}

.width-78 {
  width: 78%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

#navigation {
  background: -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  box-shadow: -10px 0 12px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(141, 176, 201, 0.3);
  position: relative;
  width: 100%;
  z-index: 6;
}
#navigation .nav-wrapper {
  font-size: 0;
  margin: 0 auto;
  width: 960px;
}
#navigation .nav-wrapper .nav-block {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 25%;
}
#navigation .nav-wrapper .nav-block .nav-cat {
  border: 2px solid rgba(95, 211, 254, 0);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  width: 100%;
}
#navigation .nav-wrapper .nav-block .nav-cat:hover {
  box-shadow: inset 0 0 50px rgba(123, 169, 203, 0.3);
  border: 2px solid rgba(80, 114, 137, 0.7);
}
#navigation .nav-wrapper .nav-block .nav-cat.selected {
  box-shadow: inset 0 0 50px rgba(123, 169, 203, 0.8);
  border: 2px solid rgba(95, 211, 254, 0.7);
}
#navigation .nav-wrapper .nav-block .nav-cat.coming-soon {
  color: #4b6678;
}
#navigation .nav-wrapper .nav-block .nav-cat.coming-soon:hover {
  box-shadow: inset 0 0 50px rgba(123, 169, 203, 0);
  border: 2px solid rgba(80, 114, 137, 0);
}
#navigation .nav-wrapper .nav-block:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

#header {
  height: 660px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
#header .htf-logo {
  background: url("img/hontour-wf-logo.png") center center no-repeat;
  display: block;
  height: 264px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 40px;
  width: 200px;
  z-index: 4;
}
#header .main-text {
  left: 50%;
  margin-left: -300px;
  position: absolute;
  text-align: center;
  top: 350px;
  width: 600px;
  z-index: 4;
}
#header .vid-frame {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 660px;
  left: 50%;
  margin-left: -960px;
  min-width: 1920px;
  position: absolute;
  z-index: 1;
}
#header .vid-image {
  background: url("img/world-finals-bg.jpg") center center no-repeat, #091422;
  height: 660px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
#header .vid-play-btn {
  background: url("img/play-btn.png") center center no-repeat;
  bottom: 100px;
  display: block;
  height: 82px;
  left: 50%;
  margin-left: -38px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  width: 82px;
  z-index: 4;
}
#header .vid-hover-vignette {
  background: rgba(9, 20, 34, 0.4);
  box-shadow: inset 0 0 120px 10px #091422;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  width: 100%;
  z-index: 3;
}
#header .vid-hover-vignette:hover {
  background: rgba(9, 20, 34, 0.8);
  box-shadow: inset 0 0 120px 10px rgba(75, 138, 179, 0.4);
}

#overview {
  font-size: 0;
  margin-top: 80px;
  width: 100%;
}

.overview-contain {
  display: none;
  margin-top: 100px;
}
.overview-contain.mod-space {
  margin-top: 10px;
}
.overview-contain#box-a {
  display: block;
}

.event-info-contain {
  width: 100%;
}
.event-info-contain .step-one-contain {
  background: url("img/step-1-label.png") left center no-repeat, url("img/world-map.png") right top no-repeat;
  font-size: 0;
  height: 300px;
  width: 100%;
}
.event-info-contain .step-one-contain .step-one-title {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 80px;
}
.event-info-contain .step-one-contain .event-right-arrow {
  background: url("img/event-right-arrow.png") center center no-repeat;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 10px;
  width: 96px;
  height: 70px;
}
.event-info-contain .step-one-contain .step-one-text {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 30px 0 0 80px;
  width: 100%;
}
.event-info-contain .step-one-contain .region-locators {
  background: url("img/region-locators.png") center center no-repeat;
  height: 108px;
  margin-top: 12px;
  padding-left: 20px;
  width: 352px;
}
.event-info-contain .step-one-contain .region-teams {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 0;
  margin-top: 60px;
  padding-left: 60px;
  width: 100%;
}
.event-info-contain .step-one-contain .region-teams .region-list {
  color: #7bd8ff;
  padding-right: 10px;
}
.event-info-contain .step-one-contain .region-teams .region-list.last-child {
  padding-right: 0;
}
.event-info-contain .event-arrow-contain {
  height: 72px;
  position: relative;
  text-align: right;
  width: 100%;
}
.event-info-contain .event-arrow-contain .event-down-arrow {
  background: url("img/event-down-arrow.png") center center no-repeat;
  height: 62px;
  padding: 5px 0;
  position: absolute;
  right: 180px;
  top: 0;
  width: 42px;
}
.event-info-contain .step-two-contain {
  background: url("img/step-2-label.png") 50px center no-repeat;
  font-size: 0;
  height: 220px;
  width: 100%;
}
.event-info-contain .step-two-contain .step-two-text {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 90px 0 0 150px;
  width: 100%;
}
.event-info-contain .step-two-contain .event-groups {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #7bd8ff;
  margin-top: 20px;
  padding-left: 20px;
  text-align: center;
}
.event-info-contain .step-two-contain .event-groups .group-icon {
  height: 52px;
  margin-bottom: 10px;
  width: 100%;
}
.event-info-contain .step-two-contain .event-groups .group-icon.a-marker {
  background: url("img/a-marker.png") center center no-repeat;
}
.event-info-contain .step-two-contain .event-groups .group-icon.b-marker {
  background: url("img/b-marker.png") center center no-repeat;
}
.event-info-contain .step-two-contain .event-groups.last-child {
  padding-right: 50px;
  padding-left: 0;
}
.event-info-contain .step-three-contain {
  background: url("img/step-3-label.png") 100px center no-repeat;
  font-size: 0;
  height: 220px;
  width: 100%;
}
.event-info-contain .step-three-contain .step-three-text {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 80px 0 0 200px;
  width: 100%;
}
.event-info-contain .step-three-contain .ribbon-contain {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 216px;
  padding-left: 75px;
  position: relative;
  width: 100%;
}
.event-info-contain .step-three-contain .glow-effect {
  background: url("img/star-burst.png") center center no-repeat;
  height: 216px;
  left: 76px;
  position: absolute;
  top: 0;
  width: 210px;
}
.event-info-contain .step-three-contain .ribbon-icon {
  background: url("img/ribbon-icon.png") center center no-repeat;
  height: 216px;
  left: 76px;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 1;
}

.prize-pool-contain {
  background: url("img/prizepool-bg.png") center top no-repeat;
  width: 100%;
}
.prize-pool-contain .full-pool {
  font-size: 0;
  padding-top: 300px;
  text-align: center;
  width: 100%;
}
.prize-pool-contain .full-pool .prizepool-up-arrow {
  background: url("img/ppool-up-arrow.png") center top no-repeat;
  height: 25px;
  margin-bottom: 12px;
  width: 100%;
}
.prize-pool-contain .full-pool .pp-position-fix {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 40px;
}
.prize-pool-contain .full-pool .pp-position-fix.p-left-140 {
  padding-left: 140px;
}
.prize-pool-contain .full-pool .pp-position-fix.p-right-140 {
  padding-right: 140px;
}
.prize-pool-contain .breakdown-contain {
  margin-top: 100px;
  text-align: center;
  width: 100%;
}
.prize-pool-contain .breakdown-contain .breakdown-wrapper {
  border: 1px solid #5fd3fe;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 0;
  margin-top: 40px;
  padding: 60px 0px 60px 20px;
  width: 100%;
}
.prize-pool-contain .breakdown-contain .breakdown-wrapper .payout-contain {
  border-left: 1px solid #a8bdcc;
  font-size: 0;
  margin: 0 auto;
  padding-left: 40px;
  text-align: left;
  width: 160px;
}

.casting-teams-contain {
  text-align: center;
  width: 100%;
}
.casting-teams-contain .casting-crew-contain {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #5fd3fe;
  margin-top: 40px;
  padding: 60px 80px;
  width: 100%;
}
.casting-teams-contain .casting-crew-contain .caster-wrapper {
  font-size: 0;
  margin-bottom: 60px;
  text-align: left;
}
.casting-teams-contain .casting-crew-contain .caster-wrapper .caster-box {
  border-right: 1px solid #a8bdcc;
  height: 200px;
  width: 100%;
}
.casting-teams-contain .casting-crew-contain .caster-wrapper .caster-box.breaky-cpk {
  background: url("img/breaky-cpk.png") center center no-repeat;
}
.casting-teams-contain .casting-crew-contain .caster-wrapper .caster-box.swindle-melonzz {
  background: url("img/swindle-melonzz.png") center center no-repeat;
}
.casting-teams-contain .casting-crew-contain .caster-wrapper .caster-box.beef {
  background: url("img/beef.png") center center no-repeat;
}
.casting-teams-contain .casting-crew-contain .caster-wrapper .caster-box.mini {
  background: url("img/mini.png") center center no-repeat;
}
.casting-teams-contain .casting-crew-contain .caster-wrapper .caster-content {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
}
.casting-teams-contain .casting-crew-contain .caster-wrapper:last-child {
  margin-bottom: 0;
}
.casting-teams-contain .caster-location-title {
  margin-top: 80px;
}

#watch {
  font-size: 0;
  margin-top: 80px;
  width: 100%;
}
#watch .watch-contain {
  display: none;
  margin-top: 100px;
}
#watch .watch-contain .section-title {
  text-align: center;
}
#watch .watch-contain .section-title.spacing {
  margin-top: 100px;
}
#watch .watch-contain .standings-wrapper {
  font-size: 0;
  margin-top: 40px;
}
#watch .watch-contain .table-note {
  margin-top: 10px;
}
#watch .watch-contain .schedule-wrapper {
  margin-top: 40px;
}
#watch .watch-contain .schedule-wrapper .time-zones {
  font-size: 0;
  margin-bottom: 40px;
  text-align: center;
}
#watch .watch-contain .schedule-wrapper .time-zones .tz-contain {
  border-right: 1px solid #7bd8ff;
  display: inline-block;
  line-height: 40px;
  padding: 0px 30px;
}
#watch .watch-contain .schedule-wrapper .time-zones .tz-contain:last-child {
  border-right: none;
}
#watch .watch-contain .bracket-info-contain {
  font-size: 0;
  width: 100%;
}
#watch .watch-contain .bracket-info-contain.option-b {
  margin-top: 60px;
}
#watch .watch-contain .col-bracket-wrapper {
  font-size: 0;
  margin: 0 auto;
  width: 220px;
}
#watch .watch-contain .col-bracket-wrapper.champion {
  margin-top: 100px;
  width: 300px;
}
#watch .watch-contain .col-bracket-wrapper.third {
  margin-top: 100px;
}
#watch .watch-contain .duo-bracket {
  margin-top: 50px;
  position: relative;
}
#watch .watch-contain .duo-bracket .connect-three {
  background: url("img/connect-3.png") center center no-repeat;
  height: 158px;
  position: absolute;
  right: -80px;
  top: 80px;
  width: 56px;
}
#watch .watch-contain .duo-bracket .connect-one {
  background: url("img/connect-1.png") center center no-repeat;
  height: 6px;
  position: absolute;
  right: -50px;
  top: 72px;
  width: 26px;
}
#watch .watch-contain .solo-bracket {
  font-size: 0;
  margin-top: 8px;
}
#watch .watch-contain .bracket-container {
  border: 1px solid #7bd8ff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#watch .watch-contain .bracket-container.score {
  box-shadow: inset 0 0 20px rgba(26, 187, 247, 0.8);
}
#watch .watch-contain .ribbon-contain {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 140px;
  padding-left: 75px;
  position: relative;
  width: 100%;
}
#watch .watch-contain .star-burst {
  background: url("img/star-burst.png") center center no-repeat;
  background-size: contain;
  height: 140px;
  left: -30px;
  position: absolute;
  top: 0;
  width: 140px;
}
#watch .watch-contain .ribbon-icon {
  background: url("img/ribbon-icon.png") center center no-repeat;
  background-size: contain;
  left: 50%;
  margin: -40px 0 0 -40px;
  height: 80px;
  position: absolute;
  top: 50%;
  width: 80px;
  z-index: 1;
}
#watch .watch-contain#box-f {
  display: block;
}

#teams {
  font-size: 0;
  margin-top: 80px;
  width: 100%;
}
#teams .team-wrapper {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 0;
  padding: 0 100px;
  text-align: center;
  width: 100%;
}
#teams .team-wrapper .team-block {
  background: -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
  box-shadow: inset 0 1px 0 rgba(141, 176, 201, 0.3);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  height: 100px;
  margin: 0 15px 15px 15px;
  width: 120px;
}
#teams .team-wrapper .team-block.bmg {
  background: url("img/bmg-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/bmg-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.mrr {
  background: url("img/mrr-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/mrr-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.we {
  background: url("img/we-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/we-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.sync {
  background: url("img/sync-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/sync-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.cats {
  background: url("img/cats-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/cats-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.ddog {
  background: url("img/ddog-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/ddog-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.ymwo {
  background: url("img/ymwo-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/ymwo-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.dces {
  background: url("img/dces-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/dces-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.chiangmai {
  background: url("img/chiangmai-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/chiangmai-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block.mith {
  background: url("img/mith-logo.png") center center no-repeat, -webkit-linear-gradient(top, #2c4456 0%, #17232b 100%);
  background: url("img/mith-logo.png") center center no-repeat, linear-gradient(to bottom, #2c4456 0%, #17232b 100%);
}
#teams .team-wrapper .team-block .team-btn {
  background: -webkit-linear-gradient(top, rgba(44, 68, 86, 0.8) 0%, rgba(23, 35, 43, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(44, 68, 86, 0.8) 0%, rgba(23, 35, 43, 0.8) 100%);
  border: 2px solid rgba(80, 114, 137, 0.7);
  box-shadow: inset 0 0 50px rgba(123, 169, 203, 0.3);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100px;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  vertical-align: middle;
  width: 120px;
}
#teams .team-wrapper .team-block .team-btn:hover {
  opacity: 1;
}
#teams .team-wrapper .team-block .team-btn.selected {
  box-shadow: inset 0 0 50px rgba(123, 169, 203, 0.8);
  border: 2px solid rgba(95, 211, 254, 0.7);
  opacity: 1;
}
#teams .team-wrapper .team-block.last-child {
  margin-bottom: 0px;
}
#teams .team-contain {
  display: none;
  font-size: 0;
  margin-top: 100px;
  width: 100%;
}
#teams .team-contain .team-logo {
  border-right: 1px solid #a8bdcc;
  height: 150px;
  width: 100%;
}
#teams .team-contain .team-logo.bmg-logo {
  background: url("img/bmg-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.mrr-logo {
  background: url("img/mrr-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.we-logo {
  background: url("img/we-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.sync-logo {
  background: url("img/sync-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.cats-logo {
  background: url("img/cats-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.ddog-logo {
  background: url("img/ddog-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.ymwo-logo {
  background: url("img/ymwo-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.dces-logo {
  background: url("img/dces-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.chiangmai-logo {
  background: url("img/chiangmai-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-logo.mith-logo {
  background: url("img/mith-logo-full.png") center center no-repeat;
}
#teams .team-contain .team-info {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 40px;
  width: 100%;
}
#teams .team-contain .team-players-wrapper {
  margin-top: 80px;
  text-align: center;
  width: 100%;
}
#teams .team-contain .team-players-wrapper .team-players-contain {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #5fd3fe;
  margin-top: 40px;
  padding: 60px 80px;
  width: 100%;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper {
  font-size: 0;
  margin-bottom: 60px;
  text-align: left;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box {
  border-right: 1px solid #a8bdcc;
  height: 200px;
  position: relative;
  width: 100%;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box.no-image {
  background: url("img/no-image.png") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain {
  border-radius: 50%;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.3), 0 3px 4px black;
  height: 184px;
  left: 50%;
  margin-left: -92px;
  margin-top: -92px;
  position: absolute;
  top: 50%;
  width: 184px;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.bmg-1 {
  background: url("img/1_Baltazar.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.bmg-2 {
  background: url("img/2_Kracke.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.bmg-3 {
  background: url("img/3_Boxi.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.bmg-4 {
  background: url("img/4_Root-of-z.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.bmg-5 {
  background: url("img/5_fusen.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mrr-1 {
  background: url("img/1_MMR-punkpang.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mrr-2 {
  background: url("img/2_MMR-Chitawan.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mrr-3 {
  background: url("img/3_MMR-O7T`V1.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mrr-4 {
  background: url("img/4_MMR-goD`kSsA.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mrr-5 {
  background: url("img/5_MMR-timepicco.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.we-1 {
  background: url("img/1_WE_DAGGER_Zheng_Wei.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.we-2 {
  background: url("img/2_WE_AS_Ruan.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.we-3 {
  background: url("img/3_WE_yoloreptile_He.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.we-4 {
  background: url("img/4_WE_ShakeItBaby_Qu.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.we-5 {
  background: url("img/5_WE_A8_Zhang_Zhipeng.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.sync-1 {
  background: url("img/1_flennsmeister.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.sync-2 {
  background: url("img/2_micke.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.sync-3 {
  background: url("img/3_khezu.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.sync-4 {
  background: url("img/4_zlap.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.sync-5 {
  background: url("img/5_insania.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.cats-1 {
  background: url("img/1_FF.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.cats-2 {
  background: url("img/2_ArtMeister.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.cats-3 {
  background: url("img/3_Shyla.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.cats-4 {
  background: url("img/4_Quai.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.cats-5 {
  background: url("img/5_GuessWho.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dogg-1 {
  background: url("img/1_kanom-pang.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dogg-2 {
  background: url("img/2_Lord-mikael.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dogg-3 {
  background: url("img/3_Ra_Dub_Pates.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dogg-4 {
  background: url("img/4_badbatz`.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dogg-5 {
  background: url("img/5_iDoLMa5Ter.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.ymwo-1 {
  background: url("img/1_Shanalilili.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.ymwo-2 {
  background: url("img/2_2835`L.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.ymwo-3 {
  background: url("img/3_hiroki.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.ymwo-4 {
  background: url("img/4_N3wWordLuffy.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.ymwo-5 {
  background: url("img/5_`zlonix.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dces-1 {
  background: url("img/1_Ruppey.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dces-2 {
  background: url("img/2_Vespiquen.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dces-3 {
  background: url("img/3_Maylouse.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dces-4 {
  background: url("img/4_Huppey.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.dces-5 {
  background: url("img/5_Akhmetov.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.chiangmai-1 {
  background: url("img/1_`Luxipherz`.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.chiangmai-2 {
  background: url("img/2_everyday_.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.chiangmai-3 {
  background: url("img/3_`Avalonz.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.chiangmai-4 {
  background: url("img/4_SuPer_T`.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.chiangmai-5 {
  background: url("img/5_MasTer``II.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mith-1 {
  background: url("img/1_MiTH-ballx3.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mith-2 {
  background: url("img/2_MiTH-Mrsunz.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mith-3 {
  background: url("img/3_MiTH-neversay.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mith-4 {
  background: url("img/4_MiTH-PTY.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-box .img-contain.mith-5 {
  background: url("img/5_MiTH-Signut.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 30px;
  width: 100%;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag {
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  width: 28px;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.sweden {
  background: url("img/sweden.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.china {
  background: url("img/china.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.denmark {
  background: url("img/denmark.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.germany {
  background: url("img/germany.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.hungary {
  background: url("img/hungary.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.indonesia {
  background: url("img/indonesia.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.kazakhstan {
  background: url("img/kazakhstan.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.malaysia {
  background: url("img/malaysia.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.russia {
  background: url("img/russia.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper .player-content .flag.thailand {
  background: url("img/thailand.jpg") center center no-repeat;
}
#teams .team-contain .team-players-wrapper .team-players-contain .player-wrapper:last-child {
  margin-bottom: 0;
}
#teams .team-contain .team-players-wrapper .player-location-title {
  margin-top: 80px;
}
#teams .team-contain#team-a {
  display: block;
}

#media {
  font-size: 0;
  margin-top: 80px;
  width: 100%;
}

.media-contain {
  display: none;
  margin-top: 100px;
}
.media-contain#box-a {
  display: block;
}

.news-col-contain {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 40px;
  width: 100%;
}

.replays-col-contain {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 40px;
  width: 100%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  50% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 0.6;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  50% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 0.6;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes pulseLoop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulseLoop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.pulseLoop {
  -webkit-animation-name: pulseLoop;
  animation-name: pulseLoop;
}

.animate-infinate {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.animate-infinate.faster {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.animation-delay.o-two {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.animation-delay.o-four {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.animation-delay.o-six {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.animation-delay.o-eight {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.animation-delay.o-ten {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.animation-delay.o-twelve {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media only screen and (max-width: 1024px) {
  .vid-frame {
    display: none;
  }
}
#footer {
  background: #0c1218;
  margin-top: 120px;
  width: 100%;
}
#footer .footer-social-contain {
  background: -webkit-linear-gradient(top, #16212e 0%, #0c1118 100%);
  background: linear-gradient(to bottom, #16212e 0%, #0c1118 100%);
  box-shadow: inset 0 1px 0 rgba(141, 176, 201, 0.2), 0 3px 1px #03070c;
  font-size: 0;
  text-align: center;
  width: 100%;
}
#footer .footer-social-contain .footer-blurb {
  display: inline-block;
  line-height: 60px;
  margin-right: 24px;
  text-transform: uppercase;
  vertical-align: middle;
}
#footer .footer-social-contain .social-networks {
  display: inline-block;
  border-left: 1px solid rgba(238, 238, 238, 0.5);
  font-size: 0;
  text-align: center;
  vertical-align: middle;
}
#footer .footer-social-contain .social-networks .sn-icon {
  display: inline-block;
  margin: 0 15px;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}
#footer .footer-social-contain .social-networks .sn-icon.facebook-icon {
  background: url("img/facebook-icon.png") center center no-repeat;
  height: 22px;
  width: 22px;
}
#footer .footer-social-contain .social-networks .sn-icon.twitter-icon {
  background: url("img/twitter-icon.png") center center no-repeat;
  height: 22px;
  width: 22px;
}
#footer .footer-social-contain .social-networks .sn-icon.twitch-icon {
  background: url("img/twitch-icon.png") center center no-repeat;
  height: 22px;
  width: 22px;
}
#footer .footer-social-contain .social-networks .sn-icon.youtube-icon {
  background: url("img/youtube-icon.png") center center no-repeat;
  height: 22px;
  width: 22px;
}
#footer .footer-social-contain .social-networks .sn-icon:hover {
  opacity: 1;
}
#footer .footer-contain {
  display: table;
  height: 300px;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}
#footer .footer-contain .footer-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#footer .footer-contain .footer-content a {
  padding-top: 20px;
}
#footer .footer-contain .footer-content a .hon-footer-logo {
  background: url("img/hon-logo-icon.png") center center no-repeat;
  width: 105px;
  height: 105px;
  display: inline-block;
}
#footer .footer-contain .footer-content .footer-cr {
  padding-top: 10px;
}