
/* ========================== Default ========================== */
body{
	font-family: "微軟正黑體" !important;
}

p{
	color: #686868;
}

a{
	color: #0e94f7;
}

a:hover, a:focus{
	color: #0982db;
}

input[type=checkbox] {
  transform: scale(1.2);
}

input[type=radio] {
  transform: scale(1.2);
}

.pagination>.active>span{
	background-color: #fe6767;
	border-color: #fe6767;
}

.pagination>.active>span:hover{
  background-color: #fe6767;
  border-color: #fe6767;

}
.pagination>li>a{
	color: #fe6767;
}

.pagination>li>a:hover{
  background-color: #fe6767;
  border-color: #fe6767;
  color: #FFF;
}

.pagination{
	margin-top: 40px;
}


/* ----- margin & padding----- */
.mar_T0{
  margin-top: 0;
}

.mar_B0{
  margin-bottom: 0;
}

.mar_T30{
	margin-top: 30px;
}

.mar_T45{
  margin-top: 45px;
}

.mar_T50{
  margin-top: 50px;
}

.mar_T15{
	margin-top: 15px;
}

.mar_T10{
	margin-top: 10px;
}

.mar_B30{
  margin-bottom: 30px;
}

.mar_B15{
  margin-bottom: 15px;
}

.mar_B10{
  margin-bottom: 10px;
}

.mar_0{
	margin: 0;
}

.pad_0{
	padding: 0;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*.btn-success{
	background-color: #0e94f7;
	border-color: #0e94f7;
	border-bottom: 3px solid #0f7bca;
}
.btn-success:hover, .btn-success:focus, .btn-success:active{
	background-color: #0b8ae8 !important;
	border-bottom: 3px solid #0f7bca !important;
	outline: none !important;
}*/

.btn-warning{
	background-color: #f7a603;
	border-color: #e8af5f;
	border-bottom: 3px solid #d89435;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
	border-color: #d89435 !important;
	outline: none !important;
}

.btn-danger{
	background-color: #fe6767!important;
	border-color: #fe6767!important;
	border-bottom: 3px solid #e24646!important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
	background-color: #f65a5a !important;
	outline: none !important;
}

.btn-default{
	border-bottom: 3px solid #c1c1c1;
}

.btn-xs{
	  padding: 6px 12px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

/* ----- bootstrap modify ----- */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #fe6767;
  color: #FFF;
  border-color: #fe6767;
}


/* ===========================       ===========================
   =========================== index ===========================
   ===========================       =========================== */

/* ----- btn----- */
.btn-more {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 15px;
	border-radius: 5px;
	/*background-color: #ffcb57;*/
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	font-size: 14px;
}

.btn-more:hover {
	color: #fff;
	text-decoration: none;
}

.btn-more:active {
	transition: .2s;
	top: 4px!important;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}

.btn-color-green{
	background-color: #9b74af;
}

.btn-color-orange{
	background-color: #ffcb57;
}

.btn-color-red{
	background-color: #fe6767;
}

/* ----- color----- */
.color-green{
	color: #02b969 !important;
	font-size: 40px !important;
}
.color-red{
	color: #f7a603;
}

.color-Red{
	color: #fa2a2a;
}

.color-Green{
	color: #02b969;
}

.color-gray{
	color: #c1c1c1;
}

.color-Orange{
	color: #f7a603;
}


/* ----- fix nav ----- */
#navigation{
    position:fixed;
    right:20px;
    top:45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index:1;
}
#navigation li{
    text-align:right;
}

#navigation ul {
	list-style: none;
}
#navigation a{
    display:inline-block;
}
#navigation a:after{
    content="";
    display:table;
    clear:both;
}
#navigation a span{
    float:right;
    display:inline-block;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
#navigation a:hover span{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#navigation a:hover .label{
    opacity:1;
}
#navigation a.is-selected .dot{
    background-color:#FFF;
    border: 2px solid #ffcb57;
}
#navigation a.is-selected .label{
    opacity:1;
}
#navigation .dot{
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    top: 8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #ffcb57;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#navigation .label{
    position: relative;
    margin-right: 5px;
    padding: .4em .4em;
    color: #ffcb57;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

/* ----- header ----- */
.top-nav{
  font-size: 13px;
  height: 30px;
  background-color: #ffcb57 !important;
  z-index: 99;
  padding-top: 5px;
}

.top-nav a{
  color: #282828;
  margin-right: 6px;
}
.top-nav .btn{
  margin-top: -3px;
  font-size: 13px;
  background-color: #FFF;
  padding: 1px 5px;
  border-radius: 0;
}

.top-nav .dropdown-menu a{
  text-align: center;
  display: block;
  padding: 5px 0;
}
.top-nav .dropdown-menu {
  border-radius: 0;
  padding: 2px 6px;
  min-width: 80px;
}

.carousel-inner{
	margin-top: 60px;
}
.navbar-brand img{
	width: 300px;
}

.navbar-default{
	background-color: rgba(255,255,255,.8) !important;
}

.navbar-custom{

	margin:0;
	padding:0;

}

.navbar-custom .navbar-nav li a{
	color: #000;
	font-size: 16px;
	padding:20px 8px;
	font-weight: lighter;
}

/*.navbar-custom .navbar-nav li a:hover{
	color: #fe6767;
}*/

.navbar-custom .navbar-nav li a:focus{
	color: #000;
}

.navbar-color-1{
	transition: .2s;
	color: #8cc63f;
}


.navbar-color-2{
	transition: .2s;
	color: #8cc63f;
}

.navbar-color-3{
	transition: .2s;
	color: #29bfbc;
}

.navbar-color-4{
	transition: .2s;
	color: #29bfbc;
}

.navbar-color-5{
	transition: .2s;
	border-top: 4px solid #9b74af;
	color: #29bfbc;
}

@media (min-width: 768px){

	.navbar-custom.affix {
		padding: 0;
	}
}
/* ----- Carouserl ----- */
#carousel-example-generic{
  position: relative;
}
.weather-box{
  position: absolute;
  top: 20px;
  right: 5%;
  z-index: 999;
}

.weather-box img{
  width: 250px;
}
/*.carousel-indicators {
	bottom: 60px;
}*/
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	height: 100%;
	width:100%;
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}

.carousel-inner img{
	width: 100%;
}

/* ----- Section Features ----- */
#Features{
	padding: 0 0 30px 0;
	position: relative;
	border-top: solid 3px #dcdcdc;
  background-image: url(../img/dust_scratches.png);
}

