*:focus {
    outline: none;
}
.pd-top-md {
  padding-top: 30px;
}
.pd-bt-sm {
  padding-bottom: 14px;
}
.media.all, .period.all {
    color: red;
}
.media.all:after, .period.all:after {
    content: ":";
}
img.absolute-img {
    position: absolute;
    width: 10px;
    height: 10px;
    visibility: hidden;
}
/* left column */
.left-content{
  width: 240px;
  display: inline-block;
  vertical-align: top;
}
/* right column */
.right-content {
  width: calc(100% - 240px);
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
}
.timeline {
  position: relative;
  height: 40px;
/*   background: yellow; */

}
.col-11.fixed-top {
    left: 0px;
    padding-left: 310px;
    top: 170px;
}
.timeline span {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    transform: rotate(-45deg);
    transform-origin: 100% 100%;
}
.timeline span:nth-of-type(1) {
    left: 0%;
}
.timeline span:nth-of-type(2) {
    left: 10%;
}
.timeline span:nth-of-type(3) {
    left: 20%;
}
.timeline span:nth-of-type(4) {
    left: 30%;
}
.timeline span:nth-of-type(5) {
    left: 40%;
}
.timeline span:nth-of-type(6) {
    left: 50%;
}
.timeline span:nth-of-type(7) {
    left: 60%;
}
.timeline span:nth-of-type(8) {
    left: 70%;
}
.timeline span:nth-of-type(9) {
    left: 80%;
}
.timeline span:nth-of-type(10) {
    left: 90%;
}
.timeline span:nth-of-type(11) {
    left: 100%;
}
/* font size */
.section-title h4 {
    font-size: 18px;
    line-height: 69px;
    height: 75px;
    margin: 0px;
    font-family: 'BPGDejaVuSans';
}
.artist h2, .artist h3 {
    font-size: 16px;
    transition: all .3s;
}
strong  {
  font-weight: normal;
  font-family: 'BPGDejaVuSans';
}
/* active class and colors */
.menu .active a {
  color: #FC0000;
}
/* hover */
.artwork-images:hover h3 {
    opacity: 0.7;
}
.information.about a{
    text-decoration: underline;
    color: #89c6d4! important;
    transition: color .3s;s
}
.information.about p{
    font-family: 'dejavu_sans_extra_light'! important;
    font-size: 1rem! important;
    font-weight: 400! important;
    line-height: 1.5! important;
    color: #212529! important;
}
.information.about {
    font-family: 'dejavu_sans_extra_light'! important;
    font-size: 1rem! important;
    font-weight: 400! important;
    line-height: 1.5! important;
    color: #212529! important;
}
.information.about a:hover {
    text-decoration: underline;
    color: #ccc;
}
.link-underline a {
    text-decoration: underline;
    color: #89c6d4;
    transition: color .3s;
}
.link-underline a:hover {
    text-decoration: underline;
    color: #ccc;
}
/*pop up*/
.fixed.navigation-mobile {
  background: #fff;
  transition: background .5s;
}
.fixed.bg_insructions,
.fixed.navigation-mobile.active,
.fixed.prt_insructions {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(236, 28, 34, 0.9);
    z-index: 10;
    overflow-y: scroll;
}

.insructions {
    color: #fff;
    font-size: 18px;
    width: 60%;
    margin: 100px auto;

}
button.action {
    background: transparent;
    bordeR: none;
}
.close {
    width: 40px;
    float: right;
    margin: 40px;
    cursor: pointer;
}
.wrapper {
    min-height: 100vh;
    margin-bottom: -80px;
    padding-bottom: 80px;
}
footer.container-fluid {
    padding: 40px 40px 20px 40px;
    line-height: 20px;
}
@media screen and (max-width: 1600px) {
.timlime-video h2.video-title {
    left: auto;
    right: 20px;
}
}
@media screen and (max-width: 1200px) {
.navigation {
  width: 100%;
}
/* right column */
.main-content {
  width: 100%;
  padding-left: 0px;
  display: inline-block;
  vertical-align: top;
}
}
@media screen and (max-width: 992px) {
  .left-content.desktop {
    display: none;
  }
  .right-content.desktop {
    padding-left: 0px;
    width: 100%;
  }
  /* timeline */
  .col-12.fixed-top {
    padding-left: 0px;
    position: static;
}
.timeline span {
    top: 0px;
}

}
/* Form Select Switches */
.switch {
    margin: 1px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch span {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    border-radius: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.switch span:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 1px;
    bottom: 1px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.switch input:checked + span:after {
    left: 26px;
    border: none;
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
}
.switch-primary span {
    border-color: #fc0000;
}
.switch-primary input:checked + span {
    background-color: #fc0000;
}
.cms .btn-primary {
    background: #111;
    border: 1px solid #111;
    font-size: 12px;
    cursor: pointer;
}
.cms .btn-primary:hover {
    background: #888;
    border: 1px solid #888;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}
.cms .panel-heading {
    text-transform: lowercase;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    font-family: arial;
    font-weight: bold;
    padding: 0px;
}
.cms .left-content {
    background: #fff;
    padding: 15px;
}

.cms .sidebar-fixed {
    position: fixed;
    width: 270px;
    height: 100%;
    background-image: url(../svg/bg-logo.svg);
    background-size: 54px 48px;
    z-index: -1;
}
.cms .menu {
    line-height: 30px;
    height: 30px;
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
}
.cms .title {
     font-size: 40px;
     line-height: 50px;
     padding-top: 4px;
     margin: 0px;
     color:#FC0000;
     display:inline-block;
     vertical-align: top;
 }
 .cms .title strong {
       font-family: arial;
    font-weight: bold;
 }
