/* CORE CSS */

body {
	color:#666666;
	font-family:'Roboto';
	font-size:14px;
	font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Montserrat';
	font-weight:700;
}

h2, h3, h4 {
	font-family:"微軟正黑體";
	color:#333333;
	font-weight:normal;
}

.lead {
	font-family:'Roboto Slab';
}

.subtitle {
	color:#999999;
	font-family:'Montserrat';
	font-size:17px;
	font-weight:400;
}

section {
	padding: 100px 0;    
}

.uppercase {
	text-transform:uppercase;
	text-align: center;
}

.no-padding {
	padding:0;
}

.full-page {
	width:100%;
	height:100%
}


/* NAVBAR */

.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
	color:#ffffff;
	font-family:'Montserrat';
	font-size:15px;
	font-weight: 700;
	border-radius:0;
	margin-bottom:0;
	padding: 0px 0;
	background-color: rgba(55,55,55,0.9);
}

.navbar-brand {
	padding:0 15px;
}

.navbar-custom a {
	color: #b3b1b0;
}

.navbar-custom .navbar-nav {
	/* margin-top:8px; */
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
	color: #ffffff;
	background:transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 3px solid #86c433;
}
.navbar-custom .navbar-nav > li.social > a:hover,
.navbar-custom .navbar-nav > li.social > a:focus {
	color: #6EA313;
	background:transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 0px solid #c50d06;
}
.top-nav-collapse {
	background-color: #ab886c;
	background-color: rgba(55,55,55,0.9);
	padding: 0px 0;
	z-index:9999;
}


.navbar-custom .navbar-toggle {
	background:#ffffff;
}


.navbar-custom .navbar-toggle .icon-bar {
	background:#ab886c;
}



/* TOP */
	#top {
		color: #ffffff;
		background-image: url(../img/banner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover; 
		position: relative;
		display: table;
		width: 100%;
		height: 65%;
		padding:0;
		margin:0;
	}

	.top-inner {
		display:table-cell;
		vertical-align:middle;
		background-color: rgba(0, 0, 0, 0);
		background-image: url(../img/mask-pattern.png);
		background-repeat: repeat;
		width:100%;
		height:100%;
		padding:0;
	}

	.top-inner svg {
		position:absolute;
		left:0;
		right:0;
		bottom:0;
	}

	#top .slider-navigation {
		position: absolute;
		bottom: -35px;
		left: 0;
		width: 100%;
		z-index: 5;
	}

	#top .slider-navigation .nav-icons-wrapper {
		text-align: center;
		background: url(../img/slider-navigation-bg.png) no-repeat;
		width: 70px;
		height: 78px;
		margin: 0 auto;
	}

	#top .slider-navigation .nav-icons-wrapper i {
		margin-top: 30px;
		font-size: 22px;
		cursor: pointer;
	}
	
	#top .slider-navigation .nav-icons-wrapper i:hover {
		color: #624a37 !important;
	}

	.slide-item h1 {
		font-weight: 300;
		font-size: 40px;
		letter-spacing: -3px
	}

	.slide-item p {
		font-weight: 200;
		font-size: 20px;
	}
	
/* ABOUT */

.office {
	margin:40px 15px;
	border-radius:4px;
}

.office .caption {
	color:#666666;
	background:#faf8f7;
	padding:20px;
	position:relative;
}

.office .caption h4 {
	margin-top:20px;
}


.office .caption .icon {
	color: #ab886c;
	background: #ffffff;
	border-radius: 50%;
	border:7px solid;
	border-color: rgba(255,255,255, 0.1);
	width: 60px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 3.5;
	position:absolute;
	top: -30px; 
}

.office-info {
	font-family:'Montserrat';
	font-size:13px;
	margin-right:5px;
}

.office-info i {
	color:#ab886c;
	font-size:14px;
}

/* believe item */

#believe-item {
	position: relative;
	padding: 10px 0;
}

#believe-item::after {
	content: "";
	background: url(../img/dotted_worldmap.png);
	opacity: 0.2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}