.section-heading{
	text-align: center;
}

.section-heading h2{
	font-size: 40px;
	color: #414042;

}

.section-heading h2:after{
	content: url("../img/line_slash.png");
	position: absolute;
	top: -50px;
	left:0;
	right: 0;
}

.section-heading h2 span{
	font-size: 30px;
	color: #414042;
	opacity: .15;
}
#Features .pos-title{
	position: absolute;
	margin-top: -108px;
	margin-left: -145px;
	width: 290px;
	min-height: 46px;
	position: relative;
	top: 0;
	left: 50%;
	background: url(../img/top_bg_study.png) no-repeat 0 0;
	z-index: 50;
}

#Features .pos-title .pos-title-text{
	display: block;
	padding-top: 38px;
	font-weight: 400;
	text-align: center;
}

#Features .pos-title .pos-title-text h3{
	font-size: 24px;
	margin: 6px;
	color: #29bfbc;
}

#Features .pos-title .pos-title-text p{
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.pulse {
  border-radius: 5px;
  padding:14px 0;
  width: 100%;
  background: transparent;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(95,183,225, 0.4);
  animation: pulse 1.3s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(95,183,225, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(95,183,225, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(95,183,225, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(95,183,225, 0.9);
    box-shadow: 0 0 0 0 rgba(95,183,225, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 10px 10px rgba(95,183,225, 0);
      box-shadow: 0 0 10px 10px rgba(95,183,225, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(95,183,225, 0);
      box-shadow: 0 0 0 0 rgba(95,183,225, 0);
  }
}


#Features .arrow {
  color: #0e94f7;
  position: absolute;
  bottom: -98px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}
#Features .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}



#Features .Features-Icon{
	margin-top: 30px;
}

#Features .Features-Icon img{
	width: 70px;
	transition: .3s;
}

#Features .Features-Icon img:hover{
	transform: rotate(10deg);
	transition: .3s;
}

#Features .Features-Icon p {
	margin-top: 12px;
	font-size: 16px;
	color: #000;
}

/* ----- News Features ----- */
#News{
  padding: 40px 0 60px 0;
  position: relative;
  background-color: #FFF;
}

.nav-tabs a:hover{
  color: #fe6767;
}

.tab-content{
  padding: 35px 0;
}

.news-box{
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.news-tag{
  position: absolute;
  left: -10px;
  top: 10px;
  background-color: #fe6767;
  padding: 5px 10px;
  color: #FFF;
}

.news-text{
  border: 1px solid #e8e8e8;
  padding: 15px 20px;
}

.news-text .date{
  margin-bottom: 4px;
  font-size: 20px;
}

.news-text .title{
  margin-bottom: 4px;
  font-size: 16px;
}

.news-inf{
  color: #929292;
  padding: 10px 15px;
}

.news-inf i{
  color: #ffcb57;
  margin-right: 4px;
}

.news-inf i:nth-child(2){
  margin-left: 20px;
}







/* ----- Section Attraction ----- */
#Attraction{
    background-image: url(../img/dust_scratches.png);
	position: relative;
	background-color: #FFF;
	padding:30px 0 50px 0;
	min-height: 760px;
}

#Attraction .item-Attraction{
	position: absolute;
	bottom: 5%;
	right: 8%;
}


.Attraction-L{
	position: relative;
}

.Attraction-L .item-search{
	position: absolute;
	left: -60px;
	top: 350px;
	z-index: 999;
}

.Attraction-L .item-search img{
	width:  300px;
}

.Attraction-L-title{

}

.Attraction-L-title h3{
	color: #000;
	font-weight: bold;
	font-size: 30px;
}

.Attraction-L-title span{
    color: #02b969;
    font-weight: bold;
	font-size: 30px;
}

.Attraction-L-title p{
	font-size: 15px;
	color: #FFF;
}

#Attraction .form-control{
	height: auto;
    border: 1px #c5c5c5  solid;
    line-height: 23.8px;
    outline-style: none;
    margin:5px 0;
}

#Attraction .form-control:focus {
  border-color: #eebe99;
  box-shadow: inset 0 1px 1px rgba(255,255, 255, 0.075), 0 0 8px rgba(255,255, 255, 0.6);
}



/* ----- Section Recommend ----- */
#Recommend{
	padding:40px 0 0 0;
	background-image: url(../img/dust_scratches.png);
}

.tours-frame{
  margin: 0 0  80px 0;
}

.tours-frame a{
  transition: .8s;
  display: block;
  text-decoration: none;
}

.tours-frame a:hover{
  background-color: #FFF;
  transition: .3s;
  text-decoration: none;
}

.tours-block-text-1{
  text-align: left;
  padding: 25px;
  background-color: #FFF;
  height: 220px;
}

.tours-block-text-2{
  text-align: left;
  padding: 25px;
  background-color: #FFF;
  height: 180px;
}

.tours-block-text-3{
  text-align: left;
  padding: 25px;
  background-color: #FFF;
  height: 180px;
}

.tours-block-text-4{
  text-align: left;
  padding: 25px;
  background-color: #FFF;
  height: 180px;
}

.tours-block-text-5{
  color: #FFF;
  text-align: left;
  padding: 30px;
  background: linear-gradient( rgba(254, 103, 103, 1), rgba(255, 203, 87, 1)),url(../img/staff_BG.jpg) no-repeat center;
  height: 400px;
}

.tours-block-text-5 h3{
  line-height: 35px;
}

.tour-btn-more{
  margin: 30px 0;
  border-radius: 5px;
  text-align: center;
  display: block;
  transition: .7;
  color: #FFF;
  padding: 15px 40px;
  background-color: transparent;
  border:1px solid #FFF;
}

.tour-btn-more:hover{
  transition: .4s;
  text-decoration: none;
  background-color: #FFF;
  color: #f26522;
}

.tours-block-text-1 h2, .tours-block-text-2 h2, .tours-block-text-3 h2,
.tours-block-text-4 h2{
  color: #323339;
}

.tours-block-text-1 p, .tours-block-text-2 p, .tours-block-text-3 p,
.tours-block-text-4 p{
  padding: 10px 0;
  font-size: 15px;
  color: #95969d;
}

.tours-block-1{
  height: 220px;
  background-image: url(../img/tours_pic1.JPG);
  background-repeat: no-repeat;
  background-size: cover;

}

