/* ==============================================================

Theme Name 	: Traktir Asik [Landing Page]
Author 		: IDE Group
Author URI 	: http://idegroup.co.id
Description : Traktir Asik [Landing Page] Template
Version 	: 1.0.0
Copyright (c) 2017 IDE

*/

/*=====================================
 * 		 	  01. TYPOGRAPHY       	  *
 *====================================*/
body{
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
a{
	text-decoration: none !important;
	outline: none;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
button, .btn{
	outline: none;
}

/**
 * Height , Padding & Margin
 */

/**
 * Font Size
 */

/**
 * Colors
 */
.c-red{
	color: #fa0000;
}
.c-orange{
	color: #ff9800;
}
/**
 * Buttons
 */
.btn-continue{
	font-family: 'Boogaloo', cursive;
    background-color: #ff9800;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 70px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-continue:hover{
    color: #ffffff;
    background-color: #2e2e2e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*=====================================
 * 	      02. SECTION HEADER          *
 *====================================*/
/**
 * 2.1 Navbar HEader
 */
.navbar{
	margin: 0;
}
.navbar-default, 
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form{
	background-color: transparent;
	border-color: transparent;
}
.navbar-nav > li > a {
	font-family: 'Boogaloo', cursive;
	letter-spacing: 2px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    color: #2e2e2e !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navbar-nav > li > a:hover {
    color: #ff9800 !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-brand {
    padding: 5px 15px;
}
/**
 * 2.2 Subheader
 */
#section-subheader{
	margin-bottom: 30px;
}
#section-subheader img{
	width: 100%;
    max-height: 200px;
    object-fit: cover;
}
/*=====================================
 * 	       03. SECTION SLIDER         *
 *====================================*/
 #section-slider img{
	width: 100%;
    height: 450px;
    object-fit: cover;
}
/*=====================================
 * 	      04. SECTION SEARCHBAR       *
 *====================================*/
 #section-searchbar{
    margin-bottom: 40px;
    margin-top: -200px;
    position: relative;
    z-index: 999;
 }
.searchbar-panel{
    padding: 0px;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    z-index: 3;
    border-radius: 5px;
 }
.searchbar-column{
    padding: 12px 27px 0px 27px;
    width: 228px;
    font-size: 12px;
    font-weight: 700 !important;
    float: left;
    border-right: 1px solid #dfdfdf;
}
.searchbar-column > .bootstrap-select, .searchbar-column > .dates {
    margin-top: -5px;
}
.searchbar-column > .bootstrap-select{
    width: 100% !important;
}
.searchbar-column > .bootstrap-select > button{
    border: none !important;
}
.searchbar-column > label{
	font-family: 'Boogaloo', cursive;
	letter-spacing: 2px;
    color: #ff9800;
    margin-left: 12px;
}
.searchbar-column > .bootstrap-select > button > span {
    font-weight: 700;
}
.searchbar-column > .bootstrap-select > button:hover{
   	background-color: transparent !important;
}
.searchbar-column .btn-group.open .dropdown-toggle, .searchbar-column .btn-default:focus, .searchbar-column .btn-default.focus {
    box-shadow: transparent;
    background-color: transparent;
}
.searchbar-btn{
	font-family: 'Boogaloo', cursive;
	letter-spacing: 2px;
    padding: 18px 0;
    width: 310px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
    transition: all 0.2s ease;
    font-size: 18px;
    font-weight: 700;
}
.searchbar-btn > i{
    margin-right: 10px;
}
.searchbar-btn:hover{
    background-color: #202020 !important;
    border-color: #202020 !important;
    transition: all 0.2s ease;
}
.searchbar-column > input, .searchbar-column > input:active, .searchbar-column > input:focus{
    border:none !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
input.search-query,input.search-query:focus{
	
    position: relative;
    border: 1px solid #b1b1b1 !important;
}

.form-search > .searchbar-column:nth-of-type(1){
	width: 330px;
	padding: 14px 25px;
}
.form-search > .searchbar-column:nth-of-type(2){
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}
.form-search > .searchbar-column:nth-of-type(3){
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
.form-search > .searchbar-column:nth-of-type(4){
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

/*=====================================
 * 	          05. CONTENTS            *
 *====================================*/
/**
 * Section List Menu
 */
#section-listmenu{
	margin-bottom: 80px;
}
#section-listmenu .content-wrapper{
	background-color: #ffffff;
	padding: 28px 28px 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(136, 135, 135, 0.62);
	box-shadow: 0 3px 7px 0 rgba(136, 135, 135, 0.62);
}
#section-listmenu .content-wrapper .menu-item{
	margin-bottom: 28px;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-listmenu .content-wrapper .menu-item:hover{
	opacity: 0.8;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-listmenu .content-wrapper .menu-item:hover h2{
	color: #ff9800 !important;
}
#section-listmenu .thumbnail-image{
	position: relative;
	z-index: 1;
}
#section-listmenu .thumbnail-image img{
	width: 100%;
	object-fit: cover;
}
#section-listmenu .title{
	position: absolute;
    z-index: 9;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#section-listmenu .title h2{
	font-family: 'Boogaloo', cursive;
	text-align: center;
	color: #ffffff;
}
/**
 * 5.2 Section Services
 */
