

main {
  z-index: 2;
  position: relative;
  height: 100%;
  background-color: rgb(252, 252, 252);
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}



.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}
.sidebar1 {
  
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0;
  background-color: #fffffff;
}

@media (min-width: 767px) {
  .sidebar1 {
    height: 100%;
    width: 45%;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    background-color: #f7f7f7;
  }
}

.bar {
  display: block;
  height: 3px;
  width: 27px;
  background: -webkit-gradient(linear,left top,right top,from(#ef0556),to(#d63a73));
  margin: 3px auto;
}

.button1 {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.nav-right {
  position: fixed;
  right: 17px;
  top: 20px;
}

.nav-right.visible-xs {
  z-index: 4;
  position: fixed;
}

.hidden-xs {
  display: none;
}

.middle {
  margin: 0 auto;
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.nav-right.visible-xs .active .bar {
  background-color: #FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all 1s ease;
}

.button1.active .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.button1.active .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-2px) rotateZ(-45deg);
}

.button1.active .middle {
  width: 0;
}

.move-to-left {
  -webkit-transform: translateX(-417px);
  -moz-transform: translateX(-417px);
  -ms-transform: translateX(-417px);
  -o-transform: translateX(-417px);
  transform: translateX(-417px);
}
@media (min-width:767.86px){
  .move-to-left {
    -webkit-transform: translateX(-347px);
  -moz-transform: translateX(-347px);
  -ms-transform: translateX(-347px);
  -o-transform: translateX(-347px);
  transform: translateX(-347px);
  }
}

#nav-icon3{
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

nav {
  padding-top: 0px;
}

.sidebar1-list {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 33px;
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.sidebar1-item {
  margin: 10px 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.sidebar1-item:first-child {
  -webkit-transition: all .7s .2s ease-in-out;
  -moz-transition: all .7s .2s ease-in-out;
  -ms-transition: all .7s .2s ease-in-out;
  -o-transition: all .7s .2s ease-in-out;
  transition: all .7s .2s ease-in-out;
}

.sidebar1-item:nth-child(2) {
  -webkit-transition: all .7s .4s ease-in-out;
  -moz-transition: all .7s .4s ease-in-out;
  -ms-transition: all .7s .4s ease-in-out;
  -o-transition: all .7s .4s ease-in-out;
  transition: all .7s .4s ease-in-out;
}

.sidebar1-item:nth-child(3) {
  -webkit-transition: all .7s .6s ease-in-out;
  -moz-transition: all .7s .6s ease-in-out;
  -ms-transition: all .7s .6s ease-in-out;
  -o-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

.sidebar1-item:nth-child(4) {
  -webkit-transition: all .7s .8s ease-in-out;
  -moz-transition: all .7s .8s ease-in-out;
  -ms-transition: all .7s .8s ease-in-out;
  -o-transition: all .7s .8s ease-in-out;
  transition: all .7s .8s ease-in-out;
}

.sidebar1-item:nth-child(5) {
  -webkit-transition: all .8s .2s ease-in-out;
  -moz-transition: all .8s .2s ease-in-out;
  -ms-transition: all .8s .2s ease-in-out;
  -o-transition: all .8s .2s ease-in-out;
  transition: all .8s .2s ease-in-out;
}

.sidebar1-item:nth-child(6) {
  -webkit-transition: all .8s .4s ease-in-out;
  -moz-transition: all .8s .4s ease-in-out;
  -ms-transition: all .8s .4s ease-in-out;
  -o-transition: all .8s .4s ease-in-out;
  transition: all .8s .4s ease-in-out;
}

.sidebar1-item:nth-child(7) {
  -webkit-transition: all .8s .6s ease-in-out;
  -moz-transition: all .8s .6s ease-in-out;
  -ms-transition: all .8s .6s ease-in-out;
  -o-transition: all .8s .6s ease-in-out;
  transition: all .8s .6s ease-in-out;
}

.sidebar1-item:last-child {
  -webkit-transition: all .8s .8s ease-in-out;
  -moz-transition: all .8s .8s ease-in-out;
  -ms-transition: all .8s .8s ease-in-out;
  -o-transition: all .8s .8s ease-in-out;
  transition: all .8s .8s ease-in-out;
}

.sidebar1-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.sidebar1-anchor {
  
  background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.78em;
  font-family: "Lora", Georgia, serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0px;
}

.sidebar1-anchor:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.sidebar1-anchor:hover:before {
  width: 100%;
}

.ua {
  position: absolute;
  bottom: 20px;
  left: 60px;
}

.fa {
  font-size: 1.4em;
  color: #EF8354;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.ua:hover .fa {
  color: #FFF;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media (min-width: 480px) {
  .nav-list {
    display: block;
  }
}

@media (max-width: 768px) {
  .nav-right {
    position: absolute;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}

.card1 {
  float: left;
  padding: 0.2rem;
  width: 100%

}
.card1 .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card1 .menu-content::before, .card1 .menu-content::after {
  content: '';
  display: table;
}
.card1 .menu-content::after {
  clear: both;
}
.card1 .menu-content li {
  display: inline-block;
}
.card1 .menu-content a {
  color: #fff;
}
.card1 .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  transform: translate(-50%, 0);
}
.card1 .wrapper {
  background-color: #fff;
  min-height: 378px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .card1 .wrapper {
    min-height: 250px;}
  }
.card1 .wrapper:hover .data {
  transform: translateY(0);
}
.card1 .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.card1 .data .content {
  padding: 0.81em;
  position: relative;
  z-index: 1;
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .card1 .data .content {
    min-height: 185px;
    font-size: 15px;}
  }
.card1 .author {
  font-size: 12px;
}
.card1 .title {
  margin-top: 10px;
}
.card1 .text {
  height: 70px;
  margin: 0;
}
.card1 input[type='checkbox'] {
  display: none;
}
.card1 input[type='checkbox']:checked + .menu-content {
  transform: translateY(-60px);
}
.example-1 .wrapper {
  background: url(/images/bulletins/bn21.jpg) 29% 2% / cover no-repeat;
  background-position: center;
}
.example-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  background: #d91e60;
  color: #fff;
  padding: 0px 0.3em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 16px;
  
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month, .example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: #808080;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 767px) {
  .example-1 .title a  {
    font-size: 22px;
  }}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: #808080;
  color: #808080;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.33333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}
.example-2 .wrapper {
  background: url() center / cover no-repeat;
}
.example-2 .wrapper:hover .menu-content span {
  transform: translate(-50%, -10px);
  opacity: 1;
}
.example-2 .header {
  color: #fff;
  padding: 1em;
}
.example-2 .header::before, .example-2 .header::after {
  content: '';
  display: table;
}
.example-2 .header::after {
  clear: both;
}
.example-2 .header .date {
  float: left;
  font-size: 12px;
}
.example-2 .menu-content {
  float: right;
}
.example-2 .menu-content li {
  margin: 0 5px;
  position: relative;
}
.example-2 .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}
.example-2 .data {
  color: #fff;
  transform: translateY(calc(70px + 4em));
}
.example-2 .title a {
  color: #fff;
}
.example-2 .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.example-2 .button::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.example-2 .button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}


.navigation {
  background: #000;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
}

.navigation img {
  padding: 0 10px;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}
  
.overlay1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  transition: transform .35s ease-in-out;
}

.overlay1.hidden {
  transform: translateX(100%);
}

.hidden .toggle-mobile:before{
  content: "\f0c9";
  font-family: "FontAwesome" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  background: #000;
  font-size: 60px;
  padding-top: 15px;
  font-weight: 100;
}
.box-close a {
  background: #000;
  position: absolute;
  top: 0;
  left: -90px;
  height: 90px;
  width: 90px;
  color: #fff;
  display: block;
  font-size: 90px;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.wrap .mobileNav {
  width: 100%;
  background-color: #000;
  padding: 20px 30px;
  overflow-y: scroll;
}
.box-wrap,
.wrap .mobileNav {
  height: 100%;
}
.wrap .box-addres ul li:first-child {
  padding-left: 15px;
}

.wrap .mobile-menu h4 a {
  color: #d9262c;  
}
.wrap .mobile-menu h4 a:hover {
  color: #d9262c;
  text-decoration: underline;
}

.box-wrap {
  background-color: #fff;
  width: 497px;
}

.wrap nav {
  width: 100%;
  background-color: #000;
  padding: 36px 58px 36px 70px;
}
  
  
.wrap .logo2 {
  text-align: center;
  padding-bottom: 39px;
  width: 100%;
  border-bottom: 1px solid #363636;
}
  
.wrap .logo2 a {
  display: inline-block;
}

.wrap .box-mobile-menu {
  width: 100%;
}

.wrap .mobile-menu .col-md-6:first-child {
  padding-left: 0;
}

.wrap .mobile-menu .col-md-6:last-child {
  padding-right: 0;
  padding-left: 52px;
}

.wrap .mobile-menu h4 {
  font-size: 36px;
  font-weight: 700;
  color: #d9262c;
  text-transform: capitalize;
  margin-top: 37px;
}

.wrap .mobile-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}

.wrap .mobile-menu ul li a:hover {
  color: #0479c3;
}

.wrap .search-form {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
  
.wrap .search-form input {
  height: 59px;
  width: 100%;
  background-color: #221f20;
  color: #fff;
  padding-left: 30px;
  padding-right: 57px;
  border: none;
  box-shadow: none;
}

.wrap .search-form button {
  height: 59px;
  width: 67px;
  background-color: #d9262c;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
  
.wrap .search-form button i {
  font-size: 25px;
  font-size: 25px;
  color: #fff;
}

.wrap .search-form button:hover {
  background-color: #fff;
}

.wrap .search-form button:hover i {
  color: #0479c3;
}


  

.wrap .box-social {
  width: 100%;
  border-bottom: 1px solid #363636;
}

.wrap .box-social ul {
  text-align: center;
  margin: 20px 0;
}

.wrap .box-social ul li {
  display: inline-block;
  margin: 0 15px;
}

.wrap .box-social ul li:first-child {
  margin-left: 0;
}

.wrap .box-social ul li:last-child {
  margin-right: 0;
}


.wrap .box-social ul li a {
  font-size: 26px;
  font-size: 26px;
}
.fab {
  transition: color .25s ease-in-out;
}
.fab:hover{
  color: #726e6e !important;
}

.wrap .box-addres {
  width: 100%;
  background-size: 58px 41px;
  margin-top: 44px;
  border-bottom: 1px solid #363636;
  padding-bottom: 31px;
}




.wrap .box-addres ul {
  list-style: none;
  margin-top: 33px;
}

.right-nav-logo {
  width:100px;
}
.wrap .box-addres ul li {
  font-family: "Helvetica", Arial, Verdana;
  font-size: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}




@media (max-width: 767px) {
  .box-close a {
    left: 0;
    top: -10px;
    z-index: 2;
    background: none;
    padding-top: 6px;
  }
  .hidden .toggle-mobile:before{
    left: -90px;
    top: 10px;
  }
  .box-wrap {
    width: 100%;
    max-width: 497px;
  }
  .wrap .mobile-menu h4 {
  margin-top: 50px;
}
  
  .wrap nav {
    margin-top: 0;
    padding-top: 0;
  }
  .wrap .search-form button {
    background-color: #221f20;
    height: 74px;
  }
  .wrap .search-form button:hover {
    background-color: #221f20;
  }
  .wrap .search-form {
    margin-top: 0;
  }
  .wrap .mobile-menu {
    border-bottom: 1px solid #363636;
    padding-bottom: 40px;
  }
  .wrap .search-form {
    padding-bottom: 40px;
    border-bottom: 1px solid #363636;
  }
  .wrap .search-form input {
    height: 74px;
    width: 100%;
  }
}

@media (max-width: 573px) {
  .wrap .search-form input {
    padding-left: 70px;
  }
}


@media (max-width: 479px) {
  .wrap .box-social ul li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .wrap .box-social ul li:first-child {
    margin-left: 0;
  }
  .wrap .box-social ul li:last-child {
    margin-right: 0;
  }
  .wrap nav {
    padding: 0 15px 36px 15px;
  }
}
.accordion {
  width: 100%;
  max-width: 360px;
  margin: 60px auto 17px;
  background:#fffffff;
  
  
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 5px 3px 9px 30px;
  color: #595959;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #f7f7f7;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #bbbbbb3d; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #595959;
  text-transform: uppercase;
  padding: 6px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}

@import url('https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One');
 .timeline {
	 display: flex;
	 margin: 0 auto;
	 flex-wrap: wrap;
	 flex-direction: column;
	 max-width: 80%;
	 position: relative;
}
 .timeline__content-title {
	 font-weight: normal;
	 font-size: 52px;
   margin: -10px 0 0 0;
   padding: 12px;
	 transition: 0.4s;
	 padding-bottom: 0px;
	 box-sizing: border-box;
	 font-family: 'Cinzel',sans-serif;
	 color: #fff;
}
 .timeline__content-desc {
	 margin: 0;
	 font-size: 1.28em;
	 box-sizing: border-box;
	 color: #f8f8f9;
	 font-family: 'Raleway', Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 line-height: 30px;
}
@media only screen and (max-width: 769px) {
  .timeline__content-desc{
    font-size: 15px;
    line-height: 20px;
  }
}
 .timeline:before {
	 position: absolute;
	 left: 50%;
	 width: 2px;
	 height: 100%;
	 margin-left: -1px;
	 content: "";
	 background: rgba(255, 255, 255, .07);
}
 @media only screen and (max-width: 767px) {
	 .timeline:before {
		 left: 40px;
	}
}
 .timeline-item {
	 padding: 150px 0;
	 opacity: 1;
	 transition: 0.5s;
	 box-sizing: border-box;
	 width: calc(50% - 40px);
	 display: flex;
	 position: relative;
	 transform: translateY(-80px);
}
 .timeline-item:before {
	 content: attr(data-text);
	 letter-spacing: 3px;
	 width: 100%;
	 position: absolute;
	 color: rgba(255, 255, 255, .5);
	 font-size: 17px;
	 font-family: 'Pathway Gothic One', sans-serif;
	 border-left: 2px solid rgba(255, 255, 255, .5);
	 top: 70%;
	 margin-top: -5px;
	 padding-left: 15px;
	 opacity: 0;
	 right: calc(-100% - 56px);
}
 .timeline-item:nth-child(even) {
	 align-self: flex-end;
}
 .timeline-item:nth-child(even):before {
	 right: auto;
	 text-align: right;
	 left: calc(-100% - 56px);
	 padding-left: 0;
	 border-left: none;
	 border-right: 2px solid rgba(255, 255, 255, .5);
	 padding-right: 15px;
}
 .timeline-item--active {
	 opacity: 1;
	 transform: translateY(0);
	 filter: blur(0px);
}
 .timeline-item--active:before {
	 top: 28%;
	 transition: 0.3s all 0.2s;
	 opacity: 1;
}
 .timeline-item--active .timeline__content-title {
	 
}
@media only screen and (max-width: 767px) {
  .timeline__content-title{
    font-size: 2em;
  }
}
 @media only screen and (max-width: 767px) {
	 .timeline-item {
		 align-self: baseline !important;
     width: 100%;padding: 0 4px 150px 1px;
	}
	 .timeline-item:before {
		 left: 14px !important;
		 padding: 0 !important;
		 top: 2px;
		 text-align: center !important;
     width: 80%;
     color: #f8f9fa;
		 border: none !important;
	}
	 .timeline-item:last-child {
		 padding-bottom: 40px;
	}
}
 .timeline__img {
	 max-width: 100%;
	 box-shadow: 0 10px 15px rgba(0, 0, 0, .4);
}
 .timeline-container {
	 width: 100%;
	 position: relative;
	 padding: 80px 0;
	 transition: 0.3s ease 0s;
   background-attachment: fixed;
   background-position: center;
	 background-size: cover;
}
 .timeline-container:before {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(27, 20, 1, 0.66);
	 content: "";
}
 .timeline-header {
	 width: 100%;
	 text-align: center;
	 position: relative;
}
@media only screen and (max-width: 767px){
  .timeline-header{
    margin-bottom: 50px;
  }
}
 .timeline-header__title {
	 color: #fff;
	 font-size: 2em;
   font-family: "Cinzel", serif;
   letter-spacing: 3px;
	 font-weight: normal;
	 margin: 0;
}
 .timeline-header__subtitle {
	 color: rgba(255, 255, 255, .5);
	 font-family: 'Pathway Gothic One', sans-serif;
	 font-size: 16px;
	 letter-spacing: 5px;
	 margin: 10px 0 0 0;
	 font-weight: normal;
}
 .demo-footer {
	 padding: 60px 0;
	 text-align: center;
}
 .demo-footer a {
	 color: #999;
	 display: inline-block;
	 font-family: Cardo;
}
.fake-gradient{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.45) calc(0%), transparent 75%);

}
.slice-top{
  position: absolute;
  width: 102%;
  height: 100px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #fffffff 49.5%, transparent 50%);
}

.slice-bottom{
  position: absolute;
  width: 102%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right bottom, transparent 49.5%, #fffffff 50%);
  z-index: 1;
}