.tours-block-2{
  height: 220px;
  background-image: url(../img/tours_pic2.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}

.tours-block-3{
  height: 400px;
  background-image: url(../img/tours_pic3.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}

.tours-block-4{
  height: 400px;
  background-image: url(../img/tours_pic4.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}



/* ----- Section Map ----- */
#Map{
	padding:40px 0 40px 0;
	background-image: url(../img/dust_scratches.png);
}



/* ----- Section Activity ----- */
#Activity{
	position: relative;
	padding:40px 0 0 0;
	background-image: url(../img/dust_scratches.png);
}

#Activity .item-backpack{
	position: absolute;
	left: 10%;
	bottom: 5%;
}

.section-heading{
	color: #ffcb57;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.section-heading p{
	margin-top: 0;
	font-size: 14px;
	color: #969696;
	font-weight: lighter;
	line-height: 24px;
}

.small-heading {
	padding: 0 20px;
}

.figure.snip1384 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}

.snip1384 .xs-title{
  text-align: center;
  background-color: rgba(255,255,255,.6);
  padding: 15px 5px;
  margin: 0 15px;
  left: 0;
  right: 0;
  top: 35%;
  position: absolute;
}

.snip1384 .xs-title h2{
  font-size: 16px;
}

figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1384 img {
  width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1384:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
figure.snip1384-more:after {
  content: '';
  background: linear-gradient( rgba(254, 103, 103, .8), rgba(255, 203, 87, .8));
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

.snip1384-more h4{
  color: #FFF;
  text-align: center;
  margin-top: 30%;
}

figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}
figure.snip1384 h3,
figure.snip1384 .links {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  width: 100%;
  margin: 5px 0;
  padding: 0 0 10px 0;
}
figure.snip1384 h3 {
	color: #FFF;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
}
figure.snip1384 p {
  color: #f0f0f0;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
figure.snip1384 i {
	color: #ffcb57;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.snip1384:hover img,
figure.snip1384.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
figure.snip1384:hover h3,
figure.snip1384.hover h3,
figure.snip1384:hover p,
figure.snip1384.hover p,
figure.snip1384:hover i,
figure.snip1384.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

/* More */
figure.snip1084 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 1;
  width: 100%;
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background-color: rgba(0,0,0,.5);
  padding: 15px 0;
}

figure.snip1084 figcaption h2 span {
  font-weight: 800;
}

figure.snip1084 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
  color: #FFF;
  margin-top: 5px;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.red {
  background: linear-gradient( rgba(254, 103, 103, 1), rgba(255, 203, 87, 1));
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption h2{
  background-color: rgba(0,0,0,.1);

}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ----- Section Video ----- */
#Video{
	position: relative;
	padding:40px 0 60px 0;
	background: linear-gradient( rgba(75, 18, 72, .85), rgba(220, 155, 54, .85)),url(../img/Video_BG.jpg) no-repeat center;
	background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

#Video .section-heading p{
	color: #d5d5d5;
}

#Video img{
  margin: auto;
}

/* ----- Section tour ----- */
#tour{
	position: relative;
	padding:60px 0 60px 0;
	background: linear-gradient( rgba(54, 0, 51, .8), rgba(11, 135, 147, .8)),url(../img/tour_BG.jpg) no-repeat center;
	background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    min-height: 500px;
}

#tour .section-heading{
	color: #FFF;
}

#tour .section-heading p{
	color: #efefef;
}
.tour-inf {
  margin-top: 40px;
}
.tour-inf h2{
  color: #FFF;
  margin-bottom: 10px;
}

.tour-inf p{
  font-size: 14px;
  line-height: 24px;
  font-weight: lighter;
  color: #e1e1e1;
}

/* flashing button */
.btn10{
  padding: 10px 20px;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
}

.btn10{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    color: #ffdd2e;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #ffdd2e;
    border-radius:5px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index:10;
}

.btn10:hover{
    border: 1px solid #ffdd2e;
    color: #172A3A!important;
}
.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #ffdd2e;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
     box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #efd966;
    position: absolute;
  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn10:hover::before, .btn1O:hover::before{
  opacity:1;
  width: 116%;
}
.btn10:hover::after, .btn1O:hover::after{
  opacity:1;
  width: 120%;
}

.pulse {
  display: block;
  background: #ffdd2e;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255,221,46, 0.6);
  animation: pulse 1.5s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,221,46, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,221,46, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,221,46, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,221,46, 0.4);
    box-shadow: 0 0 0 0 rgba(255,221,46, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,221,46, 0);
      box-shadow: 0 0 0 10px rgba(255,221,46, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,221,46, 0);
      box-shadow: 0 0 0 0 rgba(255,221,46, 0);
  }
}


/*Carousel*/
.carrousel{
  background: rgba(255,255,255,.15);
  text-align: center;
  padding: 20px 0 40px 0;
  max-width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.carrousel h2{
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-align: center;
  color: #FFF;
}
.carrousel .slides{
  width: 400%;
  padding-left: 0;
  padding-top: 1em;
  overflow: hidden;
  list-style: none;
  position: relative;

  -webkit-transition: left .75s ease-out;
  -moz-transition: left .75s ease-out;
  -o-transition: left .75s ease-out;
  transition: left .75s ease-out;
}
.carrousel .slides li{
  width: 25%;
  position: relative;
  float: left;
}
.carrousel li p{
  margin-top: 0;
}
.carrousel li q{
  max-width: 90%;
  margin: auto;
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
}
.carrousel li img{
  text-align: right;
  width: 120px;
  border-radius:100%;
  vertical-align: middle;
}

.carrousel .name{
  font-size: 24px;
  color: #FFF;
  margin-bottom: 5px;
}

.carrousel  .head{
  text-align: right;
}

.carrousel .inf{
	padding-right: 10px;
	text-align: left;
	font-size: 12px;
	color: #3f3a34;
	line-height: 22px;
  font-size: 14px;
  padding: 10px 40px 10px 10px;
}

.carrousel .slidesNavigation{
  display: block;
  list-style: none;
  text-align: center;
  bottom: 10px;
  /*--- Centering trick---*/
    /* Absolute positioning*/
    position: absolute;
    /* Abosulte positioning*/
    width: 104px; /*This width  is the addition of the width of all the navigations dots - So in this case is   104 because the navigation dots are 26px (width:10px and 6px marginleft + 6 px marginright) and there are 4 dots so 4x26=104 */
    left: 50%; /*Centering de element*/
    margin-left: -52px; /*adjusting the centering by applying a negative margin of half of the width*/
}
.carrousel input{
  display: none;
}
.carrousel .slidesNavigation label{
  float: left;
  margin: 6px;
  display: block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #FFF;
  font-size: 0;
}
/* You have to repeat this with each slide */
#radio-1:checked ~ .slides{
  left: 0;
}
#radio-2:checked ~ .slides{
  left: -100%;
}
#radio-3:checked ~ .slides{
  left: -200%;
}
#radio-4:checked ~ .slides{
  left: -300%;
}


