@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'av35';
	src: url("../font/avenir35.ttf");
}
@font-face {
	font-family: "av55";
	src: url("../font/avenir55.otf");
}
@font-face {
	font-family: "avlight";
	src: url("../font/AvenirLight.otf");
}
@font-face {
	font-family: "avmedium";
	src: url("../font/AvenirMedium.otf");
}
@font-face {
	font-family: "avheavy";
	src: url("../font/AvenirHeavy.otf");
}
@font-face {
	font-family: "avroman";
	src: url("../font/AvenirRoman.otf");
}
@font-face {
	font-family: "avblack";
	src: url("../font/AvenirBlack.otf");
}
@font-face {
	font-family: "avbook";
	src: url("../font/AvenirBook.otf");
}
@font-face {
	font-family: "avitalic";
	src: url("../font/Avenir-Italic.ttf");
}
@font-face {
	font-family: "latoregular";
	src: url("../font/Lato-Regular.ttf");
}
@font-face {
	font-family: "montserratbold";
	src: url("../font/Montserrat-Bold.ttf");
}
@font-face {
	font-family: "helvetica35";
	src: url("../font/helvetica35regular.otf");
}
@font-face {
	font-family: "helvetica36";
	src: url("../font/helvetica36italic.otf");
}
@font-face {
	font-family: "helvetica46";
	src: url("../font/helvetica46italic.otf");
}
@font-face {
	font-family: "helvetica75";
	src: url("../font/helvetica75bold.otf");
}


