html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background: #333;
  font-family: 'Dosis', sans-serif;
  color: #fff; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px; }

.clear {
  clear: both; }

.content_block iframe {
  margin: 30px 0px; }

.bg_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: opacity 2400ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 2400ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  opacity: 0; }

.bg_1 {
  background: url(../images/bg_1.jpg) no-repeat;
  background-size: cover; }

.bg_2 {
  background: url(../images/bg_2.jpg) no-repeat;
  background-size: cover; }

.bg_3 {
  background: url(../images/bg_3.jpg) no-repeat;
  background-size: cover; }

.bg_4 {
  background: url(../images/bg_4.jpg) no-repeat;
  background-size: cover; }

.bg_5 {
  background: url(../images/bg_5.jpg) no-repeat;
  background-size: cover; }

.content {
  position: relative;
  z-index: 800;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 100%; }
  .content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    -webkit-box-shadow: 0 0 200px 60px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 200px 60px rgba(0, 0, 0, 0.8); }

.main {
  height: 100%; }

.title {
  z-index: 900;
  position: relative;
  text-align: center;
  font-size: 4rem;
  top: 300px;
  text-transform: uppercase; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .title {
      top: 100px;
      font-size: 3rem; } }
  @media screen and (max-width: 470px) {
    .title {
      width: 250px;
      left: 50%;
      margin-left: -75px;
      top: 30%;
      font-size: 3rem; } }

.main_nav {
  height: 76px;
  width: 756px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -378px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .main_nav {
      top: 20px; } }
  @media screen and (max-width: 770px) {
    .main_nav {
      width: 440px;
      margin-left: -220px; } }
  @media screen and (max-width: 470px) {
    .main_nav {
      height: auto;
      width: 56px;
      position: absolute;
      top: 20px;
      left: 20px;
      margin-left: 0px; } }
  .main_nav .main_nav_item {
    position: relative;
    width: 76px;
    height: 76px;
    display: inline-block;
    margin: 0px 45px 0px 45px;
    cursor: pointer; }
    @media screen and (max-width: 770px) {
      .main_nav .main_nav_item {
        margin: 0px 5px 0px 5px; } }
    @media screen and (max-width: 470px) {
      .main_nav .main_nav_item {
        display: block;
        width: 56px;
        height: 56px;
        margin: 2px 0px !important; } }
    .main_nav .main_nav_item:first-child {
      margin: 0px 45px 0px 0px; }
      @media screen and (max-width: 770px) {
        .main_nav .main_nav_item:first-child {
          margin: 0px 5px 0px 0px; } }
    .main_nav .main_nav_item:last-child {
      margin: 0px 0px 0px 45px; }
      @media screen and (max-width: 770px) {
        .main_nav .main_nav_item:last-child {
          margin: 0px 0px 0px 5px; } }
    .main_nav .main_nav_item p {
      font-size: 20px;
      font-weight: 200;
      text-align: center;
      padding: 25px 0 0 0; }
      @media screen and (max-width: 470px) {
        .main_nav .main_nav_item p {
          font-size: 16px;
          padding: 15px 0 0 0; } }
    .main_nav .main_nav_item .nav_item_inner {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      border: solid 1px #fff;
      border-radius: 100%;
      -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); }
      .main_nav .main_nav_item .nav_item_inner:hover {
        border: solid 2px #fff;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3); }

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60px;
  z-index: 900; }
  .footer .share {
    position: absolute;
    left: 0px;
    cursor: pointer; }
    @media screen and (max-width: 490px) {
      .footer .share {
        left: -30px; } }
  .footer .logo {
    position: absolute;
    right: 0px;
    cursor: pointer; }
    @media screen and (max-width: 490px) {
      .footer .logo {
        right: -30px; } }

.single_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px; }

.single_bg_1 {
  background: url(../images/bg_1.jpg) no-repeat;
  background-size: cover; }

.single_bg_2 {
  background: url(../images/bg_2.jpg) no-repeat;
  background-size: cover; }

.single_bg_3 {
  background: url(../images/bg_3.jpg) no-repeat;
  background-size: cover; }

.single_bg_4 {
  background: url(../images/bg_4.jpg) no-repeat;
  background-size: cover; }

.single_bg_5 {
  background: url(../images/bg_5.jpg) no-repeat;
  background-size: cover; }

.single_header {
  position: relative;
  width: 100%;
  height: 87px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 900; }
  @media screen and (max-width: 490px) {
    .single_header {
      height: 60px; } }

.single_header_title {
  font-size: 2rem;
  position: absolute;
  left: 30px;
  top: 20px;
  text-transform: uppercase;
  cursor: pointer; }
  @media screen and (max-width: 490px) {
    .single_header_title {
      font-size: 1.5rem;
      top: 15px; } }

.mobile_menu {
  position: absolute;
  right: 0px;
  cursor: pointer;
  display: none;
  height: 100%; }
  @media screen and (max-width: 751px) {
    .mobile_menu {
      display: block; } }