.carrousel .slidesNavigation label:hover{
   cursor: pointer;
}
/* You have to repeat this with each slide/dot */
.carrousel #radio-1:checked ~ .slidesNavigation label#dotForRadio-1,
.carrousel #radio-2:checked ~ .slidesNavigation label#dotForRadio-2,
.carrousel #radio-3:checked ~ .slidesNavigation label#dotForRadio-3,
.carrousel #radio-4:checked ~ .slidesNavigation label#dotForRadio-4{
  background: #FFF;
}

@media  (max-width: 796px) {
  .carrousel  .head{
    text-align: center;
  }
  .carrousel .inf{
  padding-right: 10px;
  text-align: left;
  font-size: 12px;
  color: #3f3a34;
  line-height: 20px;
  font-size: 14px;
  padding: 10px;
}
}
@media  (max-width: 480px) {
  .carrousel li p{
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .carrousel li q{
      font-size: 1em;
  }
  .carrousel li img{
     margin-left: -1em;
     margin-right: 0.25em;
  }
}
/* ----- Section Coupon ----- */
#Coupon{

	padding:40px 0 60px 0;
}


/* Isotope Items */
.filters {
	margin: -10px 0 15px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	font-size: 16px;
	padding: 8px 10px;
	color: #999999;
	border-radius: 0 0 4px 4px;
}
.isotope-item .btn-default:hover {
	background-color: #FFF;
}

.isotope-item .image-box .image-box-text{
	padding: 10px 8px 10px 8px;
	background-color: #FFF;
	border-radius: 0 0 6px 4px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999999;
}

.isotope-item .image-box .image-box-text p{
	font-size: 20px;
	margin: 5px 0 0 0 ;
}

.isotope-item .image-box .image-box-text img{
	width: 15px;
}
.isotope-item .image-box .image-box-text .glyphicon-star{
	color: #ffd200;
}
.isotope-item .image-box .image-box-text span{
	font-style: italic;
	margin: 5px;
}

.text-original{
	text-decoration:line-through;
}

.text-discount{
	color: #fe6767;
}

.text-discount-r{
	color: #FFF;
	background-color: #ffcb57;
	padding: 2px 8px;
}

@media (max-width:480px) {
	.filters .nav-pills > li {
		display: block;
		margin-top: 8px;
	}
}

#Coupon .nav>li>a{
	font-size: 15px;
	border: 1px solid #dfdfdf;
	background-color: #FFF;
	padding: 6px 12px;
}

#Coupon .nav-pills > li.active > a,
#Coupon .nav-pills > li.active > a:hover,
#Coupon .nav-pills > li.active > a:focus,
#Coupon .nav-pills > li > a:hover {
	background-color: #ffcb57;
	color: #ffffff;
	padding: 6px 12px;
	border-radius: 5px;
	transition: .2s;
	font-size: 15px;


}

#Coupon .nav-pills > li.active > a:focus{
	transition: .3s;
	border: 1px solid #ededed;
}


.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(254, 103, 103, 0.85);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 15px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	color: #ffffff;
	margin-top: -16px;
	margin-left: -16px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* ----- Links ----- */
#Links{
  position: relative;
  padding:40px 0 60px 0;
  background: linear-gradient( rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)),url(../img/link_BG2.jpg) no-repeat center;
  background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}


/* carousel */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #ffcb57;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:focus {
  outline:0 !important;
}

@media screen and (max-width: 768px) {
  #Links img{
    width: 200px;
  }
}


/* ----- Footer ----- */
footer .footer-above{
	border-top: solid 5px #dddddd;
	padding-top: 25px;
	text-align: left;
  background-image: url(../img/dust_scratches.png);
}

footer .footer-above .footer-col{
	color: #434343;
	margin-bottom: 15px;
}

footer .footer-above .footer-col p{
	margin: 0 0 4px 0;
  font-size: 16px;
}

footer .footer-above .footer-col a{
	font-size: 16px;
	color: #000;
}

footer .footer-above .footer-col h3{
	font-size: 24px;
	color: #ffcb57;
	margin-bottom: 15px;
}

footer .footer-above .footer-col img{
  width: 200px;
  margin: 13px 0 4px -15px;
}

.footer-number{
  color: #adadad;
  margin-top: 10px !important;
}


footer .footer-below{
	color: #686868;
	background-image: url(../img/dust_scratches.png);
}

footer .footer-below .container{
	position: relative;
    padding: 15px 0;
    text-align: left;
    font-size: 10px;

}

footer .footer-below .container:before {
    position: absolute;
    top: -3px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
    content: "";
}

footer .footer-below p{
	margin-top: 8px;
	font-size: 14px;
	color: #a3a3a3;
}

footer .footer-below .social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  float: right;
}
footer .footer-below .social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer .footer-below .social li a {
  font-size: 15px;
  display: table;
  width: 35px;
  height: 33px;
  margin: 0 3px;
  box-shadow: 0 2px 0 #b5b5b5;
}
footer .footer-below .social li a i {
  display: table-cell;
  vertical-align: middle;
}
footer .footer-below .social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
footer .footer-below .social li a.social-box {
  background: #6173f4;
  color: #fff;
}
footer .footer-below .social li a.social-circle {
  background: #6173f4;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer .footer-below .social li a:hover {
  color: #00af87;
  background: #FFF !important;
}
footer .footer-below .social.social-box a {
  background: #00af87;
  color: #fff;
}
footer .footer-below .social-circle li:nth-child(1) a {
  background: #1da1f3;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: .3s;
}

footer .footer-below .social-circle li:nth-child(2) a {
  background: #4160a1;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: .3s;
}


footer .footer-below .social-circle li:nth-child(3) a {
  background: #d82322;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: .3s;
}


footer .footer-below .social-circle li:nth-child(1) a:hover{
  transition: .3s;
  color: #1da1f3;
  background-color: #FFF !important;
}

footer .footer-below .social-circle li:nth-child(2) a:hover{
  transition: .3s;
  color: #4160a1;
  background-color: #FFF !important;
}

footer .footer-below .social-circle li:nth-child(3) a:hover{
  transition: .3s;
  color: #d82322;
  background-color: #FFF !important;
}

