/*
Theme Name:
Theme URI: http://www..com
Description: ---
Version: 1.0
Author:
Author URI:
Tags:
*/
/*foundation custom column separation*/
/*foundation animated accordion*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
/* IE10 Windows Phone 8 Fixes */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  /* IE8 */
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128,179,235,0.5), inset 0 0 0 1px rgba(0,0,0,0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197,205,211,0.8) 0px 0px 2px, rgba(0,0,0,0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165,220,134,0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.row {
  max-width: 1210px;
}
.column,
.columns {
  padding-left: 20px;
  padding-right: 20px;
}
.row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.bgcover {
  background-position: center;
  background-size: cover;
}
.block {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clearul {
  margin: 0;
  padding: 0;
}
.clearul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  max-height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 1000px;
  opacity: 1;
}
p:last-child {
  margin-bottom: 0;
}
.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}
figure {
  padding: 0;
  margin: 0;
}
.op0 {
  opacity: 0;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#cboxOverlay {
  background-color: #000;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox,
#colorbox * {
  outline: none;
}
#colorbox:focus,
#colorbox *:focus {
  outline: none;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  /* Fix of Webkit flickering */
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px,0,0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px,0,0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px,0,0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px,0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px,0,0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px,0,0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #B28A88;
  position: relative;
}
.jspDrag {
  background: #5A4645;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #952c26 url(img/arrow.png) no-repeat center;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-radius: 0 100% 100% 0;
}
.jspArrowLeft {
  transform: scaleX(-1);
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #952c26 url(img/arrow.png) no-repeat center;
}
.jspVerticalBar .jspArrow {
  height: 24px;
}
.jspHorizontalBar .jspArrow {
  width: 24px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
@font-face {
  font-family: 'Adelle';
  src: url('fonts/Adelle_Bold.eot');
  src: url('fonts/Adelle_Bold.eot') format('embedded-opentype'), url('fonts/Adelle_Bold.woff2') format('woff2'), url('fonts/Adelle_Bold.woff') format('woff'), url('fonts/Adelle_Bold.ttf') format('truetype'), url('fonts/Adelle_Bold.svg#Adelle_Bold') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: 'Adelle';
  src: url('fonts/Adelle_Italic.eot');
  src: url('fonts/Adelle_Italic.eot') format('embedded-opentype'), url('fonts/Adelle_Italic.woff2') format('woff2'), url('fonts/Adelle_Italic.woff') format('woff'), url('fonts/Adelle_Italic.ttf') format('truetype'), url('fonts/Adelle_Italic.svg#Adelle_Italic') format('svg');
  font-style: italic;
}
@font-face {
  font-family: 'Adelle';
  src: url('fonts/Adelle_Regular.eot');
  src: url('fonts/Adelle_Regular.eot') format('embedded-opentype'), url('fonts/Adelle_Regular.woff2') format('woff2'), url('fonts/Adelle_Regular.woff') format('woff'), url('fonts/Adelle_Regular.ttf') format('truetype'), url('fonts/Adelle_Regular.svg#Adelle_Regular') format('svg');
}
h2 {
  font-family: 'Adelle';
}
h3 {
  font-family: 'Adelle';
}
h4 {
  font-family: 'Adelle';
}
h5 {
  font-family: 'Adelle';
}
button {
  background: none;
  border: 1px solid #952c26;
  font-size: 14px;
  padding: 7px 30px;
  font-family: 'Adelle';
  color: #952c26;
  font-weight: bold;
  text-transform: uppercase;
}
button:hover {
  background: #952c26;
  color: #fff;
}
button:focus {
  background: #952c26;
  color: #fff;
}
button:last-child {
  margin-bottom: 0;
}
.button {
  background: none;
  border: 1px solid #952c26;
  font-size: 14px;
  padding: 7px 30px;
  font-family: 'Adelle';
  color: #952c26;
  font-weight: bold;
  text-transform: uppercase;
}
.button:hover {
  background: #952c26;
  color: #fff !important;
}
.button:focus {
  background: #952c26;
  color: #fff;
}
.button:last-child {
  margin-bottom: 0;
}
button.outline {
  color: #e3d2ae;
  border: 1px solid #e3d2ae;
}
button.outline:hover {
  background: #952c26;
  color: #fff;
}
.button.outline {
  color: #e3d2ae;
  border: 1px solid #e3d2ae;
}
.button.outline:hover {
  background: #952c26;
  color: #fff;
}
.breakingnews {
  min-height: 50px;
  background: #952c26;
}
.breakingnews .bn {
  background: url(img/news.png) no-repeat left;
  padding-left: 30px;
  line-height: 48px;
  padding-left: 230px;
  position: relative;
  padding-right: 50px;
}
.breakingnews .bn span {
  color: #3a1110;
  font-size: 13px;
  margin-right: 10px;
  font-weight: bold;
  display: block;
  width: 110px;
  position: absolute;
  top: 0;
  left: 35px;
  white-space: nowrap;
  top: 50%;
  margin-top: -7px;
  line-height: 100%;
}
.breakingnews .bn p {
  display: inline-block;
  color: #f3d3d1;
  font-size: 12px;
  margin: 0;
  /*white-space: nowrap;*/
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
.breakingnews .bn .i {
  overflow: hidden;
}
.breakingnews .bn .close {
  background: transparent url(img/close.png) no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 13px;
  right: 0px;
  transition: all .3s ease-out;
  border-radius: 100%;
  top: 50%;
  margin-top: -12px;
}
.breakingnews .bn .close:hover {
  background-color: #fff;
}
header {
  height: 50px;
  background: #171209;
  position: relative;
  z-index: 100;
}
header h1 {
  position: absolute;
  top: 2px;
  left: 20px;
}
header h1 a {
  height: 50px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 218px;
  background: url(img/logo.png) no-repeat;
}
header .translate {
  height: 50px;
  width: 120px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  font-weight: bold;
}
header .translate a {
  color: #fff;
  display: block;
  line-height: 48px;
  height: 50px;
  transition: all .3s ease-out;
  background: #591b18;
}
header .translate a:hover {
  background: #370000;
}
header .fb {
  width: 120px;
  height: 50px;
  background: #3a1110;
  position: absolute;
  top: 0;
  right: 140px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-left: 35px;
  padding-top: 10px;
  line-height: 100%;
  transition: all .5s ease-out;
}
header .fb:hover {
  background: #180000;
}
header .fb span {
  display: block;
  font-size: 10px;
  line-height: 110%;
}
header .fb i {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 22px;
  color: #fff;
}
header nav {
  position: absolute;
  top: 0px;
  right: 155px;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  height: 50px;
  transition: all .3s ease-out;
}
header nav ul li a {
  display: block;
  padding: 3px 12px 0;
  line-height: 48px;
  color: #fff;
  font-family: 'Adelle';
  font-size: 13px;
  transition: all .3s ease-out;
}
header nav ul li a:hover {
  color: #952c26;
}
header nav ul li a:focus {
  color: #952c26;
}
header nav ul li.menu-item-has-children:hover {
  background: #952c26;
}
header nav ul li.menu-item-has-children:hover >a {
  color: #fff;
}
header nav ul li.menu-item-has-children:hover >a:hover {
  color: #fff;
}
header nav ul li.menu-item-has-children:hover >ul {
  visibility: visible;
  opacity: 1;
}
header nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  visibility: hidden;
  transition: all .2s ease-out;
  opacity: 0;
}
header nav ul ul li {
  float: none;
}
header nav ul ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
header nav ul ul li a:hover {
  color: #952c26;
}
header nav ul ul ul {
  left: 100%;
  top: 0;
  background: #952c26;
}
header nav ul ul ul li {
  height: auto;
}
header nav ul ul ul li:hover {
  background: #841b15;
}
header nav ul ul ul li:hover a {
  color: #fff;
}
header nav ul ul ul li a {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 120%;
}
header nav ul li.search-button {
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  padding-top: 19px;
  font-size: 17px;
}
header nav ul li.search-button a {
  text-indent: -9999em;
  display: none;
}
.hero {
  height: 655px;
  position: relative;
  padding-top: 98px;
  background: #000;
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 1s ease-out;
}
.hero h2 {
  color: #fff;
  font-weight: bold;
  font-size: 74px;
  position: relative;
}
.hero h2 span {
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
}
.hero h2:after {
  background: url(img/case.png) no-repeat;
  width: 218px;
  height: 139px;
  position: absolute;
  top: 110px;
  left: 345px;
  content: '';
  display: block;
  transition: all .5s ease-out;
  transform: scale(1.2);
  opacity: 0;
  transition-delay: .3s;
}
.hero .counter {
  background: url(img/counter.png) no-repeat;
  width: 338px;
  height: 172px;
  margin-bottom: 25px;
  padding: 10px;
  opacity: 0;
  transition: all .5s ease-out;
}
.hero .counter .n {
  float: left;
  width: 72px;
  height: 113px;
  font-size: 120px;
  text-align: center;
  color: #fff;
  font-family: 'Adelle';
  line-height: 100%;
  margin-left: 9px;
  overflow: hidden;
}
.hero .counter .n:first-child {
  margin-left: 0;
}
.hero .counter .n span {
  display: block;
  height: 113px;
}
.hero .counter .n:nth-child(4) .i {
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translateY(-100%);
  transition-delay: .5s;
}
.hero .counter .n:nth-child(3) .i {
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translateY(-100%);
  transition-delay: .7s;
}
.hero .counter .n:nth-child(2) .i {
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translateY(-100%);
  transition-delay: .9s;
}
.hero .counter .n:nth-child(1) .i {
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translateY(-100%);
  transition-delay: 1.1s;
}
.hero .counter .days {
  text-align: center;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'Adelle';
  clear: both;
  padding-top: 15px;
}
.hero p {
  font-family: 'Adelle';
  font-size: 39px;
  color: #fff;
  line-height: 120%;
  font-weight: 300;
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  transition-delay: .2s;
}
.hero.in .bg {
  opacity: 1;
}
.hero.in h2 span {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}
.hero.in h2:after {
  opacity: 1;
  transform: scale(1);
}
.hero.in p {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}
.hero.in .counter {
  opacity: 1;
}
.hero.in .counter .n .i {
  transform: translateY(0px) !important;
}
.hero.alt {
  height: 510px;
}
.hero.alt h2:after {
  display: none;
}
.hero.alt .counter {
  width: 220px;
  background-size: 100% auto;
  padding: 5px 5px 10px;
}
.hero.alt .counter .n {
  width: 44px;
  font-size: 77px;
  font-weight: normal;
  margin-left: 8px;
  height: 73px;
}
.hero.alt .counter .days {
  padding-top: 11px;
  font-size: 15px;
}
.content {
  padding: 55px 0;
  background: #e6e6e6;
}
.content p {
  font-size: 16px;
  line-height: 30px;
  color: #171206;
  font-family: 'Adelle';
}
.content p a {
  color: #952c26;
}
.content p a:hover {
  text-decoration: underline;
}
.content a.lm {
  background: url(img/lm.png) no-repeat bottom 5px center;
  color: #a9332d;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 10px;
  font-family: 'Adelle';
  transition: all .3s ease-out;
}
.content a.lm:hover {
  background-position: bottom 0 center;
}
.sectiontitle.content+p {
  margin-top: 40px;
}
.content .sidebar {
  background: #c5c6c7;
  padding: 30px;
}
.content figure {
  margin-bottom: 30px;
}
.content .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.content .alignright {
  float: right;
  margin: 0 0px 20px 20px;
}
.content hr {
  clear: both;
}
.content ul li a {
  color: #333;
  font-size: 18px;
  font-family: 'Adelle';
}
.content ul li a:hover {
  color: #952c26;
}
.content .datebox {
  min-height: 70px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 10px;
}
.content .datebox .rel {
  position: absolute;
  top: 30px;
  left: 60px;
}
.content .datebox .rel div {
  display: inline-block;
  width: 24px;
  height: 23px;
  border-radius: 100%;
  margin: 0 1px;
}
.content .datebox .rel div.pichugin {
  background: url(img/case-pichugin.png);
  background-position: center;
  background-size: 100% auto;
  border: 1px solid #2792FA;
}
.content .datebox .rel div.yukos {
  background: url(img/case-yukos.png);
  background-size: 100% auto;
  background-position: center;
  border: 1px solid #057056;
}
.content .datebox .rel div.int {
  background: url(img/case-int.png);
  background-size: 100% auto;
  background-position: center;
  border: 1px solid #FF4B54;
}
.content .datebox.single {
  padding-left: 0;
  margin-bottom: 20px;
}
.content .datebox .affected {
  min-height: 70px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 10px;
}
.content .datebox .ico {
  width: 43px;
  height: 67px;
  background: url(img/eventcase.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.content .datebox .ico:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: url(img/case-pichugin.png) no-repeat;
  content: '';
  display: block;
  border-radius: 100%;
  background-size: 100% auto;
}
.content .datebox .ico.yukos-case:before {
  background: url(img/case-yukos.png) no-repeat;
  background-size: 100% auto;
}
.content .datebox .ico.international-reactions:before {
  background: url(img/case-int.png) no-repeat;
  background-size: 100% auto;
}
.content .datebox strong {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Adelle';
  font-size: 12px;
}
.content .datebox .date {
  font-size: 14px;
  font-family: 'Adelle';
  color: #952c26;
  letter-spacing: 2px;
  font-weight: bold;
}
.content .datebox.list {
  margin-bottom: 30px;
  position: relative;
  min-height: 90px;
  padding-right: 120px;
}
.content .datebox.list img {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
}
.content .datebox.list h3 {
  font-size: 20px;
}
.content .datebox.list h3 a {
  color: #333;
  transition: all .3s ease-out;
}
.content .datebox.list h3 a:hover {
  color: #952c26;
}
.timeline {
  padding: 45px 30px 30px;
  border-radius: 10px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 25px;
}
.timeline .scroll {
  height: 452px;
  margin-top: 15px;
  width: 100%;
}
.timeline .scroll img {
  width: auto;
  max-width: 100000px;
}
.narrative hr {
  margin: 40px 0 30px;
}
.narrative p {
  font-size: 14px;
  line-height: 26px;
}
.sectiontitle {
  border-bottom: 1px solid #71231e;
  margin-bottom: 20px;
  color: #a9342e;
  font-size: 40px;
  line-height: 100%;
  padding-bottom: 10px;
  position: relative;
}
.sectiontitle:after {
  position: absolute;
  top: 100%;
  max-width: 290px;
  height: 10px;
  background: #71231e;
  content: '';
  display: block;
  width: 100%;
}
.sectiontitle.noline {
  border-bottom: none;
  padding-bottom: 0;
}
.sectiontitle.noline:after {
  display: none;
}
.sectiontitle.alt {
  font-size: 18px;
  color: #171209;
  text-transform: uppercase;
  font-weight: bold;
}
h3.sectiontitle {
  font-size: 31px;
  line-height: 110%;
  padding-bottom: 20px;
}
.sidebar {
  background: #e6e6e6;
  padding: 30px;
}
.sidebar iframe {
  width: 100%;
}
.sidebar .fb {
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.sidebar .fb .ico {
  background: url(img/fb.png) no-repeat center;
  height: 45px;
  margin-bottom: 30px;
}
.sidebar .tw {
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.sidebar .tw .ico {
  background: url(img/twe.png) no-repeat center;
  height: 45px;
  margin-bottom: 30px;
}
.sidebar .friends {
  border-radius: 5px;
  background: #fff;
  padding: 20px;
}
.sidebar .friends h2 {
  color: #71231e;
  font-size: 23px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #dde6e2;
  padding-bottom: 20px;
}
.sidebar .friends .f {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #dde6e2;
  padding-bottom: 20px;
}
.sidebar .friends .f img {
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar .friends .f h4 {
  padding-left: 50px;
  font-size: 14px;
  color: #454f52;
  font-weight: 300;
  padding-top: 10px;
  margin-bottom: 20px;
}
.sidebar .friends .f h4 strong {
  display: inline-block;
  margin-left: 10px;
}
.sidebar .friends .f p {
  font-size: 14px;
  color: #454e52;
  margin-bottom: 0;
}
.sidebar .friends .f:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .secondbar h2 {
  color: #71231e;
  font-size: 26px;
  margin-bottom: 20px;
  border-bottom: 1px solid #952c26;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 30px;
}
.sidebar .secondbar h2:first-child {
  margin-top: 0;
}
.sidebar .secondbar h2:after {
  position: absolute;
  height: 5px;
  width: 100px;
  left: 0;
  top: 100%;
  background: #952c26;
  content: '';
  display: block;
}
.sidebar .secondbar ul {
  margin: 0;
  padding: 0;
}
.sidebar .secondbar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.sidebar .secondbar a {
  font-family: 'Adelle';
  font-size: 18px;
  transition: all .3s ease-out;
  color: #333;
}
.sidebar .secondbar a:hover {
  color: #952c26;
}
.homebottom {
  background: #f3f3f3;
  padding: 60px 0;
}
.homebottom p {
  font-family: 'Adelle';
  color: #171206;
}
.medialibrary {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 68%;
  padding-bottom: 51.29%;
}
.medialibrary .medialibraryin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.medialibrary .view {
  display: none;
}
.medialibrary .bx-wrapper {
  height: 100% !important;
}
.medialibrary .bx-viewport {
  height: 100% !important;
}
.medialibrary ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.medialibrary ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 520px;
  height: 100%;
  position: relative;
}
.medialibrary ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.medialibrary ul li .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  background: rgba(113,35,30,0.7);
  padding: 25px 60px;
}
.medialibrary ul li .text .date {
  font-family: 'Adelle';
  font-size: 14px;
  color: #fff;
}
.medialibrary ul li .text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.medialibrary ul li .text h2 {
  font-size: 41px;
  color: #fff;
  margin: 0 0 8px;
}
.medialibrary ul li .text .button {
  padding: 7px 40px;
}
@media only screen and (max-width: 900px) {
  .medialibrary ul li .text {
    padding: 20px 50px !important;
  }
}
.medialibrary .bx-next {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 70px;
  background: #952c26 url(img/next.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: 0;
}
.medialibrary .bx-prev {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 70px;
  background: #952c26 url(img/next.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: 0;
  left: 0;
  transform: scaleX(-1);
}
.news {
  margin-bottom: 30px;
}
.news .i {
  background: #fff;
  padding: 20px 20px 20px;
  font-family: 'Adelle';
}
.news .i .date {
  font-size: 14px;
  color: #171209;
  margin-bottom: 5px;
}
.news .i h3 {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 15px;
}
.news .i h3 a {
  color: #71231e;
}
.news .i img {
  margin-bottom: 20px;
}
.news .i p {
  font-size: 14px;
  color: #171209;
  line-height: 180%;
  margin-bottom: 32px;
}
.news .news-separator {
  width: 100%;
}
.logos {
  position: relative;
  border-bottom: 1px solid #71231e;
  padding: 0 50px;
}
.logos ul {
  margin: 0;
  padding: 0;
}
.logos ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100px;
}
.logos .bx-next {
  width: 30px;
  height: 30px;
  background: url(img/next2.png) no-repeat center;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 35px;
  right: 0px;
}
.logos .bx-prev {
  width: 30px;
  height: 30px;
  background: url(img/next2.png) no-repeat center;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 35px;
  right: 0px;
  right: auto;
  left: 0px;
  transform: scaleX(-1);
}
.prefooter {
  background: #2f3133;
  padding: 34px 0 10px;
}
.prefooter .footerlogo {
  margin-bottom: 20px;
  margin-top: -7px;
}
.prefooter h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 28px;
}
.prefooter ul {
  margin: 0;
  padding: 0;
}
.prefooter ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
}
.prefooter ul li a {
  font-size: 14px;
  color: #fff;
  font-family: 'Adelle';
  transition: all .3s ease-out;
}
.prefooter ul li a:hover {
  color: #952c26;
}
.prefooter .social {
  margin-bottom: 32px;
}
.prefooter .social a {
  width: 39px;
  height: 39px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border: 1px solid #fff;
  padding-top: 3px;
  transition: all .3s ease-out;
}
.prefooter .social a:hover {
  background: #952c26;
}
.prefooter .button {
  border: 1px solid #fff;
  color: #fff;
}
.prefooter .counter {
  background: url(img/counter.png) no-repeat;
  width: 231px;
  height: 127px;
  margin-bottom: 25px;
  padding: 10px;
  background-size: 100% auto;
}
.prefooter .counter .n {
  float: left;
  width: 46px;
  height: 68px;
  font-size: 80px;
  text-align: center;
  color: #fff;
  font-family: 'Adelle';
  line-height: 90%;
  margin-left: 9px;
  overflow-y: hidden;
}
.prefooter .counter .n:first-child {
  margin-left: 0;
}
.prefooter .counter .n span {
  display: block;
  height: 113px;
}
.prefooter .counter .days {
  text-align: center;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Adelle';
  clear: both;
  padding-top: 13px;
}
.prefooter .search-button {
  display: none;
}
footer {
  height: 50px;
  background: #1e1f22;
}
footer p {
  font-size: 12px;
  color: #fff;
  font-family: 'Adelle';
  line-height: 48px;
}
footer ul {
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 48px;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: 'Adelle';
}
footer ul li a {
  color: #fff;
  font-size: 12px;
  transition: all .3s ease-out;
}
footer ul li a:hover {
  color: #952c26;
}
footer ul li:after {
  font-size: 12px;
  content: '|';
  display: inline-block;
  margin: 0 8px;
  color: #fff;
}
footer ul li:last-child:after {
  display: none;
}
.related {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.related:after {
  left: 100%;
  width: 40px;
  background: #c2c2c2;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.related .title {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  min-height: 50px;
  font-family: 'Adelle';
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #1d180d;
  text-transform: uppercase;
  font-weight: bold;
}
.related .title span {
  color: #969696;
  display: inline-block;
  margin-left: 10px;
}
.related ul {
  margin: 0;
  padding: 0;
}
.related ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.related ul h3 {
  font-size: 16px;
  font-weight: bold;
}
.related ul h3 a {
  color: #952c26;
}
.related ul p {
  font-size: 14px;
  color: #343127;
  font-family: 'Adelle';
  line-height: 140%;
}
.related .bx-next {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 36px;
  background: url(img/relnext.png) no-repeat center;
  position: absolute;
  top: 7px;
  right: 0;
  border-left: 1px solid #969696;
}
.related .bx-prev {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 36px;
  background: url(img/relnext.png) no-repeat center;
  position: absolute;
  top: 7px;
  right: 0;
  border-left: 1px solid #969696;
  border: none;
  right: 40px;
  transform: scaleX(-1);
}
.related.narrative {
  border-bottom: none;
  margin-bottom: 0;
}
.related.narrative .title {
  margin-bottom: 20px;
}
.related.narrative li {
  border-bottom: 1px solid #c2c2c2;
  padding: 0;
  position: relative;
}
.related.narrative h3 {
  margin: 0;
}
.related.narrative h3 a {
  color: #525252;
  display: block;
  padding: 20px 10px 20px 5px;
  transition: all .3s ease-out;
}
@media only screen and (max-width: 750px) {
  .related.narrative h3 a {
    padding: 20px 40px 20px 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .related.narrative h3 a {
    padding: 20px 30px 20px 5px;
  }
}
.related.narrative h3 a:hover {
  background: #dfdfdf;
}
.related.narrative .active {
  background: #dfdfdf url(img/narrativeactive.png) no-repeat right 5px center;
}
.related.narrative .active a {
  color: #71221e;
}
.related.narrative .active a:hover {
  background-color: transparent;
}
.pagetop {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  height: 50px;
  font-family: 'Adelle';
  line-height: 48px;
  font-size: 12px;
  color: #1d180d;
  text-transform: uppercase;
  font-weight: bold;
  background: url(img/pagetop.png) no-repeat right 10px;
  margin-bottom: 20px;
}
.pagetop.alt {
  text-transform: none;
  font-size: 25px;
  color: #696969;
}
.galleryout {
  background: #dddddd;
  overflow: hidden;
}
.gallery {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.gallery .titlebar {
  height: 50px;
  position: relative;
  padding-left: 210px;
}
.gallery .titlebar .title {
  font-size: 12px;
  color: #171206;
  padding: 7px 0;
  font-family: 'Adelle';
}
.gallery ul {
  margin: 0;
  padding: 0;
}
.gallery ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery li {
  position: relative;
  height: 360px;
}
.gallery li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.gallery .t {
  font-family: 'Adelle';
  line-height: 34px;
  font-size: 12px;
  color: #1d180d;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 0;
  border-right: 1px solid #969696;
  width: 190px;
  height: 36px;
}
.gallery .t span {
  color: #969696;
  display: inline-block;
  margin-left: 10px;
}
.gallery .bx-next {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 36px;
  background: url(img/relnext.png) no-repeat center;
  position: absolute;
  bottom: 7px;
  left: 130px;
  border-left: 1px solid #969696;
  z-index: 10;
}
.gallery .bx-prev {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 36px;
  background: url(img/relnext.png) no-repeat center;
  position: absolute;
  bottom: 7px;
  left: 130px;
  border-left: 1px solid #969696;
  z-index: 10;
  border: none;
  left: 90px;
  transform: scaleX(-1);
}
.gallery .bx-viewport {
  overflow: visible !important;
}
.gallery .bx-next2 {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 70px;
  background: #fff url(img/next2.png) no-repeat center;
  position: absolute;
  top: 150px;
  right: 0;
}
.gallery .bx-prev2 {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 70px;
  background: #fff url(img/next2.png) no-repeat center;
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  transform: scaleX(-1);
}
.articletitle {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  font-size: 24px;
  color: #952c26;
  padding: 15px 0;
  margin-bottom: 30px;
}
.video {
  margin-bottom: 50px;
}
.video .vid {
  position: relative;
  display: block;
  background: #000;
}
.video .vid:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(img/mediaico.png) no-repeat center;
}
.video .vid img {
  transition: all .3s ease-out;
}
.video .vid:hover img {
  opacity: .7;
}
.video .foot {
  background: #cecece;
  padding: 20px 20px 20px 100px;
  position: relative;
}
.video .foot .t {
  color: #1d180d;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-family: 'Adelle';
  font-weight: bold;
  letter-spacing: 1px;
}
.video .in {
  border-left: 1px solid #969696;
  padding-left: 20px;
  font-family: 'Adelle';
}
.video .in .date {
  color: #952c26;
  font-size: 14px;
}
.video .in p {
  font-size: 12px;
  color: #171206;
  line-height: 180%;
}
.timelinemobile {
  display: none;
}
.tooltip {
  background: #952c26;
}
.tooltip > .nub {
  border-color: transparent transparent #952c26 transparent;
}
.timelinein {
  white-space: nowrap;
}
.timelinein .year {
  display: inline-block;
  width: 320px;
  height: 420px;
  border-left: 3px solid #787878;
  position: relative;
  background: url(img/year.png);
  margin-right: -4px;
  white-space: normal;
}
.timelinein .year:last-child .i .data,
.timelinein .year:nth-last-child(2) .i .data {
  left: auto;
  right: 40px;
}
.timelinein .y {
  position: absolute;
  bottom: 0;
  background: #787878;
  font-family: 'Adelle';
  left: 0;
  width: 100%;
  height: 36px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  z-index: 12;
}
.timelinein .month {
  width: 8.33333333333%;
  float: left;
  height: 100%;
  position: relative;
}
.timelinein .month .monthname {
  font-size: 11px;
  font-family: 'Adelle';
  color: #787878;
  position: absolute;
  bottom: 30px;
  left: 5px;
  transform: rotate(-90deg);
  transform-origin: left top;
}
.timelinein .span {
  height: 20px;
  position: absolute;
  width: 100%;
  top: 45px;
}
.timelinein .span.yukos {
  background: #006D52;
  z-index: 2;
  top: 166px;
}
.timelinein .span.pichugin {
  background: #2693FF;
  z-index: 3;
}
.timelinein .span.int {
  background: #FF4D4D;
  top: 292px;
  z-index: 2;
}
.timelinein .rel {
  position: absolute;
  top: 50px;
  left: -75px;
  width: 50px;
  text-align: center;
}
.timelinein .rel div {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 1px;
}
.timelinein .rel div.pichugin {
  background: url(img/case-pichugin.png);
  background-position: center;
  background-size: 100% auto;
  border: 1px solid #2792FA;
}
.timelinein .rel div.yukos {
  background: url(img/case-yukos.png);
  background-size: 100% auto;
  background-position: center;
  border: 1px solid #057056;
}
.timelinein .rel div.int {
  background: url(img/case-int.png);
  background-size: 100% auto;
  background-position: center;
  border: 1px solid #FF4B54;
}
.timelinein .i {
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 3;
}
.timelinein .i .ico {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -8px;
  box-shadow: 0 0 0 0px rgba(0,0,0,0);
  transition: all .3s ease-out;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  color: #171206;
}
.timelinein .i .dataitem {
  display: none;
  position: relative;
}
.timelinein .i .dataitem.active {
  display: block;
}
.timelinein .i .nav {
  margin-top: 20px;
}
.timelinein .i .nav a {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
.timelinein .i .nav a.active {
  background: #fff;
}
.timelinein .i .nav p {
  padding-left: 20px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.timelinein .i .data {
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-out;
  background: #211e1e;
  border-radius: 15px;
  padding: 20px;
  width: 580px;
  position: absolute;
  top: -20px;
  left: 40px;
  padding-left: 85px;
}
.timelinein .i .data:before {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(img/timeline-ref.png) no-repeat;
  content: '';
  display: block;
  border-radius: 100%;
  background-position: -16px -2px;
}
.timelinein .i .data .date {
  font-size: 16px;
  font-family: 'Adelle';
}
.timelinein .i .data h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.timelinein .i .data .button:hover {
  background: #fff;
}
.timelinein .i:before,
.timelinein .i:after {
  display: none !important;
}
.timelinein .i.type-pichugin-case {
  background: #2693FF;
  top: 45px;
}
.timelinein .i.type-pichugin-case .button {
  border: 1px solid #2693FF;
  color: #2693FF;
}
.timelinein .i.type-pichugin-case .date {
  color: #2693FF;
}
.timelinein .i.type-yukos-case.affects-pichugin-case:before {
  height: 101px;
  width: 6px;
  background: #006D52;
  position: absolute;
  left: 50%;
  bottom: 100%;
  content: '';
  display: block;
  margin-left: -3px;
}
.timelinein .i.type-yukos-case.affects-international-reactions:after {
  height: 106px;
  width: 6px;
  background: #006D52;
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  display: block;
  margin-left: -3px;
}
.timelinein .i.type-yukos-case.affects-other-two:before {
  height: 101px;
  width: 6px;
  background: #006D52;
  position: absolute;
  left: 50%;
  bottom: 100%;
  content: '';
  display: block;
  margin-left: -3px;
}
.timelinein .i.type-yukos-case.affects-other-two:after {
  height: 106px;
  width: 6px;
  background: #006D52;
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  display: block;
  margin-left: -3px;
}
.timelinein .i.type-yukos-case {
  background: #006D52;
  top: 166px;
  z-index: 3;
}
.timelinein .i.type-yukos-case .button {
  border: 1px solid #006D52;
  color: #006D52;
}
.timelinein .i.type-yukos-case .date {
  color: #006D52;
}
.timelinein .i.type-yukos-case .data:before {
  background-position: -219px -1px;
}
.timelinein .i.type-yukos-case .data {
  top: -100px;
}
.timelinein .i.type-pichugin-case.affects-yukos-case:before {
  height: 101px;
  width: 6px;
  background: #2693FF;
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  display: block;
  margin-left: -3px;
}
.timelinein .i.type-pichugin-case.affects-international-reactions:after {
  height: 228px;
  width: 6px;
  background: #2693FF;
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  display: block;
  margin-left: -3px;
}
.timelinein .i.type-pichugin-case.affects-other-two:before {
  height: 101px;
  width: 6px;
  background: #2693FF;
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  display: block;
  margin-left: -7px;
}
.timelinein .i.type-pichugin-case.affects-other-two:after {
  height: 227px;
  width: 6px;
  background: #2693FF;
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  display: block;
  margin-left: 1px;
}
.timelinein .i.type-international-reactions {
  background: #FF4D4D;
  top: 292px;
}
.timelinein .i.type-international-reactions .button {
  border: 1px solid #FF4D4D;
  color: #FF4D4D;
}
.timelinein .i.type-international-reactions .date {
  color: #FF4D4D;
}
.timelinein .i.type-international-reactions .data {
  top: auto;
  bottom: -100px;
}
.timelinein .i.type-international-reactions .data:before {
  background-position: -414px 0px;
}
.timelinein .i.type-international-reactions.affects-yukos-case:after {
  height: 106px;
  width: 6px;
  background: #FF4D4D;
  position: absolute;
  left: 50%;
  bottom: 100%;
  content: '';
  display: block;
  margin-left: -3px;
}
.timelinein .i.type-international-reactions.affects-pichugin-case:after {
  height: 227px;
  width: 6px;
  background: #FF4D4D;
  position: absolute;
  left: 50%;
  bottom: 100%;
  content: '';
  display: block;
  margin-left: -3px;
}
.timelinein .i.type-international-reactions.affects-other-two:before {
  height: 106px;
  width: 6px;
  background: #FF4D4D;
  position: absolute;
  left: 50%;
  bottom: 100%;
  content: '';
  display: block;
  margin-left: -7px;
}
.timelinein .i.type-international-reactions.affects-other-two:after {
  height: 227px;
  width: 6px;
  background: #FF4D4D;
  position: absolute;
  left: 50%;
  bottom: 100%;
  content: '';
  display: block;
  margin-left: 1px;
}
.timelinein .i.active {
  z-index: 20;
}
.timelinein .i.active .data {
  visibility: visible;
  opacity: 1;
}
.timelinein .i.active.type-pichugin-case .ico {
  box-shadow: 0 0 0 10px #2693ff, 0 0 0 80px rgba(0,0,0,0.5);
}
.timelinein .i.active.type-international-reactions .ico {
  box-shadow: 0 0 0 10px #FF4D4D, 0 0 0 80px rgba(0,0,0,0.5);
}
.timelinein .i.active.type-yukos-case .ico {
  box-shadow: 0 0 0 10px #006D52, 0 0 0 80px rgba(0,0,0,0.5);
}
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9999;
  background: #171209;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  margin-top: 50px;
  padding-top: 5px;
}
#searchbar button.expand {
  background: #952C26;
  color: #fff;
  padding: 9px 0;
  padding-bottom: 10px;
}
#searchbar .button.expand {
  background: #952C26;
  color: #fff;
  padding: 9px 0;
  padding-bottom: 10px;
}
.disclaimer h5 {
  font-style: italic;
  text-align: justify;
}
.pagination {
  margin: 40px 0 0;
}
.pagination .page-numbers {
  display: inline-block;
  background: #a9342e;
  padding: 5px 15px;
  color: #fff;
}
.pagination span.page-numbers {
  background: #333;
}
.post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.post h3 a {
  color: #a9342e;
}
.wp-switch-editor {
  padding: 5px 10px;
}
@media only screen and (max-width: 1024px) {
  header .translate {
    right: 100px !important;
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 630px) and (max-width: 780px) {
  #menu-footer .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-754 {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 400px) {
  header .translate {
    margin-top: 50px !important;
    right: 0px !important;
  }
  #searchbar>form {
    width: 85%;
  }
}
@media only screen and (max-width: 1200px) {
  header nav ul li a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .mobilemenu {
    width: 50px;
    height: 50px;
    display: block;
    top: 0px;
    right: 0px;
    z-index: 1501;
    position: absolute;
    padding: 16px 12px;
    transition: all .1s ease-out;
    background: #952c26;
  }
  .mobilemenu span {
    display: block;
    height: 3px;
    background: #fff;
    margin-bottom: 4px;
    transform-origin: 50% 50%;
    transition: all .5s ease-out;
  }
  .mobilesearch {
    width: 50px;
    height: 50px;
    right: 50px;
    position: absolute;
    display: block;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font: normal normal normal 14px/1 FontAwesome;
    padding-top: 15px;
  }
  .mobilesearch:before {
    content: "\f002";
    font-size: 20px;
  }
  .mobilesearch:focus {
    color: #fff;
  }
  .menuopen .mobilemenu span:nth-child(1) {
    transform: rotate(45deg) translateX(5px) translateY(5px);
  }
  .menuopen .mobilemenu span:nth-child(2) {
    transform: rotate(-45deg) translateX(0px) translateY(0px);
  }
  .menuopen .mobilemenu span:nth-child(3) {
    opacity: 0;
  }
  .menuopen header nav {
    transform: translate3d(0%,0,0);
    box-shadow: 0 0 0 1000px rgba(0,0,0,0.5);
  }
  header nav {
    height: 100%;
    overflow-y: auto;
    left: 0;
    transform: translate3d(-100%,0,0);
    right: auto;
    width: 50%;
    background: #000;
    position: fixed;
    overflow-x: hidden;
    transition: all .5s ease-out;
    z-index: 1500;
    top: 0 !important;
    padding: 30px 0;
    box-shadow: 0 0 0 1000px rgba(0,0,0,0);
    z-index: 10;
  }
  header nav ul {
    float: none;
  }
  header nav ul li {
    float: none;
    padding: 0 20px;
    display: block;
    margin-bottom: 10px;
    height: auto !important;
  }
  header nav ul li a {
    padding: 10px 10px;
    line-height: 130% !important;
    color: #fff;
    height: auto !important;
    display: block;
  }
  header nav ul li a:hover {
    color: #fff;
  }
  header nav ul li a:focus {
    color: #fff;
  }
  header nav ul li span {
    padding: 10px 10px;
    line-height: 130% !important;
    color: #fff;
    height: auto !important;
    display: block;
  }
  header nav ul li span:hover {
    color: #fff;
  }
  header nav ul li span:focus {
    color: #fff;
  }
  header nav ul li ul {
    position: relative;
    background: none;
    top: auto;
    left: auto;
    padding-top: 5px;
    opacity: 1;
    visibility: visible;
  }
  header nav ul li ul li {
    height: auto;
    white-space: normal;
  }
  header nav ul li ul li a {
    padding: 7px 0;
    text-transform: none;
  }
  header nav ul li.search-button {
    display: none;
  }
  header .translate {
    right: 70px;
  }
  header .fb {
    right: 190px;
  }
  .hero h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .button {
    padding: 7px 20px;
  }
  button {
    padding: 7px 20px;
  }
  .hero {
    height: 550px;
  }
  .hero h2 {
    font-size: 50px;
  }
  .hero h2:after {
    background-size: 100% auto;
    left: 305px;
    top: 70px;
    width: 190px;
  }
  .hero .counter {
    margin-top: -15px;
    margin-bottom: 0;
    transform: scale(.8);
    transform-origin: 0;
  }
  .hero p {
    font-size: 30px;
  }
  .hero.alt {
    height: 400px;
  }
  .sidebar {
    padding: 0;
    background: none;
  }
  .sidebar .fb {
    padding: 10px;
  }
  .sidebar .tw {
    padding: 10px;
  }
  .sidebar .friends {
    padding: 10px;
  }
  .content .sidebar {
    padding: 0;
    background: none;
  }
  .medialibrary ul li .text {
    padding: 20px;
    bottom: 0;
  }
  .medialibrary ul li .text h4 {
    font-size: 16px;
  }
  .medialibrary ul li .text h2 {
    font-size: 26px;
  }
  .sectiontitle {
    font-size: 32px;
  }
  .news .i {
    padding: 15px;
  }
  .news .i h3 {
    font-size: 18px;
  }
  .gallery .t {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .breakingnews {
    height: auto;
    padding: 10px 0;
  }
  .breakingnews .bn {
    line-height: 140%;
    padding-left: 0;
    background: none;
  }
  .breakingnews .bn .i {
    display: block;
    width: 100%;
  }
  .breakingnews .bn p {
    white-space: normal;
  }
  .breakingnews .bn span {
    display: none;
  }
  .mobilemenu {
    right: 0;
  }
  header .translate {
    right: 50px;
    font-size: 11px;
    width: 70px;
  }
  header .fb {
    display: none;
  }
  header nav {
    width: 75%;
  }
  .hero {
    height: 350px;
    padding-top: 50px;
  }
  .hero h2 {
    font-size: 34px;
  }
  .hero h2:after {
    top: 50px;
    left: 180px;
    width: 130px;
  }
  .hero p {
    font-size: 18px;
  }
  .hero .counter {
    margin-top: -40px;
    transform: scale(.5);
    margin-bottom: -20px;
  }
  .hero .mediaico {
    width: 50px;
    margin-bottom: 20px;
  }
  .hero.alt {
    height: 250px;
  }
  .hero.alt .bg {
    background-position: 40% center;
  }
  .hero.alt .counter {
    display: none;
  }
  .hero.alt h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .hero.alt p {
    font-size: 18px;
    margin-top: -20px;
  }
  .hero.alt .row {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
  }
  .timelinemobile {
    display: block;
  }
  .tielinecont {
    display: none;
    margin: 0 -20px;
    border-radius: 0;
    padding: 20px;
  }
  .tielinecont .scroll img {
    height: 260px;
  }
  .medialibrary {
    padding-bottom: 75%;
  }
  .medialibrary ul li .text {
    padding: 15px;
    bottom: 0;
    padding-bottom: 30px;
  }
  .medialibrary ul li .text h4 {
    font-size: 14px;
  }
  .medialibrary ul li .text h2 {
    font-size: 16px;
  }
  .medialibrary ul li .text .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .medialibrary .bx-next {
    height: 40px;
    top: auto;
    margin-top: auto;
    bottom: 0;
  }
  .medialibrary .bx-prev {
    height: 40px;
    top: auto;
    margin: auto;
    left: auto;
    right: 41px;
    bottom: 0;
  }
  .sectiontitle {
    font-size: 26px;
  }
  .prefooter {
    text-align: center;
    padding-bottom: 15px;
  }
  .prefooter .footerlogo {
    max-width: 200px;
  }
  .prefooter .counter {
    display: none;
  }
  .prefooter h3 {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  footer {
    height: auto;
    padding: 10px;
    text-align: center;
  }
  footer ul {
    text-align: center;
  }
  .related {
    margin-top: 40px;
  }
  .related:after {
    display: none;
  }
  .related.narrative {
    margin-top: 0;
  }
  .video .foot {
    padding-left: 20px;
  }
  .video .t {
    display: none;
  }
  .video .in {
    border: none;
    padding: 0;
  }
  .content {
    padding: 30px 0;
  }
  .content .datebox.list {
    padding-right: 0;
  }
  .content .datebox.list h3 {
    font-size: 18px;
  }
  .gallery .titlebar {
    height: auto;
    padding: 0 20px;
  }
  .gallery .t {
    display: none;
  }
  .gallery .bx-prev {
    display: none;
  }
  .gallery .bx-next {
    display: none;
  }
  .gallery li {
    height: 250px;
  }
  .gallery .bx-next2 {
    top: 100px;
  }
  .gallery .bx-prev2 {
    top: 100px;
  }
  .sidebar {
    margin-top: 40px;
  }
  .pagetop {
    background: none;
  }
  .error404 .pagetop {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* display: none; */
  .related.narrative {
    margin-top: 0;
  }
  .related.narrative h3 a {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
  }
  h3.sectiontitle {
    font-size: 26px;
  }
  [class*="block-grid-"] >li {
    width: 100%;
  }
  .medialibrary ul li .text {
    padding-bottom: 10px;
  }
  .medialibrary .view {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .related.narrative .title {
    margin-bottom: 10px;
  }
  .relatedin {
    width: 100%;
    overflow-y: auto;
    white-space: nowrap;
  }
  .related.narrative li {
    display: inline-block;
    border: none;
  }
  .related.narrative h3 a {
    background: #f5f5f5;
    padding: 10px;
    font-size: 15px;
  }
  .related.narrative .active {
    background: #dfdfdf;
  }
}
@media only screen and (max-width: 770px) {
  .pagination a.page-numbers {
    display: none;
  }
  .pagination a.page-numbers.prev,
  .pagination a.page-numbers.next {
    display: inline-block;
  }
  .pagination .dots {
    display: none;
  }
}
@media only screen and (max-width: 340px) {
  header h1 {
    left: 10px;
  }
  .hero h2:after {
    width: 110px;
  }
}