.show_mobile_menu {
  right: 0px !important; }

.single_nav {
  position: absolute;
  right: 0px;
  top: 30px;
  -webkit-transition: right 200ms linear;
  transition: right 200ms linear; }
  @media screen and (max-width: 751px) {
    .single_nav {
      background: rgba(0, 0, 0, 0.6);
      padding: 20px;
      top: 87px;
      height: 250px;
      right: -100%; } }
  @media screen and (max-width: 490px) {
    .single_nav {
      top: 60px; } }
  .single_nav .nav_item {
    display: inline-block;
    margin: 0px 15px;
    padding: 0px 10px 0px 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    cursor: pointer; }
    @media screen and (max-width: 751px) {
      .single_nav .nav_item {
        display: block;
        padding: 15px 10px 0px 10px; } }
    .single_nav .nav_item:hover {
      border-bottom: solid 2px white;
      padding: 0px 10px 5px 10px; }
      @media screen and (max-width: 751px) {
        .single_nav .nav_item:hover {
          padding: 15px 10px 5px 10px; } }
    .single_nav .nav_item p {
      font-size: 1.2rem;
      font-weight: 200; }

.single_title {
  width: 100%;
  height: 123px;
  border-top: solid 1px #fff;
  background: url(../images/single_title_bg.png) repeat-x;
  display: table; }
  @media screen and (max-width: 490px) {
    .single_title {
      height: 80px; } }
  .single_title p {
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 490px) {
      .single_title p {
        font-size: 2rem; } }

.single_content_wrap {
  padding-bottom: 80px; }

.category_block {
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  clear: both; }
  @media screen and (max-width: 490px) {
    .category_block {
      height: 40px; } }
  .category_block p {
    font-size: 2rem;
    padding-top: 20px;
    text-align: center; }
    @media screen and (max-width: 490px) {
      .category_block p {
        font-size: 1.5rem;
        padding-top: 4px; } }

.content_block {
  position: relative;
  height: 257px;
  max-height: 257px;
  padding: 5px 55px;
  float: left;
  display: table;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear; }
  .content_block:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    height: 100%;
    width: 10px;
    background: #fff;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
  .content_block:hover, .content_block:active {
    background: rgba(0, 0, 0, 0.5); }
    .content_block:hover:after, .content_block:active:after {
      left: 0px; }
    .content_block:hover p, .content_block:active p {
      -webkit-transform: translate(-10px, 0px);
      transform: translate(-10px, 0px); }
  .content_block p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: 200;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
    .content_block p .block_title {
      font-size: 1.5rem;
      font-weight: 700; }

.content_block_filler {
  position: relative;
  height: 257px;
  max-height: 257px;
  float: left; }

div[block-type="small"] {
  width: calc(100% / 3 ); }
  div[block-type="small"]:hover, div[block-type="small"]:active {
    background: rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 750px) {
    div[block-type="small"]:hover, div[block-type="small"]:active {
      background: rgba(0, 0, 0, 0.5); }
    div[block-type="small"]:nth-child(odd) {
      background: rgba(0, 0, 0, 0.1); }
      div[block-type="small"]:nth-child(odd):hover, div[block-type="small"]:nth-child(odd):active {
        background: rgba(0, 0, 0, 0.5); }
    div[block-type="small"]:nth-child(even) {
      background: rgba(0, 0, 0, 0.2); }
      div[block-type="small"]:nth-child(even):hover, div[block-type="small"]:nth-child(even):active {
        background: rgba(0, 0, 0, 0.5); } }
  @media screen and (max-width: 751px) {
    div[block-type="small"] {
      width: calc(100% / 2 ); }
      div[block-type="small"]:hover, div[block-type="small"]:active {
        background: rgba(0, 0, 0, 0.5); }
      div[block-type="small"]:nth-child(1), div[block-type="small"]:nth-child(4), div[block-type="small"]:nth-child(5), div[block-type="small"]:nth-child(8), div[block-type="small"]:nth-child(9), div[block-type="small"]:nth-child(12), div[block-type="small"]:nth-child(13), div[block-type="small"]:nth-child(16), div[block-type="small"]:nth-child(17), div[block-type="small"]:nth-child(20), div[block-type="small"]:nth-child(21) {
        background: rgba(0, 0, 0, 0.1); }
        div[block-type="small"]:nth-child(1):hover, div[block-type="small"]:nth-child(1):active, div[block-type="small"]:nth-child(4):hover, div[block-type="small"]:nth-child(4):active, div[block-type="small"]:nth-child(5):hover, div[block-type="small"]:nth-child(5):active, div[block-type="small"]:nth-child(8):hover, div[block-type="small"]:nth-child(8):active, div[block-type="small"]:nth-child(9):hover, div[block-type="small"]:nth-child(9):active, div[block-type="small"]:nth-child(12):hover, div[block-type="small"]:nth-child(12):active, div[block-type="small"]:nth-child(13):hover, div[block-type="small"]:nth-child(13):active, div[block-type="small"]:nth-child(16):hover, div[block-type="small"]:nth-child(16):active, div[block-type="small"]:nth-child(17):hover, div[block-type="small"]:nth-child(17):active, div[block-type="small"]:nth-child(20):hover, div[block-type="small"]:nth-child(20):active, div[block-type="small"]:nth-child(21):hover, div[block-type="small"]:nth-child(21):active {
          background: rgba(0, 0, 0, 0.5); } }
  @media screen and (max-width: 490px) {
    div[block-type="small"] {
      width: calc(100% / 1 ); }
      div[block-type="small"]:hover, div[block-type="small"]:active {
        background: rgba(0, 0, 0, 0.5); }
      div[block-type="small"]:nth-child(odd) {
        background: rgba(0, 0, 0, 0.1); }
        div[block-type="small"]:nth-child(odd):hover, div[block-type="small"]:nth-child(odd):active {
          background: rgba(0, 0, 0, 0.5); }
      div[block-type="small"]:nth-child(even) {
        background: rgba(0, 0, 0, 0.2); }
        div[block-type="small"]:nth-child(even):hover, div[block-type="small"]:nth-child(even):active {
          background: rgba(0, 0, 0, 0.5); } }

