h4 {
  font-size: 26px;
  margin: 25px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #a4a4a4;
  letter-spacing: -1px;
  text-transform: uppercase;
}
h5 {
  margin: 15px 0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 400;
  color: #000000;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
body.fixed {
  overflow: hidden;
}
.linker {
  position: relative;
  cursor: pointer;
}
.linker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #df303b;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 10;
}
.linker:hover:before {
  opacity: 0.23;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.home-set {
  padding-bottom: 50px;
}
a {
  color: #e0303b;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #df303b;
}
.blueBg {
  background-color: #889cb4;
}
.redBg {
  background-color: #e0303b;
}
.grayBg {
  background-color: #c4c5c9;
}
.voffset-10 {
  margin-top: 10px;
}
.voffset-20 {
  margin-top: 20px;
}
.voffset-30 {
  margin-top: 30px;
}
select,
.pointer {
  cursor: pointer;
}
.textLeft {
  text-align: left;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.clearfix {
  clear: both;
}
.overflowXHide {
  overflow-x: hidden;
}
.bigHeader {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 1;
  padding-top: 28px;
  font-weight: 100;
  margin: 0 0 0 -25px;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}
.bigHeader + div,
.bigHeader + hr {
  margin-top: -26px;
  position: relative;
  z-index: 5;
}
.bigHeader + hr {
  margin-top: -24px;
  margin-bottom: 50px;
  border: none;
  height: 12px;
  background: #e0303b no-repeat bottom left;
}
.bigHeader.squares:before,
.bigHeader.squares:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.bigHeader.squares:before {
  background: #e0303b;
  right: -40px;
}
.bigHeader.squares:after {
  background: #909090;
  top: 40px;
}
.bigHeader i {
  font-style: normal;
}
.bigHeader span {
  font-size: 50px;
  vertical-align: top;
  letter-spacing: 0;
  padding: 6px 0 15px 10px;
  display: inline-block;
}
.containerInner {
  padding-left: 20px;
  padding-right: 20px;
}
.sectionPadding {
  padding-top: 60px;
}
.paddingHomeset {
  padding: 30px;
  display: block;
}
.home-set .homeHeader + div,
.home-set .homeHeader + hr {
  margin-top: -26px;
  position: relative;
  z-index: 5;
}
.home-set .overflowXHide:first-child .banner {
  margin-top: 0;
}
.videoIcon {
  display: inline-block;
  background: #df303b;
  width: 61px;
  height: 61px;
  line-height: 60px;
  text-align: center;
  opacity: 0.75;
}
.videoIcon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
}
.readMore {
  color: #e0303b;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
}
.readMore:after {
  content: '\e804';
  font-family: 'fontello';
  font-size: 7px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.readMore:hover {
  color: #ac121a;
  text-decoration: none;
}
.carousel {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.carousel .owl-prev,
.carousel .owl-next {
  width: 89px;
  height: 89px;
  line-height: 89px;
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 50%;
  margin-top: -45px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
}
.carousel .owl-prev:after,
.carousel .owl-next:after {
  font-family: "fontello";
  font-size: 62px;
}
.carousel .owl-prev:hover,
.carousel .owl-next:hover {
  background: rgba(223, 48, 59, 0.35);
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.carousel .owl-prev {
  left: 0;
}
.carousel .owl-prev:after {
  content: '\e806';
}
.carousel .owl-next {
  right: 0;
}
.carousel .owl-next:after {
  content: '\e805';
}
.carousel .owl-next.disabled,
.carousel .owl-prev.disabled {
  opacity: .2;
  outline: 1px solid white;
}
.carousel .owl-next.disabled:hover,
.carousel .owl-prev.disabled:hover {
  background: initial;
}
.carousel .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.carousel .owl-dot {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  padding: 4px;
  margin: 5px 1px;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.carousel .owl-dot.active,
.carousel .owl-dot:hover {
  background: #e0303b;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.carousel .owl-dot.active span,
.carousel .owl-dot:hover span {
  background: #ffffff;
  border: 2px solid #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}
.carousel .owl-dot span {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid #000000;
  display: block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.carousel .owl-nav.disabled .owl-prev,
.carousel .owl-nav.disabled .owl-next {
  display: none;
}
.carousel.owl-grab {
  cursor: e-resize;
}
.carousel .owl-item {
  overflow: hidden;
}
.carousel .item > a {
  display: block;
}
.carousel .item .videoIcon {
  cursor: pointer;
}
.carousel a {
  text-decoration: none;
  display: inline-block;
}
.carousel a:hover {
  text-decoration: none;
}
.carousel .content {
  position: absolute;
  bottom: 81px;
  left: 0;
  right: 0;
}
.carousel .content > .container {
  position: relative;
}
.carousel .title {
  position: relative;
  padding-left: 13px;
}
.carousel .title .category {
  display: inline-block;
  background: #293039;
  color: #fff;
  padding: 5px 11px 3px;
  font-weight: 900;
  position: absolute;
  top: -25px;
  left: -1px;
  z-index: 5;
  font-size: 14px;
  text-transform: uppercase;
}
.carousel .title:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1000px;
  right: 100%;
  background: rgba(255, 255, 255, 0.75);
  margin-right: -13px;
}
.carousel h2 {
  font-size: 41px;
  line-height: 1.21;
  text-transform: uppercase;
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  display: inline;
  font-family: 'Roboto Condensed', sans-serif;
  color: #293039;
  font-weight: 300;
  -webkit-box-shadow: 10px 0px 0px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 10px 0px 0px 0px rgba(255, 255, 255, 0.75);
  -o-box-shadow: 10px 0px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 10px 0px 0px 0px rgba(255, 255, 255, 0.75);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.carousel .btn {
  margin-top: 8px;
  margin-left: 6px;
}
.carousel .slideContent {
  padding: 0 0 0 40px;
  position: absolute;
  bottom: 0;
}
.carousel .videoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 89px;
  height: 89px;
  line-height: 88px;
  margin: -44px 0 0 -44px;
}
.carousel .videoIcon:after {
  margin-right: -3px;
  border-width: 18px 0 18px 32px;
}
.carousel .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  background: transparent url('/i/ajax-loader.gif') 0 0 no-repeat;
}
.carouselContainer {
  position: relative;
}
.carouselContainer .videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.carouselContainer .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.infobars-container {
  position: relative;
  width: 100%;
  height: 50px;
}
.infobars-container .infobar {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s;
  opacity: 0.99;
}
.infobars-container .infobar .infobar-element {
  display: inline-block;
  height: 100%;
  line-height: 49px;
  position: absolute;
  overflow: hidden;
  z-index: 5;
}
.infobars-container .infobar .infobar-title {
  z-index: 15;
  width: 225px;
  margin-right: -225px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 49px;
  font-weight: 700;
}
.infobars-container .infobar .infobar-title p {
  margin: -4px 0 0;
  line-height: .9;
  vertical-align: middle;
  display: inline-block;
}
.infobars-container .infobar .infobar-message {
  width: 100%;
  padding-left: 225px;
}
.infobars-container .infobar .infobar-message p {
  position: absolute;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.infobars-container .active {
  z-index: 21;
}
@media (max-width: 767px) {
  .infobars-container .infobar .infobar-title {
    width: 100%;
  }
  .infobars-container .infobar .infobar-message {
    width: 100%;
    padding-left: 0px;
    top: 50px;
  }
  .infobars-container + .mobile-space {
    display: block;
    width: 100%;
    height: 50px;
  }
}
ul.listRedBullet {
  list-style: none;
  padding: 0;
  line-height: 1.44;
  font-family: "Roboto Condensed", sans-serif;
}
ul.listRedBullet li {
  position: relative;
  padding: 0 0 4px 20px;
  font-size: 18px;
  color: #000000;
}
ul.listRedBullet li:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "■";
  color: #e0303b;
}
@media (max-width: 1399px) {
  .carousel .content {
    bottom: 55px;
  }
  .carousel h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .bigHeader {
    font-size: 70px;
  }
  .bigHeader + div,
  .bigHeader + hr {
    margin-top: -21px;
  }
  .bigHeader + hr {
    margin-top: -21px;
  }
  .bigHeader span {
    font-size: 35px;
  }
  .bigHeader.squares:before,
  .bigHeader.squares:after {
    width: 32px;
    height: 32px;
  }
  .bigHeader.squares:before {
    right: -32px;
  }
  .bigHeader.squares:after {
    top: 32px;
  }
  .home-set .homeHeader + div,
  .home-set .homeHeader + hr {
    margin-top: -21px;
  }
  .sectionPadding {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .carousel .owl-prev,
  .carousel .owl-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .carousel .owl-prev:after,
  .carousel .owl-next:after {
    font-size: 38px;
    margin-top: -19px;
  }
  .bigHeader {
    font-size: 60px;
  }
  .bigHeader + div,
  .bigHeader + hr {
    margin-top: -17px;
  }
  .bigHeader + hr {
    height: 10px;
  }
  .bigHeader span {
    font-size: 28px;
    padding-top: 4px;
  }
  .bigHeader.squares:before,
  .bigHeader.squares:after {
    width: 20px;
    height: 20px;
  }
  .bigHeader.squares:before {
    right: -20px;
    top: 20px;
  }
  .bigHeader.squares:after {
    top: 40px;
  }
  .home-set .homeHeader + div,
  .home-set .homeHeader + hr {
    margin-top: -17px;
  }
  .containerInner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .carousel.mainPageCarousel .item img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .carousel h2 {
    font-size: 24px;
    line-height: 27px;
    background: #ffffff;
    -webkit-box-shadow: 10px 0px 0px 0px #ffffff;
    -moz-box-shadow: 10px 0px 0px 0px #ffffff;
    -o-box-shadow: 10px 0px 0px 0px #ffffff;
    box-shadow: 10px 0px 0px 0px #ffffff;
  }
  .carousel .item {
    height: 400px;
  }
  .carousel .item img {
    height: 100%;
    width: auto;
  }
  .carousel .content {
    position: static;
  }
  .carousel .slideContent {
    padding: 0 20px 60px 20px;
    left: 0;
    right: 0;
  }
  .carousel .btn {
    margin-left: 0;
  }
  .carousel .title {
    padding-left: 0;
  }
  .carousel .title:before {
    margin-right: 0;
    background: #ffffff;
  }
  .carousel .videoIcon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    top: 40%;
  }
  .carousel .videoIcon:after {
    border-width: 9px 0 9px 15px;
  }
  .carousel .loader {
    top: 40%;
  }
  .bigHeader {
    font-family: "Roboto Condensed", sans-serif;
    margin-left: 0;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 24px;
  }
  .bigHeader + div {
    margin-top: 10px;
  }
  .bigHeader + hr {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .bigHeader + hr {
    height: 5px;
  }
  .bigHeader span {
    font-weight: 300;
    font-size: 14px;
    padding-left: 5px;
  }
  .bigHeader.squares:before,
  .bigHeader.squares:after {
    width: 10px;
    height: 10px;
  }
  .bigHeader.squares:before {
    right: 0;
    top: auto;
    bottom: 20px;
  }
  .bigHeader.squares:after {
    right: 10px;
    top: auto;
    bottom: 10px;
  }
  .home-set .homeHeader + div {
    margin-top: 10px;
  }
  .home-set .homeHeader + hr {
    margin-top: 0;
  }
  .sectionPadding {
    padding-top: 20px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.vMiddle {
  vertical-align: middle;
}
.searchInput {
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  position: relative;
  width: 70%;
}
.searchInput button[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: inherit;
  width: 96px;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  line-height: inherit;
}
.searchInput button[type='submit']:after {
  content: '\e802';
  font-family: 'fontello';
  font-size: 17px;
  color: #a4a4a4;
  display: inline;
  vertical-align: middle;
}
.searchInput button[type='submit']:focus {
  outline-color: #e0303b;
}
.searchInput input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: inherit;
  width: 100%;
  padding: 0 30px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 200;
  border: 1px solid #ac121a;
}
.searchInput .textRight {
  line-height: 1px;
}
@media (max-width: 425px) {
  .searchInput {
    height: 60px;
    width: 100%;
    font-size: 24px;
    line-height: 60px;
  }
  .searchInput input[type='text'] {
    padding: 0 20px;
  }
}
.multiField {
  clear: both;
  float: left;
  margin: 0 0 20px 0;
  width: 100%;
}
.textareaField {
  display: inline-block;
  float: left;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}
.textareaField:last-child {
  margin: 0;
}
.textareaField label {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 17px 20px 0 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
  width: 29%;
}
.textareaField label span {
  display: block;
  color: #919191;
}
.textareaField textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70%;
  border: 1px solid #909090;
  resize: none;
  height: 320px;
  font-size: 18px;
  padding: 10px 20px;
}
.textareaField textarea:focus {
  outline-color: #e0303b;
}
@media (max-width: 425px) {
  .textareaField label {
    width: 100%;
    text-align: left;
    height: 20px;
    padding: 0;
  }
  .textareaField textarea {
    width: 100%;
  }
}
.inputField {
  display: inline-block;
  float: left;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}
.inputField label {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0 20px 0 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
  width: 29%;
}
.inputField label span {
  display: block;
  color: #919191;
}
.inputField label.textAreaLabel {
  vertical-align: top;
}
.inputField fieldset {
  padding: 0;
}
.inputField input[type='text'],
.inputField input[type='password'],
.inputField input[type='email'],
.inputField select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #909090;
  display: inline-block;
  height: 50px;
  border-radius: 0;
  line-height: 50px;
  padding: 0 20px;
  vertical-align: middle;
  width: 70%;
  font-size: 18px;
}
.inputField input[type='text']:focus,
.inputField input[type='password']:focus,
.inputField input[type='email']:focus,
.inputField select:focus {
  outline-color: #e0303b;
}
.inputField input[type='text'].error,
.inputField input[type='password'].error,
.inputField input[type='email'].error,
.inputField select.error {
  border-left: 4px solid #e0303b;
}
.inputField.highlighted input[type='text'] {
  background-color: #ededed;
  border: 1px solid #888d92;
}
.inputField.highlighted label {
  font-size: 18px;
}
.inputField.hasError label {
  padding: 16px 20px 0 0!important;
  vertical-align: top!important;
}
.inputField.formHint {
  color: #919191;
}
.inputField.small {
  margin-top: -23px;
}
.inputField.small fieldset {
  font-size: 14px;
}
@media (max-width: 767px) {
  .inputField.highlighted label {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .inputField label {
    width: 100%;
    text-align: left;
    height: 20px;
  }
  .inputField input[type='password'],
  .inputField input[type='text'] {
    width: 100%;
  }
}
.radioField {
  margin-bottom: 25px;
}
.radioField input[type="radio"] {
  display: none;
}
.radioField label {
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin: 0 20px 20px 0;
}
.radioField label:last-child {
  margin: 0 0 20px;
}
.radioField input[type="radio"] + span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  width: 30px;
}
.radioField input[type="radio"] + span {
  background-color: #ffffff;
  border: 1px solid #898c91;
}
.radioField input[type="radio"]:checked + span:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 14px;
  position: static;
  width: 14px;
  background-color: #e0303b;
  margin-left: 25%;
  margin-top: 25%;
}
.radioField input[type="radio"] + label span,
.radioField input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.selectField {
  display: inline-block;
  float: left;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}
.selectField:after {
  color: #909090;
  content: " ▼";
  display: inline-block;
  font-size: 200%;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 1px;
}
.selectField label {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0 20px 0 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
  width: 29%;
}
.selectField select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 70%;
}
.errorBlock {
  color: #e0303b;
  padding: 5px 10px 0;
  text-align: right;
}
@media (max-width: 425px) {
  margin: 0;
}
@media (max-width: 425px) {
  margin: 0;
}
input[type="text"],
textarea {
  background-color: #fff;
  border: 1px solid #909090;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
  margin-bottom: 10px;
  padding: 14px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.btn span {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}
.btn:last-child {
  margin-bottom: 0;
}
.btn:after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\e804';
  color: #e0303b;
  display: block;
  font-family: 'fontello';
  font-size: 9px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn.btnForgoten {
  padding: 12px 19px 12px 19px;
}
.btn.btnForgoten:after {
  display: none;
}
.btn.btnRegisterPopup {
  margin-left: 15px !important;
}
.btn:hover {
  color: #ffffff;
  background-color: #e0303b;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:focus {
  color: inherit;
}
.btn.btnRed {
  background-color: #e0303b;
  border-color: #ac121a;
  color: #ffffff;
  padding: 12px 45px 12px 19px;
  text-transform: uppercase;
}
.btn.btnRed:after {
  color: #ffffff;
}
.btn.btnRed:hover {
  color: #ffffff;
  background-color: #ac121a;
}
.btn.btnTransparent {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.btn.btnTransparent:hover {
  background-color: #e0303b;
  color: #ffffff;
}
.btn.btnTransparent:hover:after {
  color: #ffffff;
}
.btn.btnTransparent.loadMore {
  display: block;
  font-weight: 700;
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
}
.btn.btnTransparent.loadMore:after {
  display: inline-block;
  padding-left: 10px;
  right: auto;
}
.btn.btnWhite {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.btn.btnWhite:after {
  color: #e0303b;
}
.btn.btnWhite:hover {
  background-color: #e0303b;
  border-color: #000000;
  color: #ffffff;
}
.btn.btnWhite:hover:after {
  color: #ffffff;
}
.btn.btnBlack {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.btnBlack:after {
  color: #ffffff;
}
.btn.btnBlack:hover {
  color: #ffffff;
  background-color: #e0303b;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.btnBlue {
  background-color: #283138;
  border-color: #283138;
  color: #ffffff;
}
.btn.btnBlue:hover {
  background-color: #283138;
  border-color: #283138;
  color: #ffffff;
}
.btn.btnBlue:after {
  color: #ffffff;
}
.btn.btnBack span {
  padding-left: 20px;
  padding-right: 0;
}
.btn.btnBack:after {
  font-family: 'fontello';
  content: '\e808';
  left: 20px;
  right: auto;
}
.btn.btnBack:hover {
  color: #ffffff;
  background-color: #e0303b;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.btnOther:hover {
  color: #ffffff;
  background-color: #e0303b;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.btnGray {
  background-color: #f0eff4;
  border-color: #ccccce;
  color: #000000;
}
.btn.btnGray:after {
  color: #000000;
}
.btn.btnSort {
  display: inline-block;
  margin: 0 10px 10px 0;
  max-width: 300px;
  min-width: 130px;
  padding: 14px 20px;
  text-align: center;
  width: 17%;
}
.btn.btnSort span {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btnSort:after {
  font-family: 'fontello';
  content: '\e803';
  color: #ffffff;
}
.btn.btnSort:after.btnGray {
  color: #e0303b;
}
.btn.btnSort.active {
  background-color: #e0303b;
  color: #ffffff;
}
.btn.btnSort.btnSortDESC:after {
  font-family: 'fontello';
  content: '\e80c';
}
.btn.btnSort.btnSortDESC:hover:after {
  font-family: 'fontello';
  content: '\e803';
}
.btn.btnSort.btnSortASC:after {
  font-family: 'fontello';
  content: '\e803';
}
.btn.btnSort.btnSortASC:hover:after {
  font-family: 'fontello';
  content: '\e80c';
}
.btn.btnWide {
  margin: 0 auto 10px auto;
  width: 50%;
}
.btn.btnStatic {
  padding: 14px 50px;
  text-align: center;
}
.btn.btnStatic:after {
  display: none;
}
.btn.btnAddField,
.btn.btnAddEmailField {
  padding-right: 50px;
}
.btn.btnAddField:after,
.btn.btnAddEmailField:after {
  content: "+";
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 400;
  width: 27px;
  height: 27px;
  line-height: 22px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  right: 10px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
@media (max-width: 767px) {
  .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .btn:after {
    font-size: 7px;
    height: 10px;
    right: 15px;
  }
  .btn.btnBack:after {
    left: 15px;
  }
  .btn.btnSort {
    padding: 10px 15px;
  }
  .btn.btnStatic {
    padding: 10px 30px;
  }
  .btn.btnRed {
    padding: 10px 35px 10px 15px;
  }
}
header.main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}
header.main.fixed {
  position: fixed;
}
header.main.alternative {
  background-color: #7f919d;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}
header.main .burger {
  display: none;
  margin: 10px;
  float: right;
  padding: 18px 10px;
  width: 64px;
  height: 60px;
  cursor: pointer;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
}
header.main .burger span {
  display: block;
  height: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main .burger span:nth-child(2) {
  margin: 5px 0;
}
header.main .burger:hover span {
  background: #e0303b;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main nav {
  float: left;
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
}
header.main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.main .menu {
  padding-left: 18px;
}
header.main .menu > li {
  line-height: 81px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
header.main .menu > li a,
header.main .menu > li span {
  padding-right: 18px;
  padding-left: 18px;
}
header.main .submenu:after {
  content: '\e803';
  font-family: 'fontello';
  color: #e0303b;
  font-size: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
header.main .submenu:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #dce3e9 transparent;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main .submenu.active:before {
  opacity: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main .submenu.active > div {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 300ms, opacity 300ms;
  -moz-transition: visibility 300ms, opacity 300ms;
  -o-transition: visibility 300ms, opacity 300ms;
  transition: visibility 300ms, opacity 300ms;
}
header.main .submenu.active > a,
header.main .submenu.active > span {
  color: #e0303b;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main .submenu ul {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
header.main .submenu li {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-bottom: 40px;
  border-left: 16px solid #df303b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
header.main .submenu li span {
  display: block;
  padding: 5px 0 0 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}
header.main .submenu li:nth-child(2n+1) {
  clear: both;
}
header.main .submenu li a {
  color: #7c8f9b;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main .submenu li:hover a {
  color: #e0303b;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main .submenu > div {
  position: fixed;
  top: 81px;
  bottom: 0;
  right: 0;
  left: 0;
  text-shadow: none;
  background: #dce3e9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 300ms, opacity 300ms;
  -moz-transition: visibility 300ms, opacity 300ms;
  -o-transition: visibility 300ms, opacity 300ms;
  transition: visibility 300ms, opacity 300ms;
}
header.main .submenu > div.scrollable {
  overflow-y: scroll;
}
header.main .submenu .close {
  width: 66px;
  height: 66px;
  border: 3px solid #889cb4;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 66px;
  color: #889cb4;
}
header.main .submenu .close:before {
  content: "x";
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 42px;
}
header.main a {
  color: #ffffff;
  display: block;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main li:hover > a {
  text-decoration: none;
  color: #e0303b;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header.main .socials {
  display: inline-block;
  color: #ffffff;
  padding-right: 37px;
  line-height: 1;
}
header.main .socials a {
  display: inline-block;
  vertical-align: middle;
}
header.main .socials a:hover {
  text-decoration: none;
}
header.main .socials a span {
  font-size: 17px;
}
header.main .socials .icon-yt {
  font-size: 18px;
  width: auto;
}
header.main .socials .icon-facebook {
  font-size: 18px;
}
header.main .socials .icon-twitter {
  font-size: 20px;
}
header.main .socials .icon-instagram {
  height: 20px;
  width: 20px;
  background: url(/i/instagram.png) no-repeat 0 0;
  background-size: cover;
  margin-left: 10px;
}
header.main .logo {
  float: left;
  width: 113px;
  height: 81px;
  line-height: 81px;
}
header.main .logo img {
  max-width: 45px;
  height: auto;
}
header.main .headerRight .menu > li a,
header.main .headerRight .menu > li span {
  padding-right: 10px;
  padding-left: 10px;
}
header.main #menuBasket {
  font-size: 20px;
}
header.main #menuBasket a {
  position: relative;
}
header.main #menuBasket span {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-shadow: none;
  color: #ffffff;
  margin-top: -20px;
  margin-left: -10px;
  vertical-align: middle;
  font-size: 12px;
  background: #e0303b;
  line-height: 20px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
header.main .logout {
  font-size: 20px;
}
.logo {
  background: #ffffff;
  text-align: center;
}
.headerRight {
  text-align: right;
  width: 44%;
  float: right;
  line-height: 78px;
}
.headerRight .input {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #909090;
  display: inline-block;
  width: 100%;
  max-width: 225px;
  color: #59616b;
}
.headerRight input {
  width: 100%;
  padding: 12px 50px 10px 10px;
  margin-right: -54px;
  background: transparent;
  border: none;
  vertical-align: middle;
}
.headerRight button {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  display: inline-block;
  padding: 13px 10px;
  vertical-align: middle;
}
.headerRight button:before {
  content: '\e802';
  display: block;
  font-family: 'fontello';
  font-size: 13px;
}
.headerRight .authMenu {
  float: none;
  display: inline-block;
}
.headerRight .authMenu .menu {
  padding: 0;
}
.headerRight .authMenu .menu > li {
  line-height: 81px;
  margin-top: -2px;
}
.subHeader {
  width: 100%;
  padding: 80px 0 0;
  height: 365px;
  background-color: #889cb4;
  background-size: cover;
  background-position: center center;
  font-family: 'Roboto';
  margin: 0;
}
.subHeader .btn {
  position: absolute;
  margin: 25px;
  z-index: 1;
}
.subHeader .container {
  position: relative;
  height: 100%;
}
.subTitle {
  position: relative;
  width: 100%;
  margin-top: -90px;
}
.subTitle .heading {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 1;
  font-weight: 100;
  margin: 0 -20px;
  letter-spacing: -1px;
  position: relative;
  color: #ffffff;
}
.subTitle .heading span {
  font-size: 70%;
  line-height: 110%;
  vertical-align: top;
}
.subTitle .description {
  background-color: #ffffff;
  display: block;
  width: 100%;
  margin: 0;
  padding: 40px;
  font-size: 24px;
  font-weight: 300;
  color: #293039;
  text-align: center;
  position: relative;
}
.subTitle .description span {
  font-weight: 600;
  letter-spacing: 1px;
}
.subTitle .menu {
  background-color: #ffffff;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
.subTitle .menu li {
  list-style: none;
  display: inline-block;
  height: 90px;
  text-align: center;
  padding: 0 0 0 40px;
}
.subTitle .menu li a {
  font-size: 36px;
  font-weight: 200;
  text-decoration: none;
  line-height: 90px;
  display: inline;
  text-align: center;
  color: #293039;
  text-transform: uppercase;
  white-space: nowrap;
}
.subTitle .menu li a.active {
  font-weight: 600;
  border-bottom: 7px solid #e0303b;
}
.subTitle .menu li a:hover {
  border-bottom: 2px solid #e0303b;
}
.subTitle .menu.fototeka-menu.not-logged li a {
  font-size: 24px;
}
@media (max-width: 991px) {
  .subTitle .menu.fototeka-menu.not-logged li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .subTitle .menu.fototeka-menu.not-logged li a {
    font-size: 20px;
  }
}
.archive .staticHeader.table.smallerHeader,
.staticHeader.table.smallerHeader,
.staticHeader.smallerHeader {
  min-height: 545px;
}
.archive .staticHeader.table.smallerHeader .container,
.staticHeader.table.smallerHeader .container,
.staticHeader.smallerHeader .container {
  min-height: 246px;
}
.staticHeader {
  min-height: 730px;
  width: 100%;
  position: relative;
  background-color: #445b6b;
  background-size: cover;
  background-position: center center;
  background-image: none;
  font-family: 'Roboto';
}
.staticHeader.table {
  height: auto;
  display: table;
  min-height: 730px;
  table-layout: fixed;
}
.staticHeader.table .wrapper {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
.staticHeader.table .inner {
  position: static;
  padding-top: 90px;
}
.staticHeader.table .container {
  min-height: 250px;
}
.staticHeader .container {
  min-height: 650px;
}
.staticHeader:first-child {
  padding: 80px 0 0;
}
.staticHeader:nth-child(1+n) {
  margin: 0 0 50px;
}
.staticHeader.smallSizeHeader {
  min-height: 365px;
}
.staticHeader.smallSizeHeader .container {
  min-height: 200px;
}
.staticHeader.mediumSizeHeader {
  min-height: 445px;
}
.staticHeader.mediumSizeHeader .container {
  min-height: 200px;
}
.staticHeader.bigSizeHeader {
  min-height: 598px;
}
.staticHeader.bigSizeHeader .container {
  min-height: 200px;
}
.staticHeader.veryBigSizeHeader {
  min-height: 730px;
}
.staticHeader.veryBigSizeHeader .container {
  min-height: 200px;
}
.staticHeader .btn {
  position: absolute;
  margin: 25px;
  z-index: 1;
}
.staticHeader .container {
  position: relative;
  height: 100%;
}
.staticHeader .inner {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: 1;
}
.staticHeader .heading {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 1;
  font-weight: 100;
  margin: 0 -1.5%;
  letter-spacing: -1px;
  position: relative;
  color: #ffffff;
}
.staticHeader .heading + div,
.staticHeader .heading + hr {
  margin-top: -26px;
  position: relative;
  z-index: 5;
}
.staticHeader .heading span {
  font-size: 70%;
  line-height: 110%;
  vertical-align: top;
}
.staticHeader .description {
  background-color: rgba(41, 48, 57, 0.8);
  width: 100%;
  color: #ffffff;
  padding: 25px;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  font-weight: 100;
  position: relative;
}
.staticHeader .descriptionOnly {
  background-color: rgba(41, 48, 57, 0.8);
  width: 100%;
  color: #ffffff;
  padding: 25px;
  text-align: center;
  position: relative;
}
.staticHeader .descriptionOnly h2 {
  font-size: 60px;
  font-weight: 100;
  margin: 20px 0;
  text-transform: uppercase;
}
.staticHeader .descriptionOnly p {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 50px;
  font-weight: 100;
}
.staticHeader .descriptionOnly a.btn {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.staticHeader.blue .descriptionOnly {
  background-color: rgba(136, 156, 180, 0.8);
}
.bannerBigOuter .staticHeader:first-child {
  padding: 0;
}
.specialHeader {
  position: relative;
}
.specialHeader img {
  width: 100%;
}
.specialHeader .btn {
  position: absolute;
}
.specialHeader .container-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.specialHeader .heading {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 1;
  font-weight: 100;
  margin: 0 -1.5%;
  letter-spacing: -1px;
  position: relative;
  color: #ffffff;
}
.specialHeader .heading span {
  font-size: 70%;
  line-height: 110%;
  vertical-align: top;
}
@media (max-width: 1399px) {
  .subTible .heading {
    font-size: 70px;
  }
  .subTible ul.menu li {
    padding: 0 0 0 30px;
  }
  .subTible ul.menu li a {
    font-size: 26px;
  }
  .staticHeader .heading {
    font-size: 70px;
  }
  .staticHeader .description {
    font-size: 25px;
    line-height: 1.5;
  }
  .staticHeader .descriptionOnly h2 {
    font-size: 50px;
  }
  .staticHeader.special {
    min-height: 770px;
  }
  .staticHeader.special .container {
    min-height: 690px;
  }
  .specialHeader .heading {
    font-size: 70px;
  }
}
@media (max-width: 1500px) {
  header.main .socials {
    padding-right: 20px;
  }
  header.main .socials .icon-facebook,
  header.main .socials .icon-twitter {
    font-size: 25px;
  }
  header.main .socials .icon-yt {
    font-size: 18px;
  }
  header.main .socials a span {
    font-size: 12px;
  }
  header.main nav {
    font-size: 12px;
  }
  header.main .menu > li a,
  header.main .menu > li span {
    padding-right: 15px;
    padding-left: 10px;
  }
  header.main .menu > li:first-child a,
  header.main .menu > li:first-child span {
    padding-left: 20px;
  }
  header.main .headerRight .menu > li:first-child a,
  header.main .headerRight .menu > li:first-child span {
    padding-left: 0px;
  }
  header.main .headerRight .menu > li a,
  header.main .headerRight .menu > li span {
    padding-right: 10px;
  }
  header.main .socials .icon-facebook,
  header.main .socials .icon-twitter {
    font-size: 15px;
  }
  header.main .socials .icon-yt {
    font-size: 10px;
  }
  header.main .socials .icon-instagram {
    width: 12px;
    height: 12px;
  }
  .headerRight {
    width: 40%;
  }
  .headerRight.headerSmall .input {
    max-width: 111px;
    font-size: 16px;
  }
  .headerRight.headerSmall button {
    width: 30px;
    padding: 13px 0;
  }
  .headerRight.headerSmall button:before {
    font-size: 10px;
  }
  .headerRight.headerSmall input {
    margin-right: -34px;
    padding-right: 34px;
  }
  .headerRight .authMenu .menu > li {
    margin-top: -3px;
  }
}
/* LARGE SCREEN DEVICES -> */
@media (min-width: 1400px) {
  .subTitle .heading {
    font-size: 90px;
  }
  .subTitle .description {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1399px) {
  header.main .submenu ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .staticHeader.table {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  body,
  html {
    -ms-overflow-style: none !important;
  }
  header.main {
    text-shadow: none;
  }
  header.main a {
    color: #7c8f9b;
  }
  header.main nav {
    font-size: 20px;
    display: none;
    float: none;
  }
  header.main .burger {
    display: block;
  }
  header.main .menu {
    color: #7c8f9b;
  }
  header.main .menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 300ms, opacity 300ms;
    -moz-transition: visibility 300ms, opacity 300ms;
    -o-transition: visibility 300ms, opacity 300ms;
    transition: visibility 300ms, opacity 300ms;
  }
  header.main .menu.active .submenu > div {
    display: block;
  }
  header.main .menu > li {
    display: block;
    line-height: 1.2;
    padding-top: 20px;
  }
  header.main .menu > li:first-child {
    padding-left: 0;
  }
  header.main .menu > li:first-child a,
  header.main .menu > li:first-child span {
    padding: 10px 0;
  }
  header.main .menu > li a,
  header.main .menu > li span {
    padding: 10px 0;
  }
  header.main .submenu.active:before {
    display: none;
  }
  header.main .submenu:after {
    display: none;
  }
  header.main .submenu ul {
    padding: 0 20px;
  }
  header.main .submenu li {
    float: none;
    width: 100%;
    border-left-width: 6px;
    padding-right: 0;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  header.main .submenu li:last-child {
    margin-bottom: 0;
  }
  header.main .submenu li span {
    display: none;
  }
  header.main .submenu > div {
    visibility: visible;
    opacity: 1;
    background: transparent;
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  header.main .submenu .close {
    display: none;
  }
  header.main .navigationContainer {
    position: fixed;
    overflow-y: scroll;
    background: #dce3e9;
    top: 81px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  header.main .navigationContainer.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  header.main .navigationContainer.active .headerRight,
  header.main .navigationContainer.active nav {
    display: block;
  }
  header.main .socials .icon-facebook,
  header.main .socials .icon-twitter {
    font-size: 25px;
  }
  header.main .socials .icon-yt {
    font-size: 18px;
  }
  header.main .socials .icon-instagram {
    width: 20px;
    height: 20px;
    background: url(/i/instagram-black.png) no-repeat 0 0;
  }
  header.main .headerRight .menu > li {
    padding: 0;
    display: inline-block;
  }
  header.main .headerRight nav {
    font-size: 16px;
  }
  .headerRight {
    background: #dce3e9;
    display: none;
    text-align: left;
    float: none;
    line-height: 1;
    padding: 0 20px;
    width: 100%;
  }
  .headerRight .input {
    max-width: 320px;
    margin-bottom: 20px;
  }
  .headerRight nav.authMenu {
    padding-bottom: 20px;
  }
  .headerRight nav.authMenu .menu > li {
    line-height: 1.2;
  }
  .headerRight.headerSmall .input {
    max-width: 320px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .staticHeader.table {
    min-height: 500px;
  }
  .subTitle .heading {
    font-size: 60px;
    margin: 0 0 -2.5% -2.5%;
  }
  .subTitle ul.menu li {
    padding: 0 0 0 20px;
  }
  .subTitle ul.menu li a {
    font-size: 20px;
    font-weight: 300;
  }
  .subTitle .description {
    padding: 20px 20px 10px 20px;
    font-size: 20px;
  }
  .staticHeader .heading {
    font-size: 60px;
  }
  .staticHeader .descriptionOnly h2 {
    font-size: 36px;
  }
  .staticHeader .descriptionOnly p {
    font-size: 20px;
  }
  .staticHeader .descriptionOnly .description {
    background-color: #ffffff;
  }
  .specialHeader .heading {
    font-size: 60px;
  }
}
/* EXTRA SMALL SCREEN DEVICES <- */
@media (max-width: 767px) {
  .subHeader {
    padding: 50px 0 0;
  }
  .subHeader .btnBack {
    position: relative;
    display: inline-block;
    margin: 25px 25px 25px 0;
    height: 37px;
    width: 42px;
  }
  .subHeader .btnBack span {
    display: none;
  }
  .subTitle {
    margin-top: -40px;
  }
  .subTitle .heading {
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
  }
  .subTitle .inner {
    position: relative;
    padding: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }
  .subTitle ul.menu {
    background-color: #ffffff;
  }
  .subTitle ul.menu li {
    height: 60px;
    width: 100%;
    padding: 0;
  }
  .subTitle ul.menu li a {
    font-size: 20px;
    line-height: 60px;
  }
  .staticHeader {
    height: auto;
    min-height: 320px;
  }
  .staticHeader.table {
    min-height: 320px;
  }
  .staticHeader.table .heading + div,
  .staticHeader.table .heading + hr {
    margin-top: 0;
  }
  .staticHeader.table .container {
    padding-top: 0;
  }
  .staticHeader:first-child {
    padding: 50px 0 0;
  }
  .staticHeader .btn {
    margin: 20px;
  }
  .staticHeader .container {
    padding-top: 30%;
  }
  .staticHeader .inner {
    position: relative;
    left: 0;
    right: 0;
  }
  .staticHeader a.btnBack {
    position: relative;
    display: inline-block;
    margin: 25px 25px 0 0px;
    height: 37px;
    width: 42px;
  }
  .staticHeader a.btnBack span {
    display: none;
  }
  .staticHeader .inner {
    position: relative;
  }
  .staticHeader .heading {
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
    padding-bottom: 5px;
  }
  .staticHeader .description {
    font-size: 18px;
  }
  .staticHeader .descriptionOnly {
    padding: 20px;
  }
  .staticHeader .descriptionOnly h2 {
    font-size: 24px;
    margin-top: 0;
  }
  .staticHeader .descriptionOnly p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .specialHeader .heading {
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
    padding-bottom: 5px;
  }
  header.main.fixedBiogram {
    width: 80%;
    background: transparent;
  }
  header.main.fixedBiogram .burger {
    display: none;
  }
  header.main .navigationContainer {
    padding: 20px 0;
    top: 50px;
  }
  header.main .menu > li:first-child {
    padding-top: 10px;
  }
  header.main .logo {
    width: 80px;
    height: 50px;
    line-height: 50px;
  }
  header.main .logo img {
    max-width: 32px;
  }
  header.main .burger {
    width: 40px;
    height: 36px;
    padding: 6px;
    margin: 7px 10px;
  }
}
.banner {
  width: 100%;
  position: relative;
  float: left;
  height: 360px;
  background-color: transparent;
  margin: 50px 0 80px;
}
.banner .outer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
  background-size: cover;
}
.banner .outer .container {
  position: relative;
  height: 100%;
}
.banner .outer .container .picture {
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-color: #889cb4;
  height: 100%;
}
.banner .outer .container .picture:before {
  position: absolute;
  display: block;
  content: " ";
  left: -100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: #889cb4;
}
.banner .inner {
  padding: 40px;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 1;
  max-height: 360px;
}
.banner .inner.square:before {
  position: absolute;
  display: block;
  content: " ";
  left: 30%;
  top: -30px;
  width: 20px;
  height: 20px;
  background-color: inherit;
}
.banner .inner:after {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  bottom: 0;
  margin-left: -2px;
  width: 100%;
  left: 100%;
  background-color: inherit;
}
.banner .inner.redBg {
  background-image: url('/i/red.png');
  background-repeat: no-repeat;
  background-position: 35% 90%;
  background-size: initial;
}
.banner .inner.blueBg {
  background-image: url('/i/blue.png');
  background-repeat: no-repeat;
  background-position: 35% 90%;
  background-size: initial;
}
.banner .inner.blueBg.blueSquare:before {
  position: absolute;
  display: block;
  content: " ";
  left: -34px;
  bottom: 0px;
  width: 18px;
  height: 18px;
  background-color: #909090;
}
.banner .inner .bottom30 {
  bottom: -30px;
}
.banner .inner .title {
  position: relative;
  text-transform: uppercase;
  font-size: 50px;
  margin: 10px 0 30px 0;
  line-height: 60px;
  color: #ffffff;
  font-weight: 100;
}
.banner .inner .caption {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
}
.banner .inner .btn {
  position: absolute;
  bottom: 0;
  right: 40px;
  margin: 0 0 20px;
}
.banner .inner .redSquare {
  position: absolute;
  top: 38px;
  left: 110%;
  width: 40px;
  height: 40px;
  background: red;
  z-index: 2;
}
.banner .containerOuter {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -30px;
}
.banner .containerOuter .container {
  height: auto;
}
.banner .containerOuter .container .inner {
  position: relative;
  right: 0;
  bottom: 0;
  float: right;
}
.banner .containerOuter:after {
  position: absolute;
  right: 3%;
  top: 35px;
  content: '';
  width: 40px;
  height: 40px;
  background: #df303b;
  z-index: 2;
}
@media (max-width: 1399px) {
  .banner .inner.redBg {
    background-position: 75% 80%;
  }
  .banner .inner.blueBg {
    background-position: 75% 80%;
  }
}
@media (max-width: 992px) {
  .banner .inner.redBg {
    background-position: 50% 65%;
  }
  .banner .inner.blueBg {
    background-position: 50% 65%;
  }
  .banner .inner .title {
    margin: 10px 0 40px;
    font-size: 32px;
    line-height: 38px;
  }
  .banner .inner .caption {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 380px;
    margin: 40px 0 290px;
  }
  .banner .outer .picture {
    right: 0;
  }
  .banner .inner {
    left: 0;
    bottom: -230px;
  }
  .banner .inner .btn {
    right: 40px;
  }
  .banner .inner:before {
    display: none!important;
  }
  .banner .inner .title {
    margin: 10px 0 60px;
    font-size: 28px;
    line-height: 32px;
  }
  .banner .inner .caption {
    font-size: 12px;
  }
}
.tableSimple {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 50px;
  position: relative;
  border: 0;
}
.tableSimple thead th {
  padding: 0 4px 7px;
}
.tableSimple thead th .btn {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.tableSimple thead th:first-child {
  padding: 0 4px 7px 0;
}
.tableSimple thead th:last-child {
  padding: 0 0 7px 4px;
}
.tableSimple tbody tr {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-top: 3px solid #ffffff;
  background-color: #fafafa;
}
.tableSimple tbody tr:after {
  font-family: 'fontello';
  content: '\e804';
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  right: 20px;
  height: 20px;
  font-size: 12px;
  margin-top: 25px;
  display: none;
  color: #e0303b;
}
.tableSimple tbody tr.footable-odd:not(.footable-detail-show) {
  background-color: #f3f3f3;
}
.tableSimple tbody tr.footable-even:not(.footable-detail-show) {
  background-color: #fafafa;
}
.tableSimple tbody tr:hover:not(.footable-detail-show) {
  background-color: #fad8d9;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tableSimple tbody tr td {
  padding: 14px 10px;
  min-width: 1%;
}
.tableSimple tbody tr td a {
  text-align: center;
  text-transform: uppercase;
}
.tableSimple tbody tr td .btn {
  padding: 8px 14px;
}
.tableSimple tbody tr.disabled {
  opacity: 0.5;
}
.tableSimple tbody tr.disabled + tr.footable-row-detail {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .tableSimple tbody tr.footable-detail-show {
    background-color: #fad8d9 !important;
  }
  .tableSimple tbody tr.footable-row-detail {
    background-color: #fad8d9;
    border-top: 0;
  }
  .tableSimple tbody tr.footable-row-detail .footable-row-detail-row {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  .tableSimple tbody tr.footable-row-detail .footable-row-detail-row .footable-row-detail-name {
    display: inline-block;
    width: 100%;
  }
  .tableSimple tbody tr.footable-row-detail .footable-row-detail-row .footable-row-detail-value {
    display: inline-block;
    width: 100%;
    font-weight: 600;
  }
}
@media (max-width: 425px) {
  .tableSimple tbody tr.footable-row-detail .footable-row-detail-row {
    width: 100%;
  }
  .tableSimple tbody tr.footable-row-detail .footable-row-detail-row .footable-row-detail-name {
    display: inline-block;
    width: auto;
  }
  .tableSimple tbody tr.footable-row-detail .footable-row-detail-row .footable-row-detail-value {
    display: inline-block;
    width: auto;
    margin-left: 10px;
  }
  .tableSimple tbody tr td {
    padding: 7px 5px;
  }
  .tableSimple .btn.btnSort {
    padding: 7px 5px;
    min-width: 90px;
  }
}
.videoSection {
  width: 100%;
  margin: 50px 0;
  padding: 30px 0;
}
.videoSection.blueBg {
  background-image: url('/i/blue.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
.videoSection .bigHeader {
  color: #ffffff;
}
.videoSection .bigHeader.squares:after {
  background: #b8c8d8;
}
.videoSection a.video {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #000000;
  text-decoration: none;
}
.videoSection a.video .image {
  position: relative;
}
.videoSection a.video .image:before {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: absolute;
  top: -51px;
  width: 100%;
  content: " ";
  height: 14px;
  background-color: #ffffff;
}
.videoSection a.video .image img {
  width: 100%;
}
.videoSection a.video .image .videoIcon {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: -1px;
}
.videoSection a.video .title {
  color: inherit;
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 5px;
}
.videoSection a.video:hover .image:before {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  top: -37px;
  background-color: #df303b;
}
@media (max-width: 991px) {
  .videoSection a.video {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
  }
  .videoSection a.video:nth-child(even) {
    padding-left: 10px;
    padding-right: 20px;
  }
  .videoSection a.video:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .videoSection a.video {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sortCharacterList {
  margin: 50px 0 20px;
  background-color: #c4c5c9;
  height: 40px;
  line-height: 40px;
  text-align: justify;
  color: #ffffff;
  font-weight: 600;
}
.sortCharacterList .wrapper {
  display: table;
  width: 100%;
}
.sortCharacterList .wrapper a,
.sortCharacterList .wrapper span {
  display: table-cell;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  min-width: 30px;
}
.sortCharacterList .wrapper span {
  color: #e0303b;
}
@media (max-width: 1024px) {
  .sortCharacterList {
    height: auto;
  }
  .sortCharacterList .wrapper a,
  .sortCharacterList .wrapper span {
    display: inline-block;
  }
}
.visitingInfo {
  line-height: 1.2;
}
.visitingInfo .bigHeader {
  padding: 20px 0 0;
}
.visitingInfo.special .bigHeader {
  position: relative;
  z-index: 5;
  margin-top: -100px;
}
.visitingInfo.special .inner {
  margin-top: -26px;
  position: relative;
  z-index: 5;
}
.visitingInfo .inner {
  padding: 16px 0 20px;
  background-color: #96a7bb;
  float: left;
}
.visitingInfo .uppercase {
  text-transform: uppercase;
}
.visitingInfo h4 {
  text-transform: uppercase;
  color: #000000;
  font-size: 24px;
  margin: 0 0 25px 0;
  font-weight: 900;
  letter-spacing: -1px;
}
.visitingInfo p {
  font-size: 18px;
  color: #000000;
  margin: 0 0 10px;
}
.visitingInfo a.btn {
  display: inline-block;
}
.archiveSection .radioField {
  margin-left: 29.5%;
}
.archiveSection .staticHeader {
  margin-bottom: 50px;
}
.noResults {
  width: 100%;
  height: 320px;
  text-align: center;
  padding: 40px 20px 100px 20px;
}
.noResults h4 {
  position: relative;
}
.noResults h4:before {
  position: absolute;
  top: 4px;
  margin-left: -30px;
  content: "■";
  font-size: 18px;
  color: #c4c5c9;
}
.errorPage {
  padding-top: 100px;
  padding-bottom: 20px;
  min-height: 100vh;
  width: 100%;
  background-color: #889cb4;
}
.errorPage .errorBody {
  width: 50vw;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  padding: 40px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(41, 48, 57, 0.8);
  -moz-box-shadow: 5px 5px 0px 0px rgba(41, 48, 57, 0.8);
  -o-box-shadow: 5px 5px 0px 0px rgba(41, 48, 57, 0.8);
  box-shadow: 5px 5px 0px 0px rgba(41, 48, 57, 0.8);
}
.errorPage h1.errorHead {
  line-height: 50px;
  letter-spacing: 4px;
  font-size: 40px;
  text-align: center;
  padding-left: 30px;
  font-weight: 600;
  margin: 0 auto;
  color: #000000;
}
.errorPage h2.errorNumber {
  line-height: 64px;
  letter-spacing: -2px;
  font-size: 90px;
  text-align: center;
  font-weight: 200;
  margin: 0 auto;
}
.errorPage p.message {
  font-size: 24px;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.biogramSection .staticHeader {
  margin-bottom: 50px;
}
.calendarSection .staticHeader {
  margin-bottom: 50px;
}
.gallerySection {
  padding-bottom: 50px;
}
.wallSection .staticHeader {
  margin-bottom: 50px;
}
.searchSection h2 {
  font-size: 32px;
  margin: 25px 0;
  font-family: 'Roboto', sans-serif;
  color: #a4a4a4;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 200;
}
.searchSection .searchResults {
  margin-bottom: 100px;
}
.searchSection .searchResults br {
  display: none;
}
.searchSection .searchResults hr {
  margin: 50px 0 20px;
}
.searchSection .searchResults .btn {
  display: inline-block;
  width: 250px;
  margin: 0 auto 10px;
}
.searchSection .searchResults ul li {
  margin: 0 0 5px;
}
.searchSection .searchResults ul li a {
  color: inherit;
}
.searchSection .searchResults ul li span {
  font-size: 18px;
}
.searchSection .searchResults ul li q {
  color: #8f8f8f;
  font-size: 16px;
  margin: 5px 0 20px 10px;
  display: block;
  text-align: left;
}
.searchSection .searchResults .photosList .item {
  position: relative;
  height: 295px;
  display: inline-block;
  margin: 22px 20px 22px 0;
}
.searchSection .searchResults .photosList figcaption {
  display: none;
}
@media (max-width: 1399px) {
  .visitingInfo h4 {
    font-size: 18px;
  }
  .visitingInfo.special .inner {
    margin-top: -20px;
  }
  .calendarSection .articleItem {
    height: auto;
    min-height: 355px;
  }
}
@media (max-width: 991px) {
  .searchSection h2 {
    font-size: 24px;
  }
  .visitingInfo.special .inner {
    margin-top: -16px;
  }
}
@media (max-width: 768px) {
  .visitingInfo.special .inner {
    margin-top: -7px;
  }
}
.articleTile {
  padding-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-top: 40px;
}
.articleTile:before {
  content: "";
  display: block;
  background: #e0303b;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.articleTile:hover:before {
  opacity: 0.23;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.articleTile .image {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 414px;
  background-size: cover;
  background-position: center center;
}
.articleTile .title {
  display: block;
  position: absolute;
  bottom: -1px;
  padding-left: 15px;
  max-width: 610px;
}
.articleTile .title:hover {
  text-decoration: none;
}
.articleTile .subtitle {
  display: inline-block;
  color: #ffffff;
  font-weight: 900;
  position: absolute;
  top: -29px;
  left: 15px;
  right: 0;
  z-index: 5;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
.articleTile .subtitle span {
  display: inline-block;
  background: #e0303b;
  padding: 5px 11px 3px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleTile .subtitle span:empty {
  display: none;
}
.articleTile h2 {
  font-size: 35px;
  line-height: 1.2;
  padding: 2px 0;
  text-transform: uppercase;
  background: #ffffff;
  -webkit-box-shadow: -17px 0px 0px #ffffff, 17px 0px 0px #ffffff;
  -moz-box-shadow: -17px 0px 0px #ffffff, 17px 0px 0px #ffffff;
  -o-box-shadow: -17px 0px 0px #ffffff, 17px 0px 0px #ffffff;
  box-shadow: -17px 0px 0px #ffffff, 17px 0px 0px #ffffff;
  box-decoration-break: clone;
  display: inline;
  font-family: 'Roboto Condensed', sans-serif;
  color: #293039;
  font-weight: 300;
}
.articleTile h2 a {
  color: inherit;
}
.articleTile h2 a:hover {
  text-decoration: none;
}
.articleTile img {
  width: 100%;
}
.articleTile .videoIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.articleTile .tileContent {
  padding: 10px 19px;
  font-size: 16px;
  line-height: 1.75;
}
.articleTile .tileContent p {
  margin: 0;
}
.articleTile.hasVideo .videoIcon {
  display: block;
}
.articleTile.hasVideo .title {
  padding-right: 80px;
}
.articleTile.hasImage {
  margin-top: 0;
}
.articleTile.hasImage .title {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.articleTile.hasImage .subtitle {
  top: -29px;
  left: 20px;
}
.narrow .articleTile h2 {
  font-size: 24px;
  line-height: 31px;
}
.narrow .articleTile .subtitle {
  top: -28px;
}
.narrow .articleTile .image {
  height: 176px;
}
.small .articleTile h2 {
  font-size: 24px;
  line-height: 31px;
}
.small .articleTile .subtitle {
  top: -28px;
}
.tall .articleTile .image {
  height: 458px;
}
.full .imgContainer {
  margin-right: -40px;
}
.full .articleTile {
  padding-bottom: 44px;
}
.full .articleTile .image {
  height: 542px;
}
.full .articleTile .image:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  background: #e0303b;
  top: 12px;
  right: -37px;
}
.full .articleTile .image:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  background: #909090;
  bottom: -37px;
  right: 50%;
  margin-right: -28px;
}
.full .articleTile .title,
.full .articleTile .subtitle {
  position: static;
}
.full .articleTile .subtitle {
  background: transparent;
  margin: 0 0 17px 10px;
}
.full .articleTile .tileContent {
  background: #ffffff;
  min-height: 430px;
}
.full .articleTile h2 {
  background: transparent;
  display: block;
  margin: 0;
  font-size: 30px;
  padding-bottom: 21px;
}
.full .articleTile .contentBg {
  background: #e0303b;
  position: relative;
  top: 51px;
  padding: 17px 38px 22px 0;
}
.full .articleTile .contentBg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e0303b;
  top: 0;
  right: 100%;
  z-index: 5;
}
.photoTile {
  position: relative;
}
.photoTile a {
  display: block;
  color: #ffffff;
}
.photoTile img {
  width: 100%;
}
.photoTile .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 17px 22px 20px;
  background: rgba(41, 48, 57, 0.8);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.photoTile.red .overlay {
  top: 0;
  background: rgba(223, 48, 59, 0.75);
  text-align: center;
  text-transform: uppercase;
}
.photoTile .photoCount {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 35px;
  font-weight: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.photoTile .seeMore {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-top: 14px;
}
.photoTile .seeMore:after {
  content: '\e804';
  font-family: 'fontello';
  font-size: 7px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.small .photoTile {
  margin-bottom: 30px;
}
.doubleRow .articleTile .image {
  height: 295px;
}
.doubleRow .tall .articleTile .image {
  height: 458px;
}
.articleRow {
  padding-bottom: 28px;
}
.articleRow h3 {
  font-size: 36px;
  font-weight: 100;
  text-transform: uppercase;
  margin: -8px 0 0 0;
  line-height: 1.2;
}
.articleRow .blockSubtitle {
  min-height: 172px;
}
.tileWithBorder .articleTile {
  border-bottom: 10px solid #e0303b;
  margin-bottom: 50px;
}
.tileWithBorder .articleRow {
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .articleTile h2 {
    font-size: 24px;
    line-height: 31px;
  }
  .articleTile .image {
    height: 290px;
  }
  .articleTile .tileContent {
    padding: 10px;
  }
  .articleTile .tileContent p {
    line-height: 1.3;
  }
  .articleTile .subtitle {
    top: -24px;
  }
  .articleRow h3 {
    font-size: 25px;
  }
  .photoTile .photoCount {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .articleTile h2,
  .small .articleTile h2,
  .narrow .articleTile h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .articleTile .title,
  .small .articleTile .title,
  .narrow .articleTile .title {
    padding: 4px 0 0px 15px;
    bottom: -2px;
  }
  .articleTile .tileContent p,
  .small .articleTile .tileContent p,
  .narrow .articleTile .tileContent p {
    font-size: 14px;
  }
  .articleTile .subtitle,
  .small .articleTile .subtitle,
  .narrow .articleTile .subtitle {
    font-size: 12px;
    top: -17px;
  }
  .articleTile .subtitle span,
  .small .articleTile .subtitle span,
  .narrow .articleTile .subtitle span {
    padding: 2px 5px;
  }
  .articleTile .image,
  .small .articleTile .image,
  .narrow .articleTile .image {
    height: 200px;
  }
  .articleTile.hasImage .subtitle,
  .small .articleTile.hasImage .subtitle,
  .narrow .articleTile.hasImage .subtitle {
    font-size: 12px;
    top: -17px;
  }
  .articleTile.hasImage .subtitle span,
  .small .articleTile.hasImage .subtitle span,
  .narrow .articleTile.hasImage .subtitle span {
    padding: 2px 5px;
  }
  .articleRow h3 {
    font-size: 18px;
  }
  .small .photoTile,
  .photoTile {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .articleRow {
    padding-bottom: 0;
  }
  .articleRow .blockSubtitle {
    min-height: 1px;
    padding-bottom: 20px;
  }
  .tileWithBorder .articleTile {
    margin-bottom: 25px;
  }
  .articleTile {
    bottom: -2px;
  }
  .doubleRow .articleTile .image,
  .tall .articleTile .image,
  .narrow .articleTile .image,
  .doubleRow .tall .articleTile .image {
    height: 200px;
  }
  .small .photoTile,
  .photoTile {
    margin-bottom: 25px;
  }
}
.sidetext {
  width: 1145px;
  margin: 16px 0;
  text-align: left;
}
.sidetext img {
  max-width: 100%;
}
.sidetext p {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.sidetext .readMore {
  text-decoration: none;
}
.sidetext .source {
  display: block;
  font-family: 'PT Serif Caption', serif;
  text-align: right;
  font-size: 11px;
  line-height: 1;
  color: #59616b;
}
.sidetext.right {
  float: right;
  width: 500px;
  margin: 16px -214px 0 16px;
}
.sidetext.left {
  float: left;
  width: 500px;
  margin: 16px 16px 0 0;
}
.sidetext.inside-text.right {
  margin-right: 0 !important;
}
.sidetext.inside-text.wide,
.sidetext.inside-text.gallery,
.sidetext.inside-text.normal {
  margin-left: 0 !important;
  width: 100% !important;
}
.sidetext.normal {
  float: left;
}
.sidetext.text-wide {
  max-width: 100%;
}
.sidetext.quote {
  position: relative;
  border-top: 4px solid #e0303b;
  border-bottom: 4px solid #e0303b;
  padding: 62px 0 23px;
  color: #e0303b;
  font-family: 'PT Serif Caption', serif;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
.sidetext.quote.right {
  text-align: right;
}
.sidetext.quote:before {
  content: '\201D';
  font-size: 206px;
  display: block;
  position: absolute;
  top: -39px;
  left: -13px;
  line-height: 1;
}
.sidetext.quote .source {
  font-size: 14px;
  text-align: left;
  padding-top: 17px;
  color: #889cb4;
}
.sidetext.photo {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #59616b;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 5px solid #e0303b;
}
.sidetext.photo .source {
  padding-top: 4px;
}
.sidetext.photo img {
  max-height: 750px;
  margin: 0 auto;
  display: block;
}
.sidetext.photo.wide {
  padding: 0;
  border: none;
}
.sidetext.photo.wide .source,
.sidetext.photo.wide p {
  display: none;
}
.sidetext.photo.wide img {
  width: 100%;
}
.sidetext.relatedArticle {
  border-bottom: 5px solid #e0303b;
}
.sidetext.relatedArticle .image {
  height: 281px;
}
.sidetext.relatedArticle .articleTile .title {
  padding-left: 12px;
  position: absolute;
}
.sidetext.relatedArticle .articleTile .subtitle {
  position: absolute;
  font-size: 14px;
  left: 28px;
  right: 10px;
  transform: none;
}
.sidetext.gallery {
  padding-bottom: 19px;
  border-bottom: 10px solid #e0303b;
}
.sidetext.gallery img.owl-lazy {
  width: auto;
  margin: 0 auto;
}
.sidetext.gallery .source {
  padding-top: 9px;
}
.sidetext.video {
  padding-bottom: 5px;
}
.sidetext.video .source {
  padding-top: 9px;
}
.sidetext.video iframe {
  width: 100%;
}
.sidetext .carousel .owl-prev,
.sidetext .carousel .owl-next {
  width: 74px;
  margin-top: -60px;
}
.sidetext .carousel .description {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px 19px;
  color: #ffffff;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
.sidetext .carousel .source {
  color: #ffffff;
  margin-top: -3px;
}
.sidetext .smallCarousel {
  padding: 11px 66px 0;
}
.sidetext .smallCarousel .owl-prev,
.sidetext .smallCarousel .owl-next {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  color: #e0303b;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.sidetext .smallCarousel .owl-prev:after,
.sidetext .smallCarousel .owl-next:after {
  font-family: "fontello";
  font-size: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -24px;
  line-height: 1;
}
.sidetext .smallCarousel .owl-prev.disabled,
.sidetext .smallCarousel .owl-next.disabled {
  color: #f0eff4;
  opacity: .2;
}
.sidetext .smallCarousel .owl-prev {
  left: 6px;
}
.sidetext .smallCarousel .owl-prev:after {
  content: '\e806';
}
.sidetext .smallCarousel .owl-next {
  right: 6px;
}
.sidetext .smallCarousel .owl-next:after {
  content: '\e805';
}
.sidetext .smallCarousel .owl-item.active.current {
  border: 2px solid #e0303b;
}
@media (max-width: 1399px) {
  .sidetext {
    width: 890px;
  }
  .sidetext.left {
    margin-bottom: 16px;
  }
  .sidetext.quote {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 55px;
  }
  .sidetext.quote:before {
    top: -33px;
    font-size: 170px;
  }
}
@media (max-width: 991px) {
  .sidetext {
    width: 100%;
  }
  .sidetext.right {
    width: 50%;
    margin-right: 0;
  }
  .sidetext.left {
    width: 50%;
    margin-left: 0;
  }
  .sidetext p {
    font-size: 14px;
    line-height: 1.2;
    padding-top: 5px;
  }
  .sidetext.relatedArticle .articleTile .subtitle {
    top: -24px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .sidetext {
    font-size: 14px;
    line-height: 1.2;
  }
  .sidetext.right,
  .sidetext.left {
    float: none;
    width: 100%;
    margin: 16px 0 16px;
  }
  .sidetext.wide {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .sidetext .smallCarousel .owl-prev:after,
  .sidetext .smallCarousel .owl-next:after {
    font-size: 36px;
    margin-top: -18px;
  }
  .sidetext.relatedArticle .articleTile .title {
    padding-left: 15px;
  }
  .sidetext.quote {
    font-size: 16px;
    padding-top: 45px;
  }
  .sidetext.quote:before {
    top: -27px;
    font-size: 140px;
  }
}
article .image img,
#tinymce .image img {
  width: 100%;
}
article .content,
#tinymce .content {
  font-family: 'PT Serif', serif;
  font-size: 19px;
  line-height: 30px;
  text-align: justify;
  color: #59616b;
}
article .content a,
#tinymce .content a {
  color: #e0303b;
  text-decoration: underline;
}
article .content a:hover,
#tinymce .content a:hover {
  text-decoration: none;
}
article .content img,
#tinymce .content img {
  max-width: 100%;
}
article .lead,
#tinymce .lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 30px;
}
article .lead p:last-child,
#tinymce .lead p:last-child {
  padding: 0;
}
article p,
#tinymce p {
  margin: 0;
  padding-bottom: 30px;
}
article h2,
#tinymce h2,
article h3,
#tinymce h3,
article h4,
#tinymce h4,
article h5,
#tinymce h5,
article h6,
#tinymce h6 {
  color: #889cb4;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  padding-bottom: 33px;
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
}
article h3,
#tinymce h3 {
  font-size: 24px;
}
article h4,
#tinymce h4 {
  font-size: 20px;
}
article h5,
#tinymce h5 {
  font-size: 20px;
  font-weight: 300;
}
article h6,
#tinymce h6 {
  font-size: 20px;
  font-weight: 100;
}
article h4,
#tinymce h4,
article h5,
#tinymce h5 {
  text-transform: none;
}
article iframe,
#tinymce iframe {
  width: 100%;
}
article form,
#tinymce form {
  font-family: 'Roboto', sans-serif;
}
article form.schoolEntryForm,
#tinymce form.schoolEntryForm,
article form.prizeEntryForm,
#tinymce form.prizeEntryForm {
  margin-bottom: 100px;
}
article form.schoolEntryForm.prizeEntryForm,
#tinymce form.schoolEntryForm.prizeEntryForm,
article form.prizeEntryForm.prizeEntryForm,
#tinymce form.prizeEntryForm.prizeEntryForm {
  padding-top: 0;
  padding-right: 0;
}
article form.schoolEntryForm fieldset,
#tinymce form.schoolEntryForm fieldset,
article form.prizeEntryForm fieldset,
#tinymce form.prizeEntryForm fieldset {
  border: none;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}
article form.schoolEntryForm textarea,
#tinymce form.schoolEntryForm textarea,
article form.prizeEntryForm textarea,
#tinymce form.prizeEntryForm textarea {
  width: 100%;
}
article form.schoolEntryForm select,
#tinymce form.schoolEntryForm select,
article form.prizeEntryForm select,
#tinymce form.prizeEntryForm select {
  background: transparent;
  padding: 0 33px 0 20px;
  position: relative;
  z-index: 5;
}
article form.schoolEntryForm .inputRow,
#tinymce form.schoolEntryForm .inputRow,
article form.prizeEntryForm .inputRow,
#tinymce form.prizeEntryForm .inputRow {
  margin: 0 -1px 0 -2px;
  width: 77.5%;
}
article form.schoolEntryForm .inputRow.fileInputRow input[type='text'],
#tinymce form.schoolEntryForm .inputRow.fileInputRow input[type='text'],
article form.prizeEntryForm .inputRow.fileInputRow input[type='text'],
#tinymce form.prizeEntryForm .inputRow.fileInputRow input[type='text'] {
  width: 69%;
}
article form.schoolEntryForm .inputRow p.hint,
#tinymce form.schoolEntryForm .inputRow p.hint,
article form.prizeEntryForm .inputRow p.hint,
#tinymce form.prizeEntryForm .inputRow p.hint {
  font-size: 14px;
}
article form.schoolEntryForm .prizeRecommendationForm,
#tinymce form.schoolEntryForm .prizeRecommendationForm,
article form.prizeEntryForm .prizeRecommendationForm,
#tinymce form.prizeEntryForm .prizeRecommendationForm,
article form.schoolEntryForm #rel1prizeRelationForm_FormBox.prizeRelationForm,
#tinymce form.schoolEntryForm #rel1prizeRelationForm_FormBox.prizeRelationForm,
article form.prizeEntryForm #rel1prizeRelationForm_FormBox.prizeRelationForm,
#tinymce form.prizeEntryForm #rel1prizeRelationForm_FormBox.prizeRelationForm {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
article form.schoolEntryForm .btnAddInput label,
#tinymce form.schoolEntryForm .btnAddInput label,
article form.prizeEntryForm .btnAddInput label,
#tinymce form.prizeEntryForm .btnAddInput label {
  visibility: hidden;
}
article form.schoolEntryForm .inputField label,
#tinymce form.schoolEntryForm .inputField label,
article form.prizeEntryForm .inputField label,
#tinymce form.prizeEntryForm .inputField label {
  width: 22.5%;
}
article form.schoolEntryForm .inputField label.textarea-label,
#tinymce form.schoolEntryForm .inputField label.textarea-label,
article form.prizeEntryForm .inputField label.textarea-label,
#tinymce form.prizeEntryForm .inputField label.textarea-label {
  vertical-align: top;
  margin-top: 5px;
}
article form.schoolEntryForm .errorBlock,
#tinymce form.schoolEntryForm .errorBlock,
article form.prizeEntryForm .errorBlock,
#tinymce form.prizeEntryForm .errorBlock {
  list-style: none;
  margin: 0;
}
#tinymce {
  font-family: 'PT Serif', serif;
  font-size: 19px;
  line-height: 30px;
  text-align: justify;
  color: #59616b;
}
#tinymce a {
  color: #e0303b;
  text-decoration: underline;
}
#tinymce a:hover {
  text-decoration: none;
}
#tinymce img {
  max-width: 100%;
}
.sidebar h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 0 4px;
  border-bottom: 3px solid #889cb4;
}
.sidebar > div {
  padding-bottom: 28px;
}
.sidebar .tags {
  padding-top: 24px;
}
.sidebar .tags a {
  display: inline-block;
  padding: 13px 10px;
  text-transform: uppercase;
  background: #889cb4;
  color: #ffffff;
  margin-bottom: 6px;
}
.sidebar a {
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: none;
}
.sidebar .socials {
  text-align: center;
  padding-top: 18px;
}
.sidebar .socials a {
  display: inline-block;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.sidebar .socials a:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sidebar .socials a:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sidebar .socials a:hover {
  text-decoration: none;
}
.sidebar .socials a.icon-mail {
  background: #0d3f61;
}
.sidebar .socials a.icon-mail:before {
  font-size: 14px;
}
.sidebar .socials a.icon-linkedin {
  background: #0976b4;
}
.sidebar .socials a.icon-facebook {
  background: #405f9f;
}
.sidebar .socials a.icon-twitter {
  background: #55acee;
}
.sidebar .socials a.icon-gplus {
  background: #dd4b39;
}
.archive {
  padding-bottom: 50px;
}
.archive .articleContent {
  width: 930px;
  float: left;
}
.archive .sidebar {
  float: left;
  padding-left: 40px;
  width: 325px;
}
.archive .sidebar .bio {
  border-bottom: 1px solid #b3becb;
  margin-bottom: 9px;
  min-height: 120px;
  display: block;
}
.archive .sidebar .bio .bg {
  padding: 2px 0;
}
.archive .sidebar .bio .photo {
  display: inline-block;
  position: relative;
  z-index: 5;
  vertical-align: top;
  margin-left: 4px;
}
.archive .sidebar .bio .photo img {
  margin: 0;
}
.archive .sidebar .personalData {
  display: inline-block;
  width: 100%;
  margin-left: -120px;
  padding: 0px 0 8px 133px;
}
.archive .sidebar .othersFromFormation {
  margin-top: -3px;
}
.archive .sidebar p {
  color: #e0303b;
  font-size: 18px;
  margin-top: 0px;
  height: 18px;
}
.archive .staticHeader {
  height: auto;
  border-bottom: 21px solid #e0303b;
  min-height: 620px;
}
.archive .staticHeader img {
  width: 100%;
}
.archive .staticHeader .container {
  padding-top: 0;
  min-height: 518px;
}
.archive .staticHeader .btn {
  top: 90px;
  left: 27px;
}
.archive .staticHeader .title {
  position: absolute;
  padding-left: 24px;
  bottom: 27px;
}
.archive .staticHeader .title .subtitle {
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 -4px -4px;
  position: relative;
  z-index: 5;
}
.archive .staticHeader .title .subtitle span {
  background: #e0303b;
  padding: 5px 0 3px;
  -webkit-box-shadow: -11px 0px 0px #e0303b, 11px 0px 0px #e0303b;
  -moz-box-shadow: -11px 0px 0px #e0303b, 11px 0px 0px #e0303b;
  -o-box-shadow: -11px 0px 0px #e0303b, 11px 0px 0px #e0303b;
  box-shadow: -11px 0px 0px #e0303b, 11px 0px 0px #e0303b;
  box-decoration-break: clone;
}
.archive .staticHeader h1 {
  font-size: 64px;
  margin: 0;
  line-height: 77px;
  text-transform: uppercase;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-weight: 300;
}
.archive .staticHeader h1:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1000px;
  right: 100%;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
}
.archive .staticHeader h1 span {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 11px 0px 0px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 11px 0px 0px 0px rgba(255, 255, 255, 0.75);
  -o-box-shadow: 11px 0px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 11px 0px 0px 0px rgba(255, 255, 255, 0.75);
  box-decoration-break: clone;
}
.archive h4 {
  font-family: 'PT Serif', serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  color: #59616b;
  margin: 0;
  padding-bottom: 30px;
}
.archive .bio {
  font-size: 16px;
  font-weight: 700;
  color: #59616b;
}
.archive .bio .photo img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-bottom: 26px;
}
.archive .bio .name {
  display: block;
  padding: 10px 10px 5px;
}
.archive .bio .name span {
  font-size: 17px;
  line-height: 1.35;
  padding: 4px 0;
  background: #e0303b;
  position: relative;
  -webkit-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  -moz-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  -o-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  box-decoration-break: clone;
  display: inline;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.archive .bio .readMore {
  color: #e0303b;
  padding-bottom: 14px;
  font-size: 14px;
  display: inline-block;
}
.archive .bio .readMore:after {
  content: '\e804';
  font-family: 'fontello';
  font-size: 7px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.archive .sidebarLeft {
  width: 210px;
  float: left;
  padding-right: 40px;
}
.archive .sidebarLeft .bio .name span {
  font-size: 22px;
  padding: 1px 0;
  font-weight: 700;
  line-height: 1.2;
}
.archive .content {
  width: 720px;
  float: left;
  color: #59616b;
}
.archive .sidetext {
  margin-left: -210px;
}
.archive .sidetext.right {
  margin-left: 16px;
}
.archive .container {
  padding-top: 25px;
}
.archive .label {
  color: #b3becb;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 14px;
  display: block;
}
.archive .othersFromFormation {
  font-size: 16px;
  font-weight: 700;
  color: #59616b;
}
.nextArchive,
.prevArchive {
  color: #ffffff;
  opacity: 0.35;
  position: fixed;
  z-index: 10;
  top: 50%;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.nextArchive.active,
.prevArchive.active {
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.nextArchive:hover,
.prevArchive:hover {
  opacity: 1;
}
.nextArchive a,
.prevArchive a {
  color: #ffffff;
  display: inline-block;
}
.nextArchive a:hover,
.prevArchive a:hover {
  text-decoration: none;
}
.nextArchive .arrow,
.prevArchive .arrow {
  background: #df303b;
  width: 75px;
  text-align: center;
  line-height: 89px;
  font-size: 60px;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.nextArchive .arrow:before,
.prevArchive .arrow:before {
  font-family: 'fontello';
  margin-left: -4px;
}
.nextArchive .info,
.prevArchive .info {
  width: 253px;
  height: 89px;
  background-color: #df303b;
  background-size: cover;
  color: #ffffff;
  padding: 12px 14px;
  position: absolute;
  z-index: 5;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.nextArchive .info .overlay,
.prevArchive .info .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #df303b;
  opacity: 0.65;
}
.nextArchive .info p,
.prevArchive .info p {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 5;
}
.nextArchive .info h5,
.prevArchive .info h5 {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  position: relative;
  z-index: 5;
}
.prevArchive {
  left: -100%;
}
.prevArchive.active {
  left: 0;
}
.prevArchive .arrow {
  border-right: 3px solid #ffffff;
}
.prevArchive .arrow:before {
  font-family: 'fontello';
  content: '\e806';
}
.prevArchive a {
  height: 89px;
}
.prevArchive .info {
  left: -253px;
}
.prevArchive:hover .info {
  left: 100%;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.nextArchive {
  right: -100%;
}
.nextArchive.active {
  right: 0;
}
.nextArchive .info {
  right: -253px;
}
.nextArchive:hover .info {
  right: 100%;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.nextArchive .arrow {
  float: left;
  border-left: 3px solid #ffffff;
}
.nextArchive .arrow:before {
  font-family: 'fontello';
  content: '\e805';
}
@media (max-width: 1399px) {
  article .lead {
    font-size: 18px;
    line-height: 1.4;
  }
  article .content {
    font-size: 16px;
    line-height: 1.4;
  }
  .archive .staticHeader {
    min-height: 550px;
  }
  .archive .staticHeader .container {
    min-height: 450px;
  }
  .archive .staticHeader h1 {
    font-size: 50px;
    line-height: 61px;
  }
  .archive .staticHeader .title .subtitle {
    font-size: 20px;
  }
  .archive .articleContent {
    width: 600px;
  }
  .archive .sidebar {
    width: 290px;
  }
  .archive .content {
    width: 100%;
  }
  .archive .sidebarLeft {
    width: 100%;
    padding-right: 0;
  }
  .archive .sidebarLeft .personalData {
    display: inline-block;
    width: 100%;
    padding-left: 160px;
    margin-left: -140px;
    margin-bottom: 20px;
  }
  .archive .sidebarLeft .photo {
    display: inline-block;
    vertical-align: top;
    max-width: 135px;
  }
  .archive .sidetext.left {
    margin-left: 0;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .archive .articleContent {
    width: 100%;
  }
  .archive .staticHeader {
    min-height: 400px;
  }
  .archive .staticHeader h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .archive .staticHeader .container {
    min-height: 400px;
  }
  .archive .sidebar {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .archive .content {
    width: 100%;
  }
  .nextArchive .arrow,
  .prevArchive .arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 34px;
    border: none;
  }
  .nextArchive .info,
  .prevArchive .info {
    display: none;
  }
}
@media (max-width: 767px) {
  .archive .staticHeader {
    min-height: 1px;
    border-bottom-width: 14px;
  }
  .archive .staticHeader .btn {
    top: 0;
    left: 0;
  }
  .archive .staticHeader .container {
    padding-top: 80px;
    min-height: 1px;
  }
  .archive .staticHeader .title {
    position: static;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .archive .staticHeader .title .subtitle {
    font-size: 18px;
    margin: 0 0 -2px 0px;
  }
  .archive .staticHeader .title .subtitle span {
    -webkit-box-shadow: -6px 0px 0px #e0303b, 6px 0px 0px #e0303b;
    -moz-box-shadow: -6px 0px 0px #e0303b, 6px 0px 0px #e0303b;
    -o-box-shadow: -6px 0px 0px #e0303b, 6px 0px 0px #e0303b;
    box-shadow: -6px 0px 0px #e0303b, 6px 0px 0px #e0303b;
  }
  .archive .staticHeader h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .archive .sidebarLeft .personalData {
    padding-left: 0px;
    margin-left: 0px;
  }
  .archive .sidebarLeft .photo {
    display: block;
    max-width: 100%;
  }
  .archive .sidetext {
    margin-left: 0;
  }
  .archive .sidetext.right {
    margin-left: 0;
  }
  .archive .sidetext.wide {
    margin-left: -20px;
    margin-right: -20px;
  }
  .archive .sidetext.left {
    width: 100%;
  }
  article .lead {
    font-size: 16px;
  }
  article .content {
    font-size: 14px;
  }
  article p {
    padding-bottom: 20px;
  }
  article h2,
  article h3,
  article h4,
  article h5,
  article h6 {
    padding-bottom: 20px;
  }
  article h2 {
    font-size: 24px;
  }
  article h3 {
    font-size: 20px;
  }
  article h4 {
    font-size: 18px;
  }
  article h5 {
    font-size: 18px;
  }
  article h6 {
    font-size: 18px;
  }
}
.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  line-height: 48px;
}
.pagination ul {
  display: none;
}
.pagination a.btnStatic {
  width: 200px;
  display: inline-block;
  text-decoration: none;
}
.pagination .pages {
  display: inline-block;
  margin: 0 5%;
}
.pagination .pages .page.link {
  color: #000000;
  font-size: 15px;
  min-width: 30px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.pagination .pages .page.link:hover {
  color: #e0303b;
}
.pagination .pages .page.link.active {
  font-weight: 800;
  pointer-events: none;
  padding: 0 4px;
}
.pagination .pages .dots.link {
  pointer-events: none;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
.pagination .pages .dots.link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .pagination .pages {
    width: 100%;
    margin: 0;
  }
}
.biography {
  padding-bottom: 50px;
}
.biography .staticHeader {
  float: none;
  min-height: 545px;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
.biography .staticHeader.new {
  background-color: #3a4756;
}
.biography .staticHeader.new .btn {
  z-index: 10;
}
.biography .staticHeader .container {
  padding: 0 40px;
  min-height: 465px;
}
.biography .staticHeader .containerInner {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 0;
  background: rgba(255, 255, 255, 0.75);
  height: 108px;
  z-index: 4;
}
.biography .staticHeader .containerInner.dynamic-height {
  height: auto !important;
}
.biography .staticHeader .title {
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.biography .staticHeader .title.not-topped {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.biography .staticHeader .title h1 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 700;
  font-size: 34px;
}
.biography .staticHeader .title .name {
  background: #e0303b;
  display: inline-block;
  padding: 5px 10px;
}
.biography .staticHeader .photo {
  max-width: 162px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.biography .staticHeader .photo img {
  max-width: 100%;
}
.biography .staticHeader .show-gallery {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 34px 20px;
  width: 320px;
  text-align: center;
  margin: 0px;
}
.biography .staticHeader .galleryItemsWallOuter {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.biography .staticHeader .galleryItemsWallOuter .brick {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}
.biography .staticHeader .galleryItemsWallOuter .brick img {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.biography dl {
  margin: 0 0 48px 0;
}
.biography dt {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #889cb4;
  border-bottom: 4px solid #889cb4;
  margin-bottom: 17px;
  padding-bottom: 6px;
}
.biography dd {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  color: #293039;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 33px 0;
  clear: both;
}
.biography dd:last-child {
  margin-bottom: 0;
}
.biography dd dl {
  float: left;
  margin: 0;
}
.biography dd dl:nth-child(n) {
  width: 30%;
}
.biography dd dl:nth-child(2n) {
  width: 70%;
  padding-left: 40px;
}
.biography .date {
  width: 50%;
  float: left;
}
.biography .other {
  background: #edf0f4;
  padding: 20px 30px 30px;
}
.biography .ahm {
  max-width: 610px;
  margin: 0 auto;
}
.biography .ahm h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 100;
  color: #293039;
  margin: 0 0 18px;
  padding-bottom: 11px;
  border-bottom: 3px solid #889cb4;
}
.biography .ahm .articleTile {
  background: #ffffff;
  border-bottom: 6px solid #e0303b;
  margin-bottom: 100px;
  margin-top: 0;
  padding-bottom: 0;
}
.biography .ahm .articleTile .image {
  height: 340px;
}
.biography .ahm .articleTile .title {
  width: 100%;
  padding-left: 17px;
  padding-right: 15px;
  min-height: 1px;
}
.biography .ahm .articleTile .readMore {
  font-size: 18px;
}
.biography .articleItem {
  width: 100%;
  margin: 0 0 20px 0;
  height: auto;
  float: none;
}
.biography .articleItem:last-child {
  margin-bottom: 18px;
}
.biography .articleItem .image .title {
  padding: 0;
}
.biography .articleItem .readMore {
  margin: 11px 0 16px;
  display: inline-block;
}
.biography .sidebar {
  padding-top: 45px;
}
.sideButtons {
  position: fixed;
  top: 50%;
  right: -100%;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
  z-index: 18;
}
.sideButtons.active {
  right: -1px;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.sideButtons a {
  display: block;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 0 25px;
  border: 1px solid #000000;
  color: #000000;
  background: #ffffff;
  width: 295px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.sideButtons a:after {
  content: '\e804';
  font-size: 8px;
  font-family: 'fontello';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  line-height: 1;
}
.sideButtons a:hover {
  background: #e0303b;
  border: 1px solid #ac121a;
  color: #ffffff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.sideButtons a span {
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
}
.addVersion {
  padding-bottom: 50px;
}
.addVersion .staticHeader {
  height: 445px;
}
.addVersion .containerInner {
  background: #ffffff;
  padding-top: 37px;
}
.addVersion .container.top {
  margin-top: -160px;
  position: relative;
  z-index: 5;
}
.addVersion .container.top .bigHeader {
  color: #ffffff;
  padding-top: 0;
}
.addVersion p {
  font-size: 24px;
  line-height: 1.22;
  font-weight: 100;
  margin-top: 0;
  color: #3c3c3c;
  letter-spacing: -1px;
}
.addVersionForm {
  padding-right: 176px;
  padding-top: 80px;
}
.addVersionForm .inputField input[type='text'],
.addVersionForm .inputField select {
  width: 100%;
}
.addVersionForm .inputField label {
  width: 45.5%;
  margin: 0 -1px;
}
.addVersionForm .inputField.addfile input[type='text'] {
  width: 70%;
}
.addVersionForm .inputField.addfile button {
  width: 30%;
  margin: 0 -2px;
  vertical-align: top;
  height: 50px;
  text-align: center;
  background: #959595;
  border: 1px solid #909090;
  color: #ffffff;
}
.addVersionForm .inputField.addfile button:after {
  display: none;
}
.addVersionForm .inputField .select-wrapper {
  position: relative;
}
.addVersionForm .inputField .select-wrapper:before {
  content: '\2304';
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 20px;
}
.addVersionForm .inputField input[type="checkbox"],
.addVersionForm .inputField input[type="radio"] {
  vertical-align: middle;
}
.addVersionForm .textareaField label {
  width: 45.5%;
  margin: 0 -1px;
}
.addVersionForm .textareaField textarea {
  width: 100%;
}
.addVersionForm .inputRow {
  display: inline-block;
  width: 54.5%;
  margin: 0 -1px;
}
.addVersionForm .inputRow label {
  width: auto !important;
  margin-left: 10px;
}
.addVersionForm .withoutLabel {
  padding-left: 45.5%;
}
.addVersionForm .sendVersionData {
  text-align: right;
}
@media (max-width: 1399px) {
  .biography .ahm h3 {
    font-size: 20px;
  }
  .biography .ahm .articleTile {
    margin-bottom: 50px;
  }
  .biography .sidebar {
    padding-top: 32px;
  }
  .biography dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .biography dd {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .biography dd dl:nth-child(n) {
    width: 50%;
  }
  .biography dd dl:nth-child(2n) {
    width: 50%;
  }
  .biography .staticHeader {
    margin-bottom: 40px;
    min-height: 398px;
  }
  .biography .staticHeader .container {
    min-height: 320px;
  }
  .biography .staticHeader .title h1 {
    font-size: 25px;
  }
  .biography .staticHeader .photo {
    max-width: 120px;
  }
  .biography .staticHeader .containerInner {
    height: 80px;
  }
  .biography .staticHeader .show-gallery {
    padding: 20px 20px;
    width: 240px;
  }
  .addVersion p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
  }
  .addVersionForm {
    padding-right: 0;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .biography .staticHeader {
    min-height: 280px;
    margin-bottom: 20px;
  }
  .biography .staticHeader .title h1 {
    font-size: 18px;
  }
  .biography .staticHeader .photo {
    max-width: 100px;
  }
  .biography .staticHeader .container {
    min-height: 230px;
  }
  .biography .staticHeader .show-gallery {
    width: auto;
    padding: 10px 10px;
  }
  .biography .staticHeader .show-gallery span {
    padding-right: 0px;
  }
  .biography .staticHeader .show-gallery:after {
    display: none;
  }
  .biography .ahm h3 {
    font-size: 18px;
  }
  .biography .ahm .articleTile {
    margin-bottom: 30px;
  }
  .biography dt {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .biography dd {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .biography dd dl {
    margin-bottom: 20px;
  }
  .biography dd dl:nth-child(n) {
    width: 100%;
  }
  .biography dd dl:nth-child(2n) {
    width: 100%;
    padding-left: 0;
  }
  .biography .other {
    padding: 20px;
  }
  .sideButtons a {
    height: 60px;
    line-height: 60px;
  }
  .addVersion .containerInner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .addVersion p {
    font-size: 16px;
  }
  .addVersion .inputField.addfile input[type='text'] {
    width: 50%;
  }
  .addVersion .inputField.addfile button {
    width: 50%;
  }
  .addVersionForm {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .biography .staticHeader {
    height: auto;
    min-height: 260px;
  }
  .biography .staticHeader .container {
    min-height: 1px;
  }
  .biography .container {
    position: static;
  }
  .biography dl {
    margin: 0 0 30px 0;
  }
  .biography .ahm .articleTile .image {
    height: 250px;
  }
  .addVersion .containerInner {
    margin-top: 0;
  }
  .addVersion .container.top {
    margin-top: -60px;
  }
  .addVersion .staticHeader {
    height: 300px;
  }
  .addVersionForm {
    padding-top: 20px;
  }
  .addVersionForm .inputField:not(.checkbox) input[type='text'],
  .addVersionForm .inputField:not(.checkbox) select {
    width: 100%;
    margin: 0;
  }
  .addVersionForm .inputField:not(.checkbox) label {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-bottom: 3px;
  }
  .addVersionForm .inputField:not(.checkbox).addfile input[type='text'] {
    width: 100%;
    margin-bottom: 10px;
  }
  .addVersionForm .inputField:not(.checkbox).addfile button {
    width: 50%;
    margin: 0;
  }
  .addVersionForm .inputField:not(.checkbox) .inputRow {
    width: 100%;
    margin: 0;
  }
  .addVersionForm .inputField.checkbox label {
    width: auto !important;
  }
  .addVersionForm .withoutLabel {
    padding-left: 0;
  }
  .sideButtons {
    width: 30%;
  }
  .sideButtons a {
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 10px;
    font-family: "Roboto Condensed", sans-serif;
  }
  .sideButtons a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #fixedGallery .owl-carousel .owl-stage-outer,
  #fixedGallery .owl-carousel .owl-stage,
  #fixedGallery .carousel .owl-item {
    height: auto;
  }
  #fixedGallery.biogramGallery .outer .close {
    position: fixed;
    right: 8px;
    top: 5px;
    z-index: 21;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #fixedGallery.biogramGallery .outer .close:before {
    font-size: 24px;
    line-height: 34px;
  }
  #fixedGallery.biogramGallery section {
    position: relative;
    padding: 0px !important;
  }
  #fixedGallery.biogramGallery section.fotos {
    height: auto !important;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 70px;
  }
  #fixedGallery.biogramGallery section.fotos .carousel {
    position: relative;
    bottom: auto;
    top: 0px;
  }
  #fixedGallery.biogramGallery section.fotos .pagination {
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    height: 50px;
    line-height: 50px;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 20;
  }
}
@media (max-width: 425px) {
  .addVersionForm .inputField label {
    height: auto;
  }
}
.card {
  padding-bottom: 50px;
}
.card .staticHeader {
  float: none;
  height: auto;
  min-height: 728px;
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  margin-bottom: 60px;
}
.card .staticHeader .dayDesc {
  max-width: 1065px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.2;
  padding-bottom: 40px;
}
.card .staticHeader h1 {
  border-bottom: 1px solid #000000;
  margin: 0;
  font-weight: 400;
  margin-bottom: 11px;
  padding: 15px;
  font-size: 25px;
}
.card .staticHeader .container {
  text-align: center;
}
.card .staticHeader .next,
.card .staticHeader .prev {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -45px;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 89px;
  height: 89px;
  line-height: 89px;
  background: rgba(255, 255, 255, 0.35);
  font-family: 'fontello';
  font-size: 60px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
}
.card .staticHeader .next:hover,
.card .staticHeader .prev:hover {
  background: rgba(223, 48, 59, 0.35);
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.card .staticHeader .prev {
  left: 0;
}
.card .staticHeader .prev:before {
  font-family: 'fontello';
  content: '\e806';
}
.card .staticHeader .next {
  right: 0;
}
.card .staticHeader .next:before {
  font-family: 'fontello';
  content: '\e805';
}
.card .timeline {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 35px;
  line-height: 1.2;
  padding: 38px 40px 0;
  min-height: 96px;
}
.card .timeline span {
  width: 33.3333333%;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 -3px;
}
.card .timeline span:nth-child(1) {
  text-align: right;
}
.card .timeline span:nth-child(2) {
  font-weight: 400;
  text-transform: uppercase;
}
.card .timeline span:nth-child(3) {
  text-align: left;
}
.card .calendar {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 30px;
}
.card .calendar span {
  display: block;
}
.card .calendar span:nth-child(1) {
  font-size: 167px;
}
.card .calendar span:nth-child(2) {
  font-size: 18px;
  padding: 0 0 2px;
}
.card .calendar span:nth-child(3) {
  font-size: 16px;
  font-weight: 100;
}
@media (max-width: 1399px) {
  .card .timeline {
    font-size: 25px;
    padding-top: 80px;
  }
  .card .calendar span:nth-child(1) {
    font-size: 140px;
  }
  .card .staticHeader {
    min-height: 1px;
  }
  .card .staticHeader h1 {
    padding: 15px 0;
    font-size: 18px;
  }
  .card .staticHeader .dayDesc {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .card .timeline {
    min-height: 1px;
    padding: 0;
    font-size: 18px;
  }
  .card .staticHeader {
    margin-bottom: 25px;
  }
  .card .staticHeader h1 {
    font-size: 16px;
  }
  .card .staticHeader .container {
    padding-top: 40px;
  }
  .card .staticHeader .dayDesc {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .card .staticHeader .next,
  .card .staticHeader .prev {
    width: 50px;
  }
  .card .staticHeader .btn {
    position: relative;
    display: inline-block;
  }
}
.articleItem {
  position: relative;
  width: 31%;
  margin: 0 3% 50px 0;
  height: 437px;
  float: left;
  border-bottom: 10px solid #e0303b;
  color: #000000;
}
.articleItem .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #df303b;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.articleItem:hover .overlay {
  background-color: #df303b;
  opacity: .23;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.articleItem:nth-child(3n) {
  margin: 0 0 25px 0;
}
.articleItem .image {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  height: 295px;
}
.articleItem .image .title {
  position: absolute;
  bottom: 0;
  line-height: 1.7;
  padding: 0 0 0 6px;
}
.articleItem .image .title .name {
  font-size: 28px;
  font-weight: 300;
  background-color: #ffffff;
  box-shadow: 7px 0 0 #ffffff, -7px 0 0 #ffffff;
  padding: 8px 0 8px 10px;
  color: #000000;
  display: inline;
  margin: 0;
  text-transform: uppercase;
  box-decoration-break: clone;
}
.articleItem .image .title .rank {
  position: absolute;
  font-weight: 600;
  left: 18px;
  right: 0;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  top: -26px;
  z-index: 1;
}
.articleItem .image .title .rank span {
  display: inline-block;
  background: #e0303b;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleItem .image .title.titleBlock {
  background-color: #ffffff;
  padding: 0;
  width: 100%;
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
}
.articleItem .info {
  width: 100%;
  padding: 10px 0;
}
.articleItem .info span {
  font-weight: 600;
  color: #000000;
}
.articleItem .info .line {
  width: 100%;
  padding: 0 20px 1px;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleItem .info .multiline {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 20px;
  height: 80px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8f8f8f;
  margin: -2px 0 8px;
}
.articleItem .info .multiline .multiline > .info {
  padding: 0!important;
}
.articleItem .info .multiline span {
  display: block;
}
.articleItem.archiveItem {
  height: 540px;
}
.articleItem.archiveItem .search-sentence {
  position: relative;
  padding: 13px 20px 13px;
}
.articleItem.archiveItem .search-sentence:before {
  position: absolute;
  content: '';
  left: 20px;
  top: 0;
  width: 105px;
  height: 1px;
  background: #d4d1d8;
}
.articleItem.archiveItem .search-sentence .search-sentence-inner {
  height: 79px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.428571;
}
.articleItem.archiveItem .search-sentence strong {
  color: #e12f3b;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .articleItem .image {
    height: 210px;
  }
  .articleItem .image .title .name {
    font-size: 22px;
  }
  .articleItem.archiveItem {
    height: 500px;
  }
  .articleItem.archiveItem .search-sentence .search-sentence-inner {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .articleItem {
    width: 48%;
    margin: 0 0 30px;
    border-bottom: 10px solid #e0303b;
    float: left;
  }
  .articleItem:nth-child(2n) {
    float: right;
  }
  .articleItem:nth-child(3n) {
    margin: 0 0 30px;
  }
  .articleItem .image {
    height: 250px;
  }
  .articleItem.archiveItem {
    height: 520px;
  }
  .articleItem.archiveItem .search-sentence .search-sentence-inner {
    height: 99px;
  }
}
@media (max-width: 753px) {
  .articleItem {
    width: 100%;
  }
  .articleItem .image .title .name {
    font-size: 18px;
  }
  .articleItem.archiveItem {
    height: auto;
  }
  .articleItem.archiveItem .search-sentence .search-sentence-inner {
    height: auto;
  }
}
.newsCol:nth-child(2n+1) {
  clear: left;
}
.newsList {
  padding-bottom: 50px;
}
.newsList .btn.btnTransparent.loadMore {
  margin-top: 30px;
}
.newsDetail {
  padding-bottom: 50px;
}
.newsDetail .staticHeader {
  min-height: 544px;
  border-bottom: 10px solid #e0303b;
}
.newsDetail .newsContainer {
  margin-top: -215px;
  background: #ffffff;
  position: relative;
}
.newsDetail .sidebar {
  padding-top: 27px;
}
.newsDetail h1 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-weight: 300;
  margin: 0;
  padding-bottom: 80px;
  text-align: left;
}
.newsDetail .content .title {
  position: relative;
}
.newsDetail .content .subtitle {
  position: relative;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.newsDetail .content .subtitle span {
  -webkit-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  -moz-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  -o-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  padding: 4px 0;
  background: #e0303b;
}
.newsDetail .recommended {
  padding-top: 18px;
}
.newsDetail .bip-news p {
  padding: 0;
}
.newsDetail .bip-logo {
  float: right;
  margin-top: 30px;
  margin-right: 60px;
}
@media (max-width: 1399px) {
  .newsDetail h1 {
    font-size: 35px;
    padding-bottom: 60px;
  }
  .newsDetail .bip-logo {
    margin-right: 40px;
  }
  .newsDetail .staticHeader {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .newsDetail h1 {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .newsDetail .bip-logo {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .newsList .menuHeader {
    margin-bottom: 30px;
  }
  .newsDetail h1 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .newsDetail .newsContainer {
    margin-top: 0;
  }
  .newsDetail .staticHeader {
    min-height: 300px;
  }
  .newsDetail .content .subtitle {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin: 20px 0;
  }
}
footer {
  background: #3f454d;
  color: #d3d3d3;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
footer .container {
  min-height: 314px;
  display: table;
  table-layout: fixed;
  position: relative;
}
footer .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -20px;
  width: 100%;
  height: 100%;
  background: #293039;
}
footer .footerCol {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 80px 20px 0;
}
footer .footerCol:first-child {
  background: #293039;
  padding-left: 40px;
}
footer .listRedBullet {
  text-transform: uppercase;
  line-height: 26px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  margin-left: -144px;
  padding-left: 196px;
}
footer .listRedBullet li.bip {
  padding-left: 0px;
}
footer .listRedBullet li.bip img {
  border: 5px solid #fff;
  max-height: 80px;
  height: auto;
  width: auto;
}
footer .listRedBullet li.bip:before {
  display: none;
}
footer .listRedBullet a {
  color: #d3d3d3;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
footer .listRedBullet a:hover {
  color: #ffffff;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
footer .logo {
  width: 139px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 5;
  background: transparent;
}
footer .logo img {
  max-width: 100%;
}
footer .bip {
  margin-bottom: 15px;
  display: block;
}
footer h4 {
  padding-bottom: 12px;
}
footer h4,
footer h5 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  color: #d3d3d3;
}
footer h5 {
  font-weight: 300;
  line-height: 1.2;
}
footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: 1.2;
}
footer .copyright {
  text-align: right;
  font-size: 12px;
  color: #4b5158;
  padding-top: 20px;
}
@media (max-width: 991px) {
  footer .listRedBullet {
    margin-left: 0;
    padding-left: 0;
    padding-top: 20px;
  }
  footer .footerCol {
    padding-top: 40px;
  }
  footer .footerCol:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  footer .container {
    display: block;
    padding: 0;
  }
  footer .container:before {
    display: none;
  }
  footer .footerCol {
    width: 100%;
    display: block;
    padding: 20px;
  }
  footer .copyright {
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
  }
  footer .info {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #293039;
  }
  footer .info:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
  }
}
.encyclopediaList .staticHeader:nth-child(2n) .descriptionOnly,
.exhibition .staticHeader:nth-child(2n) .descriptionOnly {
  background-color: rgba(60, 60, 60, 0.8);
}
.encyclopediaCategory .staticHeader {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .elementCol:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .elementCol:nth-child(2n+1) {
    clear: left;
  }
  .encyclopediaCategory .staticHeader {
    margin-bottom: 30px;
  }
}
.visitingInfo .bigHeader {
  color: #ffffff;
}
.visitUs .staticHeader:first-child {
  height: 365px;
}
.visitUs .staticHeader .inner {
  left: 40px;
  right: 40px;
}
.support {
  display: inline-block;
  width: 33.3333333%;
  margin: 0 -2px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
}
.support a {
  color: #000000;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.support a:hover,
.support a:focus {
  color: #e0303b;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.support a:after {
  content: '\e802';
  font-family: 'fontello';
  color: #e0303b;
  font-size: 12px;
  padding-left: 15px;
  vertical-align: middle;
}
.supportLinks {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 1399px) {
  .supportLinks {
    padding-bottom: 40px;
  }
  .support {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .supportLinks {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .visitUs .staticHeader .inner {
    left: 0px;
    right: 0px;
  }
  .supportLinks {
    text-align: left;
  }
  .support {
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
  }
}
.borderTile {
  display: block;
  color: #000000;
  border-bottom: 10px solid #e0303b;
  margin-bottom: 50px;
  height: auto;
  position: relative;
}
.borderTile:hover {
  color: #000000;
}
.borderTile.encyclopedia h2 {
  font-size: 30px;
  padding-top: 0;
  padding-bottom: 20px;
}
.borderTile h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 17px;
}
.borderTile p {
  margin: 0;
  padding-bottom: 3px;
}
.borderTile ul {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1px;
  font-family: "Roboto Condensed", sans-serif;
}
.borderTile ul a {
  color: #000000;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  display: inline-block;
  vertical-align: top;
}
.borderTile ul a:hover {
  color: #e0303b;
}
.borderTile ul a:after {
  content: '\e802';
  font-family: 'fontello';
  color: #e0303b;
  font-size: 12px;
  padding-left: 15px;
  vertical-align: middle;
}
.borderTile ul ul {
  list-style: disc;
  padding-left: 30px;
}
.borderTile .image {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 248px;
}
.borderTile .info {
  padding: 6px 15px 24px 15px;
  font-size: 18px;
  line-height: 1.2;
}
.borderTile .info > ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 17px;
  line-height: 1.75;
  margin-top: -5px;
}
.borderTile .readMore {
  padding-bottom: 5px;
  display: inline-block;
  margin: 24px 0 0 0;
  font-size: 16px;
}
.borderTile .overlay {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  opacity: 1;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: all 0.2;
  -moz-transition: all 0.2;
  -o-transition: all 0.2;
  transition: all 0.2;
}
@media (max-width: 1399px) {
  .borderTile h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .borderTile .info {
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .borderTile {
    margin-bottom: 40px;
  }
  .borderTile ul li {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .borderTile {
    margin-bottom: 25px;
  }
  .borderTile h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .gallerySection .galleryInner {
    margin-right: -50px;
  }
}
.gallerySection .gallery .item {
  position: relative;
  height: 295px;
  display: inline-block;
  margin: 22px 20px 22px 0;
  cursor: pointer;
}
.gallerySection .gallery .item img {
  max-width: 100%;
  height: 100%;
}
.gallerySection .gallery .item span {
  position: absolute;
  display: none;
}
.gallerySection .gallery .item .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #df303b;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.gallerySection .gallery .item figcaption {
  display: none;
}
.gallerySection .gallery .item:hover .overlay {
  background-color: #df303b;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: .23;
}
#fixedGallery {
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  padding: 81px 0 0 0;
  margin: 0;
  position: fixed;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
}
#fixedGallery.in {
  opacity: 1;
  visibility: visible;
}
#fixedGallery .btnBack {
  position: absolute;
  margin: 25px;
  z-index: 10;
}
#fixedGallery .other-buttons {
  position: absolute;
  width: 100%;
  margin: 0px;
  padding: 25px;
  z-index: 3;
  clear: both;
}
#fixedGallery .other-buttons .other-back {
  float: left;
}
#fixedGallery .other-buttons .other-btn {
  float: right;
  margin-left: 10px;
}
#fixedGallery .other-buttons .btnBack {
  margin: 0px;
  position: relative;
}
#fixedGallery .outer {
  width: 100%;
  height: 100%;
  position: relative;
}
#fixedGallery .outer .close {
  width: 66px;
  height: 66px;
  border: 3px solid #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 66px;
  color: #fff;
  z-index: 3;
}
#fixedGallery .outer .close:before {
  content: "x";
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 42px;
  line-height: 60px;
}
#fixedGallery .pagination {
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
#fixedGallery section {
  padding: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
}
#fixedGallery section.details {
  right: 0;
  top: 81px;
  bottom: 0;
  background-color: #283138;
  overflow: auto;
  height: auto;
}
#fixedGallery section.details p {
  width: 100%;
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 15px;
}
#fixedGallery section.details #photoCaption {
  width: 100%;
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 15px;
}
#fixedGallery section.details .detailRow {
  width: 100%;
  padding: 10px 0 0;
  display: block;
  color: #878c90;
  font-size: 16px;
  line-height: 20px;
}
#fixedGallery section.details .detailRow span {
  width: 100%;
  font-size: 18px;
  display: inline-block;
  color: #b3becb;
}
#fixedGallery section.details .detailRow .photoCart {
  margin-bottom: 20px;
  display: block;
}
#fixedGallery .owl-carousel .owl-stage-outer,
#fixedGallery .owl-carousel .owl-stage,
#fixedGallery .carousel .owl-item {
  height: 100%;
}
#fixedGallery .carousel {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 80px;
}
#fixedGallery .carousel .owl-item {
  display: inline-block;
}
#fixedGallery .carousel .itemResponsive {
  height: 100%;
  max-height: initial;
  width: 100%;
  display: block;
  text-align: center;
}
#fixedGallery .carousel .itemResponsive .itemResponsiveInner {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
#fixedGallery .carousel .itemResponsive .itemResponsiveInner .description {
  color: #fff;
  padding: 30px 0px;
  display: block;
  line-height: 1.6;
}
#fixedGallery .carousel .itemResponsive img {
  height: auto!important;
  width: auto!important;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .gallerySection .gallery {
    margin-top: 50px;
    text-align: center;
  }
  .gallerySection .gallery figure.item {
    height: 195px;
    max-width: 280px;
    margin: 0 10px 20px;
  }
  .gallerySection .gallery figure.item img {
    height: 100%;
  }
}
/* EXTRA SMALL SCREEN DEVICES <- */
@media (max-width: 767px) {
  #fixedGallery {
    overflow-y: scroll;
    padding: 50px 0 0;
  }
  #fixedGallery.without-padding {
    padding-top: 0px !important;
  }
  #fixedGallery .other-buttons {
    position: relative !important;
  }
  #fixedGallery .outer .close {
    width: 46px;
    height: 46px;
    top: 10px;
    right: 10px;
    line-height: 46px;
  }
  #fixedGallery .outer .close:before {
    font-size: 30px;
    line-height: 40px;
  }
  #fixedGallery section {
    position: relative;
  }
  #fixedGallery section.fotos {
    left: auto;
    height: 405px;
    margin-top: 75px;
  }
  #fixedGallery section.fotos .carousel {
    bottom: 15px;
  }
  #fixedGallery section.fotos .pagination {
    margin-bottom: 0;
  }
  #fixedGallery section.details {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    min-height: 340px;
    height: auto;
    text-align: center;
  }
}
.single-photo-box {
  position: relative;
  display: inline-block;
  margin: 22px 20px 22px 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .single-photo-box {
    margin: 0 10px 20px;
  }
}
.single-photo-box .single-photo-box-image {
  height: 368px;
}
.single-photo-box .single-photo-box-image img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.single-photo-box .single-photo-box-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px 10px 15px;
  min-height: 110px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.single-photo-box .single-photo-box-caption .content-row {
  line-height: 1.0;
  margin: 0 0 8px;
}
.single-photo-box .single-photo-box-caption .content-row .label {
  color: #8f8f8f;
  margin: 0 0 2px;
}
.single-photo-box .single-photo-box-caption .content-row .value {
  font-size: 16px;
}
.single-photo-box:hover .single-photo-box-caption {
  background: rgba(134, 31, 32, 0.8);
}
.photo-search-form-container {
  border-top: 1px solid #c5c4c9;
  padding: 50px 0;
}
.photo-list-page .photo-list-sorters-container {
  text-align: center;
  padding: 0px 0 10px 0;
}
.photo-list-page .photo-list-sorters-container .btn.btnSort {
  max-width: 400px;
  width: auto;
  padding-right: 25px;
}
.photo-list-page .photo-list-container {
  padding-bottom: 22px;
}
.photo-list-page .photo-list-search-result-count {
  font-size: 18px;
}
.popup {
  display: none;
}
#popupWrapper {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 48, 57, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}
#popupWrapper.in {
  opacity: 1;
  visibility: visible;
}
#popupWrapper .popup {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  position: absolute;
  width: 50%;
  margin: 80px 0;
  min-height: 300px;
  height: auto;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 10px solid #e0303b;
  padding: 40px;
}
#popupWrapper .popup.in {
  visibility: visible;
  opacity: 1;
  display: block;
}
#popupWrapper .popup .head {
  text-transform: uppercase;
  color: #000000;
  font-weight: 200;
  text-align: center;
  font-size: 26px;
}
#popupWrapper .popup .sub-head {
  color: #000000;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
}
#popupWrapper .popup hr {
  margin: 20px 0;
  border-top: 2px solid #909090;
}
#popupWrapper .popup .btn {
  margin: 0;
}
#popupWrapper .popup.popup-style-white {
  background: #ffffff;
  border: none;
  width: 700px;
  max-width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#popupWrapper .popup.popup-style-white .head {
  text-transform: none;
  font-weight: 300;
  font-size: 32px;
  width: 55%;
  margin: 0 auto;
}
#popupWrapper .popup.popup-style-white .head hr {
  border-top: 5px solid #e0303b;
}
#popupWrapper .popup.popup-style-white .content {
  text-align: center;
  margin: 0 auto;
}
#popupWrapper .popup.popup-style-white .content hr {
  width: 80%;
  margin: 30px auto;
}
#popupWrapper .popup.popup-style-white .content .btn-block {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-left: 45px;
  text-align: center;
}
#popupWrapper .popup.popup-style-white .step1 .content {
  width: 50%;
}
#popupWrapper .popup.popup-style-white .step3 .content {
  width: 58%;
}
#popupWrapper .popup.popup-style-white .popup-step {
  display: none;
}
#popupWrapper .popup.popup-style-white .popup-step.active {
  display: block;
}
#popupWrapper .popup.popup-style-white .popupRadio label {
  text-align: left;
  line-height: 31px;
}
#popupWrapper .popup.popup-style-white .popupRadio label:before {
  top: 3px;
}
#popupWrapper .popup.popup-style-white .popupRadio input[type=radio]:checked + label:after {
  top: 11px;
  background-color: #000000;
}
.payment-popup .text-center {
  text-align: center;
}
.payment-popup .access-code {
  font-size: 38px !important;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.payment-popup .payment-price {
  font-size: 26px;
  float: right;
}
.payment-popup .payment-options {
  margin-bottom: 30px;
}
.payment-popup .errorBlock {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 10px;
}
.payment-popup .small {
  font-size: 11px;
}
.popup-step-indicator {
  margin: 40px auto;
}
.popup-step-indicator .step {
  padding: 0 5px;
  line-height: 26px;
  text-transform: uppercase;
}
.popup-step-indicator .step:after {
  content: '';
  display: block;
  border-bottom: 5px solid #909090;
}
.popup-step-indicator .step.active:after {
  border-color: #e0303b;
}
.popup-step-indicator .step a {
  color: #333;
}
.popupRadio input[type=radio] {
  display: none;
}
.popupRadio label {
  position: relative;
  display: block;
  min-height: 35px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  cursor: pointer;
}
.popupRadio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 2px solid #898c91;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popupRadio input[type=radio]:checked + label:after {
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  background-color: #e0303b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popupCheckbox {
  display: inline-block;
  width: 250px;
}
.popupCheckbox input[type=checkbox] {
  display: none;
}
.popupCheckbox label {
  position: relative;
  display: block;
  min-height: 35px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  cursor: pointer;
}
.popupCheckbox label:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 2px solid #898c91;
}
.popupCheckbox input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  top: 12px;
  left: 4px;
  width: 7px;
  background-color: #e0303b;
}
@media (max-width: 767px) {
  #popupWrapper {
    padding: 25vw 5vw;
  }
  #popupWrapper .popup {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 90vw;
    margin-bottom: 25vw;
    padding: 20px;
  }
  #popupWrapper .popup.popup-style-white .head {
    width: 100%;
  }
  #popupWrapper .popup.popup-style-white .step1 .content,
  #popupWrapper .popup.popup-style-white .step3 .content {
    width: 100%;
  }
}
.notifyContainer {
  position: fixed;
  padding: 20px;
  top: 120px;
  right: 40px;
  z-index: 10001;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  background-color: #dce3e9;
  color: #ffffff;
}
.notifyContainer.alert-info {
  background-color: #dce3e9;
  color: #ffffff;
}
.notifyContainer.alert-warning {
  background-color: #EB9316;
  color: #ffffff;
}
.notifyContainer.alert-error {
  background-color: #e0303b;
  color: #ffffff;
}
.notifyContainer.alert-success {
  background-color: #419641;
  color: #ffffff;
}
.notifyContainer a {
  display: block;
  color: #000;
  margin: 10px 0 0;
  text-align: center;
}
.loginPage {
  background: #889cb4;
  padding: 200px 0;
  min-height: 700px;
}
.loginPage .loginPage {
  min-height: 1px;
  padding: 0;
}
.loginPage .loginPage .alert {
  min-height: 1px;
}
.loginPage .whiteContainer {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 10px solid #e0303b;
  padding: 40px;
  width: 50%;
  margin: 0 auto;
}
.loginPage .head {
  text-transform: uppercase;
  color: #000000;
  font-weight: 200;
  text-align: center;
  font-size: 26px;
}
.loginPage hr {
  margin: 20px 0;
  border-top: 2px solid #909090;
}
.loginPage .recover {
  padding: 30px 0 10px;
}
.loginPage .alert {
  font-size: 18px;
  text-align: center;
}
.loginPage .alert-danger {
  background: #e0303b;
  color: #ffffff;
  padding: 20px;
}
.loginPage .alert-success {
  background: #419641;
  color: #ffffff;
  padding: 20px;
}
.loginPage ul.errors {
  list-style: none;
  color: #e0303b;
  text-align: right;
}
.loginPage .FormLabelBox {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px 0 0;
  text-align: right;
  width: 30%;
}
.loginPage .FormLabelBox label {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.loginPage .FormElementBox {
  padding: 0;
  width: 70%;
}
.loginPage .FormElementBox input {
  font-size: 18px;
  border: 1px solid #909090;
  display: inline-block;
  height: 50px;
  border-radius: 0;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.loginPage .FormRow {
  padding-bottom: 50px;
  border-bottom: 2px solid #909090;
}
.loginPage .FormRow:before,
.loginPage .FormRow:after {
  content: " ";
  display: table;
}
.loginPage .FormRow:after {
  clear: both;
}
.loginPage .FormBox input[type='submit'] {
  margin-top: 20px;
  float: right;
  background-color: #e0303b;
  border-color: #ac121a;
  color: #ffffff;
  padding: 12px 19px;
  text-transform: uppercase;
}
.loginPage .FormBox input[type='submit']:hover {
  color: #ffffff;
  background-color: #ac121a;
}
@media (max-width: 767px) {
  .loginPage {
    padding: 100px 20px 50px 20px;
    min-height: 100px;
  }
  .loginPage .whiteContainer {
    width: 100%;
  }
  .loginPage .FormLabelBox {
    width: 100%;
    text-align: left;
  }
  .loginPage .FormElementBox {
    width: 100%;
  }
}
.vodWebSite header.main .logo {
  background: #df303b;
  width: auto;
}
.vodWebSite header.main .logo img {
  max-width: none;
  max-height: 100%;
  vertical-align: middle;
}
.vodCarousel .slideContent {
  text-align: center;
  width: 100%;
}
.vodCarousel .vodSlideTitleContainer {
  position: relative;
  padding-left: 150px;
  max-width: 900px;
  margin: 0 auto;
}
.vodCarousel .vodSlideTitleContainer .videoIcon.play {
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
  margin: 0px;
}
.vodCarousel .vodSlideTitleContainer .videoIcon.play:after {
  border-width: 32px 0 32px 56px;
  margin-left: 11px;
  margin-top: 43px;
}
.vodCarousel .vodSlideTitleContainer .vodSlideTitle {
  text-align: left;
  background: rgba(233, 48, 59, 0.5);
  height: 150px;
  font-size: 42px;
  line-height: 1.2;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding: 0 35px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.vodCarousel .vodSlideTitleContainer .vodSlideTitle .vodSlideTitleInner {
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .vodCarousel .vodSlideTitleContainer {
    padding-left: 100px;
  }
  .vodCarousel .vodSlideTitleContainer .videoIcon.play {
    width: 100px;
    height: 100px;
  }
  .vodCarousel .vodSlideTitleContainer .videoIcon.play:after {
    border-width: 20px 0 20px 33px;
    margin-left: 5px;
    margin-top: 16px;
  }
  .vodCarousel .vodSlideTitleContainer .vodSlideTitle {
    height: 100px;
    font-size: 28px;
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .vodCarousel .vodSlideTitleContainer {
    padding-left: 60px;
  }
  .vodCarousel .vodSlideTitleContainer .videoIcon.play {
    width: 60px;
    height: 60px;
  }
  .vodCarousel .vodSlideTitleContainer .videoIcon.play:after {
    border-width: 12px 0 12px 20px;
    margin-left: 2px;
    margin-top: -25px;
  }
  .vodCarousel .vodSlideTitleContainer .vodSlideTitle {
    height: 60px;
    font-size: 18px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .vodCarousel .vodSlideTitleContainer {
    padding-left: 40px;
  }
  .vodCarousel .vodSlideTitleContainer .videoIcon.play {
    width: 40px;
    height: 40px;
  }
  .vodCarousel .vodSlideTitleContainer .videoIcon.play:after {
    border-width: 8px 0 8px 12px;
    margin-left: 1px;
    margin-top: -8px;
  }
  .vodCarousel .vodSlideTitleContainer .vodSlideTitle {
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
  }
}
.videoColBig:nth-child(2n+1) {
  clear: left;
}
@media (max-width: 1399px) {
  .videoColSmall:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1400px) {
  .videoColSmall:nth-child(4n+1) {
    clear: left;
  }
}
.vodSectionTitle {
  margin-top: 12px;
}
@media (min-width: 1400px) {
  .vodSectionTitle .bigHeader {
    font-size: 78px;
  }
}
.videoListContainer {
  margin-bottom: 50px;
}
.videoListContainerInner {
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .videoListContainerInner {
    margin-top: -16px;
  }
}
.videoBoxBig {
  margin-bottom: 25px;
}
.videoBoxBig .videoBoxImage {
  position: relative;
  margin-bottom: 24px;
}
.videoBoxBig .videoBoxImage .videoBoxImageInner {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.videoBoxBig .videoBoxImage img {
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.videoBoxBig .videoBoxImage .videoIcon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.videoBoxBig .videoBoxImage .videoIcon:after {
  border-width: 16px 0 16px 24px;
  margin-left: 2px;
}
.videoBoxBig .videoBoxImage .catalogName {
  position: absolute;
  left: 18px;
  bottom: -11px;
  background: #df303b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  line-height: 1.0;
  padding: 8px 10px 6px;
}
.videoBoxBig .videoBoxTitle {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.0;
  font-weight: 300;
  color: #000000;
  padding: 0 0px 0 18px;
}
.videoBoxBig.videoBoxSmall .videoBoxImage .videoBoxImageInner {
  height: 187px;
}
.videoBoxBig.videoBoxSmall .videoIcon {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.videoBoxBig.videoBoxSmall .videoIcon:after {
  border-width: 12px 0 12px 18px;
  margin-left: 2px;
}
.videoBoxBig.videoBoxSmall .videoBoxTitle {
  font-size: 20px;
  line-height: 1.2;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1399px) {
  .videoBoxBig .videoBoxImage .videoBoxImageInner {
    height: 280px;
  }
  .videoBoxBig .videoBoxImage .videoIcon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .videoBoxBig .videoBoxImage .videoIcon:after {
    border-width: 12px 0 12px 18px;
    margin-left: 2px;
  }
  .videoBoxBig .videoBoxTitle {
    font-size: 24px;
  }
  .videoBoxBig.videoBoxSmall .videoBoxImage .videoBoxImageInner {
    height: 280px;
  }
}
@media (max-width: 992px) {
  .videoBoxBig .videoBoxImage .videoBoxImageInner {
    height: 207px;
  }
  .videoBoxBig .videoBoxImage .videoIcon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .videoBoxBig .videoBoxImage .videoIcon:after {
    border-width: 8px 0 8px 12px;
    margin-left: 1px;
  }
  .videoBoxBig .videoBoxTitle {
    font-size: 18px;
  }
  .videoBoxBig.videoBoxSmall .videoBoxImage .videoBoxImageInner {
    height: 207px;
  }
}
@media (max-width: 767px) {
  .videoBoxBig .videoBoxImage .videoBoxImageInner {
    height: auto;
  }
  .videoBoxBig .videoBoxImage img {
    width: 100%;
    height: auto;
  }
  .videoBoxBig .videoBoxImage .catalogName {
    font-size: 12px;
    padding: 6px 10px 4px;
    bottom: -9px;
  }
  .videoBoxBig.videoBoxSmall .videoBoxImage .videoBoxImageInner {
    height: auto;
  }
  .videoBoxBig.videoBoxSmall .videoBoxImage img {
    width: 100%;
    height: auto;
  }
}
.redBar {
  background: url('/i/vod/redBar.png') no-repeat center top;
  background-size: auto 100%;
  width: 100%;
  height: 81px;
}
@media (max-width: 767px) {
  .redBar {
    height: 50px;
  }
}
.catalogPageHeader {
  height: 408px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 80px;
}
.catalogPageHeader .catalogPageHeaderInner .btn {
  position: absolute;
  margin: 25px;
}
.catalogPageHeader .catalogPageHeaderInner .container {
  height: 328px;
  overflow: hidden;
  z-index: 2;
}
.catalogPageHeader .catalogPageHeaderInner .container .catalogName {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 100;
  line-height: 1.0;
  color: #fff;
  position: absolute;
  bottom: -17px;
}
.catalogPageHeaderBorder {
  border-top: 1px solid #fff;
  background: #cccccc;
  width: 100%;
  height: 13px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .catalogPageHeader {
    padding-top: 50px;
  }
  .catalogPageHeader .catalogPageHeaderInner .btn {
    position: relative;
    display: inline-block;
    margin: 25px 25px 0 0;
    height: 37px;
    width: 42px;
  }
  .catalogPageHeader .catalogPageHeaderInner .btn span {
    display: none;
  }
  .catalogPageHeader .catalogPageHeaderInner .container {
    height: 358px;
  }
  .catalogPageHeader .catalogPageHeaderInner .container .catalogName {
    font-size: 60px;
    bottom: -12px;
  }
}
.catalogSortersContainer {
  margin-top: 50px;
  margin-bottom: 64px;
  text-align: center;
}
.catalogSortersContainer .catalogSortersContainer {
  display: inline-block;
  margin: 0 auto;
}
.catalogSortersContainer .catalogSortersContainer .btn.btnSort {
  min-width: 221px;
}
.vodVideoItemPage .videoTopContainer {
  background: #1f2828;
  padding: 80px 0 7px 0;
  color: #ffffff;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.28);
}
.vodVideoItemPage .videoTopContainer .playerContainer {
  margin-bottom: 20px;
}
.vodVideoItemPage .videoTopContainer .playerContainer .player_container {
  min-height: 300px;
}
.vodVideoItemPage .videoTopContainer .playerContainer img {
  width: 100%;
  height: auto;
}
.vodVideoItemPage .videoTopContainer .videoDescription {
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.vodVideoItemPage .videoTopContainer .videoDescription .ageBox {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.vodVideoItemPage .videoTopContainer .videoDescription .ageBox img {
  width: 100%;
  height: auto;
}
.vodVideoItemPage .videoTopContainer .videoDescription .videoDescriptionInner .videoTitle {
  font-size: 24px;
  margin-bottom: 8px;
}
.vodVideoItemPage .videoTopContainer .videoDescription .videoDescriptionInner .videoDate {
  font-weight: 300;
  font-size: 12px;
  color: #c3c6c6;
  margin-bottom: 3px;
}
.vodVideoItemPage .videoTopContainer .videoDescription .videoDescriptionInner .videoText {
  font-weight: 300;
  font-size: 16px;
  color: #c3c6c6;
  line-height: 1.5;
}
.vodVideoItemPage .videoTopContainer .sidebar {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .vodVideoItemPage .otherVideosContainer .vodSectionTitle .bigHeader {
    font-size: 48px;
  }
}
.vodVideoItemPage .otherVideosContainer .videoListContainerInner {
  margin-top: 10px;
}
.event-list-container .event-table-outer {
  padding-top: 30px;
}
.single-event-container .event-container {
  margin-top: -215px;
  background: #ffffff;
  position: relative;
  min-height: 300px;
}
.single-event-container .event-container h1 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-weight: 300;
  margin: 0;
  padding-bottom: 80px;
  text-align: left;
}
.single-event-container .event-container .content dl {
  margin: 0 0 48px 0;
}
.single-event-container .event-container .content dt {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #889cb4;
  border-bottom: 4px solid #889cb4;
  margin-bottom: 17px;
  padding-bottom: 6px;
}
.single-event-container .event-container .content dd {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  color: #293039;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 33px 0;
  clear: both;
}
.single-event-container .event-container .content dd:last-child {
  margin-bottom: 0;
}
.single-event-container .event-container .content dd dl {
  float: left;
  margin: 0;
}
.single-event-container .event-container .content dd dl:nth-child(n) {
  width: 30%;
}
.single-event-container .event-container .content dd dl:nth-child(2n) {
  width: 70%;
  padding-left: 40px;
}
.single-event-container .event-container .event-form {
  padding: 30px 0 50px;
}
.single-event-container .event-container .event-form .eventApplicationForm {
  padding-top: 0px;
}
.single-event-container .event-container .event-form .eventApplicationForm .form-section-title {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.0;
  padding: 13px 0 5px 0;
  color: #444444;
}
.single-event-container .title {
  position: relative;
}
.single-event-container .subtitle {
  position: relative;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.single-event-container .subtitle span {
  -webkit-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  -moz-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  -o-box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  box-shadow: -10px 0px 0px #e0303b, 10px 0px 0px #e0303b;
  padding: 4px 0;
  background: #e0303b;
}
@media (max-width: 1399px) {
  .single-event-container .event-container h1 {
    font-size: 35px;
    padding-bottom: 60px;
  }
  .single-event-container .event-container .content dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-event-container .event-container .content dd {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .single-event-container .event-container .content dd dl:nth-child(n) {
    width: 50%;
  }
  .single-event-container .event-container .content dd dl:nth-child(2n) {
    width: 50%;
  }
  .single-event-container .event-container .event-form .eventApplicationForm .form-section-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .single-event-container .event-container h1 {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .single-event-container .event-container .content dt {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .single-event-container .event-container .content dd {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .single-event-container .event-container .content dd dl {
    margin-bottom: 20px;
  }
  .single-event-container .event-container .content dd dl:nth-child(n) {
    width: 100%;
  }
  .single-event-container .event-container .content dd dl:nth-child(2n) {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .single-event-container .event-container {
    margin-top: 0;
  }
  .single-event-container .event-container h1 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .single-event-container .subtitle {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin: 20px 0;
  }
}
