/* Generated by less 2.5.1 */
/*
Theme Name: Sunflower Holidays
Theme URI:
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.4.1
Author: Mypolygon
Author URI: 
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/*======= Helpers Class =======*/
@import url(//fonts.googleapis.com/earlyaccess/notosansscsliced.css);


@import "less/animation.css";
.mb0 {
	margin-bottom: 0;
}
.overthrow {
	overflow-y: scroll;
	/* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.white {
	color: #fff;
}
.black {
	color: #000 !important;
}
.reset-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container {
}
.firstcontent {
	padding-top: 11rem !important;
}
.lastcontent {
	padding-bottom: 11rem !important;
}
.content {
	padding: 2rem 20px;
}
/*======= Button Effect =======*/
.btn {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
:lang(en-US) .btn-primary {
	font-weight: 700;
	padding: 10px 20px;
}
:lang(zh-CN) .btn-primary {
	font-weight: 900;
}
.btn-primary {
	font-size: 16px;
	letter-spacing: 1px;
	background: #fce531;
	background: -moz-linear-gradient(left, #fce531 0%, #ff8811 100%);
	background: -webkit-linear-gradient(left, #fce531 0%, #ff8811 100%);
	background: linear-gradient(to right, #fce531 0%, #ff8811 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce531', endColorstr='#ff8811', GradientType=1 );
	color: #fff;
	border: 0;
	border-radius: 20px;
	padding: 10px;
	min-width: 150px !important;
	max-width: 70% !important;
	margin: auto !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #ff8811;
	border-color: 0;
}
.btn-arrow-right {
	position: relative;
	padding-left: 40px;
	padding-right: 60px;
	overflow: hidden;
}
.btn-arrow-right:hover:before {
	right: 10%;
}
.btn-arrow-right:hover:after {
	width: 30%;
}
.btn-arrow-right:before {
	content: "\f054";
	font: 20px/54px FontAwesome;
	left: auto;
	right: -30%;
	z-index: 2;
	position: absolute;
	height: 100%;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.btn-arrow-right:after {
	content: "";
	width: 20%;
	height: 200%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
	position: absolute;
	right: -10px;
	top: -10px;
	margin: -5px 0 0 -5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transform-origin: 0 0 center;
	-moz-transform-origin: 0 0 center;
	-ms-transform-origin: 0 0 center;
	-o-transform-origin: 0 0 center;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
}
/*=====
Overlay
=======*/

.sunflowerWrap {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	color: #fff;
}
.sunflowerWrap a {
	display: block;
}
.sunflowerWrap .overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sunflowerWrap .overlay .centralize {
	width: 80%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sunflowerWrap .overlay h2 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.sunflowerWrap .overlay h2 span {
	display: block;
	font-size: 11px;
}
.sunflowerWrap .overlay p {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.sunflowerWrap:hover .overlay {
	opacity: 1;
}
.sunflowerWrap img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
}
.sunflowerWrap:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/*======= Img Effect =======*/
a.img-zoomIn {
	display: block;
	cursor: pointer;
}
a.img-zoomIn img {
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
a.img-zoomIn:hover img {
	opacity: 1;
}
a.img-zoomIn:hover figcaption:before, a.img-zoomIn:hover figcaption:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
a.img-zoomIn figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	background: rgba(0,0,0,0.3);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
}
a.img-zoomIn:hover figcaption {
	background: rgba(0,172,234,0.90);
}
a.img-zoomIn figcaption h2 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 30%;
	padding-left: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
}
a.img-zoomIn figcaption h2 small {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}
html {
	font-size: 62.5%;/* Sets up the Base 10 stuff */
}
:lang(zh-CN) body {
	font-family: 'Noto Sans SC Sliced', 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.8;
}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.8;
	color: #808080;
	background-color: #fff;
	padding-top: 160px;
	overflow-x: hidden;
}
p {
	margin-bottom: 15px;
}
hr {
	border-top: 1px solid #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
}
h1 {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 3px;
	color: #00acea;
}
.h1box {
	display: inline-block;
	position: relative;
	margin-bottom: 5rem;
}
.h1box h1 {
	background: #fff;
	display: inline-block;
	padding: 5px;
	margin: 20px;
}
.h1outline {
	width: 100%;
	display: block;
	border: 2px solid #fce531;
	border-image-source: linear-gradient(to right, #fce531, #ff8811);
	border-image-slice: 2;
	height: 30px;
	margin-top: -48px;
}
h3 {
	font-size: 18.75px;
}
h4 {
	font-size: 16px;
	margin: 0;
}
h5 {
	font-weight: 700;
	font-size: 13px;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
::selection {
	color: #FFF;
	background: #30a9e0;
}
.readmore {
	width: 45px;
	max-width: 100%;
	margin: auto;
}
.moreBtn {
	width: 45px;
	max-width: 100%;
	margin: auto;
}
/* =================================================================
Header ========================================== */
.header-waypoint {
	position: absolute;
	width: 100%;
	top: 150px;
	left: 0px;
}
#header {
	background: #fff;
	margin-bottom: 0;
	padding: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	border-bottom: 2px solid #fce531;
	border-image-source: linear-gradient(to right, #fce531, #ff8811);
	border-image-slice: 2;
}
.navbar-header {
	float: none !important;
	padding: 10px 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.header-active .navbar-header {
	padding: 5px;
}
/*======= Search =======*/
:lang(zh-CN) body .enSearch {
	display: none !important;
}
:lang(en-US) body .cnSearch {
	display: none !important;
}
form#searchform {
	clear: both;
	padding: 0;
}
form#searchform .form-group {
	border: 1px solid #bd833d;
	border-radius: 30px !important;
	box-shadow: none;
}
form#searchform .form-group:before {
	font-family: FontAwesome, san-serif !important;
	content: '\f002' !important;
	padding-left: 10px;
}
form#searchform input#s {
	box-shadow: none;
	background: none;
	padding-left: 0;
	width: 200px;
	font-size: 11px;
	color: #bd833d;
}
/*======= Logo =======*/
.navbar-header .navbar-brand {
	height: auto;
	padding: 0;
}
a#logo img {
	width: 200px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
.header-active a#logo img {
}
/*===== new menu ====*/
.toplink {
	font-size: 11px;
	font-weight: 400;
	color: #bd833d;
}
.followus {
	float: right;
	clear: both;
}
.translationNav {
	list-style: none;
	float: right;
	margin: 5px 0 !important;
}
ul.translationNav li {
	float: left;
}
ul.translationNav li:first-child a {
	border-right: 1px solid #bd833d;
}
ul.translationNav li a {
	font-size: 11px;
	color: #bd833d;
	padding: 0 5px;
}
.toplink a {
	color: #bd833d;
}
.toplink a:hover {
	color: #000 !important;
}
/*======= Navigation =======*/
ul#menu-primary-menu, ul#menu-primary-menu-chinese {
}
nav .caret {
	display: none;
}
.navbar-toggle {
}
.navbar-toggle .icon-bar {
	background: #000;
}
nav#navigation {
	background: #00acea;
}
ul#menu-navigation {
}
#navigation li {
	margin: 0;
	text-align: center;
}
#navigation li.menu-external a {
	font-size: 18px;
	padding: 15px 10px;
}
:lang(zh-CN) body #navigation li a {
	letter-spacing: 8px;
}
:lang(en-US) body #navigation li a {
	font-weight: 700;
}
#navigation li a {
	font-size: 16px;
	padding: 12px 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	background: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: linear-gradient(to right, #fce531 0%, #ff8811 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#navigation li.glyphicon a {
	text-indent: -999999px;
}
#navigation li.glyphicon:before {
	color: #414041;
	position: absolute;
	top: 20px;
	left: 0px;
}
#navigation li.dropdown ul.dropdown-menu {
	padding: 0;
	border: 0;
	border-radius: 0 !important;
	background: #00acea;
}
#navigation li.dropdown ul.dropdown-menu li a {
	padding: 8px 20px;
	color: #fff;
	border: 0;
	border-bottom: 2px solid #fce531;
	border-image-source: linear-gradient(to right, #fce531, #ff8811);
	border-image-slice: 2;
	font-weight: 400;
}
#navigation li.dropdown ul.dropdown-menu li a:hover {
	background: linear-gradient(to right, #fce531 0%, #ff8811 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#navigation li.dropdown ul.dropdown-menu li:last-child a {
	border-bottom: 0;
	padding-right: 20px !important;
}
#navigation li.dropdown.open a {
	background: transparent;
}
.page-head.clearfix {
	display: none;
}
/* =================================================================
Index Page ========================================== */
body.home {
	overflow-x: hidden;
}
.home .ms-bullet {
	border: 0 !important;
	width: 10px !important;
	height: 10px !important;
	background: #fff !important;
}
.home .ms-bullet-selected {
	background: rgba(255,255,255,0.5) !important;
}
.newsGrid {
	padding: 0 !important;
}
/*======= More Img Effect =======*/
a.img-morezoomIn {
	display: block;
	cursor: pointer;
}
a.img-morezoomIn img {
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
a.img-morezoomIn:hover img {
	-webkit-transform: scale(0.9) rotate(90deg);
	-moz-transform: scale(0.9) rotate(90deg);
	-ms-transform: scale(0.9) rotate(90deg);
	-o-transform: scale(0.9) rotate(90deg);
	opacity: 1;
}
a.img-morezoomIn:hover figcaption:before, a.img-morezoomIn:hover figcaption:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
a.img-morezoomIn:hover figcaption h2 {
	-webkit-transform: translate3d(0, -50px, 0);
	-moz-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
	-o-transform: translate3d(0, -50px, 0);
}
a.img-morezoomIn figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
a.img-morezoomIn figcaption h2 {
	color: #9fab00;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	-ms-transform: translate3d(0, -20px, 0);
	-o-transform: translate3d(0, -20px, 0);
}
a.img-morezoomIn figcaption:before, a.img-morezoomIn figcaption:after {
	content: '';
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	opacity: 0;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
}
a.img-morezoomIn figcaption:before {
	border-top: 1px solid #9fab00;
	border-bottom: 1px solid #9fab00;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
a.img-morezoomIn figcaption:after {
	border-right: 1px solid #9fab00;
	border-left: 1px solid #9fab00;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
/*==== Contact ====*/

#contactSection {
	padding: 11rem 0;
}
.form-group {
	margin-bottom: 11px;
}
.form-control {
	border-radius: 0;
	border: 0;
	box-shadow: 0;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	background: rgba(255,255,255,0.8);
}
.wpcf7-submit {
	font-weight: 900;
	font-size: 16px;
	letter-spacing: 1px;
	background: #fce531;
	background: -moz-linear-gradient(left, #fce531 0%, #ff8811 100%);
	background: -webkit-linear-gradient(left, #fce531 0%, #ff8811 100%);
	background: linear-gradient(to right, #fce531 0%, #ff8811 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce531', endColorstr='#ff8811', GradientType=1 );
	color: #fff;
	border: 0;
	border-radius: 20px;
	padding: 10px;
	width: 150px !important;
	max-width: 70% !important;
	margin: auto !important;
}
.wpcf7-submit:hover {
	background: #ff8811;
	color: #fff;
}
span.wpcf7-not-valid-tip {
	background: rgba(255,0,0,0.5);
	color: #fff;
	font-size: 10px;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background: #f7e700;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #9fab00;
	background: #9fab00;
	color: #fff;
}
body.page-template-page-contactus-en, body.page-template-page-contactus-cn {
	background: #55abbc url(images/contactBg.jpg) center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 150px;
	color: #fff;
}
body.page-template-page-contactus-en h4, body.page-template-page-contactus-cn h4 {
	font-size: 20px;
	font-weight: normal;
}
body.page-template-page-contactus-en h2.pageTitle, body.page-template-page-contactus-cn h2.pageTitle {
	font-size: 40px;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #fff;
	margin-bottom: 5rem;
}
.contactinfo {
	font-size: 15px;
}
.enquiryLabel {
	text-align: right;
}
.wpcf7 label {
	font-weight: normal;
	width: 200px;
	max-width: 100%;
}
.wpcf7-submit {
}
/*==== About ====*/
#aboutSection h5 {
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #00acea;
}
.tourism-logo img {
	height: 60px;
	margin: 30px 30px 0 0;
}
/*==== News ====*/

.newsContent {
	color: #fff;
	background: #fdb62b;
}
.newsInfo {
	padding: 30px;
	margin: 0;
}
.newsInfo h4 {
	text-transform: uppercase;
}
.photosGrid {
	background: #fff;
	padding: 0;
}
.newsBox {
	border: 2px solid #fce531;
	border-image-source: linear-gradient(to right, #fce531, #ff8811);
	border-image-slice: 2;
}
img.newsImg1 {
	position: absolute;
	margin-top: 5%;
	margin-left: -10%;
	margin-bottom: 10%;
}
img.newsImg2 {
	position: absolute;
	margin-top: -10%;
	margin-left: -10%;
}
.newsTxt {
	padding: 50px;
}
/*==== Services ====*/
#themeSection h1 {
	padding-top: 0;
	padding-left: 0;
	margin-left: 0;
}
#themeImgSection {
}
#themeImgSection .row>div {
	padding: 10px !important;
}
#servicestepsSection h1 {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 10px;
}
.row.servicetable {
	border: 1px solid #fce531;
	border-image-source: linear-gradient(to bottom, #fce531, #ff8811);
	border-image-slice: 2;
}
:lang(en-US) .row.servicetable .col-sm-3 {
	min-height: 660px;
}
:lang(en-US) .row.servicetable .col-sm-3 li {
	font-size: 13px;
}
.servicetable .col-sm-3 {
	padding: 30px;
	border: 1px solid #fce531;
	border-image-source: linear-gradient(to bottom, #fce531, #ff8811);
	border-image-slice: 2;
	min-height: 500px;
	margin: 0 !important;
}
.servicetable h2 {
	font-size: 20px;
	font-weight: 900;
	color: #ff8710;
}
.servicetable h3 {
	font-size: 20px;
	font-weight: 900;
	color: #00acea;
}
#otherservicesSection ul {
	list-style: none;
	font-weight: 900;
	color: #00acea;
	width: auto !important;
	margin: 20px auto;
}
#otherservicesSection li {
	display: inline-block;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 2px solid #fce531;
	border-image-source: linear-gradient(to bottom, #fce531, #ff8811);
	border-image-slice: 2;
	font-size: 17px;
	line-height: 1.3;
	padding: 0 20px;
}
:lang(en-US) #otherservicesSection li {
	font-weight: 700;
	font-size: 14px;
	min-height: 80px !important;
	display: inline-grid;
	padding: 20px;
}
#otherservicesSection li:last-child {
	border-right: 0 !important;
}
/*==== member page ====*/

