@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@font-face {
  font-family: "Insula Font";
  src: url(../fonts/INSULA.ttf);
}
@font-face {
  font-family: "Cinzel";
  src: url(../fonts/Cinzel-Regular.ttf);
}
body {
  background-color: #121212;
  font-size: 14px;
  color: #424242;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
}

.headerText {
  line-height: 100px;
  font-size: 48px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 8px;
  color: #282828;
  width: 900px;
}

.sub-title-2 {
  font-size: 24px;
  background-color: rgba(20, 20, 20, 0.9);
  padding: 0 8px;
  color: #AAAAAA;
  width: 420px;
}

.sub-title-2 a:hover, a:active, a:focus, a:visited, #arcade h2 a:hover {
  color: #fff;
  text-decoration: none;
}

.sub-title-2 a:active, a:focus, a:visited {
  color: #fff;
  text-decoration: none;
}

::selection {
  background: #196691;
  color: #fff;
}

::-moz-selection {
  background: #196691;
  color: #fff;
}

.posters {
  text-decoration: underline;
}

.posters:hover {
  color: #e0ce02;
  text-decoration: underline;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul.list-inline {
  margin-left: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h3 b {
  padding: 0 8px;
  background-color: #196691;
  color: #fff;
}

h3 span {
  font-size: 60%;
  margin-left: 5px;
}

p {
  font-size: 14px;
  color: #DDD;
}

a {
  color: #cbe9ff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

.btn {
  border-radius: 0;
}

.btn:focus {
  outline: none;
}

/*-----  End of Typography  ------*/
/*==================================
=            shortcodes            =
==================================*/
.mtb10 {
  margin-bottom: 10px;
}

.mtb20 {
  margin-bottom: 20px;
}

.mtb30 {
  margin-bottom: 30px;
}

.mtb40 {
  margin-bottom: 40px;
}

.mtb50 {
  margin-bottom: 50px;
}

.mtb60 {
  margin-bottom: 60px;
}

.mtb70 {
  margin-bottom: 70px;
}

.mtb80 {
  margin-bottom: 80px;
}

.mtb90 {
  margin-bottom: 90px;
}

.mtb100 {
  margin-bottom: 100px;
}

.ptb10 {
  padding-bottom: 10px;
}

.ptb20 {
  padding-bottom: 20px;
}

.ptb30 {
  padding-bottom: 30px;
}

.ptb40 {
  padding-bottom: 40px;
}

.ptb50 {
  padding-bottom: 50px;
}

.ptb60 {
  padding-bottom: 60px;
}

.ptb70 {
  padding-bottom: 70px;
}

.ptb80 {
  padding-bottom: 80px;
}

.ptb90 {
  padding-bottom: 90px;
}

.ptb100 {
  padding-bottom: 100px;
}

.ptt10 {
  padding-top: 10px;
}

.ptt20 {
  padding-top: 20px;
}

.ptt30 {
  padding-top: 30px;
}

.ptt40 {
  padding-top: 40px;
}

.ptt50 {
  padding-top: 50px;
}

.ptt60 {
  padding-top: 60px;
}

.ptt70 {
  padding-top: 70px;
}

.ptt80 {
  padding-top: 80px;
}

.ptt90 {
  padding-top: 90px;
}

.ptt100 {
  padding-top: 100px;
}

.img-100p {
  width: 100%;
}

.img-icons {
  width: 40%;
}

.overflow {
  overflow: hidden;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.section-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.section-info {
  margin-bottom: 60px;
  text-align: center;
}

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateZ(-50%);
  transform: translateZ(-50%);
}

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overflow-content-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----  End of shortcodes  ------*/
/*==============================
=            Loader            =
==============================*/
.loader-running #wrapper {
  opacity: 0.3;
  background-color: #196691;
}

.loader {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.loader .loader-progress {
  background-color: #196691;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 0;
  height: 20px;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.loader .loader-progress .loader-progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -32px;
  bottom: 0;
  background-image: -webkit-linear-gradient(45deg, #196691, rgba(255, 255, 255, 0.5));
  background-image: linear-gradient(45deg, #196691, rgba(255, 255, 255, 0.5));
}

.loader-inactive {
  display: none;
}

.main-logo {
  top: -10px;
  width: 140px;
}

/*============================
=            menu            =
============================*/
.main-nav {
  background-color: #121212;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 10px 1px 5px #888888;
}

.main-nav-change .logo-left,
.main-nav-change .menu-button {
  right: 20px;
}

.main-nav-change {
  background: #0c121c;
  /*background: rgba(89,111,255,.95);*/
  height: 80px;
}

.logo-left {
  position: absolute;
  top: 20px;
  left: 32px;
  z-index: 1;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.game-logo {
  margin: 0 auto;
  display: block;
  margin-top: 22px;
  width: 340px;
}

.menu-button {
  position: fixed;
  left: 90%;
  text-align: right;
  top: 10px;
  z-index: 16;
  width: 50px;
  -webkit-transition: top 0.5s ease-in-out, left 0.5s;
  transition: top 0.5s ease-in-out, left 0.5s;
}

.menu-active {
  left: 75%;
}

.menu-button button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  font-size: 26px;
  color: white;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
}

.menu-button button:hover {
  transform: scale(1.2);
}

.menu-button button:focus {
  outline: none;
}

.nav-menu {
  background: #141414 none repeat scroll 0 0;
  padding-top: 50px;
}

.nav-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

.nav-menu a {
  color: #c4c4c4;
  border: none;
  padding: 15px 25px;
  text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu .current a {
  color: #fff;
  background-color: #196691;
  /* #ec4a3d; red */
  text-decoration: none;
}

/*-----  End of menu  ------*/
.gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

/*===================================
=            home-slider            =
===================================*/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .item {
  -webkit-background-size: cover;
  background-size: cover;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 50px;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.carousel-indicators {
  z-index: 1;
}

#home-slider .caption .main-title {
  color: #fff;
  font-weight: 700;
}

#home-slider .caption .sub-title {
  color: #fff;
  text-transform: uppercase;
}

.main-screen {
  padding: 0;
  margin: 0;
  margin-top: 50px !important;
  margin-left: 30% !important;
}

.sub-title b {
  background-color: #196691;
  font-size: 36px;
  padding: 0 8px;
}

.caption .btn-start {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.caption .btn-start:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #196691;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.caption {
  margin-left: 200px;
}

.caption .btn-start:hover {
  color: #fff;
  border-color: #196691;
}

.caption .btn-start:hover:before {
  height: 225%;
  opacity: 1;
}

#home-slider .carousel-indicators .active {
  height: 10px;
}

#home-slider .carousel-indicators li {
  width: 45px;
  height: 8px;
  border: 1px solid #fff;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}

/*-----  End of home-slider  ------*/
/*================================
=            buy=
================================*/
#buy {
  color: #ffffff;
  padding: 7% 20%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: 0.5s;
}

#buy .option {
  margin: 0 auto !important;
  float: left;
  width: 33%;
}

#buy .option a img {
  width: 200px;
  display: block;
  margin: 0 auto;
  transition: filter 0.5s;
  filter: contrast(50%);
  padding: 0;
}

#buy .option a img:hover {
  filter: contrast(100%);
}