/* LATEST DEALS */

#latest-deals {
	font-family:"微軟正黑體";
	font-size:.9em;
	line-height:1.5em;
	color:#888888;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	padding: 0; 

}

#latest-deals h2 {
	color:#ffffff;
}

#latest-deals mark {
	color:#624a37;
	background:none;
	font-weight:400;
}

#latest-deals span {
	margin-right:15px;
	margin-bottom: 5px;

}

#latest-deals span i  {
	color:#624a37;
	margin-right:5px;
	vertical-align:middle;
}

#latest-deals ul.partners-list{
	list-style:none;
	margin: 0 auto;
	padding: 0;
}
#latest-deals ul.partners-list li{
	display: inline-block;
	height: 60px;
	margin: 5px;
}
#latest-deals ul.partners-list li:hover{
	opacity:0.8;
}

/* POPULAR TOURS */

.tour {
	margin: 15px 15px;
	position:relative;
	overflow:hidden;
	padding-bottom:30px;
}

.tour h1 {
font-family: "微軟正黑體";
font-size: 1.2em;
padding: 10px 0 5px 5px;
color: #f3794a;
line-height: 1.4em;
font-weight: normal;
}
.tour h2{
font-family: "微軟正黑體";
font-size: 1em;
padding:0 0 5px 5px;
line-height: 1.2em;
margin:0;
text-align:center;
height:2.5em;
}
.tour h3{
font-family: "微軟正黑體";
font-size: 1.2em;
padding: 0 0 0 5px;
line-height: 1.5em;
height:1.2em;
color:#60a61d;
text-align:center;
}
.tour {}
.tour2 {
	margin:35px 15px 10px 15px;
	position:relative;
	overflow:hidden;
	
}
.tour3 {
	margin: 0 20%;
	position:relative;
	overflow:hidden;
	
}
.tour4 {
	margin: 0;
	position:relative;
	overflow:hidden;
	
}
.tour2 .img_r {
	float:right;
	margin:10px 0 10px 20px;
	
}
.tour2 .img_c {
	float:left;
	margin:75px 0 10px 20px;
	
}
.tour2 .img_l {
	float:left;
	margin:45px 20px 10px 0;
	
}
.tour2 .img_2 {
	float:left;
	margin:80px 20px 10px 0;
	
}

.tour2 .img_m {
	margin:10px 0px;
	
}
.tour2 h1 {
	font-family:"微軟正黑體";
	font-size:1.9em;
	vertical-align: top;
	color:#222;
	margin:0 0 0 10px;
	line-height:1.4em;
	text-align:justify;
	
}
.tour2 h2 {
	font-family:"微軟正黑體";
	font-size:1.6em;
	vertical-align: top;
	padding-top: 10px;
	color:#f1521a;
	margin:0 0 0 10px;
	text-align:justify;
	line-height:1.6em;
	
}
.tour2 h3 {
	font-family:"微軟正黑體";
	font-size:1em;
	vertical-align: top;
	padding-top: 10px;
	margin:0 0 0 10px;
	text-align:justify;
	line-height:1.4em;
	color:#777;
	
	
}
.tour2 h5{
	max-width: 100%;
	height: auto;
	padding-top: 80px;
	display: block;}
.tour2 h4 {
	font-family:"微軟正黑體";
	font-size:2.2em;
	vertical-align: top;
	color:#f1521a;
	margin:10px 0 0 10px;
	line-height:1.4em;
	text-align:justify;
	
	
}
.tour2 p {
	font-family:"微軟正黑體";
	font-size:1.1em;
	vertical-align: top;
	padding-top: 10px;
	margin:0 0 0 10px;
	text-align:justify;
	line-height:1.8em;
	
}
.tour .caption {
	color: #75BB2B;
border: 2px #75BB2B solid;
padding: 0 5px 0 5px;
width: 20%;
position: relative;
float: left;
margin: 0 0 0 5px;
line-height: 15px;
}
}