.sunflowerWrap.memberPageWrap {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	color: #fff;
}
.sunflowerWrap.memberPageWrap a {
	display: block;
}
.sunflowerWrap.memberPageWrap .overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sunflowerWrap.memberPageWrap .overlay .centralize {
	width: 80%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sunflowerWrap.memberPageWrap .overlay .centralize img {
	width: 80px;
	max-width: 80%;
	margin: auto;
}
.sunflowerWrap.memberPageWrap .overlay h6 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.sunflowerWrap.memberPageWrap .overlay h6 span {
	display: block;
	font-size: 11px;
}
.sunflowerWrap.memberPageWrap .overlay p {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.sunflowerWrap:hover .overlay {
	opacity: 1;
}
.sunflowerWrap.memberPageWrap img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
}
.sunflowerWrap.memberPageWrap:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/* =================================================================
innerPage ========================================== */
#innerPage {
 background:;
}
.whiteSection {
	padding: 8rem 0;
}
/*======= Static Banner =======*/
.pageBanner {
	background: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pageBanner .pageTitleWrap {
	margin-top: 100px;
	color: #fff;
	background: rgba(44,156,181,0.7);
	padding: 30px;
}
.pageBanner .pageTitleWrap p strong {
	font-weight: 900;
}
.pageTitleWrap h2.pageTitle {
	font-weight: 400;
	color: #fff;
}
.pageBanner h2 span {
}
.pageBanner .banner-border {
	position: relative;
	padding: 14% 0;/*max-height: 450px;*/
}
.pageBanner .banner-border figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}
.pageBanner .banner-border figcaption:before, .pageBanner .banner-border figcaption:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border: 0;
}
:lang(en-US) body .pageBanner .banner-border figcaption h2 {
	font-weight: 900;
}
.page-id-1025 .pageBanner .banner-border figcaption h2 {
	font-size: 20px;
}
.pageBanner .banner-border figcaption h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 5px;
	color: #fff;
	margin: 0;
	padding-right: 15px;
	position: absolute;
	top: 40%;
	right: 0;
	text-align: right;
	/*left: 50%;
		transform: translate(-50%, -50%);*/
	display: inline-table;
	line-height: 20px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 25px solid #fce531;
	border-image-source: linear-gradient(to right, #fce531, #fce531, #fce531, #ff8811);
	border-image-slice: 45%;
	text-transform: uppercase;
}
.pageBanner .container {
}
/*======= Page Banner =======*/
.pageSection {
	padding: 5rem 0;
}
.pageSection h2 {
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 20px;
	color: #30a8df;
}
.pageSection h2 span {
	font-size: 28px;
	display: block;
}
.pageSection h4 {
}
.pageSection.greySection {
	background: #eee;
}
/* === GALLERY === */