#arcade {
  background-color: black;
  background: url(../img/arcade_bcg.jpg);
  padding: 5% 30%;
  color: #ffffff;
  line-height: 150%;
  text-align: center;
}

#arcade .img-icons {
  width: 180px;
  padding: 0;
  margin: 0;
}

#about {
  position: relative;
  color: #ffffff;
  background: url(../img/bg/castle2.jpg);
  background-attachment: fixed;
  text-align: center;
  padding-bottom: 3%;
}
#about .gradient-top {
  position: absolute;
  top: 0;
  z-index: 0;
}
#about .gradient-bottom {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 110px;
}

#about .wyvernGreen {
  position: absolute;
  margin-top: 400px;
  right: 70%;
}

#about .wyvernRed {
  position: absolute;
  margin-left: 70%;
  margin-top: 800px;
}

#about .description {
  padding: 3% 30% 7% 30%;
}

#about h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #cbe9ff;
}

#about .pvp-coop {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 5%;
}

#about .pvp-coop img {
  width: 100%;
  display: block;
  margin: 0 auto;
  z-index: -1;
}

#about .pvp-coop h3 {
  float: left;
  width: 50%;
  font-weight: bold;
}

#about .pvp-coop-1200 {
  display: none;
}

#about .pvp-coop-1200 img {
  width: 100%;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 3px 3px #0b172c;
  font-family: "Insula Font";
  margin: 10px 0;
  padding: 0;
  color: #fff;
}

