@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/* font-family: "erasdemi"; */
@font-face {
  font-family: "Cinzel-Regular";
  src: url('../fonts/Cinzel-Regular.eot?') format('embedded-opentype'), url('../fonts/Cinzel-Regular.woff') format('woff'), url('../fonts/Cinzel-Regular.ttf') format('truetype');
}
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: 'Cinzel-Regular';
  background-color: black;
  color: white;
  position: relative;
    line-height: 1;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.body-bg {
  z-index: -2;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.body-bg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.header {
  position: relative;
}
.header-wrapper {
  z-index: 99;
  position: relative;
}
.header-inner {
  width: 100%;
  left: 0;
  right: 0;
  padding-bottom: 17px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .header-inner {
    border-bottom: none;
    z-index: 9999;
  }
}
.logo {
  position: absolute;
  z-index: 99999;
  left: 50%;
  margin-left: -102px;
  padding-top: 25px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .logo {
    position: absolute;
    left: 125px;
  }
}
.logo-light {
  position: absolute;
  top: 0;
  right: -25px;
  left: -25px;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.logo-light img {
  max-width: 100%;
  height: auto;
}
.menu {
  display: inline-block;
  margin-top: 20px;
  order: 1;
}
.bottom-menu .menu {
  margin-top: 0;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  display: inline-table;
  margin: 0 20px;
  padding-top: 12px;
  position: relative;
}
.menu ul li a {
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  position: relative;
}
.menu ul li a:after {
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  height: 3px;
  transition: 0.3s;
  background: #F7E46C;
  bottom: -5px;
}
.menu ul li a:hover {
  text-decoration: none;
}
.menu ul li a:hover:after {
  width: 100%;
  margin-left: -50%;
}
@media screen and (max-width: 991px) {
  .menu ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .menu ul li {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    top: 60px;
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    left: 0;
    right: 0;
    width: 100%;
  }
}
#buter {
  order: 9;
  position: absolute;
  z-index: 99999;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 35px;
  display: none;
}
@media screen and (max-width: 991px) {
  #buter {
    display: block;
  }
}
#buter span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFCF56;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
/* Icon 3 */
#buter span:nth-child(1) {
  top: 0px;
}
#buter span:nth-child(2),
#buter span:nth-child(3) {
  top: 10px;
}
#buter span:nth-child(4) {
  top: 20px;
}
#buter.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#buter.open span:nth-child(2) {
  transform: rotate(45deg);
}
#buter.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#buter.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 991px) {
  .mobile-container {
    display: none;
  }
}
.mobile-container.open {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-bottom: 30px;
  background: #023D7D;
  z-index: 999;
  overflow: auto;
}
.mobile-container-inner {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .mobile-container-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .mobile-container-inner {
    display: flex;
    padding-top: 85px;
    flex-direction: column;
  }
}
.left-wrapper {
  order: 2;
}
.button {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 12px;
  border-radius: 25px;
  border: 1px solid #FFCF56;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 20px;
  box-shadow: 0 0 15px 3px rgba(255, 207, 86, 0.5), 0 0 10px 3px #ffcf56 inset;
  transition: 0.6s;
  margin: 0 10px;
}
.button:hover {
  text-decoration: none;
  color: white;
  box-shadow: 0 0 15px 3px rgba(255, 207, 86, 0.5), 0 0 20px 8px #ffcf56 inset;
}
@media screen and (max-width: 768px) {
  .button {
    width: 150px;
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .button {
    width: 140px;
    margin: 0 5px;
    font-size: 14px;
  }
}
.buttons-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  margin-bottom: 45px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .buttons-wrapper {
    padding-top: 100px;
  }
}
.buttons-divider img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .buttons-divider {
    display: none;
  }

  .btn-download {
    display: none;
  }

}
.buttons-main {
  display: flex;
  justify-content: space-between;
}
.top-post {
  color: white;
  display: block;
}
.top-posts-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-posts-inner {
    flex-direction: column;
  }
}
.top-posts-left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .top-posts-left {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-posts-right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .top-posts-right {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-post {
  border-radius: 5px;
  position: relative;
  min-height: 360px;
  padding: 30px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.6s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.top-post:hover {
  color: #FFCF56;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .top-post {
    min-height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .top-post {
    min-height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .top-post {
    min-height: 250px;
  }
}
.top-post__shadow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.top-post__info {
  position: relative;
  z-index: 2;
}
.top-post__name {
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .top-post__name {
    font-size: 20px;
  }
}
.top-post__desc {
  max-height: 44px;
  overflow: hidden;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 480px) {
  .top-post__desc {
    font-size: 12px;
    max-height: 37px;
  }
}
/*OWL CAROUSEL NAVIGATION - DOTS*/
.owl-dots {
  float: left;
  z-index: 99;
  margin-top: -30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.owl-dot {
  display: inline;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.owl-dots .active {
  background: #FFCF56;
}
.get-wrapper {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
.get__title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .get__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.title-line-blue {
  height: 2px;
  width: 50px;
  background: #3E63B6;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .title-line-blue {
    margin-left: 15px;
  }
}
.get__top {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.get__post {
  color: white;
  width: 24%;
  border-radius: 5px;
  overflow: hidden;
  background: #232326;
  transition: 0.6s;
}
.get__post:hover {
  color: white;
  text-decoration: none;
}
.get__post:hover {
  background: #3A3A3D;
}
.get__post:hover .get__button span {
  border: 1px solid #C9C26B;
  box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.5), 0 0 15px 2px rgba(255, 255, 255, 0.25) inset;
}
@media screen and (max-width: 991px) {
  .get__post {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .get__post {
    width: 100%;
  }
}
.get__inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  border-bottom: 1px solid #171718;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .get__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.get__info {
  /*background: #232326;*/
  padding: 25px;
  padding-bottom: 15px;
  transition: 0.6s;
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.get__name {
  margin: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.get__desc {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #747474;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
}
.get__button {
  text-align: right;
}
.get__button span {
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: 1px solid white;
  border-radius: 15px;
  transition: 0.6s;
}
.cube1 {
  position: absolute;
  left: 0;
  z-index: -1;
}
.cube2 {
  position: absolute;
  right: 0;
  z-index: -1;
}
.cube3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 100%;
}
.going-wrapper {
  position: relative;
   z-index: 11;
}
.going__title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .going__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.title-line-yellow {
  height: 2px;
  width: 50px;
  background: #D1B937;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .title-line-yellow {
    margin-left: 15px;
  }
}
.going__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #171718;
}
@media screen and (max-width: 991px) {
  .going__inner {
    flex-direction: column;
  }
}
.going__popular {
  width: 330px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .going__popular {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .going__popular {
    width: 100%;
  }
}
.going__popular-inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 20px 30px;
}
.going__popular-inner:nth-of-type(2) {
  margin-top: 30px;
}
.going__popular-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}
.popular-post__img {
  width: 70px;
  height: 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: 0.6s;
}
.popular-post {
  display: flex;
  color: white;
  justify-content: space-between;
  margin-bottom: 15px;
  transition: 0.6s;
}
.popular-post:hover {
  color: #FFCF56;
  text-decoration: none;
}
.popular-post:hover .popular-post__img {
  opacity: 0.7;
}
.popular-post__info-wrapper {
  width: calc(100% - 85px);
}
.popular-post__info {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.popular-post__other {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}
.popular-post__other span {
  margin-right: 15px;
}
.popular__button a {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  transition: 0.6s;
}
.popular__button a:hover {
  text-decoration: none;
  color: #FFCF56;
  border: 1px solid #FFCF56;
}
.going__main {
  width: calc(100% - 350px);
}
@media screen and (max-width: 991px) {
  .going__main {
    width: 100%;
  }
}
.going-post__img {
  width: 270px;
  height: 170px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .going-post__img {
    width: 100%;
    max-width: 320px;
  }
}
.going-post {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 30px;
}
.going-post:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .going-post:last-of-type {
    margin-bottom: 15px;
  }
}
.going-post:hover {
  color: #FFCF56;
  text-decoration: none;
}
.going-post:hover .going-post__img {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .going-post {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.going-post__info {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .going-post__info {
    width: 100%;
  }
}
.going-post__desc {
  color: #6B6B6D;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .going-post__desc {
    font-size: 12px;
  }
}
.going-post__other {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #808080;
}
.going-post__other span {
  margin-right: 15px;
}
.going-post__name {
  transition: 0.6s;
  margin-top: 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .going-post__name {
    font-size: 22px;
    margin-top: 15px;
  }
}
.spot-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  background-image: url('../images/bg-cards.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.spot {
  margin-bottom: 60px;
}
.spot__title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .spot__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.title-line-red {
  height: 2px;
  width: 50px;
  background: #D60204;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .title-line-red {
    margin-left: 15px;
  }
}
.spot__top {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.spot__post {
  color: white;
  width: 23.5%;
  border-radius: 5px;
  overflow: hidden;
}
.spot__post:hover {
  color: white;
  text-decoration: none;
}
.spot__post:hover .spot__name {
  color: #FFCF56;
}
.spot__post:hover .spot__button span {
  color: #C9C26B;
  border: 1px solid #C9C26B;
  box-shadow: 0 0 15px 3px rgba(255, 207, 86, 0.5), 0 0 10px 3px #ffcf56 inset;
}
@media screen and (max-width: 991px) {
  .spot__post {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .spot__post {
    width: 100%;
  }
}
.spot__inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  border-bottom: 1px solid #171718;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .spot__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.spot__info {
  padding: 25px 0;
  padding-bottom: 15px;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 200px);
}
.spot__name {
  margin: 0;
  margin-bottom: 15px;
  font-size: 20px;
  transition: 0.6s;
}
.spot__desc {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #747474;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
}
.spot__button {
  text-align: right;
}
.spot__button span {
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #3A3A3D;
  background: #3A3A3D;
  border-radius: 25px;
  transition: 0.6s;
}
.title-line-lightblue {
  background: #9B9BF0;
  height: 2px;
  width: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title-line-lightblue {
    margin-left: 15px;
  }
}
.wide__title {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .wide__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wide__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wide__inner {
    flex-flow: row wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wide-post {
  color: white;
  width: 23%;
  position: relative;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wide-post:hover {
  color: #FFCF56;
  text-decoration: none;
}
.wide-post:hover .spot__button span {
  color: #C9C26B;
  border: 1px solid #C9C26B;
  box-shadow: 0 0 15px 3px rgba(255, 207, 86, 0.5), 0 0 10px 3px #ffcf56 inset;
}
@media screen and (max-width: 768px) {
  .wide-post {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .wide-post {
    width: 100%;
  }
}
.wide-post__info {
  position: relative;
}
.wide-post__info:before {
  content: "";
  width: 4px;
  border-radius: 25px;
  height: 100%;
  top: 0;
  right: calc(100% + 15px);
  border: 1px solid #3C3C3C;
  position: absolute;
}
.wide-post:first-of-type .wide-post__info:before {
  display: none;
}
.wide-post__name {
  font-size: 20px;
  margin-bottom: 5px;
}
.wide-post__desc {
  color: #797979;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
.wide {
  margin-bottom: 60px;
}
.fun {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fun {
    flex-direction: column;
  }
}
.fun-l {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .fun-l {
    width: 100%;
  }
}
.fun-r {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .fun-r {
    width: 100%;
  }
}
.fun__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .fun__inner {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fun__inner-r {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .fun__inner-r {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.fun__inner-l {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .fun__inner-l {
    width: 100%;
  }
}
.fun__top {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .fun__top {
    max-width: 320px;
    height: 170px;
  }
}
.fun__post {
  color: white;
  width: 23.5%;
  border-radius: 5px;
  overflow: hidden;
}
.fun__post:hover {
  color: white;
  text-decoration: none;
}
.fun__post:hover .fun__name {
  color: #FFCF56;
}
.fun__post:hover .fun__button span {
  color: #C9C26B;
  border: 1px solid #C9C26B;
  box-shadow: 0 0 15px 3px rgba(255, 207, 86, 0.5), 0 0 10px 3px #ffcf56 inset;
}
@media screen and (max-width: 991px) {
  .fun__post {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .fun__post {
    width: 100%;
  }
}
.fun__info {
  padding: 25px 0;
  padding-bottom: 15px;
  transition: 0.6s;
}
.fun__name {
  margin: 0;
  margin-bottom: 15px;
  font-size: 20px;
  transition: 0.6s;
}
.fun__desc {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #747474;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
}
.fun__button {
  text-align: right;
}
.fun__button span {
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #3A3A3D;
  background: #3A3A3D;
  border-radius: 25px;
  transition: 0.6s;
}
.footer-wrapper {
  background-image: url('../images/bg-footer.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.footer {
  border-top: 1px solid #171718;
  margin-top: 30px;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__inner-r {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .footer__inner-r {
    width: 100%;
  }
}
.footer__inner-l {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .footer__inner-l {
    width: 100%;
  }
}
.footer__blocks {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer__blocks {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.footer__block {
  width: 250px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #92979C;
}
@media screen and (max-width: 991px) {
  .footer__block {
    width: 100%;
    margin-bottom: 15px;
  }
}
.subscribe-form {
  position: relative;
  max-width: 320px;
}
.subscribe-form form {
  margin-bottom: 15px;
  position: relative;
}
.subscribe-form input {
  padding-right: 60px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  border: 3px solid white;
  border-radius: 50px;
  height: 45px;
  text-align: left;
  outline: none;
  color: black;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  border: 3px solid white;
  border-radius: 50px;
  height: 45px;
  background: #D5C900;
  outline: none;
  transition: 0.6s;
}
.subscribe-form input:first-of-type{
  margin-bottom: 15px;
}
.subscribe-form input[type="submit"]{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  color:white;
  border: 3px solid white;
  border-radius: 50px;
  height: 45px;
  background: #D5C900;
  outline: none;
  transition: 0.6s;
}
.wp-email-capture-error{
  background-color: red;
  width: 100%;
  margin: 0;
  padding:5px;
}
.subscribe-form input[type="submit"]:hover {
  background: green;
}
.subscribe-form button:hover {
  background: green;
}
.subscribe-form button img {
  vertical-align: middle;
}
.title-line-subscribe {
    background: #9B9BF0;
    height: 2px;
    width: 50px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .subscribe-form {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.subscribe-desc {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #92979C;
}
.bottom-line {
  height: 3px;
  background: linear-gradient(to left, #292821 0%, #C5AB67 50%, #292821 100%);
}
.bottom-menu-inner {
  display: flex;
  justify-content: center;
}
.bottom-menu-inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.bottom-menu-inner ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bottom-menu-inner ul li a {
  color: white;
}
.bottom-menu-inner ul li a:hover {
  text-decoration: none;
  color: #C9C26B;
}
@media screen and (max-width: 768px) {
  .bottom-menu-inner ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-menu-inner ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-menu-inner {
    flex-direction: column;
  }
}
.bottom-menu {
  background: linear-gradient(to left, #141618 0%, #141618 25%, #363C42 50%, #141618 75%, #141618 100%);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bottom-menu {
    margin-bottom: 40px;
  }
}
/*single*/
.single {
  position: relative;
  z-index: 99;
}
.single__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .single__inner {
    flex-direction: column;
  }
}
.single__main {
  width: calc(100% - 350px);
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #E2E2E2;
}
.single__main ul {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style-type: none;
}
.single__main ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.single__main ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  background: #FF4E30;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.single__main p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single__main img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .single__main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single__title {
  font-size: 30px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .single__title {
    text-align: center;
  }
}
.read__title {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .read__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.read__divider {
  height: 2px;
  width: 50px;
  background: #FF4E30;
  position: relative;
}
@media screen and (max-width: 768px) {
  .read__divider {
    margin-left: 15px;
  }
}
.read__subdivider {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.single-spot .spot__inner {
  border-bottom: none;
  padding-bottom: 0;
}
.category-wrapper .going__inner {
  border-bottom: 0;
}
/*pagination*/
.pager {
  display: block;
  clear: both;
  margin-top: 30px;
}
.page-numbers {
  padding: 10px 15px;
  color: #ABABAB;
  border: 1px solid #ABABAB;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  font-weight: bold;
}
.page-numbers:hover {
  color: #FEE08C;
  box-shadow: 0 0 15px 2px rgba(255, 207, 86, 0.5), 0 0 10px 2px #ffcf56 inset;
  text-decoration: none;
}
.page-numbers.dots:hover {
  box-shadow: none;
  color: #ABABAB;
  cursor: default;
}
.current {
  color: #FEE08C;
  box-shadow: 0 0 15px 2px rgba(255, 207, 86, 0.5), 0 0 10px 2px #ffcf56 inset;
}
.pager .prev {
  display: none;
}
.pager .next {
  display: none;
}
.not-found-title{
text-align: center;
margin-bottom: 30px;
border: none;
}
blockquote{
  border-left: 3px solid #FF4E30;
}
.single__main blockquote p{
  margin-top: 0;
}

ol {
  list-style: none;
  counter-reset: li
}
ol li::before {
  content: counter(li);
  color: #FF4E30;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

ol li {
  counter-increment: li;
  margin-bottom: 5px;
  position: relative;
}
ol li::before {
  position: absolute;
  content: counter(li);
  color: #FF4E30;
  display: inline-block;
  width: 1em;
  left: -15px;
  top: 0px;
  text-align: right;
  direction: rtl
}

.post-ratings {
  height: 50px;
  font-size: 11px;
}
.single .single-tags a{
  color: #FF4E30;
}
.single .single__main a{
  color: #FF4E30;
}

#ez-toc-container{
	margin-top: 15px;
}
/*---------------------------------------
breadcrumbs
-----------------------------------------*/
.breadcrumbs-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom:15px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-wrapper {
    padding-left: 15px;
  }
    .social-icons{
        text-align: center;
    }
}
.breadcrumbs {
  font-size: 12px;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
.breadcrumbs a {
  color:#FF4E30;
}

.go-to-bo{
  padding-top: 30px;
}
.go-to-bo.fixed{
  position: fixed;
  top: 40px;
}
.go-to-bo.end{
  position: absolute;
  bottom:0;
  top: auto;
}
.go-to-bo img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .go-to-bo{
    position: relative !important;
    text-align: center;
  }
}

.buttons-main.fixed{
  display: flex;
position: fixed;
top: 0px;
z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    padding: 10px 0;
    left: 0;
    right: 0;
}
.buttons-main.fixed .button{
  background: rgba(0,0,0,0.9);
}
.buttons-wrapper.margined{
  min-height: 112px;
}

.banner-close{
  display: none;
}
@media screen and (max-width: 991px) {
  /*
}
    .new-wrap{
        display: flex;
        flex-direction: column;
    }
    .to-top{
        order:-1;
    }
    */
  .banner-wrapper{
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  .banner-inner{
    display: table;
    width:100%;
    height:100%;
  }
  .banner-holder{
    display: table-cell;
    vertical-align: middle;
  }
  .banner-bg{
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: -1;
    left:0;
    right:0;
    bottom:0;
    top:0;
  }
  .bannerart{
    position: relative;
    z-index: 2;
  }
  .banner-close{
    display: block;
    position: absolute;
    top: 0;
    right:0;
    z-index: 3;
  }
}

