:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
a {
  color: #4a90e2;
}
a:hover {
  text-decoration: none;
}
html {
  height: 100%;
}
body {
  background: #262626;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: scroll;
}
h1 {
  font-family: 'Roboto Slab';
}
.w100p {
  width: 100%;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.nowrap {
  white-space: nowrap;
}
.text-red {
  color: #cd4a5a !important;
}
.white {
  color: #fff;
}
.op01 {
  opacity: 0.1;
}
.op05 {
  opacity: 0.5;
}
.dash-link {
  border-bottom: 1px dotted currentColor;
  cursor: pointer;
}
.dash-link:hover {
  border-bottom: 0;
}
.wlimit {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
input,
textarea,
button {
  font-family: 'Roboto', sans-serif;
}
label input[type="checkbox"] {
  vertical-align: middle;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.smaller {
  font-size: smaller;
  opacity: 0.7;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
svg.icon.db {
  display: block;
}
svg.icon.w100p {
  width: 100%;
  height: auto;
}
svg.icon.arrow-left {
  transform: scaleX(-1);
}
svg.icon.arrow-top {
  transform: rotate(-90deg);
}
svg.icon.arrow-bottom {
  transform: rotate(90deg);
}
svg.icon.thumb-up {
  transform: scaleY(-1);
}
svg.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.btn {
  border-color: transparent;
  border-width: 1px;
  padding: 0.5em 1em;
  margin: 0;
  font-size: 1rem;
  background: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  z-index: 1;
}
.btn:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn.ico {
  padding-left: 42px;
  background-position: 20px 50%;
}
.btn .label {
  vertical-align: middle;
}
.btn .icon + .label {
  margin-left: 3px;
}
.btn.btn-disabled {
  background-color: #ccc !important;
  border-color: #a6a6a6;
  box-shadow: 0 1px 0 0 #fff;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn.btn-outline {
  border: 2px solid currentColor;
  color: inherit;
}
.btn.small {
  font-size: 0.75rem;
  padding: 3px 6px;
}
.btn .icon {
  fill: currentColor;
  vertical-align: text-top;
  transition: fill 0.2s;
}
.btn .icon.icon-cross {
  transform: scale(0.8);
}
a.btn {
  text-decoration: none;
}
.btn-primary {
  background-color: #B88B58;
  color: #262626;
}
.btn-primary:hover {
  background-color: #c0976a;
}
.btn-default {
  background-color: #e6e6e6;
  border: 1px solid #acacac;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #000;
}
.btn-default:hover {
  border-color: #797979;
}
.btn-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.btn-group.full-width .btn {
  flex: 1;
}
.btn-group .btn {
  border: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: color 0.2s;
  color: #000;
  white-space: nowrap;
}
.btn-group .btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(100% - 2px);
  left: 0;
  z-index: -1;
  background-color: #B88B58;
  transition: top 0.2s;
}
.btn-group .btn:active {
  box-shadow: none;
}
.btn-group .btn.active {
  color: #fff !important;
}
.btn-group .btn.active:after {
  top: 0;
}
.btn-group .btn.active .icon {
  fill: currentColor;
}
.btn-group .btn:hover {
  color: #B88B58;
}
.table {
  border-collapse: collapse;
  border: 2px solid #d9d9d9;
}
.table th {
  text-align: left;
  color: #908c88;
  padding: 10px 12px;
  border-bottom: 1px solid #d6d6d5;
}
.table td {
  background-color: #fff;
  padding: 10px 12px;
  border-bottom: 1px solid #d6d6d5;
}
.inp-dft {
  border: 2px solid #B88B58;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.11);
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  padding: 8px 5px !important;
  vertical-align: middle;
  transition: border-color 0.3s;
}
.select {
  border: 2px solid #B88B58;
  margin: 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  padding: 7px 5px;
  vertical-align: middle;
  background: none;
  color: #B88B58;
  font-weight: 600;
}
.select:after {
  content: 'sss';
}
.list li {
  margin-top: 10px;
}
.list li:first-child {
  margin-top: 0;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -107px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.footer,
.page-wrap:after {
  height: 107px;
}
.paging {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.paging .page {
  border: 2px solid #262626;
  margin: 0 0.5rem;
  width: 2em;
  height: 2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
}
.paging .page.active {
  background-color: #262626 !important;
  color: #fff;
}
.paging .page:hover {
  background-color: rgba(85, 78, 95, 0.2);
}
.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.visible-sm {
  display: none !important;
}
.adropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  width: 100%;
}
.adropdown.fullw {
  display: block;
}
.adropdown.fullw .trigger {
  width: auto;
}
.adropdown.fullw ul {
  width: 100%;
}
.adropdown .trigger {
  padding: 8px 10px;
  display: block;
  width: 100%;
  background-color: #B88B58;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  white-space: nowrap;
  border-radius: 5px;
}
.adropdown .trigger:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-width: 0 2px 2px 0;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}
.adropdown .drop-hidden {
  display: none;
}
.adropdown .drop-visible {
  display: block;
  max-height: 200px;
  overflow-y: auto;
}
.adropdown ul {
  border: 2px solid #B88B58;
  border-top: none;
  background: #262626;
  color: #fff;
  width: 50%;
  z-index: 100;
  position: absolute;
  border-radius: 0 0 5px 5px;
  font-size: 0.875rem;
  padding: 0.5rem 0;
}
.adropdown ul li {
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.1s ease;
}
.adropdown ul li:hover {
  background: rgba(184, 139, 88, 0.17);
  outline: none;
}
.header {
  padding: 1.5rem 2rem;
}
.logo img {
  width: 47px;
}
a.logo {
  cursor: pointer;
}
.stories-list .col {
  position: relative;
  z-index: 1;
}
.stories-list .col:nth-child(5n) .inner {
  right: 1px;
}
.stories-list .col .story-thumb {
  padding-top: 90% !important;
  cursor: pointer;
}
.stories-list .col .story-thumb:after {
  content: attr(posted-on);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding: 4px 0;
  background-color: #B88B58;
  display: none;
  font-size: 0.813rem;
  opacity: 0.75;
  font-weight: bold;
}
.stories-list .col .story-thumb:hover:after {
  display: block;
}
.stories-list .col .story-thumb:hover .name {
  display: block;
}
.stories-list .col .story-thumb:hover .foot {
  background-color: rgba(0, 0, 0, 0.5);
}
.stories-list .col .story-thumb .name {
  font-size: 0.7rem;
  display: none;
}
.stories-list .col .inner {
  position: absolute;
  left: 1px;
  right: 0;
  top: 1px;
  bottom: 0;
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.69);
}
.stories-list .col .inner .flag {
  margin-left: auto;
}
.stories-list .col .inner .foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.125rem;
  transition: background-color 0.2s;
}
.load-more {
  text-align: center;
  padding: 2rem 0;
}
.logo-loader {
  width: 100px;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}
.logo-loader .svg-boom {
  fill: none;
  stroke: #B88B58;
  stroke-width: 2px;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation: svgBoom 1.5s infinite;
  position: absolute;
  right: -16px;
  top: 41px;
}
.logo-loader .boom {
  position: absolute;
  width: 2px;
  background-color: #B88B58;
  right: 4px;
  animation: boom 1.5s infinite;
}
.logo-loader img {
  width: 100px;
  animation: logoLoader 1.5s infinite;
}
@keyframes svgBoom {
  0% {
    stroke-dashoffset: 30;
  }
  10% {
    stroke-dashoffset: 30;
  }
  40% {
    stroke-dashoffset: -30;
  }
  40.001% {
    stroke-dashoffset: 30;
  }
  70% {
    stroke-dashoffset: -30;
  }
  100% {
    stroke-dashoffset: -30;
  }
}
@keyframes logoLoader {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(45deg);
  }
  30% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.story .header {
  color: #fff;
}
.story .header h1 {
  display: inline;
  color: #B88B58;
  padding-right: 1rem;
}
.story .header .flag {
  vertical-align: text-bottom;
  margin-right: 0.2em;
}
.story .header .country {
  font-size: 0.875rem;
  white-space: nowrap;
}
.story .header .close {
  font-size: 0.875rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
}
.story .header .close:before {
  content: url(/images/close.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5em;
}
.story-gallery {
  overflow: hidden;
  color: #fff;
  height: calc(100vh - 208px);
  max-height: 720px;
  position: relative;
  z-index: 1;
}
.story-gallery .controls .goleft,
.story-gallery .controls .goright {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -70px;
  cursor: pointer;
}
.story-gallery .controls .goleft {
  left: 2rem;
}
.story-gallery .controls .goright {
  right: 2rem;
  transform: scaleX(-1);
}
.story-gallery .slides {
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.story-gallery .slides .slide {
  overflow: hidden;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
}
.story-gallery .slides .slide .img {
  flex-grow: 1;
  position: relative;
}
.story-gallery .slides .slide .img img {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  max-height: 100%;
}
.story-gallery .slides .slide .imgdesc {
  padding: 1rem 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.story-text {
  background-color: #fff;
  min-height: 110px;
}
.story-text .wlimit {
  max-width: 800px;
  padding: 2rem 2rem 3rem;
  font-size: 1.25rem;
  line-height: 1.6;
}
.disclaimer {
  background-color: #202020;
  box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 2rem 1rem 2.5rem;
}
.disclaimer .title {
  font-size: 32px;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}
.disclaimer .desc {
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.4;
}
.disclaimer .close {
  text-align: center;
  margin-top: 2rem;
}
.disclaimer .close a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 1024px) {
  .stories-list .col {
    padding-top: 0% !important;
  }
  .stories-list .col .inner .foot {
    font-size: 1rem;
    padding: 0.2rem 0.4rem;
  }
}
@media screen and (max-width: 568px) {
  .stories-list .col {
    padding-top: 10% !important;
  }
  .stories-list .col .inner {
    left: 0;
  }
  .stories-list .col .inner .foot {
    padding: 0.3rem;
    font-size: 0.7rem;
  }
  .header .col {
    padding: 0 10% 1rem !important;
    text-align: center;
  }
  .header .col:first-child {
    text-align: center;
  }
  .story .header h1 {
    font-size: 1.5rem;
  }
  .story .header .country {
    display: block;
  }
}