#arcade h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 110%;
}

#arcade h3 {
  line-height: 150%;
  font-size: 140%;
}

#arcade .contact {
  padding-top: 2%;
  font-size: 30px;
}

.content-part .active-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-part .active-image img {
  width: 420px;
  height: 420px;
  border: 5px solid #196691;
  border-radius: 100%;
}

.content-part .active-image p {
  position: relative;
  padding: 15px;
}

.content-part .active-image p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #196691;
}

.content-part .active-thumb img {
  opacity: 1 !important;
}

.content-part .thumb-img img {
  width: 140px;
  height: 140px;
  border: 5px solid #196691;
  border-radius: 100%;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-part .thumb-img img:hover {
  opacity: 1;
}

.content-part .first-expertise-img {
  position: absolute;
  top: 0;
  left: 0;
}

.content-part .second-expertise-img {
  position: absolute;
  top: 0;
  right: 0;
}

.content-part .third-expertise-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-part .fourth-expertise-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.col-xs-height {
  display: table-cell;
  float: none !important;
}

#teams {
  background-color: #f6f6f6;
}

.team-member .member-pic {
  position: relative;
  overflow: hidden;
}

.team-member .caption .color-overlay {
  background: rgba(89, 111, 255, 0.7);
  left: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-member .caption .social-icon {
  text-align: center;
  left: -100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  opacity: 0;
}

.team-member .caption .social-icon a {
  color: #fff;
  font-size: 26px;
}

.team-member .caption .social-icon li {
  margin-right: 10px;
  text-align: center;
}

.team-member .caption .social-icon li:last-child {
  margin-right: 0;
}

.team-member .member-pic:hover .color-overlay {
  left: 0;
  opacity: 1;
}

.team-member .member-pic:hover .social-icon {
  left: 50%;
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.team-member .member-info .position {
  margin-top: 25px;
}

.team-member .member-info .name {
  font-size: 16px;
  color: #454545;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*-----  End of teams  ------*/
/*===================================
=            latest-blog            =
===================================*/
.each-post .date {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}

.each-post .headline {
  margin-bottom: 30px;
  font-size: 22px;
}

.each-post .headline a {
  color: #454545;
}

.each-post .headline a:hover {
  color: #196691;
}

.read-more-button {
  margin-top: 80px;
  font-size: 16px;
}

.read-more-button a {
  position: relative;
  padding: 20px;
  display: inline-block;
}

.read-more-button a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-top: 1px solid #196691;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-bottom: 1px solid #196691;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more-button a:hover {
  color: #196691;
}

.read-more-button a:hover:before,
.read-more-button a:hover:after {
  width: 100%;
}

/*-----  End of latest-blog  ------*/
.blog-list .main-nav {
  background: rgba(89, 111, 255, 0.8);
  height: 80px;
}

.blog-list .logo-left,
.blog-list .menu-button {
  top: 20px !important;
}

#breadcrumbs {
  background: url(../img/blog/blog-list/breadcrumbs.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

#breadcrumbs .color-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 180px;
  padding-bottom: 120px;
}

#breadcrumbs .title {
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#latest-blog .each-post {
  margin-bottom: 60px;
}

#latest-blog .each-post .headline {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
}

.info-data {
  color: #999999;
  margin-bottom: 30px;
}

.info-data li {
  margin-right: 20px;
}

.info-data li:last-child {
  margin-right: 0;
}

#latest-blog .each-post .blog-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#latest-blog .each-post:hover .blog-img img {
  opacity: 0.5;
}

#latest-blog .pagination > li > a {
  font-size: 16px;
  color: #999999;
  border-color: #999999;
}

#latest-blog .pagination > li:first-child > a,
#latest-blog .pagination > li:last-child > a {
  border-radius: 0;
}

#latest-blog .pagination > li:hover a,
#latest-blog .pagination > li.active a {
  background-color: #196691;
  border-color: #196691;
  color: #fff;
}

#contact {
  position: relative;
  overflow: hidden;
}

#footer {
  padding-top: 50px;
  color: #fafafa;
}

#footer .bottom-part {
  padding-bottom: 0px;
  text-align: center;
}

#footer span {
  font-size: 16px;
}

.feature-item p {
  font-size: 2rem;
  padding: 0;
  padding-top: 5%;
}

#footer span p {
  font-size: 130%;
}

#footer a:hover {
  color: #3998cf;
}

