
@font-face {
  font-family: 'SVN-PlayfairDisplayItalic';
  src: url('../font/SVN-PlayfairDisplayItalic.eot?#iefix') format('embedded-opentype'),  url('../font/SVN-PlayfairDisplayItalic.otf')  format('opentype'),
       url('../font/SVN-PlayfairDisplayItalic.woff') format('woff'), url('../font/SVN-PlayfairDisplayItalic.ttf')  format('truetype'), url('../font/SVN-PlayfairDisplayItalic.svg#SVN-PlayfairDisplayItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'SVN-PlayfairDisplayBlackItalic';
  src: url('../font/SVN-PlayfairDisplayBlackItalic.eot?#iefix') format('embedded-opentype'),  url('../font/SVN-PlayfairDisplayBlackItalic.otf')  format('opentype'),
       url('../font/SVN-PlayfairDisplayBlackItalic.woff') format('woff'), url('../font/SVN-PlayfairDisplayBlackItalic.ttf')  format('truetype'), url('../font/SVN-PlayfairDisplayBlackItalic.svg#SVN-PlayfairDisplayBlackItalic') format('svg');

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-PlayfairDisplay';
  src: url('../font/SVN-PlayfairDisplay.eot?#iefix') format('embedded-opentype'),  url('../font/SVN-PlayfairDisplay.woff') format('woff'), url('../font/SVN-PlayfairDisplay.ttf')  format('truetype'), url('../font/SVN-PlayfairDisplay.svg#SVN-PlayfairDisplay') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  margin: 0px;
  height:100%;
  overflow: hidden;
  /*padding-top: 190px;*/
  /*font-family: 'SVN-PlayfairDisplayItalic';*/
  font-family: 'SVN-PlayfairDisplay' !important;
}
*, *:before, *:after {
    box-sizing: border-box;
}

.my-container{
  /*position: fixed;*/
}

.wrapper{
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin:  0 auto;
}

#canvas {
  display: block;
  background-color:rgba(255, 255, 255, 1.00);
  margin:0 auto;
  /*visibility: hidden;*/
}

.container_text{
  width: 100%;
  max-width: 1220px;
  margin:  0 auto;
  padding: 20px 10px;
  transition: .3s ease-in-out;
}

.holder{
  position: relative;
  overflow:   hidden;
  background-color: #86132f;
  width: 100%;
/*  top: 0;
  left: 0;*/
}
.year{
    font-size: 35px;
    text-align: center;
    position: relative;
    color: #fff;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 10px;;
}

.copy{
	font-size: 18px;
	text-align: center;
  color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  opacity: 1;
  max-height: 100%;
  overflow: hidden;
  line-height: 1.2;
  
}

.demo-wrapper {
  position: fixed;
  width: 300px;
  margin: 30px auto 0;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
}
.bar_wrap {
  right: 0;
  position: absolute;
  width: 14px;
  height: 100%;
  margin: 0px auto;
  display: none;
}
.bar_wrap .bar {
  height: 100%;
  width: 14px;
  left: 0;
  top: 0px;
  position: absolute;
  z-index: 2;
  background-color: #f1f1f1;;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.bar_wrap .progress {
  height: 0px;
  width: 14px;
  top: 0px;
  position: absolute;
  z-index: 3;
  background-color: #ff0000;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0
}


.bar_wrap .bar_handle {
  height: 50px;
    width: 14px;
    background-color: #c1c1c1;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 4;
}

.loading{
    position:fixed;
    top: 50%;
    left: 50%;
    z-index:  3;
    transform: translate(-50%, -50%);
}

span {
  display: block; 
  margin: 0 auto;
}

#percent{
  font-size: 20px;
  font-family: 'SVN-PlayfairDisplay' !important;
  color: #333;
  text-align: center;
}

span[class*="l-"] {
  height: 7px; width: 7px;
  background: #000;
  display: inline-block;
  margin: 12px 2px;
  
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  
  -webkit-animation: loader 4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loader 4s infinite;
  -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loader 4s infinite;
  -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loader 4s infinite;
  animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
  animation-fill-mode: both;
}

span.l-1 {-webkit-animation-delay: 1s;animation-delay: 1s;-ms-animation-delay: 1s;-moz-animation-delay: 1s;}
span.l-2 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
span.l-3 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-ms-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
span.l-4 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;-ms-animation-delay: 0.4s;-moz-animation-delay: 0.4s;}
span.l-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;}
span.l-6 {-webkit-animation-delay: 0;animation-delay: 0;-ms-animation-delay: 0;-moz-animation-delay: 0;}


@-webkit-keyframes loader {
  0% {-webkit-transform: translateX(-80px); opacity: 0;}
  25% {opacity: 1;}
  50% {-webkit-transform: translateX(80px); opacity: 0;}
  100% {opacity: 0;}
}

@-moz-keyframes loader {
  0% {-moz-transform: translateX(-80px); opacity: 0;}
  25% {opacity: 1;}
  50% {-moz-transform: translateX(80px); opacity: 0;}
  100% {opacity: 0;}
}

@-keyframes loader {
  0% {-transform: translateX(-80px); opacity: 0;}
  25% {opacity: 1;}
  50% {-transform: translateX(80px); opacity: 0;}
  100% {opacity: 0;}
}

@-ms-keyframes loader {
  0% {-ms-transform: translateX(-60px); opacity: 0;}
  25% {opacity: 1;}
  50% {-ms-transform: translateX(60px); opacity: 0;}
  100% {opacity: 0;}
}

@media screen and (max-width: 1366px) {
  .bar_wrap {
   opacity:1;
   /*top:70px;*/
   /*margin: 0px 1000px;*/
  }
}

@media screen and (max-width: 1280px) {
  .bar_wrap {
    /*margin: 0px 1100px;*/
  }
}

@media screen and (max-width: 1024px) {
  .bar_wrap {
    /*margin: 0px 990px;*/
  }
}

@media screen and (max-width: 640px) {
  .container_text{
    padding:20px 10px;
  }
  .copy {
        line-height: 1;
        font-size: 16px;
        max-height: 100%;
    }
  .bar_wrap {
    width:6px;
  }
  .bar_wrap .bar {
    width:6px;
  }

  .bar_wrap .progress {
    width:6px;
  }

  .bar_wrap .bar_handle {
    width:6px;
  }
}

@media screen and (max-width: 414px) {
  .bar_wrap {
    /*margin: 0px 400px;*/
  }
}

@media screen and (max-width: 375px) {
  .bar_wrap {
    /*margin: 0px 360px;*/
  }
}

@media screen and (max-width: 320px) {
  .bar_wrap {
    /*margin: 0px 300px;*/
  }
}


@-webkit-keyframes uparrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(-0.4em); opacity: 0.9 }
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}
