
@font-face {
  font-family: 'MetaPro-Normal';
  src: url('./fonts/MetaPro-Normal.eot');
  src: url('./fonts/MetaPro-Normal.eot?#iefix') format('embedded-opentype'),
       url('./fonts/MetaPro-Normal.otf') format('opentype'),
       url('./fonts/MetaPro-Normal.woff') format('woff'),
       url('./fonts/MetaPro-Normal.woff2') format('woff2'),
       url('./fonts/MetaPro-Normal.ttf') format('truetype');
}

@font-face {
  font-family: 'MetaPro-Medium';
  src: url('./fonts/MetaPro-Medium.eot');
  src: url('./fonts/MetaPro-Medium.eot?#iefix') format('embedded-opentype'),
       url('./fonts/MetaPro-Medium.otf') format('opentype'),
       url('./fonts/MetaPro-Medium.woff') format('woff'),
       url('./fonts/MetaPro-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'MetaPro-Bold';
  src: url('./fonts/MetaPro-Bold.eot');
  src: url('./fonts/MetaPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('./fonts/MetaPro-Bold.otf') format('opentype'),
       url('./fonts/MetaPro-Bold.woff') format('woff'),
       url('./fonts/MetaPro-Bold.woff2') format('woff2'),
       url('./fonts/MetaPro-Bold.ttf') format('truetype');
}

body {
    margin: 0;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

h2 {
    color: rgb(111, 50, 113);
    font-family: "Metapro-bold";
}
h2 a
 {
    text-decoration: none;
    color: inherit;
}

h3 {
    color: rgb(111, 50, 113);
    font-family: "Metapro-bold";
    letter-spacing: 2px;
}
.floating-top-bar {
    position: fixed;
    width: 100%;
    background-color: rgb(167, 32, 47);
    height: 60px;
    line-height: 60px;
    top: 0;
    display: none;
    font-family: 'MetaPro-Normal';
    color: white;
    z-index: 10;
}

.floating-top-bar .text {
  margin-left: 30px;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 2px;
}

.floating-top-bar .right-panel {
    float: right;
}
.floating-top-bar .right-panel img {
    max-height: 20px;
    margin: 20px 2px;
}
.floating-top-bar .right-panel .text {
    display: inline-block;
    margin-right:10px;
}

.floating-top-bar .right-panel .social-icons {
    float: left;
}

.social-icons img {
    max-width: 40px;
    margin-right: 10px;
}


@media all and (max-width: 700px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
    }
    .hero .spacer {
        max-height: none !important;
    }
    .spacer-1 .headline {
      position: relative !important;
      transform: none !important;
      left: 0 !important;
      height: auto !important;
        
    }
    .spacer-1 .headline .text{
      position: relative !important;
      transform: none !important;
      left: 0 !important;
      margin: 10px 0;
    }

    .spacer-1 .redbar {
        display: none !important;
    }

}

@media all and (max-width: 1000px) {
    .floating-top-bar .text {
        display: none;
    }
}

@media all and (max-width: 750px) {
    .hero-header-title {
        font-size: 4em !important;
    }
}
@media all and (max-width: 550px) {
    .textbreakout  {
      max-width: 100% !important;
      margin: 0 !important;
    }
}

@media all and (max-width: 500px) {
    .hero-header-title {
        font-size: 2em !important;
    }
    .hero-header-subtitle {
        font-size: 1.5em !important;
    }

    .pullimage  {
        width: 100%;
        max-width: 100% !important;
    }
}







@media all and (max-width: 400px) {
    .logo {
        display: none;
    }

    .footer h1 {
        font-size: 165%;
    }
    .footer h2 {
        font-size: 120%;
    }
}


.logo {
    max-height: 28px;
    margin: 15px 10px;
    float: left;
}
.menu-wrapper {
    width: 100%;
    background-color: rgb(167, 32, 47);
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}
.content-container {
    max-width: 900px;
    margin: 0 auto;
}
.menu {
    text-align: center;
    margin-bottom: 20px;
}

.menu-item {
    display: inline-block;
    color: white;
    background-color: rgb(167, 32, 47);
    padding: 10px 5px;
    font-size: 30px;
    font-family: 'MetaPro-Bold';
    letter-spacing: 2px;
}

.menu-item.selected {
    color: rgb(167, 32, 47);
    background-color: white;
}

.menu-item:hover {
    cursor: pointer;
}

.author,
.date {
    font-family: 'MetaPro-Bold';
    color: rgb(167, 32, 47);
}

.content {
    font-family: "Metapro-normal";
    line-height: 35px;    
    font-size: 24px;
    letter-spacing: 2px;
}
@media all and (max-width: 1100px) {
    .pullquote {
        margin-left: 0px !important;
    }
}

@media all and (max-width: 900px) {
    
    .content-container .social-icons {
        margin-top: 20px;
    }
    .social-icons img {
        max-width: 20px;
    }
    .content {
        font-family: "Metapro-normal";
        line-height: 30px;
        font-size: 19px;
    }
}

h2 {
    text-transform: uppercase;
    color: rgb(111, 50, 113);
    text-align: left;
    line-height: 37px;
    font-family: 'Metapro-Bold';
    letter-spacing: 2px;
}

.dropcap {
  color: rgb(111, 50, 113);
  float: left;
  font-family: 'Metapro-Bold';
  font-size: 100px;
  line-height: 60px;
  padding-top: 20px;
  padding-right: 8px;
  padding-left: 3px;
}

.pullquote {
    font-size: 31px;
    font-weight: bold;
    line-height: 40px;
    color: rgb(111, 50, 113);
    max-width: 200px;
    float: left;
    margin: 30px 40px 30px -80px;
    text-align: right;
    font-family: "metapro-bold"
}

.pullimage {
    font-size: 31px;
    font-weight: bold;
    line-height: 40px;
    color: rgb(111, 50, 113);
    max-width: 300px;
    float: right;
    margin: 30px -80px 30px 40px;
    text-align: left;
}

.next {
    font-size: 50px;
    color: white;
    background-color: rgb(111, 50, 113);
    padding: 10px 30px;
    margin: 0 auto;
    text-align: center;
    max-width: 200px;
    margin-top: 100px;
}

.popup {
    max-width: 900px;
    height: auto;
    position: fixed;
    margin: auto auto;
    display: block;
    border: 1px solid rgb(111, 50, 113);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 2;
}

.popup-inner {
    padding: 50px;
}

@media all and (max-width: 900px) {
    .popup-inner {
      height: calc(100vh - 43px);
      padding: 20px;
    }
}

.slick-slider {
}

.slick-slide img {
    margin: 0 auto;
}

.slick-slide:focus {
    outline: none;
}

.slick-dots li button:before {
    font-size: 20px !important;
}
.slick-dots li.slick-active button:before {
  color: rgb(111, 50, 113) !important;
  opacity: 1 !important;
}

.slick-dots {
    bottom: -33px !important;
}

.slick-slider {
    margin-bottom: 0px !important;
}
.slide-text {
    margin: 10px auto;
    color: rgb(111, 50, 113);
    font-size: 17px;
    text-align: center;
}

@media all and (max-width: 600px) {
    .slide-text {
        margin-bottom:50px;
    }
}

.popup-close{
    cursor:pointer;
    color: #fff;
    border-radius: 40px;
    background: rgb(111, 50, 113);;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 14px 3px;   
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.hero-header-container {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: white;
    font-family: "Century Gothic";
}

.hero-header-title {
    font-size: 7em;
    font-weight: bold;
    letter-spacing: 2px;
}

.hero-header-subtitle {
  font-size: 2em;
    letter-spacing: 2px;

}

.spacer-1 {
    background: url(./images/lead1.jpg) no-repeat 50% fixed!important;
    background-size: cover !important;
}
.spacer-2 {
    background: url(./images/lead2.jpg) no-repeat 50% fixed!important;
    background-size: cover !important;
}
.spacer-3 {
    background: url(./images/lead3.jpg) no-repeat 50% fixed!important;
    background-size: cover !important;
}
.spacer-4 {
    background: url(./images/lead4.jpg) no-repeat 50% fixed!important;
    background-size: cover !important;
}

.wideimage1 {
    background: url(./images/camplife/8.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}
.wideimage2 {
    background: url(./images/2011-2016/7.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}

.wideimage3 {
    background: url(./images/putilov.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}
.wideimage4 {
    background: url(./images/papers.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}
.wideimage5 {
    background: url(./images/lenin.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}
.wideimage6 {
    background: url(./images/kornilov.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}
.wideimage7 {
    background: url(./images/nocoup.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}

.wideimage8 {
    background: url(./images/redguards2.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}

.wideimage9 {
    background: url(./images/moscow.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}

.wideimage10 {
    background: url(./images/bolshevik.jpg) no-repeat center center fixed!important;
    background-size: cover !important;
    position: relative;
    z-index: 11;
}

.wideimage1 img,
.wideimage2 img,
.wideimage3 img,
.wideimage4 img,
.wideimage5 img,
.wideimage6 img,
.wideimage7 img,
.wideimage8 img,
.wideimage9 img,
.wideimage10 img {
    opacity: 0;
    max-height: 100vh;
}

.popup {
    opacity: 0;
     -webkit-transition: opacity 0.4s; /* Safari */
    transition: opacity 0.4s;
    visibility: hidden;
    
}

.author {
    margin-top: 25px;
}

@media all and (max-width: 1130px) {
    .topquote {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media all and (max-width: 1100px) {
    .pullimage,
    .textbreakout {
        margin-right: 0px !important;
    }
}

@media all and (max-height: 1018px) {
    .popup {
        height: 80vh;
    }

    .slick-slide img {
        max-height: 40vh;
    }

    .gallery-1-slides .slick-slide img,
    .gallery-2-slides .slick-slide img,
    .gallery-3-slides .slick-slide img,
    .gallery-4-slides .slick-slide img {
        max-height: 53vh;
    }
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}


.slick-slide {
    height: auto !important;
}

.popup {
    width: 100%;
}


@media all and (max-width: 900px) {

    .hero .russia1917 {
        padding: 0 20px;
        padding-top: 20px;
    }
    .wideimage1 img,
    .wideimage2 img,
    .wideimage3 img,
    .wideimage4 img,
    .wideimage5 img,
    .wideimage6 img,
    .wideimage7 img,
    .wideimage8 img,
    .wideimage9 img,
    .wideimage10 img {
        opacity: 1;
        z-index: 9 !important;
    }
    .wideimage1,
    .wideimage2,
    .wideimage3,
    .wideimage4,
    .wideimage5,
    .wideimage6,
    .wideimage7,
    .wideimage8,
    .wideimage9,
    .wideimage10 {
        z-index: 9 !important;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    .spacer-1,
    .spacer-2,
    .spacer-3,
    .spacer-4 {
            background-size: 100% !important;
            background-position-y: 0 !important;
    }
    .content-container {
        margin: 0 20px;
    }
    .popup {
        transform: none;
        left: 0;
        top: 60px;
        padding: 20px 0px;
        width: calc(100vw - 2px);
        height: calc(100vh - 103px);
    }

    .slick-slide {
        height: auto !important;
    }

    .portfolio-slides {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .pullimage {
        margin: 0 !important;
    }

    .content-container {

    }
}



@media all and (min-width: 450px) and (max-width: 511px) {
    .menu-item {
        font-size: 25px;
    }
}

@media all and (min-width: 380px) and (max-width: 450px) {
    .menu-item {
        font-size: 20px;
    }
}

@media all and (min-width: 300px) and (max-width: 380px) {
    .menu-item {
        font-size: 13px;
    }
}


.hero .spacer {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 60px);
    position: relative;
}

.hero .spacer.spacer-2,
.hero .spacer.spacer-3,
.hero .spacer.spacer-4
 {
    max-height: calc(100vh - 240px);
}
.hero .redbar {
    width: 100%;
    height: 30px;
    background-color: rgb(167, 32, 47);
    position: absolute;
    bottom: 0;
}

.hero .headline {
    width: 100%;
    max-width: 550px;
    height: 170px;
    margin: 0 auto;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero .russia1917 {
    max-width: 510px;
    margin: 0 auto;
}

.hero .spacer .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    top: 0;
}
.hero .headline .text {
    color: rgb(167, 32, 47);
    font-family: 'Metapro-Bold';
    font-size: 22px;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.hero .text {
    color: rgb(167, 32, 47);
    text-align: center;
    font-family: 'Metapro-Bold';
    font-size: 22px;
    letter-spacing: 2px;
}

.hero .headline .russia1917 {
    margin: 0 20px;
    margin-top: 17px;
}

img {
    max-width: 100%;
}

.textbreakout {
    color: white;
    background-color: rgb(111, 50, 113);
    font-weight: bold;
    color: rgb(111, 50, 113);
    max-width: 350px;
    float: right;
    margin: 30px -80px 30px 40px;
    text-align: left;
    padding: 23px;
    padding-bottom: 10px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.textbreakout:hover {
    cursor: pointer;
}

.textbreakout .header {
    color: white;
    font-family: 'Metapro-bold';
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.textbreakout .text {
    color: white;
    margin-bottom: 10px;
    line-height: 27px;
}

.textbreakout .findoutmore {
    color: white;
    float: right;
    font-family: 'MetaPro-bold';
    letter-spacing: 2px;
    font-size: 24px;
}

.more-container {
    background-color: rgb(111, 50, 113);
    color: white;
    position: relative;
    z-index: 2;
}

.morecontent {
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
    overflow: visible !important;
}

.popup-close.more-close {
    background-color: white;
    color: rgb(111, 50, 113);
}

.pullimage:hover {
    cursor: pointer;
}
.pullimage h2.header {
    font-size: 30px;
    text-align: right;
}

.pullimage h2.view-slideshow {
    text-align: right;
    color: rgb(111, 50, 113);
    font-size: 22px;
}

.topquote {
    text-align: center;
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 50px;
}

.caption {
    color: #a7202f;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    margin: 7px 20px;
    line-height: 21px;
}

.no-text-transform {
    text-transform: none !important;
}

.gallery-1-slides {
    display: none;
}

.gallery-2-slides {
    display: none;
}

iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
}

.warning {
    width: 100%;
    min-height: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

.warning .top-small {
    font-size: 150%;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 10vh;
    font-family: "Metapro-normal";
}

.warning .top {
    font-size: 350%;
    padding-right: 10%;
    padding-left: 10%;
    font-family: "Metapro-normal";
}

.warning .enter {
    font-size: 400%;
    font-family: "Metapro-bold";
}

.warning .enter:hover {
    cursor: pointer;
}

.full-article {
    display: none;
}

.footer h1 {
  line-height: 50px;
}

.footer img {
    margin: 0 auto;
    padding-bottom: 25px;
    display: block;
}

.footer p {
    font-size: 80%;
}

@media all and (max-height: 600px) {
    .warning .top {
        padding-top: 20px;
    }
}

.centerquote {
    font-size: 31px;
    line-height: 40px;
    text-align: center;
    color: black;
    margin: 20px 20%;
    font-family: "metapro-bold";
}

@media all and (max-width: 900px) {
    .warning .top {
        font-size: 200%;
        padding: 20px;
    }

    .warning .enter { 
        font-size: 200%;
        padding-bottom: 20px;
    }

    .centerquote {
        margin: 20px 10%;
    }
}

.slick-loading {
    background: url(./images/loader.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    /* height: 200px;
    width: 200px; */
}