.social-icon-footer li {
  margin-right: 10px;
}

.social-icon-footer li:last-child {
  margin-right: 0;
}

.social-icon-footer li a {
  font-size: 30px;
}

.social-icon-footer li a:hover {
  color: #196691;
}

.subscribe-form p {
  color: #999999;
}

.subscribe-form input {
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #999999;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999999;
}

.subscribe-form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #196691;
}

.subscribe-form input::-webkit-input-placeholder {
  color: #666666;
}

.subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

.subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

.subscribe-form input:-ms-input-placeholder {
  color: #666666;
}

.copyright {
  background-color: #282828;
  padding: 15px;
  font-size: 12px;
  box-shadow: 10px 1px 5px #888888;
}

.copyright .info {
  text-align: center;
}

.copyright .info a:hover {
  color: #196691;
}

/*-----  End of footer  ------*/
.lightboxBlack {
  background-color: #000;
  width: 100%;
}

#open-menu {
  transition: 0.5s;
}

.sidenav {
  height: 100%;
  width: 320px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -500px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 200px;
  box-shadow: -1px -1px 5px #888888;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 2rem;
  text-align: right;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 80px;
  left: 0;
  font-size: 36px;
  transition: all 0.2s ease-in-out;
}

.sidenav .closebtn:hover {
  background-color: rgba(0, 0, 0, 0);
  transform: scale(1.3);
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
.nav-menu {
  background: #141414 none repeat scroll 0 0;
  margin: 0;
  padding: 0;
  padding-top: 150px;
}

.nav-menu ul li {
  display: block;
  padding: 0;
  margin: 0;
}

.nav-menu a {
  color: #c4c4c4;
  border: none;
  padding: 15px 25px;
  text-transform: uppercase;
}

.nav-menu a:hover {
  color: #fff;
  background-color: #196691;
  text-decoration: none;
}

.hide-bullets {
  list-style: none;
  margin-left: -40px;
  margin-top: 20px;
}

.thumbnail {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  filter: brightness(90%);
  transform: scale(1);
  transition: all 0.5s;
}

.thumbnail:hover {
  filter: brightness(120%);
  transform: scale(1.2);
  cursor: pointer;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 40%;
  max-width: 525px;
  margin-top: 50px;
  margin: 0 auto;
}

.col-half-offset {
  margin-left: 4.166666667%;
}

.col-1-offset {
  margin-left: 7.2%;
}

#equipment {
  background: url(../img/equipment-background.png) no-repeat;
  background-position: -30px 0;
  width: 55%;
  float: right;
  position: relative;
  height: 700px;
  margin: 0;
  padding: 2% 1% 1% 1%;
}
#equipment #main_area img {
  opacity: 1;
}
#equipment #main_area img.clicked {
  animation: fadeIn 1.2s;
}
#equipment #main_area #bow-name {
  color: #cbe9ff;
  font-size: 3rem;
  padding: 1%;
  text-align: center;
}
#equipment #main_area #bow-description {
  width: 80%;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}
#equipment #main_area #bow-gold {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 20%;
  left: 40%;
  color: #ffc34f;
  font-size: 1.8rem;
  font-weight: bold;
}
#equipment #main_area #bow-gold img {
  width: 20px;
  margin: -2px 0 0 4px;
}
#equipment .carousel-inner {
  margin: 0 auto;
  margin-top: -75px;
}
#equipment .carousel-inner img {
  display: block;
  margin: 0 auto;
  max-width: 140px;
}
#equipment .border-bottom {
  position: absolute;
  bottom: -110px;
  left: 0;
  transform: rotate(1deg);
  z-index: 10;
}
#equipment .border-top {
  position: absolute;
  top: -113px;
  left: 0;
  transform: rotate(1deg);
}

#magicAndEquipment {
  position: relative;
  background: linear-gradient(to bottom, #00243a 30%, #0d131f 80%);
  display: block;
  height: auto;
}

#magicAndEquipment #magic {
  background: linear-gradient(to bottom, #00243a 30%, #0d131f 80%);
  width: 45%;
  float: right;
  position: relative;
  height: 700px;
  margin: 0;
  padding: 4% 3% 3% 3%;
}

#magicAndEquipment #magic h1 {
  background: none;
}

#magicAndEquipment #magic .description {
  width: 40%;
  text-align: center;
  padding: 0;
  display: block;
  margin: 0 auto;
  margin-top: 190px;
}

