html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

html,
body{
  height: 100%;
  min-height: 100%;
}

body{
  background: url(asset_wall.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;

}

.logo{
  width: 390px;
  padding: 0px 0 0px 0;
  margin: 60px auto 30px auto;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.logo .ico{
  width: 100%;
  height: 130px;
  background: white url(asset_ico.png) no-repeat center center;
  opacity: .75;
}

.blimitems {
  font-family: 'Roboto', sans-serif;
  background: #fbfbfb;
  padding: 0 0 10px 0;
}
.blimitems .item{
  padding: 10px 20px;
  color: #474747;
  border-top: 1px solid #eee;
}
.blimitems .item.real{
  background: rgba(0, 166, 155, 0.10);
  border-top: 1px solid rgba(0, 166, 155, 0.10);;
}
.blimitems .item strong{
  display: block;
  font-weight: 400;
  color: #313131;
  margin: 4px 0 4px 0;
	font-size: 12px;
}
.blimitems .item i{
  display: block;
  font-weight: 300;
  color: #787878;
  font-size: 12px;
  display: block;
  line-height: 1.25;
  padding: 4px 0 4px 0px;
  position: relative;
}

.blimitems .item ul{
  margin: 8px 0 0 0;
  display: block;
}
.blimitems .item ul li{
  font-size: 16px;
  margin: 0 0 3px 0;
  line-height: 1;
}
.blimitems .item ul li a{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.83);
  background: #00a79b;
  background: -moz-linear-gradient(-45deg,  #00a79b 0%, #47c0b7 100%);
  background: -webkit-linear-gradient(-45deg,  #00a79b 0%,#47c0b7 100%);
  background: linear-gradient(135deg,  #00a79b 0%,#47c0b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a79b', endColorstr='#47c0b7',GradientType=1 );
  display: block;
  padding: 5px 12px;
  border-radius: 4px;
  transition: all 300ms;
  line-height: 1;
  font-weight: 300;
}
.blimitems .item ul li a:hover{
  background: #47c0b7;
  background: -moz-linear-gradient(-45deg,  #47c0b7 0%, #00a79b 99%);
  background: -webkit-linear-gradient(-45deg,  #47c0b7 0%,#00a79b 99%);
  background: linear-gradient(135deg,  #47c0b7 0%,#00a79b 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47c0b7', endColorstr='#00a79b',GradientType=1 );
  padding: 5px 22px;
}
.blimitems .item ul li a:before{
  content: '↪︎ ';
  position: relative;
  top: 2px;
  width: 15px;
}

.blimitems .item .trigger{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.83);
  background: #ca3e00;
  background: -moz-linear-gradient(-45deg, #ca3e00 0%, #d75217 100%);
  background: -webkit-linear-gradient(-45deg,  #ca3e00 0%,#d75217 100%);
  background: linear-gradient(135deg, #ca3e00 0%,#d75217 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a79b', endColorstr='#47c0b7',GradientType=1 );
  display: block;
  padding: 5px 12px;
  border-radius: 4px;
  transition: all 300ms;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}
.blimitems .item .trigger:hover{
  background: #d75217;
  background: -moz-linear-gradient(-45deg,  #d75217 0%, #ca3e00 99%);
  background: -webkit-linear-gradient(-45deg,  #d75217 0%,#ca3e00 99%);
  background: linear-gradient(135deg,  #d75217 0%,#ca3e00 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47c0b7', endColorstr='#00a79b',GradientType=1 );
  padding: 5px 22px;
}

.blimitems .item .trigger:before{
  content: '⤷ ';
  position: relative;
  top: -1px;
}

.fact{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 384px;
	height: auto;
	transform: translate(-50%, -50%);
}

.fact img{
	width: 100%;
	height: auto;
}

.truck{
	position: absolute;
	left: 0%;
	top: 100%;
	width: 192px;
	margin-left: 150px;
	margin-top: 50px;
	-webkit-animation: wroooom 4s ease-in-out;
	-moz-animation: wroooom 4s ease-in-out;
	-o-animation: wroooom 4s ease-in-out;
	animation: wroooom 4s ease-in-out;
animation-iteration-count:infinite;
}

.truck img{
	width: 100%;
	height: auto;
}

.olay{
	position: absolute;
	left: 0;
	top: 0;
	width: 60vw;
	height: 80vh;
	border-top:  10vh solid white;
	border-bottom:  10vh solid white;
	border-left:  20vw solid white;
	border-right:  20vw solid white;
}

.olay img{
	width: 100%;
	height: 100%;
}



@-webkit-keyframes wroooom {
    0% {
			left: 0%;
			top: 100%;
    }
		20% {
			left: 50%;
			top: 50%;
    }
		80% {
			left: 50%;
			top: 50%;
    }
    100% {
			left: 100%;
			top: 0%;
    }
}