a {
  text-decoration: none !important;
}
body{
	padding:0;
	margin:0;
	font-family:'avmedium';
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.item.custom-fade > img {
  width: 100%;
  height: auto;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: auto;
    } 
    .item:nth-child(1) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

.wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    /*! margin-bottom: 630px; */
    background-color: #fff;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.clear{ clear:both;}


.item.custom-fade > img {
  width: 100%;
  height: auto;
}
.pages-sliders-header {
  position: relative;
  width: 100%;
  height: auto;
}
.pages-text-absolute-sliders {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: auto;
}
.logo-vendor {
  margin: 60px 0;
}

.pull-left.pages-sliders-text {
  width: 420px;
  margin-top: 60px;
}

.pull-left.pages-sliders-text > .text-01 {
  font-family: 'avblack';
  color: #fff;
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

.pull-left.pages-sliders-text > .text-02 {
  font-size: 22px;
  color: #fff;
  font-family: 'avmedium';
  padding: 20px 0px 40px;
}
.direct-down {
    background: #f63440;
    color: #fff;
    float: left;
    padding: 8px 50px;
    margin-top: 10px;
    font-size: 24px;
    font-family: 'avblack';
    cursor: pointer;
    border-radius: 5px;
}
.images-side-right > img {

    width: 100%;
    height: auto;

}

.images-side-right > img {
  width: 100%;
  height: auto;
}
header {
  margin-bottom: 40px;
}
.pull-left.text-line-reds {
  color: #5e5e5e;
  font-size: 33px;
  line-height: 1;
  font-family: 'avlight';
  width: 94%;
}
.pull-left.line-reds {
  background: #fb3044;
  width: 30px;
  height: 64px;
  margin-right: 17px;
}
.titles-big-span {
  overflow: hidden;
  width: 100%;
  height: 66px;
  margin-bottom: 30px;
}
.text-open-001 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  padding-bottom: 40px;
}
.judul-in-content-side-left {
  font-size: 24px;
  color: #333;
  font-family: 'avmedium';
  padding-bottom: 8px;
  line-height: 1;
  font-weight: 900;
}
.isi-in-content-side-left {
  font-size: 21px;
  color: #5e5e5e;
  font-family: 'avlight';
}
.in-content-side-left {
  padding-bottom: 30px;
}
.row.content-sections-6 {
  margin: 0 -10px;
}
.col-xs-12.col-sm-12.col-md-6.col-lg-6.content-sections-6 {
  padding: 0 10px;
}
.step-section-01 {
    margin-bottom: 40px;
}
.pull-left.text-line-reds.center-height {
    position: relative;
    top: 16px;
}

.isi-in-content-side-left.pull-left.box {
  width: 80%;
  line-height: 1.2;
}
.judul-in-content-side-left.pull-left.box {
  background: #fb3044;
  color: #fff;
  width: 14%;
  text-align: center;
  height: 75px;
  padding-top: 26px;
  margin-right: 20px;
}
.pull-right.opentimeorder__foodspot_landingpage {

    margin-top: 63px;

    height: 59px;
}
.pull-right.opentimeorder__foodspot_landingpage {

    border: 2px #fff solid;
    border-radius: 10px;
    padding: 16px 15px;

}
.pull-left.faicontelp {
    color: #fff;
    margin-right: 6px;
    font-size: 17px;
}
.pull-left.texttimeorder_header__landingpage__foodspot {
    font-family: 'avblack';
    font-size: 16px;
    color: #fff;
    line-height: 1;
    top: 3px;
    position: relative;
}
.pull-left.linetimeorder_header__landingpage__foodspot {
    width: 2px;
    height: 18px;
    background: #fff;
    margin: 1px 10px;
}
.cocom {
    margin-top: 40px;
}

.box-nomer-telp-center {
  margin-top: 50px;
  border-top: 1px #c0c0c0 solid;
  border-bottom: 1px #c0c0c0 solid;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
}
.box-nomer-telp-center > span {
  font-family: 'avblack';
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}


.panel.panel-default.room_light_001_faq {
	box-shadow: none;
	border: none;
	border-bottom: 1px #c0c0c0 solid;
	padding-top: 15px;
	padding-bottom: 15px;
}
.panel-body.room_light_001_faq {
	border-top: 0 !important;
	padding: 0px;
	text-align: left;
	padding-left: 50px;
	padding-top: 20px;
	border-bottom: 1px;
}
.accordion-toggle.room_light_001_faq {
	color: #333;
	font-size: 22px;
	font-family: 'avlight';
	line-height: 1.4;
}
.glyphicon.glyphicon-minus {
	padding-right: 7px;
	color: #7a7a7a;
}
.panel_q {
	padding-right: 5px;
}
.accordion-toggle:hover {
	text-decoration: none;
}
.panel_a_0 {
	font-family: 'avlight';
	font-size: 30px;
	padding-right: 12px;
}
.title_panel_a_0 {
	color: #7a7a7a;
	font-size: 20px;
	font-family: avlight;
	float: right;
	width: 94%;
	line-height: 1.3;
}
.fa.fa-caret-down.c_down {
	padding: 0 7px;
}
.mediun_underline.any_c {
	padding: 0 10px;
}
.right_push {
	float: right;
}
.panel-body.room_light_001_faq.career {
	padding-left: 0px;
	color: #000;
	font-size: 20px;
	font-family: avlight;
	text-align: left;
}
.accordion-toggle.room_light_001_faq.carrer {
	font-size: 40px;
}
.title_av_m_20 {
	line-height: 1;
	font-size: 20px;
	font-family: 'avmedium';
	color: #b6b6b6;
	padding-top: 15px;
}
.panel-heading.room_light_001_faq {
    background: #fff;
}
footer.footer {
    /*! position: fixed; */
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
        transition-property: all;
        transition-duration: 0.3s;
    /*! transition-property: all; */
    transition-duration: 0.3s;
    /*! -webkit-transition-duration: 2s; */
    /*! -o-transition-duration: 2s; */
    /*! transition-duration: 2s; */
    /*! -webkit-transition-property: background; */
    /*! -o-transition-property: background; */
    /*! transition-property: background; */
    /*! bottom: 0; */
}

.pos-relative {
  position: relative;
}
.absolute-pos-tfooter {
  position: absolute;
  width: 100%;
  height: auto;
  top: 65px;
}
.pull-right.size50-persen {
  width: 57%;
}
.pull-left.text-line-reds.down {
  width: 74%;
  color: #fff;
  font-family: 'avblack';
  font-weight: 900;
}
.box-whites-full-screen {
  background: #fff;
  -webkit-box-shadow: -33px 20px 36px -20px rgba(221,221,221,1);
  -moz-box-shadow: -33px 20px 36px -20px rgba(221,221,221,1);
  box-shadow: -33px 20px 36px -20px rgba(221,221,221,1);
  padding: 20px 30px;
}
.t-header-box-whites-full-screen {
  text-align: center;
  color: #fb3044;
  font-size: 33px;
  font-family: 'avblack';
  padding-bottom: 19px;
}
.form-input-box-whites {
  width: 100%;
  margin-bottom: 15px;
}
.form-input-box-whites > input {
  width: 100%;
  padding: 6px 10px;
  color: #5f5f5f;
  font-family: 'avlight';
  border: 1px #bcbcbc solid;
  border-radius: 5px;
}
.form-input-box-whites > textarea {
  width: 100%;
  border: 1px #bcbcbc solid;
  color: #5f5f5f;
  padding: 10px;
  border-radius: 5px;
  max-height: 50px;
}

.form-button-00 {
  width: 100%;
}
.form-button-00 > button {
  width: 100%;
  background: #f63440;
  border: 1px #f63440 solid;
  color: #fff;
  font-family: 'avblack';
  font-size: 22px;
  padding: 10px 0;
  border-radius: 5px;
}

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	display: none;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.scroll-me {
    position: relative;
    left: -50px;
}
.images-side-right-background{ background:url(../img/t-footer.jpg); width:100%; background-attachment:fixed; background-size:100%; background-repeat:no-repeat; background-position:center;height: 100vh;}

.img-mobile-cateres {
  display: none;
}


.modal-dialog.kk {
  width: 800px;
  margin-top: 8%;
}
.modal-content.kk {
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
}

button.close.kk {
  overflow: ;
  opacity: 9;
  text-shadow: none;
  border: 2px #000 solid;
  border-radius: 100px;
  padding: ;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 60px;
}

.text-02-01 {
  color: #fff;
  font-size: 18px;
  padding-bottom: 12px;
}
.direct-down.centeredaftar.wow.fadeInLeft {
  width: 250px;
  font-family: 'avmedium';
}
.direct-down.centeredaftar.wow.fadeInLeft>i.fa {
  margin-right: 15px;
}

.img-Public-new100 > img {
    width: 100%;
    height: auto;
}


.col-xs-12.col-sm-12.col-md-6.col-lg-6.content-sections-6.new-custom {
  margin-top: 40px;
}
.text-open-001 {
  font-family: avblack;
}
.in-content-side-left {
  list-style: unset;
  padding-left: 3px;
  color: #f00;
  display: list-item;
  margin-left: 26px;
  font-size: 30px;
}
.in-content-side-left.twos {
    list-style: none;
        list-style-position: outside;
        list-style-image: none;
        list-style-type: none;
    margin-left: 0px;
}

.pull-left.text-line-reds.center-height {
    font-family: 'avblack';
}


@media (max-width:1262px) {

.pull-left.pages-sliders-text > .text-01 {
  font-family: 'avblack';
  color: 
  #fff;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

.absolute-pos-tfooter {
  position: initial;
}
.images-side-right-background {
  background-attachment: initial !important;
  height: auto !important;
}
#footers {
  position: relative;
  height: auto;
}
.item.custom-fade > img {
  height: auto;
}
.pages-sliders-header {
  height: auto;
}
.pull-left.pages-sliders-text {
  margin-top: 0px;
}
.pages-text-absolute-sliders {

  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;

}
.titles-big-span {

  overflow: hidden;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;

}

.images-side-right-background {
  background: none !important;
}
.pull-right.size50-persen {
  width: 100%;
}
.pull-left.text-line-reds.down {
  color: #000;
  padding-top: 14px;
}
.img-mobile-cateres {
  display: inline;
  margin-bottom:20px;
}
.images-side-right-background > img {
  width: 100%;
  height: auto;
}
.img-mobile-cateres > img {
  width: 100%;
  height: auto;
  margin-bottom:20px;

  
}




}

@media (max-width:1060px) {



  .pull-left.pages-sliders-text {
    width: 100%;
  }
  .text-01.wow.fadeInLeft {
    font-size: 22px;
  }
  .text-02.wow.fadeInLeft {
    font-size: 18px;
    padding: 10px 0;
  }
  .direct-down.wow.fadeInLeft {
    width: 261px;
    font-size: 14px;
    padding: 8px 10px;
  }
  .logo-vendor.pull-left.wow.fadeInLeft {
    margin: 10px 0;
  }
  .pull-right.opentimeorder__foodspot_landingpage.wow.fadeInRight {
    margin-top: 13px;
  }
  .pages-text-absolute-sliders {
    padding-top: 70px;
}
}

@media (max-width:990px) {
  .pull-left.text-line-reds {
    color: 
    #5e5e5e;
    font-size: 26px;
    line-height: 1;
    font-family: 'avlight';
    width: 88%;
}.pull-left.line-reds {
    background: 
    #fb3044;
    width: 20px;
    height: 52px;
    margin-right: 10px;
}

.titles-big-span {
    overflow: hidden;
    width: 100%;
    height: 56px;
    margin-bottom: 31px;
}
.pull-left.text-line-reds {
  color: 
  #5e5e5e;
  font-size: 26px;
  line-height: 1;
  font-family: 'avlight';
  width: 88%;
}
.images-side-right {
  margin-bottom: 25px;
}
.title_panel_a_0 {

  color: 

  #7a7a7a;
  font-size: 16px;
  font-family: avlight;
  float: right;
  width: 88%;
  line-height: 1.3;

}


.modal-dialog.kk {
  width: 95%;
  margin-top: 30%;
}
.image-result-kk >img {
  width: 100%;
}


}



@media (max-width:717px) {
	
.pull-left.linetimeorder_header__landingpage__foodspot {
  margin: 0px;
  width: auto;
  height: auto;
  background: no-repeat;
  clear: both;
}
.pull-right.opentimeorder__foodspot_landingpage.wow.fadeInRight {
  height: 60px;
  padding: 10px;
  position: absolute;
  right: 10px;
}
.pull-left.texttimeorder_header__landingpage__foodspot {
  font-size: 12px;
}
.pull-left.faicontelp {
  font-size: 14px;
}

.container {
  position: relative;
}

.pages-text-absolute-sliders {
    padding-top: 15px;
}

}
@media (max-width:700px) {

.scroll-btn.wow.fadeInUp {
  display: none;
}

.pull-left.texttimeorder_header__landingpage__foodspot {
  font-family: 'avblack';
  font-size: 10px;
}
.pull-right.opentimeorder__foodspot_landingpage.wow.fadeInRight {
  margin-top: 0px;
}

.logo-vendor.pull-left.wow.fadeInLeft > img {
  width: 170px;
}
.pull-left.text-line-reds.down {
  color: 
  #000;
  padding-top: 1px;
}
.cocom > img {

  width: 100%;
  height: auto;

}
.pull-right.opentimeorder__foodspot_landingpage.wow.fadeInRight {
    height: 52px;
    padding: 5px 5px;
    position: absolute;
    right: 10px;
	top:0;
}

}

@media (max-width:500px) {
  .pull-left.text-line-reds {
    color: 
    #5e5e5e;
    font-size: 18px;
    line-height: 1;
    font-family: 'avlight';
    width: 84%;
}


  .text-02-01 {
    font-size: 12px;
    padding-bottom: 0;
}
.text-02.wow.fadeInLeft {
  font-size: 16px;
  padding: 5px 0;
}
.text-01.wow.fadeInLeft {
  font-size: 18px;
}
.text-open-001 {

  font-size: 16px;
  color: 

  #333;
  line-height: 1;
  padding-bottom: 20px;

}
.isi-in-content-side-left {

  font-size: 16px;
  color: 

  #5e5e5e;
  font-family: 'avlight';

}
.in-content-side-left {

  padding-bottom: 20px;

}
.accordion-toggle.room_light_001_faq {
  color: 
  #333;
  font-size: 16px;
  font-family: 'avlight';
  line-height: 1.4;
}


}

@media (max-width:440px) {
 .logo-vendor.pull-left.wow.fadeInLeft {
    margin: 0px 0 20px;
}
.text-02.wow.fadeInLeft {
    font-size: 14px;
    padding: 0px 0;
}
.text-01.wow.fadeInLeft {
    font-size: 14px;
}
.pages-text-absolute-sliders {
    padding-top: 5px;
}
.pull-left.texttimeorder_header__landingpage__foodspot {
  font-size: 12px;
}
.judul-in-content-side-left.pull-left.box {
  background: 
#fb3044;
color:
  #fff;
  width: 12%;
  text-align: center;
  height: 75px;
  padding-top: 26px;
  margin-right: 9px;
}


.text-01.wow.fadeInLeft {
  display: none;
}
.text-02.wow.fadeInLeft {
  padding-top: 5px;
}
.judul-in-content-side-left {
  font-size: 18px;
}
.pull-left.text-line-reds.center-height {
  top: 4px;
}
#twos.step-section-01 {
  margin-bottom: 0px;
}
.box-nomer-telp-center {
  font-size: 14px;
  margin-top: 10px;
}
.step-section-01 {
  margin-bottom: 10px;
}
.direct-down.wow.fadeInLeft {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
}


}