#magicAndEquipment #magic .description h3 {
  color: #cbe9ff;
  padding: 2%;
  font-size: 3rem;
}

#magicAndEquipment #magic .description p {
  font-size: 2rem;
}

#magicAndEquipment #magic .description img {
  margin-top: 100px;
  border-radius: 5%;
}

#magicAndEquipment #magic .border-top {
  position: absolute;
  top: -100px;
  left: 0;
}

#magicAndEquipment #magic .border-bottom {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 100;
}

#magicAndEquipment #magic .spells {
  position: absolute;
  top: 120px;
  display: block;
  z-index: 10;
}

#magicAndEquipment #magic .spells img {
  width: 100px;
  display: block;
  margin: 5px;
  border-radius: 50%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  border: 3px solid #00446f;
}

#magicAndEquipment #magic .spells img:hover {
  cursor: pointer;
  border: 3px solid white;
}

#magicAndEquipment #magic .spells .clicked {
  border: 3px solid #ffa650;
}

#magicAndEquipment #magic .spells .clicked:hover {
  border: 3px solid #ffa650;
}

#magicAndEquipment #magic .fire {
  left: 23%;
}

#magicAndEquipment #magic .fire img:nth-child(2), #magicAndEquipment #magic .fire img:nth-child(4) {
  margin-left: -50px;
}

#magicAndEquipment #magic .fire img:nth-child(3) {
  margin-left: -80px;
}

#magicAndEquipment #magic .ice {
  right: 13%;
}

#magicAndEquipment #magic .ice img:nth-child(2), #magicAndEquipment #magic .ice img:nth-child(4) {
  margin-left: 50px;
}

#magicAndEquipment #magic .ice img:nth-child(3) {
  margin-left: 80px;
}

#magicAndEquipment .clear {
  clear: both;
}

#officialTournament {
  position: relative;
  background: url(../img/bg/tournament.jpg) no-repeat;
  background-attachment: fixed;
  min-height: 800px;
  color: white;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  clear: both;
}
#officialTournament .gradient-top {
  position: absolute;
  top: 0;
  z-index: 0;
}
#officialTournament .gradient-bottom {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 110px;
}
#officialTournament .date {
  color: #ffc34f;
  font-weight: bold;
  width: 110%;
}

#officialTournament .container {
  padding-top: 60px;
}

#officialTournament h1, #officialTournament h2, #officialTournament h3 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  left: 30%;
  max-width: 40%;
}

#officialTournament .final {
  background: url(../img/background03.png) no-repeat center -20px;
  background-size: 350px 350px;
  text-align: left;
  position: relative;
  margin-top: 20px;
  padding: 50px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #e4e4e4;
  text-shadow: 1px 1px 2px black;
}

#officialTournament .final img {
  width: 400px;
  margin: 0 auto;
  display: block;
}

#officialTournament .final table {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-top: -260px;
}

#officialTournament .final td {
  height: 4rem;
}

#officialTournament .final tr:first-child {
  font-size: 130%;
  color: #ffda75;
  font-weight: bold;
  animation: glowing 3000ms infinite;
}

#officialTournament .final h3 {
  color: #bd921c;
  font-weight: bold;
  margin-top: 90px;
  font-variant: small-caps;
}

#officialTournament .final td:nth-child(2) {
  width: 50%;
}

#officialTournament td {
  width: 100px;
  font-family: "Cinzel";
}

#officialTournament td:first-child {
  text-align: right;
  padding-right: 10px;
}

#officialTournament .semifinals {
  position: relative;
  width: 100%;
}

#officialTournament .semifinal {
  background: url(../img/background03.png) no-repeat center -30px;
  background-size: 300px 300px;
  position: relative;
  padding: 50px;
  width: 50%;
  height: 350px;
  float: left;
  text-align: left;
  border-radius: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  margin-top: -60px;
  color: #e4e4e4;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}

#officialTournament .semifinal img {
  width: 300px;
  margin: 0 auto;
  display: block;
}

#officialTournament .semifinal table {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-top: -210px;
}

#officialTournament .semifinal td {
  height: 3rem;
}

#officialTournament .semifinal h3 {
  color: #b9b9b9;
  font-weight: bold;
  margin-top: 80px;
  font-variant: small-caps;
}

#officialTournament .semifinal td:nth-child(2) {
  width: 35%;
}

