@charset "UTF-8";
/* 5 Ocean Tours CSS Document */
/*font-family: 'Ruda', sans-serif;
font-family: 'Kadwa', serif;*/

	/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; color: #333; }
.material-icons.md-18 { font-size: 18px; color: #333; }
.material-icons.md-24 { font-size: 24px; color: #333; } /*default size*/
.material-icons.md-36 { font-size: 36px; color: #333; }
.material-icons.md-48 { font-size: 48px; color: #333; }
.material-icons.brown {color: #542D0F;}
.transform {transform: translateY(2px);}


/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
	display: block;
}

html {
	font-size: 10px;
	overflow-y: scroll;
	box-sizing: border-box;
	background: url(../images/background.jpg) no-repeat top center;
	background-size: cover;
	min-height: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Ruda', sans-serif;
	padding: 20px 0 0;
	margin: 0;
}
a, a:hover {
	color: inherit;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div:empty {
	height: 10px;
}

#wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

/*header*/
header h1 {
	font-size: 1px;
	text-indent: -1000rem;
	background: url(../images/logo_white.png) no-repeat;
	width: 300px;
	height: 90px;
	margin: 0 auto 15px;
	background-size: 100%;
}

/*section*/

/*video*/
.video_container {
	width: 69%;
	height: 0;
	padding-bottom: 34.2%;
	margin: 15px auto 25px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	border: solid 3px #9b7253;
	box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .7);
}
video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.home_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 25px 0 50px;
	padding: 0;
}

.btn {
	width: 200px;
	height: 225px;
	background: #f00;
	margin: 10px;
	overflow: hidden;
	box-shadow: 0 15px 15px -8px rgba(20, 20, 20, .5);
	border: 2px solid #3291b6;
	position: relative;
	padding-top: 10px;
	border-radius: 15px 15px 0 0;
}
.btn h3 {
	font-family: 'Kadwa', serif;
	font-size: 2.4rem;
	color: ivory;
	text-align: center;
	font-weight: 400;
	line-height: 120%;
	text-shadow: 2px 2px 2px #666;
}
.btn_1 {
	background: url(../images/home_china.jpg) 0 0 no-repeat;
}
.btn_2 {
	background: url(../images/home_international.jpg) 0 0 no-repeat;
}
.btn_3 {
	background: url(../images/home_w_coast.jpg) 0 0 no-repeat;
}
.btn_4 {
	background: url(../images/home_e_coast.jpg) 0 0 no-repeat;
}
.btn_5 {
	background: url(../images/home_international.jpg) 0 0 no-repeat;
}
.btn_6 {
	background: url(../images/London.jpg) 0 0 no-repeat;
}
.btn_7 {
	background: url(../images/florence.jpg) 0 0 no-repeat;
}
.btn_8 {
	background: url(../images/barcelona.jpg) 0 0 no-repeat;
}
.btn_9 {
	background: url(../images/rome.jpg) 0 0 no-repeat;
}
.btn_10 {
	background: url(../images/home_e_coast.jpg) 0 0 no-repeat;
}
.btn_11 {
	background: url(../images/home_w_coast.jpg) 0 0 no-repeat;
}
.btn_12 {
	background: url(../images/sydney.jpg) 0 0 no-repeat;
}
.btn_13 {
	background: url(../images/home_international.jpg) 0 0 no-repeat;
}
.btn_14 {
	background: url(../images/reykjavik.jpg) 0 0 no-repeat;
}
.btn_15 {
	background: url(../images/LasVegas.jpg) 0 0 no-repeat;
}
.btn_16 {
	background: url(../images/china.jpg) 0 0 no-repeat;
}
.btn_17 {
	background: url(../images/south_korea.jpg) 0 0 no-repeat;
}
.btn_18 {
	background: url(../images/japan.jpg) 0 0 no-repeat;
}
.btn_19 {
	background: url(../images/malaysia.jpg) 0 0 no-repeat;
}
.btn_20 {
	background: url(../images/singapore.jpg) 0 0 no-repeat;
}
.btn_5 h3 {
	font-family: 'Kadwa', serif;
	font-size: 2.4rem;
	color: ivory;
	text-align: center;
	font-weight: 400;
	line-height: 120%;
	text-shadow: 2px 2px 2px #666;
}
.btn_5 h4 {
	font-family: 'Kadwa', serif;
	font-size: 2rem;
	color: ivory;
	font-weight: 400;
	line-height: 120%;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}

ul.tour {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	max-height: 0;
	overflow: hidden;
	transition: all 1s ease;
}
ul.tour li {
	border-bottom: solid 1px #f7ecc7;
}
ul.tour li a {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	color: #f7ecc7;
	padding: 5px;
	background: #9b7253;
}
.btn:hover ul.tour {
	max-height: 100px;
	box-shadow: 0 8px 15px -5px rgba(20, 20, 20, .7);
}


/*terms & conditions*/
.terms_cond {
	padding: 15px 5%;
	background: rgba(255, 255, 255, .8);
	width: 90%;
	margin: 0 auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3.5vw;
	-moz-column-gap: 3.5vw;
	column-gap: 3.5vw;
	-webkit-column-rule: solid 1px #bbb;
	-moz-column-rule: solid 1px #bbb;
	column-rule: solid 1px #bbb;
}
.terms_cond h1 {
	font-family: 'Kadwa', serif;
	font-size: calc(1.6rem + 0.5vw);
	color: #800;
	text-align: center;
	font-weight:  400;
	margin: 10px 0;
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}
.terms_cond h3 {
	font-size: calc(1.2rem + 0.5vw);
	color: #666;
	text-align: center;
	font-weight: 400;
	margin: 2.5vh 0 0.8vh;
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}
.terms_cond p {
	font-size: calc(0.9rem + 0.2vw);
	line-height: calc(140% + 0.4vh);
	text-indent: 25px;
	margin-bottom: 1rem;
}
.terms_cond p a, .terms_list li a {
	font-style: italic;
	color: dodgerblue;
}
.terms_cond h3 + p {
	text-indent: 0;
}
.terms_list {
	font-size: calc(0.9rem + 0.2vw);
	line-height: calc(140% + 0.4vh);
	margin: 10px 0 15px 3%;
}
.dropcap {
	font-size: calc(5rem + 0.5vw);
	float: left;
	color: #9b7253;
	font-weight: 700;
	padding: 0;
	margin: -10px 0.2vw -1.4vh 0;
}

/*All Tours*/

.all_tours {
	width: 100%;
	padding: 20px 2%;
	background: rgba(255, 255, 255, .75);
	margin: 30px auto 20px;
}
.all_tours h1 {
	color: #800;
	font-size: calc(1.8rem + 0.5vw);
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.all_tours p {
	font-size: calc(1rem + 0.5vw);
	line-height: 150%;
	color: #666;
	margin-bottom: 20px;
}
.all_tours p strong {
	color: #800;
}

.all_tours h2 {
	font-size: calc(1.4rem + 0.35vw);
	margin: 15px 0;
	padding-top: 10px;
	border-top: solid 1px #800;
}


/*About*/

.about {
	width: 75%;
	padding: 20px 5%;
	background: rgba(255, 255, 255, .75);
	margin: 30px auto 20px;
}
.about h1 {
	color: #800;
	font-size: calc(1.8rem + 0.5vw);
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.about p {
	font-size: calc(1rem + 0.5vw);
	line-height: 150%;
	color: #666;
	margin-bottom: 20px;
}
.about p strong {
	color: #800;
}

.about h2 {
	font-size: calc(1.4rem + 0.35vw);
	margin: 15px 0;
	padding-top: 10px;
	border-top: solid 1px #800;
}

.recognition {
	display: flex;
	margin: 10px 0 20px;
}

.recognition img {
	width: 100px;
	height: auto;
	align-self: flex-start;
}
.recognition p {
	font-size: calc(1.2rem + 0.35vw);
	margin: 5px 0 0 5%;
}
.recognition p br {
	display: none;
}


/*location*/
.location {
	width: 75%;
	margin: 0 auto 20px;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, .75);
	padding: 15px 1%;
}
.location h1 {
	color: #800;
	font-size: calc(1.8rem + 0.5vw);
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.address {
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	text-align: center;
	padding: 5px 0;
}

.address h2 {
	font-size: calc(1.4rem + 0.5vw);
	margin-bottom: 6px;
}
.address h3 {
	font-size: calc(1.2rem + 0.3vw);
	font-weight: 400;
	margin-bottom: 6px;
}
.address p {
	font-size: calc(1rem + 0.25vw);
	line-height: 150%;
	color: #666;
}

.google_map {
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	height: 0;
	padding-bottom: 30vh;
	position: relative;
	margin: 0 10px;
}
.google_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #9b7253;
	padding: 8px;
	background: #f7ecc7;
}



/*visa*/
.visa_app {
	padding: 25px 5% 10px;
	margin: 10px 12.5%;
	background: rgba(255, 255, 255, .7);
}
.visa_app h1 {
	color: #800;
	font-size: calc(1.8rem + 0.5vw);
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.visa_app h2 {
	font-size: calc(1rem + 0.5vw);
	line-height: calc(0.5rem + 1.8vh);
	margin-bottom: calc(0.5rem + 2vh);
}
.visa_app h2 a {
	font-style: italic;
	font-weight: 400;
	color: dodgerblue;
	font-size: 80%;
}
.visa_list {
	font-size: calc(1.2rem + 0.3vw);
	line-height: calc(140% + 0.4vh);
	margin: 10px 0 15px 5%;
}
.visa_list li {
	margin-bottom: 7px;
}

.banner {
	display: flex;
	justify-content: center;
	margin: 0 auto 50px;
	flex-wrap: wrap;
	padding: 0 2%;
}
.banner img {
	width: 375px;
	margin: 0 10px 10px;
	box-shadow: 0 15px 15px -8px rgba(20, 20, 20, .5);
}

/*footer*/
footer {
	background: #3291b6 url(../images/footer_logo.png) center no-repeat;
	background-size: 76px 68px;
	padding: 40px 1vw;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	width: 100%;
	box-shadow: -5px 8px 20px rgba(255, 255, 255, .5) inset;
}
footer p {
	font-size: calc(0.8rem + 0.3vw);
	color: #fff;
	margin: auto;
	letter-spacing: 1px;
	text-align: center;
}
footer p br {
		display: none;
	}

.gototop {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 150px;
	height: 42px;
	width: 35px;
	background: #fff;
	border: solid 1px #999;
	border-radius: 5px;
	padding: 3px 0 0;	
	z-index: 100;
	box-shadow: 1px 1px 2px #999;
}
.gototop p {
	text-align: center;
	font-size: 1rem;
	color: #999;
}

.blockcenter {
	display: block;
	margin: 0 auto;
}
.mobile_hide {
	display: block;
}
.margin-top {
	margin-top: 10px;
}
hr.dotted {
	border: none;
	border-top: 3px dotted #666;
	display: table;
	width: 95%;
	margin: 10px auto;
}
.redtype {
	color: #f00;
}
.chinese {
	font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
}




@media (max-width:992px) {

.location {
	width: 85%;
}
	
}


@media (max-width:768px) {
.location {
	width: 95%;
}
	.google_map {
		padding-bottom: 30vh;
	}
.terms_cond {
	column-count: 1;
}
	
}


@media (max-width:576px) {

header h1 {
	width: 250px;
	height: 70px;
	margin: 25px auto 10px;
	background-size: 100%;
}
	
.banner img {
	width: 300px;
}
	.about h2 {
		text-align: center;
	}
	.recognition {
		flex-flow: column;
	}
	.recognition img {
		margin: 0 auto;
	}
	.recognition p {
		text-align: center;
	}
	.recognition p br {
		display: block;
	}

.google_map {
		padding-bottom: 20vh;
	}	
	
footer {
	padding: 30px 1vw;
}
footer p {
		line-height: 150%; 
	}	
footer p br {
		display: block;
	}
.mobile_hide {
		display: none;
	}
}

@media (max-width: 480px) {
header h1 {
	background: url(../images/logo_white_200.png) no-repeat center;
	width: 200px;
	height: 55px;
	margin: 20px auto 10px;
	background-size: 100%;
}
	
.location {
	width: 85%;
	flex-flow: column;
}

.location div {
		margin-bottom: 10px;
	}
	
	
}