/* ========================== RWD ========================== */
@media screen and (max-width: 991px) {
	.customized-R{
		margin-top: 35px;
	}
    #customized .item-phone img {
        width: 280px;
    }
    .navbar-custom .navbar-nav li a{
    	padding: 20px 15px;
    }
    	#customized .customized-R p{
	margin: 20px 0 50px 0;
	font-size: 20px;
	line-height:30px;
}
#sub-content .tab-content ul.tl li .timestamp{
    left: -60%;
}

}

@media screen and (max-width: 768px) {
  .section-heading{
    margin-bottom: 10px;
  }
  .tour-inf{
    margin-top: 0;
  }
  #Features .Features-Icon {
    margin-top: 10px;
}
#sub-content .planning-content .modal-content .registration-date .input-group{
	display: block;
}
	.navbar-default{
	background-color: rgba(255,255,255,1) !important;
    }
	#Features .Features-Icon img{
	    width: 50%;
    }
    #Features .Features-Icon:after {
        content: "";
    }
    #customized .customized-R p{
	margin: 20px 0 20px 0;
	font-size: 18px;
	line-height:30px;
}
	.navbar-custom .navbar-toggle {
		margin-top: 10px;
		color: white;
		text-transform: uppercase;
		font-size: 10px;
		border-radius: 5px;
		background-color: #18BC9C;
		color: white;
		border-color: #18BC9C;
	}
	.navbar-custom .navbar-toggle:active {
    	top: 2px!important;
    	color: #fff;
    	text-decoration: none;
    	box-shadow: none;
    }
	.navbar-default .navbar-collapse{
		-webkit-box-shadow: 5px 4px 15px -4px rgba(0,0,0,0.14);
        -moz-box-shadow: 5px 4px 15px -4px rgba(0,0,0,0.14);
        box-shadow: 5px 4px 15px -4px rgba(0,0,0,0.14);
	}
	.navbar-custom .navbar-nav li a{
		color: #000;
		font-size: 16px;
		padding:10px 25px;
	}

	.navbar-custom .navbar-nav li a:focus{
		color: #000;
	}

	.navbar-color-1,
	.navbar-color-2,
	.navbar-color-3,
	.navbar-color-4,
	.navbar-color-5{
		border:none;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.section-heading h2{
		font-size: 30px;
	}
	#Features{
		padding: 0 0 10px 0;
	}
	#Features .pos-title-xs .pos-title-text p{
		margin-bottom: 25px;
	}
	#customized .item-phone img {
        width: 250px;
    }

    #Attraction .Attraction-R{
    	margin-top: 50px;
    }
    #Attraction .filters{
    	margin-top: 10px;
    }
    .section-heading img{
    	width: 100%;
    }

  .tours-block-2{
    background-image: url(../img/tours_pic2_XS.JPG);
  }
  .tours-block-3{
    height: 270px;
    background-image: url(../img/tours_pic3_XS.JPG);
  }
  .tours-block-4{
    height: 270px;
    background-image: url(../img/tours_pic4_XS.JPG);
  }
  .tours-block-text-1, .tours-block-text-2, .tours-block-text-3, .tours-block-text-4,
  .tours-block-text-5{
    height: auto;
  }
	footer .footer-above .footer-col{
		text-align: center;
	    margin-bottom: 35px;
    }
    footer .footer-above .footer-col h3{
	    padding-left: 0;
	    margin-bottom: 5px;
	    border-left: none;
    }
    footer .footer-below .social{
    	display: block;
    	float: none;
    	margin-top: 8px;
    }
    .box {
	    padding-bottom: 0;

	}
	.timeline-section {
	    position: relative;
	    display: block;
	    height: 100%;
	    padding: 5px 25px 5px 25px;
	}
	.timeline-section h4{
		margin: 0 0 2px 0;
	}
	.timeline-section span{
		font-size: 18px;
	}
    #sub-content .tab-content ul.tl li .timestamp{
    width:100px;
    left: 28px;
    top: -8px;
    text-align: left;
	}
	#sub-content .tab-content .history-tl-container ul.tl li{
	    margin-left:15px;
	    padding-top: 25px;
	}
	#sub-content .tab-content ul.tl li .item-detail-traffic{
		padding-top: 0;
		margin-left:15px;
	}
	.inf-content-text{
		padding:5px 15px;
	}
	.planning-time{
        padding-left: 8%;
	}

	.time-dividers{
	    left: 6%;
	}
	.FL-content .form-control{
	    margin-bottom: 8px;
    }
    .switch-content{
	    padding:0;
	    text-align: left;
	    float: none;
    }
    .switch-content img{
    	width: 30px;
    	margin: 6px 6px 10px  0;
    }
   /* .fixed-menu {
    	text-align: center;
    	left:0;
    	right: 0;
    	width: 100%;
	    padding: 12px 12px 8px 12px;
	    margin: auto;
	    background-color: #f7a603;
	    position: fixed;
	    top: 52px;
	    z-index: 999;
	    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	}*/
    .fix-innerMenu img{
	    margin-top: -5px;
	    width: 20px;
    }
    .fix-innerMenu {
    	text-align: center;
        font-size: 18px;
    }
    .inner-responsive-cards .media-body-star{
		float: left;
		text-align: left;
	}
	.fix-innerMenu a:after{
		content: "";
	}
	.flex-direction-nav a.flex-next:before {
		margin-top: 25px;
	    content: url(../img/arrow_sR.PNG) !important;
	}
	.flex-direction-nav a:before {
		margin-top: 25px;
	    content: url(../img/arrow_sL.PNG) !important;
	}
	.inner-text h1{
		font-size: 24px;
	}
	.tab-group > li > a, .tab-group-vertical > li > a {
	    padding: 6px;
	    font-size: 16px !important;
	}
	.tabbable {
		margin-bottom: 10px;
	}
	#sub-content{
		padding: 15px 0;
	}
	.FL-content .form-inline span{
	    display: block;
	    margin-bottom: 5px;
	}
	.FL-content .form-inline .checkbox-inline+.checkbox-inline, .FL-content .form-inline .checkbox-inline{
		margin-left: 0 ;
		margin-right: 10px;
	}
	.inner-service-link .QRcode{
		float: left;
	}

	.inner-service-link a{
		float: left;
	}
	.FL-content{
		padding: 0 5px 15px 5px;
	}
	.sub-banner{
		background-image: url("../img/sub-banner2.jpg");
		height: 100px;
	}

	.sub-banner .banner-text{
		margin-top: 55px;
	}
	.sub-banner .banner-text h1{
		font-size: 20px;
		max-width: 100%;
		margin:auto;
	}
	.steps-timeline {
    border-left: none;
    margin-left: 0;
	}

	.step-milestone:after{
	   	content:"";
	}

	.steps-timeline  .step {
		border-bottom: 1px solid #ddd;
	    margin-left: 0;
	    display: block;
	    overflow: auto;
	    margin-bottom: 0px;
	    padding:8px 0;
	}

	.step-milestone {
	    float: left;
	    margin-left: 10px;
	}

	.step-title {
		margin-bottom: 4px;
		font-size: 18px;
	    text-align: left;
	}
	.step-milestone{
		display: none;
	}
	.step-time, .step-bus{
		float: left;
	}
	.steps-timeline-wrapper{
		overflow-x: auto;
	}
	.planningInf-content .planning-content .form-group label{
		margin-left: 0;
		margin-right: 6px;
	}
	.steps-timeline-title-name{
		padding-top: 4px;
		font-size: 15px;
	}
	.table_layout{
		margin-top: 12px;
		margin-bottom: 12px;
	}
    .Bike-content .bkie-online-search .bikeList-all{
		font-size: 18px;
	}
	.Bike-content .bikeList-row .bikeList-btn :last-child {
	    margin-top: 0;
	}
	.Bike-content .bkie-online-inf span{
		display: block;
		color: #8d8d8d;
		font-size: 18px;
		margin-right: 0;
	}
	.Bike-content .bkie-online-inf a{
		margin-top: 12px;
		float: initial;
		text-align: center;
	}
	.Bike-content .content-frame #Bike-Tab ul li{
		display: block;
		text-align: center;
		width: 100%;
	}
	.navbar-brand img{
		width: 200px;
		margin-top: -10px;
	}
  .nav>li>a{
    padding: 8px 10px;
    font-size: 12px;
  }

}

