body {
	position: relative;
	font-family: "Open Sans";
	background: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8;
	color: #222;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover {
  outline: none !important;
  -webkit-appearance:none;
}

header {
  top: 0;
  transition: top 0.2s ease-in-out;
}

blockquote {
  border: none;
}

label {
  font-weight: normal;
}

h1, h2, h3, h4 {
  margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

button,
input[type=submit] {
  border-radius: 0 !important;
}

a,
a:hover,
a:active,
a:focus {
  color: #222;
  text-decoration: none
}

img {
  width: 100%;
}

table thead tr th {
  text-align: center;
}

.holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-danger {
  color: #d72727;
}

.form-control {
  border-radius: 0;
}

/*-------------------------------------------
  zoom hover
-------------------------------------------*/

.hover-zoom {
	height: 280px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
	margin-bottom: 30px;
}

.hover-zoom:hover {
  background-size: auto 110%;
}

/*-------------------------------------------
  global style
-------------------------------------------*/

.no-headline {
  padding-top: 80px;
}

.page-subtitle {
  font-size: 14px;
	text-align: center;
}

.page-content-title {
  font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.headline-title .page-title {
	padding-top: 100px;
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 3px 5px rgba(0,0,0,.2);
	color: #fff;
}

.headline-title .page-subtitle {
  font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 3px 5px rgba(0,0,0,.2);
	color: #fff;
}

.page-title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
  margin-top: 30px;
}

.destinasi-item img,
.tour-item img,
.spa-item img {
  width: 100%;
}

.padding-top {
  padding-top: 20px;
}

.margin-bot {
  margin-bottom: 20px;
}

.border-bot {
  border-bottom: solid 1px #dadada;
}

.pagination {
  margin-top: 0;
	margin-bottom: 30px;
}

.bg-white { background-color: #fff; }
.bg-gray { background-color: #efefef; }
.bg-blue { background-color: #74c700; color: #fff; }

.link-hover {
  cursor: pointer;
}

div.text-container {
    margin: 0 auto;
    width: 75%;    
}

.text-content{
    line-height: 1em;
}

.short-text {
    overflow: hidden;
    height: 2em;
}

.full-text{
    height: auto;
}

h1 {
    font-size: 24px;        
}

.show-more {
    padding: 10px 0;
    text-align: center;
}

/*-------------------------------------------
  navbar custom
-------------------------------------------*/

.navbar {
  margin-bottom: 0;
	min-height: 70px;
	z-index: 9999;
}

.navbar ul,
.contact-info ul {
  list-style: none;
	padding-left: 0;
}

.navbar-default {
  background-color: #fff;
	border: none;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .10);
}

.navbar-inverse {
  height: 75px;
  background-color: #fff;
  border: none;
  box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

.navbar-nav>li>a {
  padding-top: 10px;
}

.nav>li>a {
  padding: 25px 15px;
	text-transform: uppercase;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: #333;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
  color: #74c700;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: #74c700;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
  background-color: #f5f5f5;
}

.navbar-brand {
  padding: 10px 15px;
}

.navbar-inverse .navbar-nav>li>a {
  color: #222;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #7bbd42;
}

.dropdown-custom {
  margin-top: 20px !important;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.dropdown-custom li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #fff;
  color: #7bbd42;
}

.navbar-call {
  float: right;
	text-align: right;
	line-height: 1.2;
	padding-right: 40px;
	margin-top: 15px;
	background-image: url(../images/ico-call.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.call-no {
  font-size: 18px;
	font-weight: bold;
}

/*-----------------------------------------
   home - slider
-----------------------------------------*/

#slides {
  position: relative;
}

.slider-caption {
	position: absolute;
  top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 3px 5px rgba(0,0,0,.2);
}

.slider-caption h2 {
	font-size: 48px;
	font-weight: 700;
}

.slider-caption p {
	font-size: 18px;
	font-weight: 400;
}

.slides-navigation .next img { width: 48px; margin-right: 30px; }
.slides-navigation .prev img { width: 48px; margin-left: 30px; }

.vertical-center {
	position: absolute;
	min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-filter {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;  
	width: 680px;
	background-color: #fff;
	z-index: 9998;
}

.home-filter p {
	padding-top: 7px;
  font-size: 16px;
	font-weight: 700;
	color: #74c700;
}

.home-filter select {
  width: 248px;
	height: 40px;
	margin-left: 10px !important;
}

.home-filter btn {
	padding: 10px 30px;
	margin-left: 10px;
  border: none;
	border-radius: 0;
	text-transform: uppercase;
}

/*-----------------------------------------
   home - destinasi favorit
-----------------------------------------*/

.destinasi-item {
	position: relative;
	max-height: 260px;
  margin-bottom: 30px;
	overflow: hidden;
}

.destinasi-item .destinasi-bigest {
  min-height: 260px;
	max-height: 260px;
}

.destinasi-item a img {
  -webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.destinasi-item a:hover img {
  transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}

.dark {
  background-color: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
	top: 0;
}

.destinasi-title {
  position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	line-height: 1.2;
	z-index: 6;
}

.destinasi-title p {
  text-transform: uppercase;
}

.location-name {
  font-size: 28px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.section-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
  text-align: center;
	text-transform: uppercase;
}

.section-title-2 {
	padding-left: 15px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
  text-align: left;
	text-transform: uppercase;
}

.btn-section {
	float: right;
  padding: 5px 10px;
	margin-right: 15px;
	border: solid 1px #74c700;
	font-weight: 700;
	text-transform: uppercase;
	color: #74c700;
}

.btn-section:hover {
  background-color: #74c700;
	color: #fff;
}

.btn-search {
	padding: 7px 30px;
	margin-left: 10px;
	background-color: #74c700;
	color: #fff;
	text-align: center;
	border: none;
}

.btn-search:hover {
	background-color: #9ae038;
  color: #fff;
}

.btn-search-square {
  width: 32px;
	height: 32px;
	background-color: #74c700;
	border: 0;
	background-image: url(../images/ico-search.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.btn-order {
  padding: 10px 20px;
	margin-top: 20px;
	border: none;
	border-radius: 0;
	color: #fff;
	background-color: #74c700;
	text-transform: uppercase;
}

.btn-order:hover {
  color: #fff;
	background-color: #9ae038;
}

/*-----------------------------------------
   home - featured tour
-----------------------------------------*/

.tour-item {
	position: relative;
  margin-bottom: 30px;
	overflow: hidden;
}

.item-desc {
  position: absolute;
	bottom: 0;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	min-height: 70px;
	color: #fff;
	background-image: url(../images/grid-item-shadow.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	z-index: 900;
}

.tour-item a img {
  -webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.tour-item a:hover img {
  transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}

.item-desc .tour-name {
	float: left;
	width: 60%;
  font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
}

.item-desc .tour-name h3 {
  word-break: break-all;
	word-wrap: break-word;
}

.item-desc .price {
	width: 40%;
	float: right;
	text-align: right;
	line-height: 1.2;
}

.item-desc .price small {
  
}

.item-desc .price p {
  font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

/*-----------------------------------------
   home - spa
-----------------------------------------*/

section.module.parallax {
  min-height: 360px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.parallax-spa {
  background-image: url(../images/bg-spa.jpg);
}

/*-----------------------------------------
   home - car
-----------------------------------------*/

#car-feat .car-item {
  min-height: 300px;
	padding: 20px 20px;
	margin-bottom: 20px;
	border: solid 1px #dadada;
	text-align: center;
	line-height: 1.5;
}

.car-item {
  min-height: 345px;
	padding: 20px 20px;
	margin-bottom: 20px;
	border: solid 1px #dadada;
	text-align: center;
	line-height: 1.3;
}

.car-item img {
	min-width: 220px;
	max-width: 220px;
  margin-bottom: 10px;
}

.car-item ul {
	margin-bottom: 0;
	padding-left: 20px;
  text-align: left;
}

.car-item p {
  margin-bottom: 0;
}

.car-item .price {
	margin-bottom: 10px;
  font-size: 18px;
	font-weight: 700;
}

.car-item .price:after {
	content: " / 5 hours";
	font-size: 13px;
	font-weight: normal;
}

.car-item .inclusion {
	margin-bottom: 0;
  text-align: left;
	
}

/*-----------------------------------------
   tour list page
-----------------------------------------*/

.page-headline {
	position: relative;
  min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.headline-title {
  position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 7;
}

.page-tour {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.sidebar {
  min-height: 200px;
	background-color: #efefef;
}

.area-box {
	min-height: 80px;
	max-height: 300px;
  overflow: auto;
}

.filter-section {
	padding: 20px 20px;
  border-bottom: solid 1px #dadada;
}

.filter-section:last-child {
  border: none;
}

.filter-title {
  padding-left: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.input-search {
	width: 190px;
	height: 32px;
  border: solid 1px #dadada;
	border-radius: 0;
	padding-left: 10px;
}

.by-search {
  background-image: url(../images/ico-filter-search.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.by-location {
  background-image: url(../images/ico-filter-pin.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.by-category {
  background-image: url(../images/ico-filter-tag.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.checkbox {
  padding:5px 0 5px 20px;
  margin:0;
}

.checkbox:last-child {
  border-bottom:none;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  line-height:1.42857;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top:3px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
       -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
          transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox-primary input[type="checkbox"]:checked + label:before {
  background-color: #74c700;
  border-color: #74c700;
}

.checkbox-primary input[type="checkbox"]:checked + label:after {
  color: #fff;
}

/*-----------------------------------------
   tour detail page
-----------------------------------------*/

.content-slider li{
	background-color: #74c700;
	text-align: center;
	color: #FFF;
}

.content-slider h3 {
	margin: 0;
	padding: 70px 0;
}

.detail-sidebar {
  padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
}

.detail-sidebar .price {
  font-size: 32px;
	font-weight: bold;	
}

.detail-terms {
  padding-left: 10px;
}

.detail-terms li {
  list-style: square;
	list-style-position: outside;
	margin-left: 10px;
}

.resp-tab-content {
  padding: 20px;
}

.resp-tabs-list li {
  text-transform: uppercase;
}

.table {
  margin-bottom: 0;
}

.table tbody tr td {
  padding-left: 20px;
}

#map-canvas-small {
  min-height: 360px;
	background-color: #74c700;
}

/*-----------------------------------------
   rent car page
-----------------------------------------*/

.responsive-table table,
.responsive-table thead,
.responsive-table tbody,
.responsive-table th,
.responsive-table td,
.responsive-table tr {
	display: block;
}

.responsive-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.responsive-table tr {
	border: 1px solid #ccc;
	border-bottom:none;
}

.responsive-table td {
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 60% !important;
	white-space: normal;
	text-align:left;
}

.responsive-table td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 60%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	content: attr(data-title);
}

.responsive-table tbody th {
	text-align:center;
}

.responsive-table .table-price td {
	padding-left:8px;
}

/*-----------------------------------------
   spa list page
-----------------------------------------*/

div.module.parallax-page {
  min-height: 300px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*-----------------------------------------
   about page
-----------------------------------------*/

#about img {
  width: 100%;
}

.team {
  margin-top: 30px;
}

.box-team {
  -webkit-box-shadow: 3px 2px 7px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 2px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 3px 2px 7px 0px rgba(0,0,0,0.5);
}

.team-desc {
  word-wrap: break-word;
  display: table-cell;
  vertical-align: middle;
}

.team .section-title-2 {
  padding-left: 0;
  margin-bottom: 20px;
}

.box-team img {
  margin-bottom: 0!important;
}

.sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sub-title:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 50px;
  height: 2px;
  content: '';
  background-color: #74c700;
}

.row-custom {
  margin-left: -7px;
  margin-right: -7px;
}

.team .col-md-4 {
  padding-left: 7px;
  padding-right: 7px;
}

.strecth {
  padding: 0;
}

.team-desc p {
  line-height: 1.4;
  color: #333;
}

.middle {
  display: table;
  table-layout: fixed;
  height: 100%;
}
/*-----------------------------------------
   inquiry form
-----------------------------------------*/

.btn-add-inquiry,
.btn-add-inquiry:hover {
	color: #74c700;
}

.btn-inquiry {
	float: right;
  padding: 10px 20px;
	background-color: #74c700;
	color: #fff;
	border: none;
	border-radius: 0;
}

.btn-inquiry:hover {
  background-color: #9ae038;
	color: #fff;
}

/*-------------------------------------------
  contact page
-------------------------------------------*/

#map .container-fluid {
  padding-left: 0;
	padding-right: 0;
}

#map-canvas {
  min-height: 300px;
	margin-top: 70px;
	background-color: #74c700;
}

.contact-form {
  min-height: 200px;
	padding: 30px;
	background-color: #efefef;
}

.contact-info {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.contact-info ul {
	padding-top: 20px;
	padding-bottom: 30px;
  border-bottom: solid 1px #dadada;
}

.contact-info ul:first-child {
  padding-top: 0;
}

.contact-info ul:last-child {
  border: none;
}

.contact-info ul:last-child li {
  display: inline-block;
}

/*-----------------------------------------
   footer
-----------------------------------------*/

footer {
  min-height: 200px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #74c700;
	background-image: url(../images/footer-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}

footer a {
  color: #fff;
}

footer h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
  text-transform: uppercase;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

.sosmed li {
  display: inline-block;
	margin-right: 5px;
}

.copy {
	padding-top: 20px;
  text-align: center;
	border-top: solid 1px #fff;
}

/*new*/
.margin-bot-footer {
  margin-bottom: 60px;
}

.margin-top-min {
  margin-top: -20px;
}

/*-----------------------------------------
   scroll to top
-----------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(2, 112, 189, 0.5) url(../images/arrow-backtotop.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #0270bd;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    left: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    left: 20px;
    bottom: 20px;
  }
}

/*-----------------------------------------
   @media style
-----------------------------------------*/

@media (min-width:768px) {
	.navbar-nav {
	  font-size: 13px;
	}
	
	.navbar-brand img {
	  width: 100px;
	}
	
	.nav>li>a {
	  padding-left: 5px;
		padding-right: 5px;
	}
	
	.slider-caption h1 {
	  font-size: 36px !important;
	}
	
	.contact-form {
	  margin-bottom: 30px;
	}
	
	footer h4 {
	  margin-top: 30px;
	}
}

@media (min-width:992px) {
  .navbar-nav {
	  font-size: 14px;
	}
	
	.nav>li>a {
	  padding-left: 15px;
		padding-right: 15px;
	}
	
	.slider-caption h1 {
	  font-size: 48px !important;
	}
	
	.page-tour {
	  background-position: center;
		background-size: 100% auto;
	}
	
	.input-search {
	  width: 140px;
	}
	
	footer h4 {
	  margin-top: 0;
	}
}

@media (min-width:1200px) {
	.input-search {
	  width: 190px;
	}
}

/*new*/
@media (max-width:991px) {
 .team .box-team {
   margin-bottom: 14px;
  }
  
  .team .section-title-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/*new end*/

@media (max-width:767px) {
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover
	.navbar-default .navbar-toggle {
	  border: none;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #74c700;
	}
	
	.navbar-toggle {
	  margin-top: 19px;
		margin-bottom: 19px;
	}
	
	.navbar-brand img {
	  width: 100px;
	}
	
	.nav>li>a {
	  padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.home-filter {
		width: 90%;
	}
	
	.home-filter p,
	.home-filter select,
	.btn-search {
	  float: none;
	}
	
	.home-filter select,
	.btn-search {
		width: 100%;
		margin-bottom: 10px;
	  margin-left: 0 !important;
	}
	
	.slider-caption {
	  top: 35%;
	}
	
	.slider-caption h1 {
	  font-size: 32px !important;
	}
	
	.btn-section {
		display: block;
		float: none;
		margin-left: 15px;
		text-align: center !important;
	}
	
	.headline-title .page-title {
	  font-size: 60px;
	}
	
	#about img {
		margin-bottom: 30px;
	}
	
	.contact-form {
	  margin-bottom: 30px;
	}
	
	.page-tour {
		background-position: center;
	}
	
	.page-spa {
		background-position: center;
		background-size: 100% auto;
	}
	
	.detail-price {
	  margin-top: 20px !important;
	}
	
	footer h4 {
	  margin-top: 30px;
	}
	
	footer h4:first-child {
	  margin-top: 30px
	}
}

@media (max-width:650px) {
  .team .col-xs-6 {
    width: 100%;
  }
  
  .box-team .col-xs-6 {
    width: 50%;
  }
}
@media (max-width:480px) {
  .section-title-2 {
    float: none !important;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
  }

  .headline-title .page-title {
    font-size: 48px;
  }
}

@media (max-width:360px) {
  .box-team .col-xs-6 {
    width: 100%;
  }
  
  .team-desc {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width:320px) {
  #img-gallery img {
    height: 200px !important;
  }

  .home-filter p {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 5px;
  }

  .home-filter btn {
    margin-bottom: 0;
  }

  .slides-navigation .next img {
    margin-right: 10px;
  }

  .slides-navigation .prev img {
    margin-left: 10px;
  }

  .slider-caption h1 {
    font-size: 24px !important;
  }

  .slider-caption p {
    font-size: 14px !important;
  }

  .headline-title .page-title {
    font-size: 32px;
  }
}