dl {
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
dt, dd {
	line-height: 0;
	padding: 10px;
	margin: 0;
}
.thumbnail {
	margin: 0;
	padding: 0;
	border: 0 !important;
}
#gallery-2 .gallery-item {
	margin: 0 !important;
	padding: 0;
}
#gallery-1 img, #gallery-2 img {
	border: 0 !important;
}
#gallery-1 .gallery-item {
	margin-top: 0 !important;
}
#gallery-1 .gallery-caption {
	display: none;
}
/*==== search page ====*/
.search section.pageBanner {
	background: none;
	padding: 2rem 0;
}
.search .page {
	padding: 2rem 0;
}
/* =================================================================
contentSection ========================================== */
.home .contentSection {
}
/*======= Breadcrumb =======*/
.breadcrumb {
	float: left;
	background: transparent;
	font-size: 12px;
	padding: 0;
}
/*======= List style =======*/
ul {
	padding-left: 20px;/*margin-bottom: 20px;*/
}
ul.lower-alpha {
	list-style-type: lower-alpha;
}
ul.disc {
	list-style-type: disc;
	margin-bottom: 10px;
}
/*======= Blog Layout =======*/
.blog-page {
	margin-bottom: 10px;
	padding: 10px 0 20px;
}
.blog-page:last-child {
	border-bottom: 0;
}
.blog-page .blog-img {
	position: relative;
	overflow: hidden;
}
.blog-page .blog-details h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
}
.blog-page .blog-details .sep {
	background: #40b649;
	width: 60px;
	height: 3px;
	margin: 10px 0;
}
.blog-page .post_content {
	margin-top: 10px;
}
#blog-innerpage {
	margin-top: 30px;
}
#sidebar .widget {
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
	background: #ffffff;
}
#sidebar .widget p, #sidebar .widget ul {
	font-size: 14px;
}
#sidebar .widget li {
	margin-bottom: 10px;
}
#sidebar .widget a {
	color: #000;
}
#sidebar .widgettitle {
	background: #000;
	color: #ffffff;
	text-align: center;
	padding: 10px 20px;
	margin-top: 0;
}
/* =================================================================
Footer ========================================== */