#section-services{
	margin-bottom: 60px;
}
#section-services .title{
	margin-bottom: 60px;
}
#section-services .title h2{
	font-family: 'Boogaloo', cursive;
	text-align: center;
}
#section-services .thumbnail-service{
	text-align: center;
	margin-bottom: 20px;
}
#section-services .thumbnail-service .fa {
	font-size: 50px;
}

#section-services .thumbnail-service .fa {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#section-services .thumbnail-service.icon-circle .fa{ 
	border-radius: 50%;
}

#section-services .thumbnail-service .green-bg{
	background-color:#A5C63B;
}  
#section-services .thumbnail-service .orange-bg{
	background-color:#F7931A;
} 
#section-services .thumbnail-service .blue-bg{
	background-color:#1572B7;
} 
#section-services .thumbnail-service .pink-bg{
	background-color:#F46899;
} 
#section-services .thumbnail-service .red-bg{
	background-color:#CC2127;
} 
#section-services .service-item .title h3{
	font-family: 'Boogaloo', cursive;
	text-align: center;
}
/**
 * 5.3 Section Products
 */
#section-products{
	margin-bottom: 60px;
}
#section-products .title h2{
	font-family: 'Boogaloo', cursive;
	text-align: center;
	margin-bottom: 40px;
}
#section-products .product-item-content{
	padding: 15px 0;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
#section-products .product-item-content .title{
	font-family: 'Boogaloo', cursive;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#section-products .product-item-content .rating{
	margin-bottom: 5px;
}
#section-products .product-item-content .title,
#section-products .product-item-content .rating,
#section-products .product-item-content .content{
	padding: 0 15px;
}
#section-products .product-item-content .pricing{
	font-family: 'Boogaloo', cursive;
	padding: 15px 15px 0;
	border-top: 1px solid #cfcfcf;
	letter-spacing: 2px;
}

#section-products .owl-stage-outer{
	z-index: 999;
}
#section-products .owl-prev {
    float: left;
    left: -55px;
    position: relative;
}

#section-products .owl-next {
    float: right;
    right: -55px;
    position: relative;
}

#section-products .owl-nav {
    width: 100%;
    top: 40%;
    position: absolute;
    margin: 0;
}

#section-products .owl-nav .glyphicon {
    font-size: 35px;
    color: #2e2e2e;
}

#section-products .owl-nav .glyphicon:hover {
    color: #ff9800;
}

/**
 * 5.4 Section Get Apps
 */
#section-getapps{
	margin-bottom: 80px;
}
#section-getapps .title h2{
	font-family: 'Boogaloo', cursive;
	text-align: center;
	margin-bottom: 40px;
}
#section-getapps .app-item img{
	left: 0;
	right: 0;
	margin:  0 auto;
	position: relative;
}

/**
 * 5.5 Section Login Register
 */
.login-register-form-section {
    max-width: 350px;
    margin: 30px auto 40px;
}

.login-register-form-section i {
    width: 20px;
}

.login-register-form-section .nav-tabs > li > a {
    color: #ff9800;
}

.login-register-form-section .nav-tabs > li.active > a {
    background-color: #ff9800;
    border-color: #ff9800;
    color: white;
}

.login-register-form-section .nav-tabs > li > a, 
.login-register-form-section .nav-tabs > li.active > a {
    width: 173px;
    text-align: center; 
    border-radius: 0;
}

