@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Thin.woff) format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url(fonts/Lato-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}




.orange_line {
	background-color: #E74225;
	height: 80px;
	opacity: 0.8;
	color: white;
}

.kili-logo {
	height: 50px;
	color: white;
}


body {
	background: #333;
	color: #fff;
}

.navbar {
	border-bottom: #E74225 3px solid;
	opacity: 0.9;
}

/* ------------------------------------------------------------------------------*/
/* 								Gallery										*/
/* ------------------------------------------------------------------------------*/
.imgx {
	max-height: 200px;
	max-width: 80%;
	padding: 6px;
	transition: transform .6s ease;
	box-sizing: border-box;
	
}
.gallery-background {
	color: #000;
}
.gallery {
	
}

.imgx:hover {
	transform: scale(1.1);
}

.videox {
	height: 100px;
	width: 100px;
}

 .section-video {
	 
 }
/* ------------------------------------------------------------------------------*/
/* 								Last  Nav 										*/
/* ------------------------------------------------------------------------------*/
.site-footer {
  padding: 5em 0;
  background: #262626;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer a {
  color: #cf1d16;
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.site-footer .footer-link li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

.footer-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.footer-social a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.kili-logo {
	height: 50px;
	color: white;
}

.instagram-logo {
	height: 12px;
}

footer {
	border-top: #E74225 3px solid;
}