.tour .caption:hover {
	color:#ffffff;
	background:#75BB2B;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}
.tour .caption p {

	font-size:.9em;
	vertical-align: top;
	padding-top: 10px;
	text-align:center;
}
.tour .caption p a{
color:#75BB2B;
}
.tour .caption p a:hover{
color:#75BB2B;
}
.tour .caption2 {
	color:#ffffff;
	background: #60A61D;
	width:100%;
	position:relative;
	float:left;
	text-align:center;
}

.tour .caption2 p a {
color:#ffffff;
	width:100%;
}
.tour .caption2:hover {

color:#ffffff;
		background-color:#387215;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
	
}
.tour .caption2 p {
	color:#ffffff;
	font-size:.9em;
	vertical-align: top;
	padding-top: 10px;
	text-align:center;
}
.tour .caption3 {
	color:#ffffff;
	background: #60A61D;
	width:45%;
	position:relative;
	float:left;
	text-align:center;
	margin:27px 5px 0 5px;
}

.tour .caption3 p a {
color:#ffffff;
	width:100%;
}
.tour .caption3:hover {

color:#ffffff;
		background-color:#387215;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
	
}
.tour .caption3 p {
	color:#ffffff;
	font-size:.9em;
	vertical-align: top;
	padding-top: 10px;
	text-align:center;
}
.tour .caption p i {
    margin-top: -20px;

}
.tour .caption:hover h4 {
	color:#333333;
}

.tour ul {
	position:absolute;
	top:0;
	right:0;
	padding:10px;
}

.tour ul li a {
	color:#ffffff;
}

.tour ul li a:hover {
	color:#ab886c;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.tour .price {
	font-family:'Montserrat';
	font-size:25px;
	position:absolute;
	top:-40px;
}

.img-zoom {
	z-index:-9999;
    -webkit-transition  : all .2s ease-in-out;
    -moz-transition		: all .2s ease-in-out;
    -o-transition		: all .2s ease-in-out;
    -ms-transition		: all .2s ease-in-out;
    /*opacity: 0.75;*/
}

/* HIGHLIGHT */

#highlight {
	color:#ffffff;
	background:#111c50;
	background-image:url(../img/dotted_worldmap_dark.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	padding: 50px 0;
}

#highlight .lead {
	margin-top:40px;
	margin-bottom: 0;
}

#highlight h3 {
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin:0 !important;
}

/* HOTELS */ 

#filters-container {
	margin:40px 0 20px 0;
}

#filters-container li a {
	color:#ab886c;
	background:transparent;
	padding:5px 9px;
	border:1px solid #ab886c;
	border-radius:4px;
	text-decoration:none;
	cursor:pointer;
	display:block;
	margin-bottom:10px;
}

#filters-container li a:hover {
	color:#ffffff;
	background:#ab886c;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}
	
	
	
	
/* TOP DESTINATIONS */

#top-destinations {
	color:#ffffff;
	background:#ab886c;
	background-image:url(../img/dotted_worldmap.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

#top-destinations h2,
#top-destinations .subtitle {
	color:#ffffff;
}

.destination {
	position:relative;
	margin:40px 7px 20px 7px;
}

.destination-inner {
	background: rgba(0,0,0, 0.3);
	font-family:'Roboto Slab';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:20px;
}

.destination-inner .city {
	font-size:22px;
	font-weight:700;
	display:block;
}

.destination-inner .country {
	font-size:15px;
	font-weight:300;
	display:block;
}

.destination-inner .weather {
	position:absolute;
	left:0;
	right:0;
	bottom:60px;
}

.destination-inner .weather i {
	vertical-align:middle;
	margin-right:10px;
}

.destination-inner .weather p {
	font-family:'Montserrat';
	font-size:30px;
	display:inline-block;
}

.city-gallery {
	position:relative;
}

.city-gallery .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	bottom:3px;
	z-index:9999; !important
}

.city-gallery .owl-controls .owl-page span {
	margin:5px 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
	background-color: white;
}