.login-register-form-section .nav-tabs {
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.login-register-form-section .btn-custom {
    width: 100%;
    background-color: #ff9800;
    border-color: #ff9800;
    margin-bottom: 0.5em;
    border-radius: 0;
    padding:15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-register-form-section .btn-custom:hover {
    width: 100%;
    background-color: #2e2e2e;
    border-color: #2e2e2e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-register-form-section .form-group {
    padding: 0 15px;
}
.login-register-form-section .form-control {
    height: 45px;
    border-radius: 0;
}
.login-register-form-section .input-group-addon {
    border-radius: 0;
}
/**
 * Section Reservation
 */
#section-reservation .content-wrapper{
	background-color: #ffffff;
	padding: 28px 28px 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(136, 135, 135, 0.62);
	box-shadow: 0 3px 7px 0 rgba(136, 135, 135, 0.62);
	margin-bottom: 40px;
}
#section-reservation .product .left{
	width: 80%;
	float: left;
	margin-bottom: 15px;
}
#section-reservation .product .left h2,
#section-reservation .product .right h2,
#section-reservation .product .right p{
	font-family: 'Boogaloo', cursive;
	margin-bottom: 5px;
}
#section-reservation .product .right h2 span{
	font-size: 22px;
}
#section-reservation .product .left h4{
	font-family: 'Boogaloo', cursive;
	margin-bottom: 5px;
}
#section-reservation .product .right{
	width: 20%;
	float: left;
	text-align: right;
}
#section-reservation .product .thumbnail-image{
	margin-bottom: 25px;
}
#section-reservation .product .nav-tabs{
	border-bottom: 1px solid #ff9800;
}
#section-reservation .product .nav-tabs>li>a{
	color: #2e2e2e;
	font-family: 'Boogaloo', cursive;
	letter-spacing: 1px;
	font-size: 15px;
}
#section-reservation .product .nav-tabs>li.active>a, 
#section-reservation .product .nav-tabs>li.active>a:focus, 
#section-reservation .product .nav-tabs>li.active>a:hover {
    color: #ff9800;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ff9800;
    border-bottom-color: transparent;
}
/* Information */
#section-reservation .product .tab-content{
	padding: 15px;
}
#section-reservation .product .tab-content h5{
	font-family: 'Boogaloo', cursive;
	margin-bottom: 10px;
}
#section-reservation .product .tab-content h4{
	font-family: 'Boogaloo', cursive;
	text-align: center;
	margin-bottom: 20px;
}
#section-reservation .product .tab-content h3{
	font-family: 'Boogaloo', cursive;
	margin-bottom: 10px;
}
#section-reservation .product .tab-content p{
	font-family: 'Boogaloo', cursive;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
#section-reservation .product .tab-content img{
	width: 100%;
	margin-bottom: 20px;
}
/* List Menu */
#section-reservation .product .tab-content .tab-pane .list-menu .menu-item .left{
	margin: 0;
}
#section-reservation .product .tab-content .tab-pane .list-menu .menu-item p{
	margin:0;
}
#section-reservation .product .tab-content .tab-pane .list-menu .category-menu{
	margin-bottom: 15px;
}
/* Review */
#section-reservation .product .tab-content .tab-pane .review-item img{
	width: 64px;
}
#section-reservation .product .tab-content .tab-pane .review-item h4{
	text-align: left;
	margin-bottom: 5px;
}
#section-reservation .product .tab-content .tab-pane .review-item h5{
	color: #ff9800;
	text-align: left;
	margin-bottom: 5px;
}
#section-reservation .product .tab-content .tab-pane .review-item h5 span{
	color: #2e2e2e;
}
/**
 * Book Table
 */
.book-table .tab-content{
	padding: 15px;
}
.book-table .tab-content .callendar-content img{
	left: 0;
	right: 0;
	margin:0 auto 25px;
}
.book-table .tab-content .bootstrap-select{
	margin-bottom: 30px;
}
.book-table .nav-tabs{
	border-bottom: 1px solid #ff9800;
}
.book-table .nav-tabs>li>a{
	color: #2e2e2e;
	font-family: 'Boogaloo', cursive;
	letter-spacing: 1px;
	font-size: 15px;
}
.book-table .nav-tabs>li.active>a, 
.book-table .nav-tabs>li.active>a:focus, 
.book-table .nav-tabs>li.active>a:hover {
    color: #ff9800;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ff9800;
    border-bottom-color: transparent;
}
.book-table .product-item{
	text-align: left;
	margin-bottom: 20px;
}
.book-table .booking-products{
	margin-bottom: 40px;
}
/**
 * Section RSV Confirmation
 */
#section-rsv-confirmation{
	margin-bottom: 40px;
}
#section-rsv-confirmation .content-wrapper{
	padding: 15px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(136, 135, 135, 0.62);
	box-shadow: 0 3px 7px 0 rgba(136, 135, 135, 0.62);
}
#section-rsv-confirmation .content-wrapper img{
	width: 100%;
	object-fit: cover;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#section-rsv-confirmation .rsv-header ul{
	text-align: center;
	margin-bottom: 15px;
	font-size: 0;
}
#section-rsv-confirmation .rsv-header ul li{
	font-family: 'Boogaloo', cursive;
	font-size: 14px; font-size:1.4rem;
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid #b3b3b3;
}
#section-rsv-confirmation .rsv-header ul li:nth-child(1),
#section-rsv-confirmation .rsv-header ul li:nth-child(2),
#section-rsv-confirmation .rsv-header ul li:nth-child(3){
	border-right: 0;
}
#section-rsv-confirmation .rsv-header ul li:nth-child(1){
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
#section-rsv-confirmation .rsv-header ul li:nth-child(4){
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
#section-rsv-confirmation .order-menu h4{
	font-family: 'Boogaloo', cursive;
	margin-bottom: 10px;
}
#section-rsv-confirmation .order-menu .left{
	font-family: 'Boogaloo', cursive;
	width: 80%;
	float: left;
}
#section-rsv-confirmation .order-menu .left p,
#section-rsv-confirmation .order-menu .right p{
	margin-bottom: 5px;
}
#section-rsv-confirmation .order-menu .right{
	font-family: 'Boogaloo', cursive;
	width: 20%;
	float: left;
	text-align: right;
}
#section-rsv-confirmation .order-menu .payment-detail{
	margin: 15px 0;
    padding: 10px 15px;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}