.quicklinksSection {
	color: #fff;
	background: #333;
	text-align: center;
	padding: 3rem 0 1rem 0;
}
.quicklinksSection ul {
	text-align: center;
	list-style: none;
	display: inline-block;
}
.quicklinksSection ul li {
	float: left;
}
:lang(zh-CN) body .quicklinksSection ul li a {
	letter-spacing: 8px;
}
.quicklinksSection ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	border-right: 1px solid #fff;
}
.quicklinksSection ul li a:hover {
	color: rgba(255,255,255,0.6);
}
.quicklinksSection ul li:last-child a {
	border-right: 0 !important;
}
#footer {
	color: #fff;
	background: #333;
	padding: 0 0 5rem 0;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 11px;
	text-align: center;
}
/*======= Back to Top =======*/
#back-to-top {
	display: none !important;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 1;
	cursor: pointer;
	padding: 13px 16px;
	background: #30a8df;
	color: #ffffff;
	border-radius: 50%;
}
/* =================================================================
Plugins ========================================== */
/***** Media Queries *****/

@media (min-width: 1200px) {
.container {
	width: 1080px;
}
}
 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.logo {
	background-image: url("/images/logo@2x.png");
	background-size: contain;
}
}
 @media only screen and (min-width: 768px) {
.navbar-toggle {
	display: none;
}
#navigation li:last-child a {
	padding-right: 0 !important;
}
.mobileMenu {
	display: none;
}
.servicetable {
	margin-top: -50px !important;
}
.servicetable .col-sm-3 {
	margin-top: -49px !important;
	padding-top: 60px !important;
}
#news2 {
	margin-top: 8rem;
}
:lang(en-US) #otherservicesSection li {
	width: 20%;
}
}
 @media only screen and (max-width: 480px) {
a#logo img {
}
h1 {
	font-size: 25px !important;
}
.home .pageSection {
	padding: 0 0 0 0;
}
.pageBanner .banner-border {
}
.pageBanner .banner-border figcaption h2 {
	font-size: 26px;
	display: inline-table;
	line-height: 1;
}
#gallery-1 .gallery-item {
	width: 50% !important;
}
#footerQuick a, #footer p#copyright {
	font-size: 10px;
}
}
 @media only screen and (max-width: 767px) {
body {
	padding-top: 150px !important;
}
a#logo img {
	width: 150px;
}
.row>div {
	margin-bottom: 25px;
}
.single-post .pageBanner .banner-border figcaption h2 {
	font-size: 40px !important;
}
.navbar-header .navbar-brand {
	padding: 0 10px;
}
.navbar-header {
}
.mobileMenu {
	background: #00acea;
	display: flex;
	text-align: center;
	margin-top: -20px;
}
.navbar-toggle {
	margin: 10px auto;
	border-color: #fff;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
header .col-sm-6 {
	width: 50% !important;
	float: left !important;
}
.toplink {
	margin: 0 !important;
	font-size: 8px !important;
	line-height: 1.1 !important;
}
ul.translationNav li a {
	padding: 0 2px !important;
	font-size: 8px !important;
}
/*======= mobile Search =======*/


form#searchform {
	clear: both;
}
form#searchform .form-group {
	border: 1px solid #bd833d;
	border-radius: 30px !important;
	box-shadow: none;
}
form#searchform .form-group:before {
	font-family: FontAwesome, san-serif !important;
	content: '\f002' !important;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 13px;
	float: left;
}
form#searchform input#s {
	box-shadow: none;
	background: none;
	padding-left: 0;
	width: 200px;
	max-width: 80% !important;
	margin: auto;
	font-size: 8px;
	color: #bd833d;
}
.firstcontent {
	padding-top: 5rem !important;
}
.lastcontent {
	padding-bottom: 5rem !important;
}
.content {
	padding: 1rem 20px;
}
.pageBanner .banner-border {
	padding: 25% 0;
}
.newsGrid {
	margin-bottom: 0 !important;
}
.servicetable .col-sm-3 {
	min-height: auto !important;
	width: 100% !important;
	float: none !important;
}
.servicetable .col-sm-3:nth-child(2), .servicetable .col-sm-3:nth-child(3), .servicetable .col-sm-3:nth-child(4) {
	margin-top: 0 !important;
	min-height: auto !important;
}
#otherservicesSection li {
	float: left;
	width: 49%;
	font-size: 16px;
	margin: 10px 0;
}
#otherservicesSection li:nth-child(2n) {
	border-right: 0 !important;
}
#otherservicesSection ul.otherRow2 li:nth-child(1), #otherservicesSection ul.otherRow2 li:nth-child(2) {
	height: 38px;
}
}
@media only screen and (max-width: 991px) {
.servicetable .col-sm-3 {
	width: 50%;
	float: left;
	min-height: 350px;
}
:lang(zh-CN) .servicetable .col-sm-3:nth-child(3), .servicetable .col-sm-3:nth-child(4) {
	min-height: 400px !important;
	margin-top: 0 !important;
}
:lang(en-US) .servicetable .col-sm-3:nth-child(1), .servicetable .col-sm-3:nth-child(2) {
	min-height: 350px !important;
	margin-top: 0 !important;
}
:lang(en-US) .servicetable .col-sm-3:nth-child(3), .servicetable .col-sm-3:nth-child(4) {
	min-height: 500px !important;
	margin-top: 0 !important;
}
}
@media only screen and (min-width: 992px) {
/*======= Scrollable header =======*/
.header-active {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.header-active#header {
	padding: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
}
