@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;
}

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

.button-possition {
	padding: 40px;
	
}

.booking-link {
	color: white;
}

.img-fluid {
	border-bottom: #E74225 4px solid;
}

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

.section {
	text-align: center;
	padding: 20px 0;
	
}
/* hotel rooms */

.hotel-room {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff; }
  .hotel-room .heading {
    font-size: 20px;
    text-transform: uppercase; }
    .hotel-room .heading a {
      color: #000; }
  .hotel-room .hotel-room-body {
    padding: 30px; }
    .hotel-room .hotel-room-body .price {
      color: #5c7893;
      font-weight: 400; }
  .hotel-room > .thumbnail {
    overflow: hidden;
    position: relative; }
    .hotel-room > .thumbnail img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .hotel-room:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05); }
    .hotel-room:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }


.image-absolute {
  position: absolute;
  width: 50%;
  right: -50px;
  border: 7px solid #fff;
  z-index: 9;
  bottom: -50px; }

.img-opacity img {
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  opacity: 1; }

.img-opacity:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  .img-opacity:hover img {
    opacity: .5; }

/* ------------------------------------------------------------------------------*/
/* 								section A 4 images 								*/
/* ------------------------------------------------------------------------------*/
.section-a {
	background: #F2F4FB;
	padding-top: 50px;
	padding-bottom: 50px;
}

.box-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.imgx {
	height: 50px;

	padding-left: 100px
}

.img-words {
	max-height: 100px;
	max-width: 450px;
	padding-left: 10%
}


.column-control {
	margin-top: 10px;
	
}


/* ------------------------------------------------------------------------------*/
/* 								XXXXXXXXXXXXXXXXX 								*/
/* ------------------------------------------------------------------------------*/


.image-back {
	background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url("img/frontview_rooms.jpg");
	background-size: cover;
	background-position: center;
	height: 50vh;
}

.list-pics {
	width: 300px;
	height: 200px;
}

.row-padding-top {
	padding-top: 60px;
}

.best-view {
	text-align: center;
	font-weight: 100;
	padding-top: 40px;
}

.h3-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}



/* ------------------------------------------------------------------------------*/
/* 								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;
}



/* NO GUTTERS*/
4

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}