@media screen and (max-width: 480px) {
	.steps-timeline-title-name{
		padding-top: 5px;
		font-size: 12px;
	}
	.Bike-content .bkie-online-search .bikeList-all{
		font-size: 16px;
		padding:10px 2px;
		text-align: center;
	}
    #customized .item-phone img {
        display: none;
    }
    .square-flip h2{
	    color:white;
	    font-weight:bold;
	    font-size:40px;
	    letter-spacing: 3px;
    }
    .square-container{
    	padding: 40px 20px;
    }
    #customized .customized-R p{
	margin: 20px 0 0 0;
    }
    .planning-time{
        padding-left: 8px;
	}

	.time-dividers{
	    display: none;
	}
	.facebook{
		margin-top: 12px;
	}

    .inner-service-link img{
    	width: 120px;
    }
    .navbar-brand img{
		width: 180px;
		margin-top: -8px;
	}
}

/* ----- 171206 add ----- */
.isotope-item .image-box .image-box-text p {
	margin: 0 0 4px 0;
}

.tab-group > li, .tab-group-vertical > li {
	width: 33.333%;
}

figure.snip1437 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  background-color: #FFF;
  text-transform: uppercase;
  height: 400px;
}
figure.snip1437:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 70%;
  content: '';
  background-color: rgba(254, 103, 103, 0.75);
  -webkit-transform: skew(20deg) translateX(-75%);
  transform: skew(20deg) translateX(-75%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1437 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;

}
figure.snip1437-BG1 {
  background-image: url("../img/Recommend_img0.jpg");
  background-size: cover;
}

figure.snip1437-BG2 {
  background-image: url("../img/Recommend_img1.jpg");
  background-size: cover;
}

figure.snip1437 figcaption {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
}
figure.snip1437 h3,
figure.snip1437 .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.snip1437 h3 {
  line-height: 1.3em;
  font-weight: 900;
  font-size: 42px;
}
figure.snip1437 .links {
  font-size: 0.8em;
  letter-spacing: 3px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
figure.snip1437 .links li {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
}
figure.snip1437 a {
  padding: 2px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
figure.snip1437 a:hover {
  color: #ebebeb;
  margin-right: 5px;
}
figure.snip1437:hover:after,
figure.snip1437.hover:after {
  -webkit-transform: skew(20deg) translateX(0%);
  transform: skew(20deg) translateX(0%);
}
figure.snip1437:hover img,
figure.snip1437.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1437:hover li,
figure.snip1437.hover li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
figure.snip1437:hover li:first-child,
figure.snip1437.hover li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip1437:hover li:nth-child(2),
figure.snip1437.hover li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1437:hover li:nth-child(3),
figure.snip1437.hover li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip1437:hover li:nth-child(4),
figure.snip1437.hover li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

figure.snip1437{
  height: 250px;
}

/*----- nav ----- */
ul a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.go a:before,
.go a:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.go a:before {
    margin-right: 10px;
    content: '{';
    -webkit-transform: translate(20px);
    -moz-transform: translate(20px);
    transform: translate(20px);
}

.go a:after {
    margin-left: 10px;
    content: '}';
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    transform: translate(-20px);
}

.go a:hover:before,
.go a:hover:after,
.go a:focus:before,
.go a:focus:after {
    opacity: 1;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    transform: translate(0px);
}

/* ----- RWD ----- */

@media screen and (max-width: 768px){
	figure.snip1437 h3 {
	  font-size: 36px;
	}
}

@media screen and (max-width: 480px){
	figure.snip1437 h3 {
	  font-size: 26px;
	}
}



/* ----------------------------- inner-page ----------------------------- */
.sub-banner{
  margin-top: 90px;
  height: 180px;
  width: 100%;
  background: linear-gradient( rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)),url(../img/sub-banner.jpg) no-repeat center;
  background-repeat:no-repeat;
}

.sub-banner h1{
  color: #FFF;
  margin-top: 60px;
}

.sub-banner h1:after{
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #FFF;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.sub-page{
  background-color: #FFF;
  padding: 15px 0 40px 0;
}

.sub-title{

}

.sub-text p{
  font-size: 14px;
  line-height: 24px;
  color: #3f3a34;
}

.sub-text img{
  padding: 15px 0;
}

.accordion-toggle p{
margin-bottom: 0;
}

.accordion-toggle i{
  color: #fe6767;
}

.panel-body img{
  padding:  0 0 10px 0;
}

.sub-list p{
  margin: 6px 0;
  font-size: 14px;
}

.span-Red{
  color: #fe6767
}

.travel-select .form-check{
  border-bottom: 1px solid #e2e2e2;
  margin: 10px 0;
  padding-bottom: 10px;
}

.travel-select .form-check i{
  margin-right: 6px;
  margin-top: 4px;
  color: #84c23b;
}

.travel-select .form-check-input{
  margin-right: 10px;
}

.sub-reservation .people{
  margin: 10px 0;
}

.sub-reservation .people img{
  border-radius: 100%;
  width: 100%;
}

.walkmap h3{
  margin: 5px 0 25px 0;
}

.walkmap .thumbnail{
  padding-bottom: 15px;
}

/* ----- 最新消息 ----- */
.inner-inf{
  font-size: 15px;
  color: #848484;
  margin: 10px 0 25px 0;
}

.inner-inf span::after{
  content: "l";
  padding:  0 10px;
  color: #cccccc;
}

.inner-inf span:nth-child(3)::after{
  content: "";
}

.inner-inf img{
  width: 25px;
  margin-top: -5px;
}

.inner-img img{
  width: 100%;
}

.inner-text{
  color: #67696c;
  font-size: 15px;
  line-height: 26px;
  margin:12px 0;
}

.inner-text h4{
  font-size: 24px;
}

.inner-special{
  color: #187795;
  font-size: 15px !important;
  line-height: 32px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dee4e3;
  border-top: 1px solid #dee4e3;
  font-style: italic;
}

.inner-special img{
  width: 18px;
}

/* ----- 舊山線巡禮 ----- */
.bar-sort{
  margin-top: 10px;
}
figure.snip1208 {
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
}
/*figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}*/
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
  padding: 25px 25px 15px 25px;
  position: relative;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #fe6767;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: #ffcb57;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 4px;
}
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
/*figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}*/
figure.snip1208:hover button,
figure.snip1208.hover button {
  background-color: #ffbc25;
}

