body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #818284;
  margin: 0; }

.container {
  padding: 0 30px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container--720 {
  max-width: 720px; }

.nav {
  z-index: 9999;
  position: fixed;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 30px;
  width: 100%;
  max-width: 1170px;
  height: 60px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.nav__panel {
  height: 60px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.nav--fixed .nav__panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.nav--fixed {
  top: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-left: 0;
  padding: 0;
  width: 100%;
  max-width: 100%; }

.nav__logo_a {
  height: 60px; }

.nav__logo {
  height: 40px;
  margin: 10px 30px; }

.nav__list {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  line-height: 60px;
  border-left: 1px solid #e5e5e5; }

.nav__li {
  display: inline-block;
  margin: 0 15px; }

.nav__a {
  color: #818284;
  text-decoration: none; }

.nav__a:hover {
  color: #000; }

.alert {
  z-index: 9998;
  position: fixed;
  bottom: 30px;
  left: 30px;
  padding: 10px 60px 10px 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.alert__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 10px;
  height: 10px;
  background-image: url("../assets/close.svg");
  background-repeat: no-repeat;
  cursor: pointer; }

.introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-image: url("../assets/background.png"), -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fff));
  background-image: url("../assets/background.png"), -webkit-linear-gradient(#e5e5e5, #fff);
  background-image: url("../assets/background.png"), -moz-linear-gradient(#e5e5e5, #fff);
  background-image: url("../assets/background.png"), -o-linear-gradient(#e5e5e5, #fff);
  background-image: url("../assets/background.png"), linear-gradient(#e5e5e5, #fff);
  background-position: top center;
  background-repeat: no-repeat; }

.logo {
  position: relative;
  width: 600px;
  height: 210px;
  display: none; }

.logo__hemo {
  position: absolute;
  top: 52px;
  left: 50px;
  width: 206px;
  height: 38px;
  background-image: url("../assets/animation/hemo.svg");
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10; }

.logo__symbol {
  position: absolute;
  top: 0;
  left: 206px;
  width: 120px;
  height: 140px;
  background-image: url("../assets/animation/symbol.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 120px 137px;
  -moz-background-size: 120px 137px;
  -o-background-size: 120px 137px;
  background-size: 120px 137px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 20; }

.logo__medika {
  position: absolute;
  top: 52px;
  left: 265px;
  width: 268px;
  height: 36px;
  background-image: url("../assets/animation/medika.svg");
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10; }

.logo__slogan {
  position: absolute;
  top: 200px;
  left: 25px;
  width: 500px;
  height: 14px;
  background-image: url("../assets/animation/slogan.svg");
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.logo--animation .logo__hemo {
  left: 13px;
  opacity: 1; }

.logo--animation .logo__symbol {
  -webkit-background-size: 74px 84px;
  -moz-background-size: 74px 84px;
  -o-background-size: 74px 84px;
  background-size: 74px 84px; }

.logo--animation .logo__medika {
  left: 315px;
  opacity: 1; }

.logo--animation .logo__slogan {
  top: 165px;
  opacity: 1; }

.scroll-down {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 50px;
  background: url("../assets/scroll_down.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 24px 32px;
  -moz-background-size: 24px 32px;
  -o-background-size: 24px 32px;
  background-size: 24px 32px;
  background-position: bottom center;
  -webkit-animation-name: scroll;
  -moz-animation-name: scroll;
  -o-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.about_us__h2 {
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400; }

.about_us__p {
  line-height: 1.5; }

.about_us__annotation {
  position: relative; }

.annotation__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff); }

.row-half {
  height: 112px; }

.row-half--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.timeline {
  position: relative;
  padding: 120px 0; }

#timeline__prev {
  position: absolute;
  top: 50%;
  margin-top: -47px;
  left: 30px;
  width: 56px;
  height: 56px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background: white;
  background-image: url("../assets/arrow-left.svg");
  -webkit-background-size: 8px 16px;
  -moz-background-size: 8px 16px;
  -o-background-size: 8px 16px;
  background-size: 8px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 100; }

#timeline__next {
  position: absolute;
  top: 50%;
  margin-top: -47px;
  right: 30px;
  width: 56px;
  height: 56px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background: white;
  background-image: url("../assets/arrow-right.svg");
  -webkit-background-size: 8px 16px;
  -moz-background-size: 8px 16px;
  -o-background-size: 8px 16px;
  background-size: 8px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 100; }

.timeline__controls {
  position: relative;
  top: 67px;
  text-align: center; }

#timeline__end {
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background-color: white;
  background-image: url("../assets/end.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center center;
  cursor: pointer; }

#timeline__stop {
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background-color: white;
  background-image: url("../assets/pause.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center center;
  cursor: pointer; }

#timeline__play {
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background-color: white;
  background-image: url("../assets/play.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center center;
  cursor: pointer; }

#timeline__start {
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background-color: white;
  background-image: url("../assets/start.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center center;
  cursor: pointer; }

#timeline__play.active {
  background-image: url("../assets/play--active.svg"); }

#timeline__stop.active {
  background-image: url("../assets/pause--active.svg"); }

.timeline__year {
  display: inline-block;
  width: 112px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  text-align: center; }

.timeline__line {
  position: relative;
  width: 100%;
  margin: 30px 0;
  border-top: 2px dotted #ddd; }

.timeline__line::after {
  content: '';
  position: absolute;
  top: -11px;
  left: 46px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #ddd;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.timeline__line--first::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  height: 10px;
  width: 60px;
  background: #fff; }

.timeline__line--last::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  height: 10px;
  width: 75%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff); }

.timeline__event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 112px;
  padding-left: 127px;
  padding-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #e5e5e5;
  border: 6px solid #e5e5e5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-repeat: no-repeat;
  -webkit-background-size: 100px 100px;
  -moz-background-size: 100px 100px;
  -o-background-size: 100px 100px;
  background-size: 100px 100px;
  background-position: center center;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.timeline__img::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

.timeline__img--2005 {
  background-image: url("../assets/timeline/2005.jpg"); }

.timeline__img--2005_2 {
  background-image: url("../assets/timeline/2005_2.jpg"); }

.timeline__img--2007 {
  background-image: url("../assets/timeline/2007.jpg"); }

.timeline__img--2008 {
  background-image: url("../assets/timeline/2008.jpg"); }

.timeline__img--2008_2 {
  background-image: url("../assets/timeline/2008_2.jpg"); }

.timeline__img--2009 {
  background-image: url("../assets/timeline/2009.jpg"); }

.timeline__img--2009_2 {
  background-image: url("../assets/timeline/2009_2.jpg"); }

.timeline__img--2010 {
  background-image: url("../assets/timeline/2010.jpg"); }

.timeline__img--2011 {
  background-image: url("../assets/timeline/2011.jpg"); }

.timeline__img--2011_2 {
  background-image: url("../assets/timeline/2011_2.jpg"); }

.timeline__img--2012 {
  background-image: url("../assets/timeline/2012.jpg"); }

.timeline__img--2012_2 {
  background-image: url("../assets/timeline/2012_2.jpg"); }

.timeline__img--2012_3 {
  background-image: url("../assets/timeline/2012_3.jpg"); }

.timeline__img--2013 {
  background-image: url("../assets/timeline/2013.jpg"); }

.timeline__img--2013_2 {
  background-image: url("../assets/timeline/2013_2.jpg"); }

.timeline__img--2013_3 {
  background-image: url("../assets/timeline/2013_3.jpg"); }

.timeline__img--2013_4 {
  background-image: url("../assets/timeline/2013_4.jpg"); }

.timeline__img--2013_5 {
  background-image: url("../assets/timeline/2013_5.jpg"); }

.timeline__img--2013_6 {
  background-image: url("../assets/timeline/2013_6.jpg"); }

.timeline__img--2014 {
  background-image: url("../assets/timeline/2014.jpg"); }

.timeline__img--2014_2 {
  background-image: url("../assets/timeline/2014_2.jpg"); }

.timeline__img--2014_3 {
  background-image: url("../assets/timeline/2014_3.jpg"); }

.timeline__img--2014_4 {
  background-image: url("../assets/timeline/2014_4.jpg"); }

.timeline__img--2014_5 {
  background-image: url("../assets/timeline/2014_5.jpg"); }

.timeline__img--2015 {
  background-image: url("../assets/timeline/2015.jpg"); }

.timeline__img--2015_2 {
  background-image: url("../assets/timeline/2015_2.jpg"); }

.timeline__img--2016 {
  background-image: url("../assets/timeline/2016.jpg"); }

.timeline__img--2016_2 {
  background-image: url("../assets/timeline/2016_2.jpg"); }

.timeline__img--2016_3 {
  background-image: url("../assets/timeline/2016_3.jpg"); }

.timeline__img--2017 {
  background-image: url("../assets/timeline/2017.jpg"); }

.timeline__img--2018 {
  background-image: url("../assets/timeline/2018.jpg"); }

.timeline__img--2018_2 {
  background-image: url("../assets/timeline/2018_2.jpg"); }

.timeline__img--2018_3 {
  background-image: url("../assets/timeline/2018_3.jpg"); }

.timeline__desc {
  display: inline-block;
  max-width: 200px; }

.owl-item:hover .timeline__img {
  -webkit-filter: grayscale(0%); }

.owl-item:hover .timeline__line::after {
  -webkit-box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
  -moz-box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
  box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
  border: 2px solid #b70e0c; }

.owl-item:hover .timeline__year {
  color: #b70e0c; }

.owl-item.highlighted .timeline__img {
  -webkit-filter: grayscale(0%); }

.owl-item.highlighted .timeline__line::after {
  -webkit-box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
  -moz-box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
  box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
  border: 2px solid #b70e0c; }

.owl-item.highlighted .timeline__year {
  color: #b70e0c; }

.owl-stage {
  right: -30px; }

.contact {
  padding: 60px 0;
  background: #fcfcfc;
  border-bottom: 2px solid #eee; }

.contact__bar {
  padding-left: 300px;
  background-image: url("../assets/logo_hemomedika.svg");
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 250px 250px;
  -moz-background-size: 250px;
  -o-background-size: 250px;
  background-size: 250px; }

.contact--main {
  z-index: 10;
  position: relative;
  background: #fff;
  border-top: 2px solid #eee;
  border-bottom: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  text-align: right; }

.contact__h3 {
  font-size: 16px;
  font-weight: 700; }

.contact__p {
  line-height: 1.5; }

.contact__btn {
  display: inline-block;
  height: 60px;
  margin-right: 15px;
  padding: 0 30px 0 69px;
  line-height: 60px;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: left 30px center; }

.contact__btn--tel {
  background-image: url("../assets/phone.svg"); }

.contact__btn--tel:hover {
  background-image: url("../assets/phone--hover.svg"); }

.contact__btn--mail {
  background-image: url("../assets/mail.svg"); }

.contact__btn--mail:hover {
  background-image: url("../assets/mail--hover.svg"); }

.contact__btn--web {
  background-image: url("../assets/web.svg"); }

.contact__btn--web:hover {
  background-image: url("../assets/web--hover.svg"); }

.preload-01 {
  background: url("../assets/phone--hover.svg") no-repeat -9999px -9999px; }

.preload-02 {
  background: url("../assets/mail--hover.svg") no-repeat -9999px -9999px; }

.preload-03 {
  background: url("../assets/web--hover.svg") no-repeat -9999px -9999px; }

.preload-04 {
  background: url("../assets/play--active.svg") no-repeat -9999px -9999px; }

.preload-05 {
  background: url("../assets/pause--active.svg") no-repeat -9999px -9999px; }

.footer {
  padding: 30px 0;
  background: #fcfcfc;
  font-size: 12px; }

.footer__copy {
  line-height: 1.5; }

.footer__author {
  float: right; }

.footer__a {
  color: #818284;
  text-decoration: none; }

@-webkit-keyframes scroll {
  0% {
    background-position: bottom 0 center; }
  50% {
    background-position: bottom 10px center; }
  100% {
    background-position: bottom 0 center; } }

@-moz-keyframes scroll {
  0% {
    background-position: bottom 0 center; }
  50% {
    background-position: bottom 10px center; }
  100% {
    background-position: bottom 0 center; } }

@-o-keyframes scroll {
  0% {
    background-position: bottom 0 center; }
  50% {
    background-position: bottom 10px center; }
  100% {
    background-position: bottom 0 center; } }

@keyframes scroll {
  0% {
    background-position: bottom 0 center; }
  50% {
    background-position: bottom 10px center; }
  100% {
    background-position: bottom 0 center; } }

.btn {
  display: block;
  margin: 45px auto 0 auto;
  width: 210px;
  height: 40px;
  line-height: 39px;
  border: 2px solid #b70e0c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #b70e0c;
  text-decoration: none;
  text-align: center;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  -moz-transition: width .3s ease;
  transition: width .3s ease; }

.btn:hover {
  width: 180px; }

.hidden {
  display: none; }

.hidden *:first-child {
  margin-top: 0; }

.float--left {
  float: left; }

.clearfix::after {
  content: '';
  clear: both;
  display: table; }

.col-third {
  width: 33.333%;
  float: left; }

.float-right {
  float: right; }

@media only screen and (max-width: 1170px) {
  .contact__bar {
    padding-left: 0;
    background-image: none; }
  .contact__btn {
    height: auto;
    margin: 15px 30px;
    padding: 0 0 0 39px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-position: left center;
    line-height: 24px; }
  .contact--main {
    text-align: center;
    padding: 15px 0; } }

@media only screen and (max-width: 1024px) {
  .nav {
    top: 30px;
    left: 30px;
    margin-left: auto;
    padding: 0;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .nav.nav--fixed {
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; } }

@media only screen and (max-width: 1024px) {
  .owl-item .timeline__img {
    -webkit-filter: grayscale(0%); }
  .owl-item .timeline__line::after {
    -webkit-box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
    -moz-box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
    box-shadow: 0 0 0 12px rgba(183, 14, 12, 0.05);
    border: 2px solid #b70e0c; }
  .owl-item .timeline__year {
    color: #b70e0c; }
  #timeline__next {
    opacity: 0; }
  #timeline__prev {
    opacity: 0; }
  .alert {
    display: none; } }

@media only screen and (max-width: 960px) {
  body {
    font-size: 15px; }
  .logo {
    display: none; }
  .timeline {
    padding: 60px 0 120px 0; }
  .contact {
    padding: 30px 0; }
  .col-third {
    width: 100%;
    float: none; }
  .col-third {
    text-align: center; }
  .col-third:first-child .contact__h3 {
    margin-top: 10px; }
  .col-third:last-child .contact__p {
    margin-bottom: 0; }
  .contact__h3 {
    font-size: 14px; }
  .contact__p {
    font-size: 14px; }
  .contact__p {
    margin-bottom: 30px; }
  .footer {
    text-align: center; }
  .footer__author {
    display: block;
    margin-top: 15px;
    float: none; } }

@media only screen and (max-width: 460px) {
  .nav {
    top: 15px;
    left: 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px); }
  .nav__logo {
    position: relative;
    height: 30px;
    margin: 15px 20px; }
  .nav__list {
    padding: 0 0 0 20px; }
  .nav__li {
    margin: 0 20px 0 0; }
  .contact--main .container {
    padding: 0; } }

/* Animation */
.logo__xs {
  width: 100%;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (min-width: 0px) and (max-width: 599px) {
  #logo--hide-xs {
    display: none !important; } }

@media only screen and (min-width: 600px) {
  .logo {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65); }
  .logo__xs {
    display: none; } }

@media only screen and (min-width: 800px) {
  .logo {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); } }

@media only screen and (min-width: 960px) {
  .logo {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