div[block-type="big"] {
  width: calc(100% / 2 ); }
  div[block-type="big"]:hover, div[block-type="big"]:active {
    background: rgba(0, 0, 0, 0.5); }
  div[block-type="big"]:nth-child(1), div[block-type="big"]:nth-child(4), div[block-type="big"]:nth-child(5), div[block-type="big"]:nth-child(8), div[block-type="big"]:nth-child(9), div[block-type="big"]:nth-child(12), div[block-type="big"]:nth-child(13), div[block-type="big"]:nth-child(16), div[block-type="big"]:nth-child(17), div[block-type="big"]:nth-child(20), div[block-type="big"]:nth-child(21) {
    background: rgba(0, 0, 0, 0.1); }
    div[block-type="big"]:nth-child(1):hover, div[block-type="big"]:nth-child(1):active, div[block-type="big"]:nth-child(4):hover, div[block-type="big"]:nth-child(4):active, div[block-type="big"]:nth-child(5):hover, div[block-type="big"]:nth-child(5):active, div[block-type="big"]:nth-child(8):hover, div[block-type="big"]:nth-child(8):active, div[block-type="big"]:nth-child(9):hover, div[block-type="big"]:nth-child(9):active, div[block-type="big"]:nth-child(12):hover, div[block-type="big"]:nth-child(12):active, div[block-type="big"]:nth-child(13):hover, div[block-type="big"]:nth-child(13):active, div[block-type="big"]:nth-child(16):hover, div[block-type="big"]:nth-child(16):active, div[block-type="big"]:nth-child(17):hover, div[block-type="big"]:nth-child(17):active, div[block-type="big"]:nth-child(20):hover, div[block-type="big"]:nth-child(20):active, div[block-type="big"]:nth-child(21):hover, div[block-type="big"]:nth-child(21):active {
      background: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 751px) {
    div[block-type="big"] {
      width: calc(100% / 1 ); }
      div[block-type="big"]:hover, div[block-type="big"]:active {
        background: rgba(0, 0, 0, 0.5); }
      div[block-type="big"]:nth-child(odd) {
        background: rgba(0, 0, 0, 0.1); }
        div[block-type="big"]:nth-child(odd):hover, div[block-type="big"]:nth-child(odd):active {
          background: rgba(0, 0, 0, 0.5); }
      div[block-type="big"]:nth-child(even) {
        background: rgba(0, 0, 0, 0.2); }
        div[block-type="big"]:nth-child(even):hover, div[block-type="big"]:nth-child(even):active {
          background: rgba(0, 0, 0, 0.5); } }

div[block-type="filler_small"] {
  width: calc(100% / 3 );
  background: rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 751px) {
    div[block-type="filler_small"] {
      display: none; } }

div[block-type="filler_big"] {
  width: calc(100% / 2 );
  background: rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 751px) {
    div[block-type="filler_big"] {
      display: none; } }

.button {
  position: relative;
  padding: 5px 20px;
  color: #fff;
  margin: 10px 0px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  line-spacing: 2px;
  border: 1px solid #fff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .button:hover {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.6); }

.share_buttons_wrap {
  position: absolute;
  bottom: -60px;
  width: 300px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 950;
  left: 0px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media screen and (max-width: 490px) {
    .share_buttons_wrap {
      width: 100%; } }
  .share_buttons_wrap .social_button {
    width: calc(100% / 3);
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    float: left;
    margin: 0px;
    padding: 10px 20px; }

.social_up_down {
  bottom: 60px; }

.appIcon {
  width: 75px;
  height: 75px;
  border-radius: 15px;
  margin: 5px 0px; }