/* ----- 推薦遊程 ----- */
.travel-box{
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 45px;
  transition: .3s;
  -webkit-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.02);
  -moz-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.02);
  box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.02);
}

.travel-box:hover{
  -webkit-box-shadow: 3px 5px 16px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 3px 5px 16px 1px rgba(0,0,0,0.1);
  box-shadow: 3px 5px 16px 1px rgba(0,0,0,0.1);
  transition: .6s;
}

.travel-box:hover .travel-box-title{
  background-color: #fcf9ac;
  transition: .3s;
}

.travel-box:hover .btn-more{
  display: block;
  background-color: #fe6767;
}


.timeline {
  margin-top: 10px;
  padding: 0px 20px 0 20px;
  padding-left: 40px;
  width: 100%;
  position: relative
}

.timeline:before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #eee;
}

.timeline-p {
  position: relative;
  margin: 0;
  margin-left: 4px;
  padding: 8px 12px;
  font-size: 14px;
}

.timeline-p:nth-child(odd){
  background-color: #eaeff3;
}

.timeline-p:before {
  content: '\f00c';
    font-family: "FontAwesome";
    font-size: 6px;
    text-align: center;
    position: absolute;
    padding-top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 60%;
    background: #fff;
    color: #7cc600;
    border: 2px solid;
    border-color: #7cc600;
    top: 6px;
    left: -35px;
}

/* timeline modify */
.timeline-Horizontal {
  position: relative;
  margin: 10px 0;
}

.step {
  position: relative;
  padding: 0.5rem;
  padding-left: 1.5rem;
  border-left: 2px solid #d6dce0;
}

.step[data-notes-count]:before {
  content: attr(data-notes-count);
  font-size: 0.8rem;
  text-align: center;
  padding-top: 2px;
}

.step:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 1.5rem;
  background-color: #ffffff;
  border: 2px solid #2196f3;
  position: absolute;
  left: -1rem;
  top: 0.75rem;
  margin-left: -1px;
}

.step .date {
  font-size: 80%;
  color: gray;
}

.step .title {
  font-weight: bolder;
  background-color: #efefef;
  border-radius: 4px;
  padding: 8px 0;
}

.step.completed {
  border-color: #3cd34a;
}

.step.completed:before {
  border: 1px solid #3cd34a;
  background-color: #66dc71;
}

.step.current {
  border-color: #2bb2f0;
}

.step.current:before {
  border: 1px solid #2bb2f0;
  background-color: #5bc3f3;
}

@media screen and (min-width: 768px) {
  .timeline-Horizontal {
    font-size: 0;
    padding-top: 1.5rem;
  }

  .step {
    display: inline-block;
    font-size: 14px;
    width: 8.8rem;
    padding-left: 0;
    margin-bottom: 0;
    border-left: none;
    border-top: 2px solid #d6dce0;
    padding-top: 20px;
    text-align: center;
  }

  .step:before {
    left: 3.65rem;
    top: -12px;
    margin-left: 0;
    margin-top: -1px;
  }
}
@media screen and (min-width: 50em) {
  .step {
    font-size: 12px;
    width: 20%;
  }

  .step:before {
    left: 40%;
  }
}





.travel-box-title{
  background-color: #f1f1f1;
  transition: .2s;
}

.travel-box h2{
  margin-top: 10px;
  margin-bottom: 10px;
}

.tag-box{
  margin: 10px 0;
}

.travel-box-time{
  margin-top: 15px;
  width: 100%;
  padding: 17px 5px;
  border: 3px solid #fc6e51;
}

.travel-box-time p{
  font-size: 16px;
}

.tag{
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 6px;
  border-radius: 4px;
  padding: 4px 8px;
  color: #FFF;
  font-size: 10px;
}

.tag-c1{
  background-color: #3b5998;
}
.tag-c2{
  background-color: #2196f3;
}
.tag-c3{
  background-color: #ea4c89;
}
.tag-c4{
  background-color: #a1d36e;
}
.tag-c5{
  background-color: #6ad1dd;
}
.tag-c6{
  background-color: #fc6e51;
}
.tag-c7{
  background-color: #7c7c7c;
}
.text-c1{
  color: #3b5998;
}
.text-c2{
  color: #2196f3;
}
.text-c3{
  color: #ea4c89;
}
.text-c4{
  color: #a1d36e;
}
.text-c5{
  color: #6ad1dd;
}
.text-c6{
  color: #fc6e51;
}
.text-c7{
  color: #7c7c7c;
}

