::selection {
  background: #fab00d; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #fab00d; /* Gecko Browsers */
}

@font-face {
    font-family: Proxima Nova;
    src: url(font/proxima-nova-thin-59222b0933fec.otf);
}

body {
	font-family: 'Proxima Nova',"Hiragino Sans GB",'Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size: 15px;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	color: #888;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}	

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-logo {
	font-family: 'Proxima Nova',"Hiragino Sans GB",'Helvetica Neue','Helvetica','Arial',sans-serif;
    font-weight: 400;
    color: #888;
}

.uk-h1, h1 {
	font-weight: 200;
}

.uk-h6, h6 {
	font-family: 'Montserrat',"Hiragino Sans GB",'Helvetica Neue','Helvetica','Arial',sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #bbb;
    line-height: 1.4;
}

footer, .uk-navbar-nav > li > a, footer .uk-subnav > * > :first-child, .uk-navbar-dropdown-nav {
	font-family: 'Montserrat',"Hiragino Sans GB",'Helvetica Neue','Helvetica','Arial',sans-serif;

	font-size: 13px;
    text-transform: uppercase;	
    font-weight: 400;
}

.uk-offcanvas-bar ul li a {
	font-family: 'Montserrat',"Hiragino Sans GB",'Helvetica Neue','Helvetica','Arial',sans-serif;
	letter-spacing: 1.5px;
	font-size: 15px;
}

.uk-lang.uk-navbar-nav > li > a {
	padding: 0 10px;
}

.uk-navbar-nav a.uk-button-text::before {
    bottom: 25px;
}

.uk-navbar-nav .uk-button-text::before {
    border-bottom: 2px solid #fab00d;
}

.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #fab00d;
}

.uk-navbar {
    box-shadow: 2px 15px 50px rgba(33,33,33,0.05);
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
    box-shadow: 2px 15px 50px rgba(33,33,33,0.05);
}

.uk-slidenav {
    padding: 15px;
}

.uk-overlay-default {
    background: rgba(0,0,0,.4);
}

.uk-table th {
    text-align: center;	
}

hr.uk-text-usually::after {
	border-top: 2px solid #ffc801;
}

.uk-card-primary, .uk-section-primary, .uk-background-primary {
	background: #005aa7;
}

.uk-card-usually, .uk-section-usually, .uk-background-usually {
	background: #ffc801;
}

.uk-border-primary {
	border-top: 5px solid #005aa7;
}

.uk-border-usually {
	border-top: 5px solid #fab00d;
}

.uk-text-primary {
	color: #005aa7 !important;
}

.uk-text-usually {
	color: #fab00d !important;
}

.uk-card-opacity {
	opacity: 0.8;
}

#fixedbutton {
    position: fixed;
    bottom: 15px;
    right: 15px; 
}

uk-link:hover, a:hover {
    text-decoration: none;
}

.background-stripe {
    background: linear-gradient(-10deg,#ffffff 33.3333%,#f7f7f7 33.3334%,#f7f7f7 66.666%,#ffffff 66.667%,#ffffff 100%);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;

}  /* INTRO SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.intro {
  background: #005aa7;
  padding: 100px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #005aa7;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 45px;
  background: #ffc801;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ffc801 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffc801;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #ffc801;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #ffc801 transparent transparent;
  }
}