.city-gallery .owl-controls .owl-page span:hover {
	background-color:white;
}

.city-gallery .owl-controls .owl-page.active span,
.city-gallery .owl-controls.clickable .owl-page:hover span{
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}


/* CONTACT */

#contact {
	padding-top:0;
	padding-bottom: 40px;
	position:relative;
}

#contact #gmap_canvas {
	height:400px;

}

#contact-icon {
	position:relative;
	z-index:9999 !important;
	top:-40px;
	margin-bottom: -20px;
}

#contact #form {
	margin-top:20px;
}

::-moz-placeholder {
  color: #333333 !important;
  opacity:1;
}

/* FOOTER */

footer {
	color: #efefef;
	margin-top: 0px;
	padding: 30px 0 20px 0;
	font-family: 'Montserrat';
	font-size: 11px;
	background-color: #3f3f3f;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat;
}
footer .copy{
	width:100%;
	font-family:"微軟正黑體";
	font-size:1.1em;
	margin:0 auto;
	text-align:center;}


footer a {
	color:#ffffff;
	font-size:20px;
	display:inline-block;
	margin-right:7px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

footer a:last-child {
	margin-right:0;
}

footer a:hover {
	color:#624a37;
}



/* MISC. */

/* FORM ELEMENTS */

.form-control {
	color: #333333 !important;
	font-size:13px;
	font-family:inherit;
	width:100%;
	min-height:30px;

	border:1px solid #ab886c;
	margin-bottom:20px;
	outline:none;
	border-radius:3px;
} 



/* BUTTONS */

button {
	outline:none;
	border:none;
}

.button {
	font-family:'Roboto Slab';
	font-size: 17px;
	border: none;
	padding: 5px 15px;
	margin:15px 0;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-small {
	padding:5px 12px;
	font-size:13px;
}

.button-big {
	padding:8px 18px;
	margin:0;
	font-size:21px;
}

.button-light {
	color:#ab886c;
	background:transparent;
	border:2px solid #ab886c;
}

.button-light:hover,
.button-light:active {
	color: #ffffff;
	background: #ab886c;
	text-decoration:none;
}

.button-dark {
	color: #ffffff;
	background:#ab886c;
	border:2px solid #ab886c;
}

.button-dark:hover,
.button-dark:active {
	color: #ffffff;
	background: #624a37;
	border:2px solid #624a37;
	text-decoration:none;
}


/* hexagon button */

.hexagon-button {
	position: relative;
	display: inline-block;
	font-family:"微軟正黑體";
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: -1px;
	padding: 10px;
	color: #67b020;
	border: 3px solid #67b020;
	background-color: #ffffff;
	opacity:.95;
	text-align: center;
	border-radius: 50px;
}
	
.hexagon-button span {
	position: absolute;
	z-index: 10;
	top:0;
	right:-30px;
	width: 30px;
	height: 71px;
	background: url(../img/hexagon-button-bg.png) no-repeat top right;
}
	
.hexagon-button:hover {
	background-position: bottom left;
color: #ffffff;
text-decoration: none;
background-color: #67b020;
}

.hexagon-button:hover span {
	background-position: bottom right;
}


.section-title h2 {
	letter-spacing: -2px
}



/* Search Overlay */
.search-wrapper {
	display: none;
}

.search-overlay {
	background-color: rgba( 20,30,60, .97);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 10000
}

.search-overlay .search-inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle
}

.search-overlay .search-inner input[type="text"] {
	border: 2px solid #1750d1;
	padding: 15px;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 30px;
	border-radius: 5px;
	outline: none;
	margin-bottom: 5px
}

.search-overlay .close-icon {
	position: absolute;
	width: 100%;
	padding-top: 68px;
	color:#fff;
}

.search-overlay .close-icon i {
	cursor:pointer;
}
.box2{ 
max-width:100%;
min-width:100%
margin:0 50$;}
.video-container {
position: relative;
padding-bottom: 36%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 20% 0 20%;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}