.travel-box-inf-1{
  margin-top: 10px;
  padding-top: 14px;
  width: 115px;
  height: 115px;
  border: 4px solid #3b5998;
  border-radius: 100px;
}
.travel-box-inf-2{
  margin-top: 10px;
  padding-top: 14px;
  width: 115px;
  height: 115px;
  border: 4px solid #2196f3;
  border-radius: 100px;
}
.travel-box-inf-3{
  margin-top: 10px;
  padding-top: 14px;
  width: 115px;
  height: 115px;
  border: 4px solid #ea4c89;
  border-radius: 100px;
}
.travel-box-inf-4{
  margin-top: 10px;
  padding-top: 14px;
  width: 115px;
  height: 115px;
  border: 4px solid #fc6e51;
  border-radius: 100px;
}

.travel-box-inf-1 p, .travel-box-inf-2 p, .travel-box-inf-3 p, .travel-box-inf-4 p{
  margin-bottom: 2px;
  font-size: 12px;
}

.travel-box .btn-more{
  display: none;
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 14px;
  float: right;
}

/* 推薦遊程內頁 */
.sub-timeline {
  list-style-type: none;
  position: relative;
  width: 100%;
  padding-left: 0;
}
.sub-timeline .relative {
  position: relative;
}

.sub-timeline  h2{
  color: #2196f3;
}

.sub-timeline-text p{
  line-height: 24px;
  font-size: 15px;
}

.timeline:before {
  content: "";
}
.sub-timeline > li {
  position: relative;
}
.sub-timeline > li:before, .sub-timeline > li:after {
  content: "";
  position: absolute;
}
.sub-timeline > li:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #d6dce0;
}
.sub-timeline > li:after {
  top: 55px;
  left: -6px;
  width: 15px;
  height: 15px;
  border: 3px solid #2196f3;
  background-color: #FFF;
  border-radius: 50%;
  transition: .3s;
}
.sub-timeline > li:nth-of-type(1) .timeline__content, .sub-timeline > li:last-of-type .timeline__content {
  position: relative;
}
.sub-timeline > li:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.sub-timeline > li:nth-of-type(1) .timeline__content:before, .sub-timeline > li:nth-of-type(1) .timeline__content:after, .timeline > li:last-of-type .timeline__content:before, .timeline > li:last-of-type .timeline__content:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 4px;
  background-color: #FFF;
}
.sub-timeline > li:nth-of-type(1) .timeline__content:before {
  top: 6px;
}
.sub-timeline > li:nth-of-type(1) .timeline__content:after {
  top: 16px;
}
.sub-timeline > li:last-of-type .timeline__content:before {
  bottom: 6px;
}
.sub-timeline > li:last-of-type .timeline__content:after {
  bottom: 16px;
}
.sub-timeline > li:not(:last-of-type) .timeline__content--bg:after {
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgba(179, 131, 85, 0.2);
}
.sub-timeline > li:hover:after {
  background-color: #2196f3;
  transform: scale(1.5);
}
.sub-timeline > li:hover .timeline__content--bg:before {
  transform: scaleX(1);
  transform-origin: center bottom;
}
.sub-timeline .timeline__content--bg {
  position: relative;
  padding: 24px 30px 30px 30px;
}
.sub-timeline .timeline__content--bg:before, .sub-timeline .timeline__content--bg:after {
  content: "";
  position: absolute;
}
.sub-timeline .timeline__content--bg:before {
  top: 0;
  left: 2px;
  width: calc(100% - 2px);
  height: 100%;
  background-color: #fcf9ac;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform .4s;
}

.sub-timeline-Linf{
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.02);
  -moz-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.02);
  box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.02);
}

.sub-timeline-Linf h3{
  margin-top: 5px;
}

.sub-timeline-Linf p{
  line-height: 24px;
  font-size: 15px;
}

.sub-timeline-Linf .travel-box-inf-4{
  margin: 20px auto;
}

.sub-timeline-btn a{
  margin-top: 20px;
  float: right;
}

/* ----- 舊山線巡禮內頁 ----- */


/* ----- RWD ----- */
@media screen and (max-width: 768px){
  .travel-box .btn-more{
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  .bar-sort{
    margin-top: 0;
  }
  .travel-box-inf-4{
    margin-left: auto;
    margin-right: auto;
  }
  .sub-timeline-btn a{
    float: left;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px){

}



/* sheng */
.coupon-modal img {
  margin-bottom: 20px;
}

.coupon-tb .table{
  color: #333;
}

.coupon-tb .table tr th {
  white-space: nowrap;
  border-bottom: 2px solid #4e493e;
  border-top: 2px solid #4e493e;
  background-color: #ffcb57;
  color: #333;
}

.coupon-tb .table tr td {
  border-top: 2px solid #ffcb57;
  border-bottom: 2px solid #ffcb57;
}

.links-logo ul li {
  width: 20%;
  text-align: center;
  padding: 15px;
  float: left;
}
.links-logo ul li a{
  text-align: center;
  color: #999;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  border-radius: 6px;
  display: block;
  border: 1px solid #efefef;
  padding: 15px 0;
  font-size: 13px;
  transition: all .3s ease-in-out;
}

.links-logo ul li a img {
  width: 100%;
  margin-bottom: 10px;
}

.links-logo ul li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.tours-block-1, .tours-block-text-1, .tours-block-2 {
  height: 180px;
  background-position: center;
}

.tours-block-text-2, .tours-block-text-4, .tours-block-text-3 {
  height: 150px;
}

.tours-block-3, .tours-block-4, .tours-block-text-5 {
  height: 330px;
}


@media screen and (max-width: 768px){
  .tours-block-1, .tours-block-text-1, .tours-block-2 {
    height: 110px;
    background-position: center;
  }

  .tours-block-text-2, .tours-block-text-4, .tours-block-text-3 {
    height: 110px;
  }

  .tours-block-3, .tours-block-4{
    height: 110px;
  }
  .tours-block-text-5{
    padding: 0;
    height: 200px;
  }
  .tour-btn-more{
    margin-top: 10px;
  }
  .tours-frame{
    margin-bottom: 0;
  }
  .tours-block-text-1, .tours-block-text-2, .tours-block-text-3,.tours-block-text-4{
    padding: 12px 8px;
  }
  #Coupon .nav-pills > li.active > a,
  #Coupon .nav-pills > li.active > a:hover,
  #Coupon .nav-pills > li.active > a:focus,
  #Coupon .nav-pills > li > a:hover,
  #Coupon .nav>li>a{
    font-size: 12px;
    padding: 5px;
  }
  .text-center.filters .nav-pills > li{
    margin-right: 0;
    margin-left: 0;
  }
}