#myCarousel {
  margin: 0 auto;
  max-width: 75%;
  margin-top: 50px;
}
#myCarousel .item {
  height: 380px;
}

.carousel-control.left, .carousel-control.right {
  background: none;
  width: 30%;
}

.carousel-control {
  margin-top: 280px;
  background-image: none;
  font-size: 5rem;
}

.carousel .glow {
  width: 100%;
}

.carousel .glow img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  top: 100px;
}

.carousel-inner h3 {
  text-align: center;
}

.carousel-inner p {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
}

.carousel-control:hover {
  background: none;
}

@media screen and (max-width: 1200px) and (orientation: portrait) {
  #buy .option {
    float: none;
    padding: 0;
    width: 100%;
    padding: 10%;
  }
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  #buy .option a img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #buy {
    padding: 15%;
    margin-bottom: 0;
  }

  #buy .row {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  #buy {
    padding: 10% 15%;
  }
}
@media screen and (max-width: 1200px) {
  #about article .about-img img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  #equipment {
    float: none;
    width: 100%;
  }

  #magic {
    float: none;
    width: 100%;
  }

  .wyvernGreen img, .wyvernRed img {
    max-width: 400px;
  }

  #about .about-img h4 {
    font-size: 2.8rem;
  }

  #equipment {
    background-size: 1400px 1000px;
    background-position: right center;
  }
}
@media screen and (max-width: 768px) {
  #about .pvp-coop {
    display: none;
  }

  #about .pvp-coop-1200 {
    display: block;
  }

  #about .pvp-coop-1200 .about-img {
    padding: 3% 6%;
  }

  .wyvernGreen, .wyvernRed {
    display: none;
  }

  .logo-left {
    display: none;
  }

  .game-logo {
    width: 240px;
  }

  #about .description {
    padding: 2% 8%;
  }

  #about .about-img h4 {
    font-size: 2.4rem;
  }

  #slider-thumbs {
    display: none;
  }

  .carousel-inner {
    margin-top: -50px;
  }

  #officialTournament .container .final {
    background: none;
    margin-top: 100px;
    padding: 0;
    padding-bottom: 32%;
  }

  #officialTournament .container .final .laurel {
    width: 80%;
    max-width: 430px;
    min-width: 300px;
  }

  #officialTournament .container .semifinals {
    max-height: 540px;
  }

  #officialTournament .container .semifinal {
    background: none;
    float: none;
    width: 100%;
    padding: 0;
  }

  #equipment #main_area #bow-description {
    width: 85%;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 600px) {
  #about {
    padding: 8% 8% 3% 8%;
  }

  #about article {
    margin-left: 0;
  }

  #about article .about-img img {
    background-size: 220px 220px;
  }

  #about img {
    max-width: 100%;
    height: auto;
  }

  #myCarousel {
    margin-top: 160px;
  }

  #equipment #main_area #bow-gold {
    margin-top: 60px;
    width: 40%;
    left: 30%;
  }

  #equipment {
    background-size: auto 800px;
    background-position: center center;
  }

  #magicAndEquipment #magic .spells img {
    width: 75px;
  }

  #magicAndEquipment #magic .description {
    margin-top: 500px;
    width: 90%;
  }

  #magicAndEquipment #magic .description h3 {
    font-size: 2rem;
  }

  #magicAndEquipment #magic .description p {
    font-size: 1.6rem;
  }

  h1, h2, h3 {
    max-width: 100% !important;
  }

  #about .about-img h4 {
    margin-top: -100px;
  }

  #magicAndEquipment #magic .ice {
    right: 5% !important;
  }

  #equipment {
    height: 800px;
  }

  #myCarousel .item {
    height: 270px;
  }
}
@media only screen and (max-width: 400px) {
  #magicAndEquipment #magic .fire img, #magicAndEquipment #magic .ice img {
    margin-left: 0 !important;
  }

  #magicAndEquipment #magic .ice {
    right: 20% !important;
  }

  #equipment {
    height: 650px;
  }

  #myCarousel .item {
    height: 26%;
  }
}
@keyframes glowing {
  0% {
    text-shadow: 0 0 -10px #c4a300;
  }
  40% {
    text-shadow: 0 0 10px #c4a300;
  }
  60% {
    text-shadow: 0 0 10px #c4a300;
  }
  100% {
    text-shadow: 0 0 -10px #c4a300;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */
