/* Helpers */
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}

/* Margins */
.mr_up_5{margin-top: 5px;}
.mr_up_10{margin-top: 10px;}
.mr_up_15{margin-top: 15px;}
.mr_up_20{margin-top: 20px;}
.mr_up_25{margin-top: 25px;}
.mr_up_30{margin-top: 30px;}
.mr_up_40{margin-top: 40px;}

/*padding*/
.pd_down_5{padding-bottom: 5px;}
.pd_down_20{padding-bottom: 20px;}
.pd_down_30{padding-bottom: 30px;}
.pd_down_40{padding-bottom: 40px;}

/* Clear fix */
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* General CSS */
*{
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
}

body{
  font-family: 'Nunito Sans', sans-serif;
  }

.container{
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.h{
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}

.nav{
  display: none;
}

.navbar{
  margin: 0;
  float: right;
}

.side-nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.side-nav a{
  padding: 15px 10px;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  font-size: 20px;
  color: #ccc;
  display: block;
  transition: 0.3s;
}

.side-nav a:hover{
  color: #f9c801;
}

.side-nav .btn-close{
  position: absolute;
  top: 0;
  left: 22px;
  font-size: 36px;
  margin-right: 50px;
}

.light{
  background-color: #f6f6f6;
  margin-top: 60px;
}

.light_breakfast, .slider{
  padding: 60px 20px;
}

.light_breakfast h3{
  color: #171717;
      font-size: 22px;
}

.light_breakfast p{
  color: #787878;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.light_breakfast span{
  color: #171717;
  font-size: 13px;
  font-weight: 700;
}

.img_light{
  display: none;
}

.slider{
  background-color: #f9c801;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 20px;
text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px 0;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prev {
  position: absolute;
  left: 0;
  border-radius: 3px 0 0 3px;
}

.piroll_footer{
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 30px;
}

.inner_footer{
  width: 80%;
  margin: 0 auto;
}

.inner_footer h3{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.inner_footer p{
  color: #ffffff;
  font-size: 11px;
  margin-top: 15px;
  line-height: 1.6;
}

.inner_footer a{
  color: #ffffff;
  font-size: 11px;
  margin-top: 15px;
  line-height: 1.6;
  text-decoration: none;
}

.inner_footer .c1, .inner_footer .c2, .inner_footer .c3{
  width: 30%;
  margin: 0 auto;
  float: left;
  margin-top: 15px;
}


/*media*/

/*480px*/
@media only screen and (min-width:480px){

  .h{
    padding: 15px 40px;
  }

  .light_breakfast{
    width: 80%;
    margin: 0 auto;
    padding: 70px 40px;
  }

  .slider{
    padding: 50px 40px;
  }

  .inner_footer h3{
    font-size: 18px;
  }

  .inner_footer p{
    font-size: 12px;
    margin-top: 25px;
    line-height: 1.5;
  }

  .inner_footer a{
    font-size: 12px;
    margin-top: 25px;
  }

  .inner_footer .c1, .inner_footer .c2, .inner_footer .c3{
    width: 33%;
    margin: 0 auto;
    float: left;
    margin-top: 25px;
  }
}

/*768px*/
@media only screen and (min-width:768px){

  .h{
    padding: 15px 50px;
  }

  .light {
    margin-top: 58px;
}

  .img_light{
    float: right;
    display: block;
    width: 50%;
    margin-bottom: -5px;
  }

  .light_breakfast{
    float: left;
    text-align: left;
    width: 45%;
    padding: 10px 18px;
    margin-bottom: -5px;
}

  .light_breakfast p{
    font-size: 10px;
        margin-top: 12px;
  }

  .light_breakfast span{
    font-size: 10px;
  }

  .navbar{
    display: none;
  }

  .nav{
    display: block;
    float: right;
  }

  .nav a{
    font-size: 13px;
    color: #191919;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 600;
  }

  .nav a:hover{
    color: #f9c801;
  }

  .slider{
    padding: 50px 60px;
  }

  .inner_footer .t1, .inner_footer .t2{
    width: 50%;
    margin: 0 auto;
    float: left;
  }

  .inner_footer .t2{
    margin-top: 20px;
  }

  .inner_footer p, .inner_footer a{
    font-size: 13px;
  }

  .piroll_footer {
    padding-top: 60px;
    padding-bottom: 50px;
}
}

/*1200px*/
@media only screen and (min-width:1200px){

  .h {
      padding: 15px 50px;
  }

  .nav a {
    font-size: 15px;
}

  .light_breakfast{
    width: 45%;
    padding: 80px 30px;
    margin-bottom: -5px;
  }

  .light_breakfast h3{
    font-size: 30px;
  }

  .light_breakfast p{
    font-size: 17px;
  }

  .light_breakfast span{
    font-size: 17px;
  }

  .inner_footer .t1, .inner_footer .t2{
    width: 25%;
  }

  .inner_footer .c1, .inner_footer .c2, .inner_footer .c3{
    width: 15%;
    margin-top: 45px;
  }

  .piroll_footer {
    padding-top: 80px;
    padding-bottom: 60px;
}

.inner_footer p, .inner_footer a{
  font-size: 14px;
}

.inner_footer h3 {
  font-size: 22px;
}
}
