﻿html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  /*background: #2d1854;*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efaaad+0,99d8df+100 */
  background: #efaaad; /* Old browsers */
  background: -moz-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #efaaad 0%, #99d8df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efaaad', endColorstr='#99d8df', GradientType=1); /* IE6-9 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 500;
}

h1 { font-size: 70px; }

h2 { font-size: 36px; }

h3 { font-size: 30px; }

h4 { font-size: 24px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

p {
  font-size: 15px;
  color: #685961;
  line-height: 1.6;
  font-weight: 500;
}

.text-gray {
  color: #685961;
}

img { max-width: 100%; }

input:focus,
select:focus,
button:focus,
textarea:focus { outline: none; }

a {
  color: #EFAAAD;
}

a:hover,
a:focus {
  text-decoration: underline;
  outline: none;
  color: #EFAAAD;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

::placeholder {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 105px;
  padding-bottom: 105px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

tbody a { color: #EFAAAD; }
tbody a:hover { text-decoration: underline; }

.text-gray h1,
.text-gray h2,
.text-gray h3,
.text-gray h4,
.text-gray h5,
.text-gray h6,
.text-gray p,
.text-gray span,
.text-gray li { color: #685961; }

.site-logo img {
  max-width: 60px;
}

.site-btn {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  min-width: 186px;
  padding: 24px 30px;
  border-radius: 0;
  text-transform: uppercase;
  color: #081624;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.site-btn img {
  position: relative;
  left: 13px;
  width: auto !important;
  display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 9px;
  top: 10px;
  background: #EFAAAD;
  z-index: -2;
  -webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
  box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}

.site-btn:before {
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}

.site-btn:hover { color: #EFAAAD; }

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

#preloader-container {
  /*width: 40px;
  height: 40px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;*/
  /*animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;*/
}

.loader {
  width: 40px;
  height: 40px;
  /*position: absolute;*/
  /*top: 50%;
	left: 50%;*/
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

.loader-label {
  width: 200px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: -100px;
  /*position: absolute;
  top: 45%;
  left: 45%;*/
  text-align: center;
}

.social-box {
  text-align: center;
}

.social-box a {
  color: #99d8df;
}

.social-box a:hover {
  color: #EFAAAD;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

#twitch-embed {
  margin-top: 30px;
}

.header-section {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 15px 15px 0;
}

.header-warp {
  max-width: 1496px;
  margin: 0 auto;
}

.header-social p,
.footer-social p,
.geme-social-share p {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding-top: 4px;
}

.header-social a,
.footer-social a,
.geme-social-share a {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  margin-left: 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover {
  background: #e77e84;
  text-decoration: none;
}

.header-bar-warp {
  background: #fff;
  padding: 39px 40px 0;
  -webkit-box-shadow: 0 0 9px 3px rgba(153, 216, 223, 0.24);
  box-shadow: 0 0 9px 3px rgba(153, 216, 223, 0.24);
}

.site-logo { float: left; }

.user-panel {
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #685961;
  padding-top: 3px;
}

/*.user-panel a { color: #fff; }*/

/*.user-panel a:hover { color: #EFAAAD; }*/

.main-menu {
  list-style: none;
  text-align: center;
  padding-top: 3px;
}

.main-menu li {
  display: inline-block;
  position: relative;
}

.main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #685961;
  margin-right: 40px;
  padding-bottom: 28px;
  position: relative;
  padding-right: 20px;
}

.main-menu li a:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  top: 1px;
  background-image: url("https://cdn.seum.tv/content/assets/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.main-menu li a i {
  color: #928d92;
  margin-left: 5px;
}

.main-menu li a:hover { color: #EFAAAD; }

.main-menu li a:hover:after { background-image: url("https://cdn.seum.tv/content/assets/icons/arrow-down-color-2.png"); }

.main-menu li a:hover i { color: #EFAAAD; }

.main-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.main-menu li:hover > a { color: #EFAAAD; }

.main-menu li:hover > a:after { background-image: url("https://cdn.seum.tv/content/assets/icons/arrow-down-color-2.png"); }

.main-menu li .sub-menu {
  position: absolute;
  list-style: none;
  text-align: left;
  min-width: 200px;
  width: auto;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  background: #fff;
  z-index: 99;
  border: 1px;
  border-color: #EFAAAD;
  border-style: solid;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
}

.main-menu li .sub-menu li { display: block; }

.main-menu li .sub-menu li a {
  display: block;
  color: #685961;
  margin-right: 0;
  padding: 8px 30px;
}

.main-menu li .sub-menu li a:after { display: none; }

.main-menu li .sub-menu li a:hover { color: #EFAAAD; }

.slicknav_menu { display: none; }

.hero-slider .owl-dots {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  left: calc(50% - 740px);
  bottom: 38px;
  position: relative;
  width: 1496px;
  position: absolute;
}

.hero-slider .owl-dots .owl-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid transparent;
  color: #fff;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

  .hero-slider .owl-dots .owl-dot.active {
    color: #EFAAAD;
    border: 2px solid #EFAAAD;
  }

.hero-slider .owl-nav {
  margin-top: -24px;
  display: block;
}

.hero-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 100px;
}

.hero-item {
  height: 921px;
  padding-top: 125px;
  border-bottom: 2px solid #EFAAAD;
}

.hero-item h2 {
  font-size: 160px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: 100px;
  opacity: 0;
}

.hero-item p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  opacity: 0.39;
  margin-bottom: 70px;
  position: relative;
  top: 80px;
  opacity: 0;
}

.hero-item .site-btn {
  position: relative;
  top: 50px;
  opacity: 0;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item p,
.hero-slider .owl-item.active .hero-item .site-btn {
  top: 0;
  opacity: 1;
}

.hero-slider .owl-item.active .hero-item h2 {
  -webkit-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item p {
  -webkit-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hero-item .site-btn {
  -webkit-transition: all 0.5s ease 0.8s;
  -webkit-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hero-item .offer-card {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease 1s;
  -webkit-transition: all 0.5s ease 1s;
  -o-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}

.intro-section .section-title h2 {
  color: #685961;
  padding: 0 0 40px 0;
}

.text-box .top-meta {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.text-box .top-meta a { color: #EFAAAD; }

.text-box h3 {
  margin-bottom: 40px;
  max-width: 370px;
}

.text-box p {
  font-size: 15px;
  font-weight: 500;
  color: #68647d;
  margin-bottom: 35px;
}

.text-box .read-more {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #685961;
  /*position: absolute;*/
}

.text-box .read-more:hover { color: #EFAAAD; }

.text-box .read-more img { 
  margin-left: 13px; 
  margin-top: -3px;
}

.tutorial-section .section-title { margin-bottom: 25px; }

.tutorial-filter {
  list-style: none;
  display: block;
}

.tutorial-filter li { display: inline-block; }

.tutorial-filter li a {
  display: block;
  color: #fff;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
  background: #6f2b95;
  line-height: 1.1;
  margin-right: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.tutorial-filter li a:hover { background: #EFAAAD; }

.tutorial-item { margin-top: 86px; }

.tutorial-item .tutorial-thumb {
  width: 362px;
  float: left;
  margin-right: 30px;
}

.tutorial-item .text-box { overflow: hidden; }

.tutorial-item .text-box p { margin-bottom: 42px; }

.widget-item { margin-bottom: 85px; }

.widget-item:last-child { margin-bottom: 0; }

.widget-item .widget-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  padding-left: 38px;
  margin-bottom: 28px;
}

.trending-widget .tw-item { margin-bottom: 38px; }

.trending-widget .tw-item:last-child { margin-bottom: 0; }

.trending-widget .tw-thumb {
  float: left;
  margin-right: 17px;
  overflow: hidden;
}

.trending-widget .tw-text .tw-meta {
  color: #68647d;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 7px;
}

.trending-widget .tw-text .tw-meta a { color: #EFAAAD; }

.trending-widget .tw-text h5 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.categories-widget {
  background: #34164b;
  padding: 55px 0 25px;
}

.categories-widget ul {
  list-style: none;
  padding: 0 38px;
}

.categories-widget ul li { display: block; }

.categories-widget ul li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #68647d;
  font-weight: 500;
  margin-bottom: 15px;
  padding-right: 19px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("https://cdn.seum.tv/content/assets/icons/double-arrow-2.png");
  background-repeat: no-repeat;
  background-position: right -120% center;
  background-size: 11px;
}

.categories-widget ul li a:hover {
  color: #EFAAAD;
  background-position: right center;
}

.search-widget { position: relative; }

.search-widget input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 2px solid #72628b;
  background: none;
  padding-right: 60px;
  color: #fff;
}

.search-widget button {
  position: absolute;
  right: 0;
  top: 0;
  color: #EFAAAD;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  cursor: pointer;
  background: none;
  border: none;
  text-transform: uppercase;
}

.latest-comments .lc-item { margin-bottom: 30px; }

.latest-comments .lc-item:last-child { margin-bottom: 0; }

.latest-comments .lc-item .lc-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  float: left;
  margin-right: 12px;
}

.latest-comments .lc-item .tw-text {
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.latest-comments .lc-item .tw-text a { color: #EFAAAD; }

.latest-comments .lc-item .tw-text span { color: #68647d; }

.intro-video-section {
  height: 757px;
  position: relative;
}

.video-play-btn {
  position: absolute;
  left: calc(50% - 61px);
  top: calc(50% - 61px);
  width: 122px;
  height: 122px;
  text-align: center;
  padding-top: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.video-text {
  margin-bottom: 80px;
  padding: 27px 0;
  padding-left: 25px;
  position: relative;
}

.video-text h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1px;
}

.video-text p {
  font-size: 18px;
  color: #a3a1b3;
  font-weight: 500;
  margin-bottom: 0;
}

.video-text:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 100%;
  left: -22px;
  top: 0;
  border-left: 3px solid #de46d6;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
  box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
}

.featured-section {
  position: relative;
  overflow: hidden;
}

.featured-bg {
  width: calc(50% - 156px);
  float: left;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
}

.featured-box {
  float: right;
  width: calc(50% + 156px);
  background: #fff;
  padding: 100px 50px 130px 79px;
}

.featured-box .text-box { max-width: 810px; }

.featured-box .text-box .top-meta { color: #68647d; }

.featured-box .text-box h3 {
  font-size: 60px;
  max-width: 100%;
}

.featured-box .text-box p { font-size: 16px; }

.featured-box .text-box .read-more { color: #251e2f; }

.newsletter-section {
  padding: 108px 0 95px;
  text-align: center;
}

.newsletter-section h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 73px;
}

.newsletter-form { padding-left: 56px; }

.newsletter-form input {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  width: 787px;
  border: none;
  border-bottom: 2px solid #9b91a6;
  background: none;
  height: 63px;
  margin-right: 26px;
}

.footer-section {
  text-align: center;
  /*background: #2d1854;*/
  max-width: 1496px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.footer-section .container {
  position: relative;
  padding: 60px 15px 25px;
}

.footer-section a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.footer-left-pic {
  position: absolute;
  left: -13px;
  bottom: 19px;
}

.footer-right-pic {
  position: absolute;
  right: 50px;
  bottom: 19px;
}

.footer-menu { padding-top: 62px; }

.footer-menu li:last-child a { margin-right: 0; }

.footer-social {
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-social a:first-child { margin-left: 0; }

.copyright {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.copyright a { color: #9190a5; }

.copyright a:hover { text-decoration: underline; }

#challengeCountdown {
  color: #685961;
  text-align: center;
  font-weight: bold;
}

.admin-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efaaad+0,99d8df+100 */
  background: #efaaad; /* Old browsers */
  background: -moz-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #efaaad 0%, #99d8df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efaaad', endColorstr='#99d8df', GradientType=1); /* IE6-9 */
  padding: 10px;
}

.admin-section h3,
.admin-section h4,
.admin-section dl,
.admin-section div,
.admin-section table { color: #685961; }

.admin-section table .actions { min-width: 170px; }

.page-top-section {
  height: 200px;
  padding-top: 165px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efaaad+0,99d8df+100 */
  background: #efaaad; /* Old browsers */
  background: -moz-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #efaaad 0%, #99d8df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efaaad', endColorstr='#99d8df', GradientType=1); /* IE6-9 */
}

.page-info {
  max-width: 1496px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  padding-left: 60px;
}

.page-info h2 {
  color: #fff;
  font-size: 48px;
}

.site-breadcrumb a,
.site-breadcrumb span {
  font-style: italic;
  color: #fff;
  margin: 0 10px;
  font-weight: 700;
}

.site-breadcrumb a:first-child { margin-left: 0; }

.site-breadcrumb span { color: #c313b7; }

.games-section {
  padding: 108px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
  background: #501755;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
  background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.game-filter {
  list-style: none;
  margin-bottom: 82px;
}

.game-filter li {
  display: inline-block;
  width: 40px;
  height: 34px;
  background: #503c6e;
  border-radius: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.game-filter li:hover { background: #c313b7; }

.game-filter li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 7px;
}

.game-item { margin-bottom: 80px; }

.game-item h5 {
  font-size: 20px;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 20px;
}

.game-item .read-more {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #EFAAAD;
}

.game-item .read-more img { margin-left: 13px; }

.site-pagination {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-pagination a {
  width: 38px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid transparent;
  color: #fff;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-pagination a.active {
  width: 44px;
  margin: 0 10px;
  color: #EFAAAD;
  border: 2px solid #EFAAAD;
}

.site-pagination a.active:first-child { margin-left: 0; }

.detail-page,
.challenge-section,
.tutorial-page,
.intro-section,
.admin-section,
.contact-page {
  padding: 60px 0;
  background: #fff;
  max-width: 1496px;
  margin-left: auto;
  margin-right: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
  /*background: #501755;*/
  /* Old browsers */
  /* FF3.6-15 */
  /*background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);*/
  /*background: linear-gradient(45deg, #501755 0%, #2d1854 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);*/
  /* IE6-9 fallback on horizontal gradient */
}

.challenge-detail-preview { margin-bottom: 15px; }

.challenge-detail-content {
  padding: 0;
}

.challenge-detail-content .gs-meta {
  font-size: 18px;
  color: #68647d;
  font-weight: 500;
  margin-bottom: 20px;
}

.challenge-detail-content .gs-meta a { color: #EFAAAD; }

.challenge-detail-content .gs-title {
  color: #fff;
  margin-bottom: 40px;
}

.challenge-detail-content h4 {
  color: #EFAAAD;
  margin-bottom: 20px;
}

.challenge-detail-content p {
  font-size: 16px;
  font-weight: 500;
  color: #68647d;
  line-height: 1.8;
}

.prize-widget {
  /*background: #34164b;*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efaaad+0,99d8df+100 */
  background: #efaaad; /* Old browsers */
  background: -moz-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #efaaad 0%, #99d8df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efaaad', endColorstr='#99d8df', GradientType=1); /* IE6-9 */
  padding: 25px 0 25px;
}

.prize-widget ul {
  list-style: none;
  padding: 0 38px;
}

.prize-widget ul li {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.prize-widget ul li span {
  float: right;
  color: #68647d;
}

.prize-widget h5 {
  text-align: right;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  padding-right: 38px;
}

.prize-widget h5 i {
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  color: #65607b;
  text-transform: uppercase;
  margin-right: 18px;
}

.prize-widget h5 span { color: #EFAAAD; }

.info-widget {
  /*background: #34164b;*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efaaad+0,99d8df+100 */
  background: #efaaad; /* Old browsers */
  background: -moz-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #efaaad 0%, #99d8df 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #efaaad 0%, #99d8df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efaaad', endColorstr='#99d8df', GradientType=1); /* IE6-9 */
  padding: 25px 0 25px;
}

.info-widget .info-text { padding: 0 30px; }

.info-widget .info-text p {
  font-size: 16px;
  font-weight: 500;
  color: #68647d;
  line-height: 1.8;
}

.info-widget .info-text h6 {
  color: #68647d;
  padding-left: 15px;
}

.info-widget .info-text h6 span { color: #EFAAAD; }

.game-author-section {
  background: #3a1854;
  padding: 51px 0;
  overflow: hidden;
}

.game-author-pic {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  float: left;
  margin-right: 55px;
}

.game-author-info {
  overflow: hidden;
  padding-top: 10px;
}

.game-author-info h4 {
  color: #fff;
  margin-bottom: 20px;
}

.game-author-info h4 span { color: #EFAAAD; }

.game-author-info p {
  font-size: 16px;
  font-weight: 500;
  color: #68647d;
  line-height: 1.8;
  margin-bottom: 0;
}

.challenge-item { margin-bottom: 87px; }

.challenge-content { position: relative; }

.challenge-content h3 {
  max-width: 100%;
  margin-bottom: 15px;
}

.challenge-content p { margin-bottom: 40px; }

.challenge-content .rating {
  position: absolute;
  right: 0;
  top: 0;
}

.challenge-content .rating h5 {
  text-align: right;
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  padding-right: 38px;
}

.challenge-content .rating h5 i {
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  color: #65607b;
  text-transform: uppercase;
  margin-right: 18px;
}

.challenge-content .rating h5 span { color: #c313b7; }

.tutorial-page .tutorial-filter { margin-bottom: 77px; }

.big-tutorial-item { margin-bottom: 65px; }

.big-tutorial-item .tutorial-thumbnail { margin-bottom: 30px; }

.big-tutorial-item .tutorial-content .top-meta { margin-bottom: 15px; }

.big-tutorial-item .tutorial-content h3 {
  max-width: 100%;
  margin-bottom: 25px;
}

.big-tutorial-item .tutorial-content p { margin-bottom: 10px; }

.map iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 104px;
}

.contact-page .section-title h2 {
  color: #685961;
  padding: 0 0 40px 0;
  margin-left: -15px;
}

/*.contact-form input,
.contact-form textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.54);
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  color: #685961;
  line-height: 1;
}*/

.contact-form textarea {
  line-height: 1.4;
  height: 156px;
  margin-bottom: 48px;
}

.contact-form .site-btn img { left: 5px; }

.contact-text h3 { margin-bottom: 25px; }

.contact-text p {
  line-height: 1.9;
  color: #68647d;
  margin-bottom: 50px;
}

.cont-info {
  overflow: hidden;
  margin-bottom: 20px;
}

.cont-info .ci-icon {
  float: left;
  width: 32px;
  margin-right: 26px;
}

.cont-info .ci-text {
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .container { max-width: 1175px; }
}

@media (min-width: 1440px) {
  .container { max-width: 1400px; }
}

@media (max-width: 1530px) {
  .hero-slider .owl-dots {
    width: 1170px;
    left: calc(50% - 585px);
  }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tutorial-item .tutorial-thumb { width: 250px; }

  .hero-item p { font-size: 22px; }

  .hero-slider .owl-nav .owl-next { right: 30px; }

  .hero-slider .owl-dots {
    width: 930px;
    left: calc(50% - 465px);
  }

  .newsletter-form { padding-left: 0; }

  .newsletter-form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .game-filter li {
    width: 31px;
    height: 31px;
  }

  .game-filter li a { padding-top: 5px; }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bar-warp { padding: 39px 15px 0; }

  .main-menu li a { margin-right: 10px; }

  .hero-item h2 { font-size: 110px; }

  .hero-item p {
    font-size: 16px;
    padding: 0 30px;
  }

  .hero-slider .owl-nav .owl-next { right: 0; }

  .hero-slider .owl-dots {
    width: 690px;
    left: calc(50% - 345px);
  }

  .tutorial-item .tutorial-thumb {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .featured-bg { display: none; }

  .featured-box {
    float: none;
    width: 100%;
  }

  .newsletter-form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .footer-right-pic { right: 15px; }

  .footer-left-pic { left: -44px; }

  .game-filter { text-align: center; }

  .game-filter li { margin-bottom: 5px; }

  .challenge-detail-content .gs-title { font-size: 40px; }

  .challenge-pic img {
    min-width: 100%;
    margin-bottom: 30px;
  }

  .contact-text { margin-bottom: 50px; }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .header-bar-warp { padding: 25px 20px 10px; }

  .main-menu.primary-menu { display: none; }

  .slicknav_menu {
    display: block;
    background: #fff;
    margin-top: -65px;
  }

  .slicknav_btn {
    margin-right: 10px;
    background: #EFAAAD;
  }

  .slicknav_nav a {
    text-decoration: underline;
    color: #EFAAAD;
  }

  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_row:hover {
    background: #EFAAAD;
    color: #fff;
  }

  .hero-item h2 { font-size: 70px; }

  .hero-item p { font-size: 18px; }

  .footer-right-pic,
  .footer-left-pic { display: none; }

  .hero-slider .owl-nav .owl-next {
    top: auto;
    bottom: 33px;
    right: 15px;
    z-index: 99;
  }

  .hero-slider .owl-dots {
    width: 100%;
    left: 0;
    padding-left: 15px;
  }

  .intro-text-box { 
    margin-bottom: 40px; 
    text-align: center;
  }

  .tutorial-item .tutorial-thumb {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .sidebar { padding-top: 60px; }

  .featured-bg { display: none; }

  .featured-box {
    float: none;
    width: 100%;
  }

  .featured-box .text-box h3 { font-size: 45px; }

  .newsletter-form { padding-left: 0; }

  .newsletter-form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .video-text:after { left: 0; }

  .page-top-section {
    height: 200px;
    padding-top: 165px;
  }

  .game-filter { text-align: center; }

  .game-filter li { margin-bottom: 5px; }

  .challenge-detail-content .gs-title { font-size: 40px; }

  .challenge-pic img {
    min-width: 100%;
    margin-bottom: 30px;
  }

  .contact-text { margin-bottom: 50px; }

  .challenge-content .rating {
    position: relative;
    margin-bottom: 20px;
  }

  .challenge-content .rating h5 {
    text-align: left;
    padding-right: 0;
  }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
  .hero-item h2 {
    font-size: 55px;
    margin-bottom: 20px;
  }

  .hero-item p { font-size: 15px; }

  .video-text h2 { font-size: 30px; }

  .video-play-btn { top: calc(30% - 61px); }

  .featured-box { padding: 100px 15px; }

  .featured-box .text-box h3,
  .newsletter-section h2 { font-size: 35px; }

  .main-menu li a { margin-right: 20px; }

  .game-author-pic {
    float: none;
    margin-bottom: 20px;
  }
}

/*jssor slider loading skin spin css*/

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }

  to { transform: rotate(360deg); }
}

/*jssor slider arrow skin 106 css*/

.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora106 .c {
  fill: #fff;
  opacity: .3;
}

.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10;
}

.jssora106:hover .c { opacity: .5; }

.jssora106:hover .a { opacity: .8; }

.jssora106.jssora106dn .c { opacity: .2; }

.jssora106.jssora106dn .a { opacity: 1; }

.jssora106.jssora106ds {
  opacity: .3;
  pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/

.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
}

.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1;
}

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}

.jssort101 .p:hover { padding: 2px; }

.jssort101 .p:hover .cv {
  background-color: rgba(0, 0, 0, 6);
  opacity: .35;
}

.jssort101 .p:hover.pdn { padding: 0; }

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: .35;
}

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: .35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a { visibility: visible; }

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: .6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t { opacity: 1; }