/**
 * Traktir
 */
#section-rsv-confirmation .traktir{
	margin: 15px 0;
}
#section-rsv-confirmation .traktir input{
	border-radius: 20px;
}
#section-rsv-confirmation .paynow{
	text-align: center;
	margin-bottom: 15px;
}
/**
 * Section Result Page
 */
#section-resultpage .content-wrapper{
	background-color: #ffffff;
	padding: 28px 28px 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(136, 135, 135, 0.62);
	box-shadow: 0 3px 7px 0 rgba(136, 135, 135, 0.62);
	margin-bottom: 40px;
}
#section-resultpage .result-item{
	margin-bottom: 15px;
}
#section-resultpage .content-wrapper .left{
	border-right: 1px solid #bebebe;
}
#section-resultpage .content-wrapper .right{
	text-align: center;
}
#section-resultpage .content-wrapper .right .rating{
	font-family: 'Boogaloo', cursive;
	font-size: 25px;
	margin-bottom: 5px;
}
#section-resultpage .content-wrapper .right .reviewer{
	font-family: 'Boogaloo', cursive;
	font-size: 20px;
	margin-bottom: 5px;
}
#section-resultpage .content-wrapper .right .stars{
	font-size: 20px;
	margin-bottom: 5px;
}
#section-resultpage .content-wrapper h4{
	font-family: 'Boogaloo', cursive;
	margin-bottom: 10px;
}
#section-resultpage .content-wrapper p{
	margin-bottom: 5px;
}
#section-resultpage .result-item .media{
	max-height: 115px;
	letter-spacing: 1px;
}
/**
 * Pagination
 */
.pagination{
	text-align: center;
}
.pagination>li>a, .pagination>li>span{
	color: #ff9800;
}
/*=====================================
 * 		 	  06. FOOTER              *
 *====================================*/
#section-footer .copyright{
	font-family: 'Boogaloo', cursive;
	font-size: 18px;
 	text-align: center;
}
#section-footer .socials{
 	text-align: center;
}
#section-footer .social-list li{
	display: inline-block;
	padding: 20px 10px;
}
#section-footer .social-list li i{
	font-size: 25px;
	color: #2e2e2e;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#section-footer .social-list li i:hover{
	color: #ff9800;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#section-footer .copyright a{
	color: #ff9800; 
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#section-footer .copyright a:hover{
	color: #2e2e2e; 
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*=====================================
 * 		 	07. RESPONSIVE            *
 *====================================*/
@media only screen and ( max-width: 1199px ){
	.searchbar-btn {
	    width: 100%;
	}
	.form-search > .searchbar-column:nth-of-type(2),
	.form-search > .searchbar-column:nth-of-type(4){
		width: 205px;
	}
}
@media only screen and (max-width: 1060px){
	#section-products .owl-next {
	    right: 0;
	    z-index: 9999;
	}
	#section-products .owl-prev {
	    left: 0;
	    z-index: 9999;
	}
}
@media only screen and ( max-width: 991px ){
	.form-search > .searchbar-column:nth-of-type(2),
	.form-search > .searchbar-column:nth-of-type(4){
		width: 100px;
	}
	.form-search > .searchbar-column:nth-of-type(3) {
	    width: 190px;
	}
}
@media only screen and ( max-width: 767px ){
	.form-search > .searchbar-column:nth-of-type(1),
	.form-search > .searchbar-column:nth-of-type(2),
	.form-search > .searchbar-column:nth-of-type(3),
	.form-search > .searchbar-column:nth-of-type(4){
		width: 100%;
	}
	.form-search > .searchbar-column:nth-of-type(4){
		margin-bottom: 10px;
	}
	#section-resultpage .content-wrapper .left {
	    border-right: none;
	}
	#section-resultpage .content-wrapper .right {
	    text-align: left;
	}
	#section-resultpage .result-item {
	    margin-bottom: 20px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #bebebe;
	}
}

