/*
Theme Name: 7thVision Theme 2015
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2015
*/

/*________ GLOBAL ELEMENTS ________*/

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #f3eee5;
}
a:hover {
	color: #f3eee5;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #d2c5b0;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%; 

	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	width: 100%;
	max-width: 1120px;
	max-width: 70rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ie .wrapper {
	width: 1120px;
}


/*________ HEADER & NAV ________*/

.headerWrapper {
	position: relative;
	z-index: 200;
}
.header {
	position: relative;
	background: #e2bd96 url(images/bg-header.jpg) top center repeat;
	background-size: 1920px 226px;
	background-size: 120rem 14.125rem;
	padding: 12px 0;
	padding: 0.75rem 0;
	z-index: 9020;
	-webkit-box-shadow: 0 6px 18px 0 #000000;
	-webkit-box-shadow: 0 0.375rem 1.125rem 0 #000000;
	box-shadow: 0 6px 18px 0 #000000;
	box-shadow: 0 0.375rem 1.125rem 0 #000000;
}



.header .wrapper {
	position: relative;
}

.header .languageSwitcher {
	position: absolute;
	top: 10px;
	top: 0.625rem;
	right: 0;
	text-transform: uppercase;
	font-size: 10px;
	font-size: 0.625rem;
	color: #8e8e8e;
	line-height: 16px;
	line-height: 1rem;
	font-weight: 700;
	color: #fff;
	background: #77533D;
	padding: .5rem;
	border-radius: 4px;
  	border-radius: 0.25rem;
}
.header .languageSwitcher .inlineBlocks .inlineBlock {
	margin: 0 0 0 6px;
	margin: 0 0 0 0.375rem;
}
.header .languageSwitcher .inlineBlocks .inlineBlock.flag {
	width: 32px;
	width: 2rem;
}
.header .languageSwitcher .inlineBlocks .inlineBlock img {
	width: 100%;
	height: auto;
}



.header .logo img {
	width: 100%;
	height: auto;
	max-width: 344px;
	max-width: 21.5rem;
	margin: 0 auto;
}






.navContainer {
	position: relative;
	height: 62px;
	height: 3.875rem;
	background: #e2bd96 url(images/bg-nav.jpg) top center repeat;
	background-size: 1920px 62px;
	background-size: 120rem 3.875rem;
	z-index: 10;
	-webkit-box-shadow: 0 2px 2px 0 #000000;
	-webkit-box-shadow: 0 0.125rem 0.125rem 0 #000000;
	box-shadow: 0 2px 2px 0 #000000;
	box-shadow: 0 0.125rem 0.125rem 0 #000000;
	z-index: 9000;
}
.navContainer.stuck {
	position: fixed;
	top:0;
	z-index: 9999;
	width: 100%;
}
.admin-bar .navContainer.stuck {
	top: 32px;
}

.navContainer .wrapper {
	padding-left: 0;
	padding-right: 0;
}

.mainNavToggle {
	display: none;
	border: none;
	padding: 2px;
	padding: 0.125rem;
	float: left;
	color: #281b13;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	background-color: transparent;
	margin: 8px 0 0 12px;
	margin: 0.5rem 0 0 0.75rem;
	width: 50px;
	width: 3.125rem;
	height: 50px;
	height: 3.125rem;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
}
.mainNavToggle .icon {
	position: absolute;
	margin: auto;
  	top: 0; left: 0; right: 0;
}
.mainNavToggle .icon .icono {
	color: #281b13;
}
.mainNavToggle .icon .icono-hamburger {
	margin-top: 16px;
	margin-top: 1rem;
	width: 28px;
	width: 1.75rem;
}
.mainNavToggle .icon .icono-cross {
	margin-top: 0;
	width: 28px;
	width: 1.75rem;
}
.mainNavToggle .text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}

/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	z-index: 1500;
	position: relative;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	padding: 0 28px;
	padding: 0 1.75rem;
	margin: 0;
	line-height: 62px;
	line-height: 3.875rem;
	font-size: 18px;
	font-size: 1.125rem;
	color: #281b13;
	font-family: 'Alfa Slab One', cursive;
	text-transform: uppercase;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
/* Chinese version tweaks */
html:lang(zh-hans) .mainNav a {
	font-weight: 700;
	color: #000;
}
html:lang(zh-hans) .navContainer .wrapper {
	max-width: 688px;
	max-width: 43rem;
}
.mainNav .menu-item-has-children > a:after {
	content: '';
	width: 14px;
	width: 0.875rem;
	height: 10px;
	height: 0.625rem;
	top: 26px;
	top: 1.625rem;
	position: absolute;
	margin: 0 0 0 8px;
	margin: 0 0 0 0.5rem;
	background: url(images/icon-arrow-down.png) no-repeat top center;
	background-size: contain;
}
.mainNav .menu-item-has-children > a:hover:after {
	border-top-color: #fff;
}

.mainNav > li:first-child a {
}
.mainNav > li:last-child a {
}

/* main level link hover */
.mainNav li:hover > a {
	color: #50321f;
}
/* sub levels link hover */
.mainNav ul li:hover a, 
.mainNav li:hover li a {
	color: #50321f;
}

.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
}
.home .mainNav li.current-menu-parent > a,
.home .mainNav li.current-menu-item > a {
}
/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 240px;
	width: 15rem;
	position: absolute;
	top: 62px;
	top: 3.875rem;
	left: 0;
	background: #281b13;
}
.mainNav ul .menu-item-has-children > a:after {
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	top: 16px;
	top: 1rem;
	right: 8px;
	right: 0.5rem;
}
/* Prevent dropdown nav items from flowing off screen (place in first media query) */
/*.mainNav li:nth-last-child(1) ul,
.mainNav li:nth-last-child(2) ul {
	left: auto;
	right: 0;
}*/
/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {
	font-weight: 700;
	color: #d2c5b0 !important;
	line-height: 48px;
	line-height: 3rem;
	font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border-bottom: 1px solid #483b31;
	font-size: 14px;
	font-size: 0.875rem;
}
.mainNav ul a:hover {
	color: #fff  !important;
}
/* level 3+ list */
.mainNav ul ul {
	left: 240px;
	left: 15rem;
	top: 0;
}
.mainNav ul .menu-item-has-children > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
	top: 22px;
	top: 1.375rem;
	right: 8px;
	right: 0.5rem;
}
.mainNav ul .menu-item-has-children:hover > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
}
/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .mainNav {
	display: block;
}
* html .mainNav {
	height: 1%;
}








/*________ SLIDER ________*/

.nivoSlider {
	position: relative;
}
.nivoSlider .nivo-directionNav a {
	width: 100px;
	width: 6.25rem;
	height: 100px;
	height: 6.25rem;
	background: url(images/icon-arrow-next.png) no-repeat center center #fff;
	background-size: 16px 16px;
	background-size: 1rem 1rem;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	top: 50%;
	margin-top: -50px;
	margin-top: -3.125rem;
}
.nivoSlider .nivo-directionNav a.nivo-prevNav {
	background-image: url(images/icon-arrow-prev.png);
}
.nivoSlider .nivo-directionNav a:hover {
	background-color: #ccc;
}


/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
	padding: 40px 0 16px;
	padding: 2.5rem 0 1rem;
	position: relative;
	z-index: 100;
}
.contentContainer .wrapper {
	background-color: #281b13;
	background-color: rgba(40, 27, 19, 0.8);
	padding: 34px 60px 20px;
	padding: 2.125rem 3.75rem 1.25rem;
	overflow: hidden;
}
.content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContent .content {
	width: 71.5%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	float: left;
}
.halfContent .content {
	width: 50%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	padding: 8px 0 12px;
	padding: 0.5rem 0 0.75rem;
	font-family: 'Alfa Slab One', cursive;
	text-transform: uppercase;
	font-weight: 400;
	color: #e7dcca;
}
.content h1 {
	font-size: 32px;
	font-size: 2rem;
	padding: 0 0 16px;
	padding: 0 0 1rem;
	border-bottom: 1px solid #e7dcca;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
.single .content h1 {
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.content h2 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h3 {
	font-size: 18px;
	font-size: 1.125rem;
}
.content h4,
.content h5,
.content h6 {
	font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: none;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
	margin-bottom: 0;	
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
 	padding: 0 0 20px;
 	padding: 0 0 1.25rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
}
.content .entryContent {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}


.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow .pageNav a {
	float: left;
	border: 1px solid #222;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.content .navBelow .pageNav a:hover {
	background-color: #fff;
}
.content .navBelow .navNext a {
	float: right;
}
.content .distributionContainer {
	clear: both;
}
.content .distributionContainer .textarea {
	clear: none;
}
.content .distributionContainer div[id*='cnt_1_company_description'] {
	width: 98%
}

.content .distributionContainer div[id*='cnt_3_agree_to_terms'] {
	width: 100%;
}

/*________ FRONT PAGE ________*/

.home .contentContainer {
	padding-top: 0;
}
.home .contentContainer .wrapper {
	background-color: transparent;
	text-align: center;
	color: #281b13;
	max-width: 840px;
	max-width: 52.5rem;
	padding-left: 16px;
	padding-left: 1rem;
	padding-right: 16px;
	padding-right: 1rem;
}
.home .footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}


/*________ CONTACT PAGE ________*/

.page-template-pages-contact .mapContainer {
	position: relative;
	width: 100%;
	height: 400px;
	height: 25rem;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	clear: both;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}


/*________ TESTIMONIALS PAGE ________*/

.testimonialsContainer .testimonial {
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	padding: 0 0 36px;
	padding: 0 0 2.25rem;
}
.testimonialsContainer .testimonial .testimonialContent {
	font-style: italic;
}
.testimonialsContainer .testimonial h3 {
	text-align: right;
}
.testimonialsContainer .testimonial h3 a {
	text-decoration: none;
}
.testimonialsContainer .testimonial h3 a:hover {
	text-decoration: underline;
}
.testimonialsContainer .testimonial p.businessRole {
	text-align: right;
	padding-bottom: 0;
}


/*________ FAQ PAGE ________*/

.faqContainer {
	padding: 20px 0 0;
	padding: 1.25rem 0 0;
}
.faqContainer .faq {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	border-bottom: 1px dotted #ccc;
}
.faqContainer .faq h4 a {
	color: #000
}
.faqContainer .faq h4 a {
	text-decoration: none;
	display: block;
	color: inherit;
}
.faqContainer .faq h4 a .icono {
	color: inherit;
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
	overflow: hidden;
	margin: -2px 8px 0 0;
	margin: -0.125rem 0.5rem 0 0;
}
.faqContainer .faq .faqContent {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.faqContainer .faq.show .faqContent {
	height: auto;
	opacity: 1;
}


/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/


/*________ SIDEBAR ________*/

.sidebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContent .sidebar {
	width: 28.5%;
	padding: 0 0 40px 40px;
	padding: 0 0 2.5rem 2.5rem;
	float: left;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding: 0 0 40px 40px;
	padding: 0 0 2.5rem 2.5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar .section {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.sidebar .section h5 {
	font-family: 'Alfa Slab One', cursive;
	font-weight: 400;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
	font-size: 20px;
	font-size: 1.25rem;
}
.sidebar .section ul {
	list-style: none;
}
.sidebar .section ul li {
	border-bottom:  1px dotted #d2c5b0;
	line-height: 2;
}
.sidebar .section ul li a {
	display: block;
	line-height: 2;
}


.sidebar form.searchform {
	position: relative;
}
.sidebar form.searchform .fieldContainer {
	overflow: hidden;
}
.sidebar form.searchform .fieldContainer label {
	display: none
}
.sidebar form.searchform .fieldContainer input[type="text"] {
	height: 32px;
	height: 2rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 12px;
	font-size: 0.75rem;
	width: 100%;
}
.sidebar form.searchform button[type="submit"] {
	text-indent: -9999px;
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	right: 12px;
	right: 0.75rem;
}
.sidebar form.searchform button[type="submit"] img {
	width: 100%;
	height: auto;
}



/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
	font-size: 10px;
	font-size: 0.625rem;
	color: #fff;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
	position: relative;
	z-index: 20;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .wrapper {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 8px;
	padding-top: 0.5rem;
	overflow: hidden;
}
.footer p.copyright {
	float: left;
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.footer p.supporting {
	float: right;
	text-align: right;
}
.footer p.supporting span {
	font-style: italic;
	line-height: 40px;
	line-height: 2.5rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}
.footer p.supporting img {
	width: 100%;
	height: auto;
	max-width: 190px;
	max-width: 11.875rem;
}
/*
.footer p.seventhLink {
	width: 120px;
	display: block;
	float: right;
}
*/
/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
}


/*________ MISC ________*/

.bgImageContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	/*margin: 288px 0 0;
	margin: 18rem 0 0;*/
}
.home .bgImageContainer {
	opacity: 1;
}
.bgImageContainer .bgImage {
	height: 100%;
	width: 100%;
}

.bgVideoContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;

	opacity: 0;

	/*margin: 288px 0 0;
	margin: 18rem 0 0;*/
}
.bgVideoContainer.show {
	opacity: 1;
	z-index: 20;
	
}

.button,
.fc_container form.elab_form input[type="submit"],
.fc_container form.elab_form button[type="submit"] {
	border-radius: 4px;
	border-radius: 0.25rem;
	color: #fff;
	font-weight: 400;
	background-color: #5a7a2c;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Alfa Slab One', cursive;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	display: inline-block;
	margin: 0 auto;
	padding: 14px 40px;
	padding: 0.875rem 2.5rem;
	line-height: 1.25;
	text-decoration: none;
}
.button:hover {
	background-color: #281b13;
	color: #fff;
}


.inlineBlocks {
	text-align: center;
	overflow: hidden;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}




ul.socialNav {
	text-align: left;
}
ul.socialNav li {
	list-style: none;
	padding: 0 10px 10px 0;
	padding: 0 0.625rem 0.625rem 0;
}
ul.socialNav li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 4px;
	border-radius: 0.25rem;
}
ul.socialNav li a * {
	fill: #fff;
}
ul.socialNav li.facebook a {
	background-color: #3b5998;
}
ul.socialNav li.twitter a {
	background-color: #238ccc;
}
ul.socialNav li.instagram a {
	background-color: #3f729b;
}
ul.socialNav li.youtube a {
	background-color: #cd201f;
}
ul.socialNav li.googlePlus a {
	background-color: #c13727;
}
ul.socialNav li.tripAdvisor a {
	background-color: #26a146;
}
ul.socialNav li a:hover,
ul.socialNav li a:focus,
ul.socialNav li a:active {
	background-color: #333 !important;
}
ul.socialNav li a img,
ul.socialNav li a svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;

  	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
ul.socialNav li a:hover svg,
ul.socialNav li a:hover img,
ul.socialNav li a:focus svg,
ul.socialNav li a:focus img,
ul.socialNav li a:active svg,
ul.socialNav li a:active img {
	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
ul.socialNav li.facebook a svg,
ul.socialNav li.facebook a img {
	max-width: 25%;
}
ul.socialNav li.twitter a svg,
ul.socialNav li.twitter a img {
	max-width: 50%;
}
ul.socialNav li.instagram a svg,
ul.socialNav li.instagram a img {
	max-width: 50%;
}
ul.socialNav li.youtube a svg,
ul.socialNav li.youtube a img {
	max-width: 50%;
}
ul.socialNav li.googlePlus a svg,
ul.socialNav li.googlePlus a img {
	max-width: 50%;
}
ul.socialNav li.pinterest a svg,
ul.socialNav li.pinterest a img {
	max-width: 40%;
}
ul.socialNav li.tripAdvisor a svg,
ul.socialNav li.tripAdvisor a img {
	max-width: 50%;
}
ul.socialNav li.linkedIn a svg,
ul.socialNav li.linkedIn a img {
	max-width: 50%;
}


/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gallery .gallery-item img:hover {
	opacity: 0.6;
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1640px */
@media (max-width: 102.5em) {
	.header .logo img {
		max-width: 240px;
		max-width: 15rem;
	}
}

/* 1440px */
@media (max-width: 90em) {

}

/* 1340px */
@media (max-width: 83.75em) {

}

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/* 1040px */
@media (max-width: 65em) {

}

/* 940px */
@media (max-width: 58.75em) {
	.wrapper {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
	.header .languageSwitcher {
		right: 16px;
		right: 1rem;
		
	}
	.contentContainer {
		padding-bottom: 0;
		padding-top: 0;
	}
	.mainNav a {
		font-size: 16px;
		font-size: 1rem;
		padding: 0 24px;
		padding: 0 1.5rem;
	}
	html:lang(zh-hans) .navContainer .wrapper {
		max-width: 608px;
		max-width: 38rem;
	}
}

/* 840px */
@media (max-width: 52.5em) {
	.mainNav a {
		padding: 0 18px;
		padding: 0 1.125rem;
	}
	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}
	html:lang(zh-hans) .navContainer .wrapper {
		max-width: 528px;
		max-width: 33rem;
	}
}

/* 782px */
@media (max-width: 48.875em) {
	.admin-bar .navContainer.stuck {
		top: 46px;
	}
}

/* 740px */
@media (max-width: 46.25em) {
	.admin-bar .navContainer.stuck {
		top: auto;
		position: relative;
	}
	.header .languageSwitcher {
		top: 166px;
		top: 10.4rem;
	}
	.mainNavToggle {
		display: block;
	}
	html:lang(zh-hans) .navContainer .wrapper {
		max-width: 100%;
	}
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 80px;
		top: 5rem;
		left: 0;
		width: 100%;
		padding: 0 16px;
		padding: 0 1rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.mainNav a,
	html:lang(zh-hans) .mainNav a {
		color: #fff;
		border: none !important;
		line-height: 50px;
		line-height: 3.125rem;
	}
	.mainNav li {
		width: 100%;
		float: none;
		border: none !important; 
		border-bottom: 1px solid #000 !important;
	}
	
	.mainNav > li {
		background-color: #222;
		background-color: rgba(0, 0, 0, 0.85);
	}
	.mainNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.mainNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto !important;
		right: auto !important;
		text-align: left !important;
		border: none !important;
	}
	.mainNav .menu-item-has-children > a:after {
		border-color: transparent !important;
		border-top-color: #fff !important;
		left: auto !important;
		right: auto !important;
		top: 32px;
		top: 2rem;
	}
	html:lang(zh-hans) .mainNav .menu-item-has-children > a:after {
		background: none;
	}
	.mainNav .menu-item-has-children:hover > a:after {
		border-top-color: #fff !important;
	}
	.mainNav ul li { 
		border: none !important;
		border-top: 1px solid #000 !important;
	}
	.mainNav ul a { 
		padding-left: 32px;
		padding-left: 2rem;
		background-color: transparent;
	}
	.mainNav ul ul a { 
		padding-left: 48px;
		padding-left: 3rem;
	}
	.bgVideoContainer.show {
		opacity: 0;
	}
	.home .bgImageContainer {
		opacity: 1;
	}
}

/* 640px */
@media (max-width: 40em) {
	.header .logo img {
		max-width: 240px;
		max-width: 15rem;
	}
	.contentContainer .wrapper {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

/* 540px */
@media (max-width: 33.75em) {
	.home .button {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
	.footer p.copyright {
		float: none;
		text-align: center;
		padding-bottom: 16px;
		padding-bottom: 1rem;
	}
	.footer p.supporting {
		float: none;
		text-align: center;
	}
	.content .distributionContainer .double {
		width: 100%;
	}
}

/* 440px */
@media (max-width: 27.5em) {
	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.alignleft, 
	img.alignleft,
	.alignright, 
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
}

/* 340px */
@media (max-width: 21.25em) {

}


/* HEIGHT */

/* 640px */
@media (max-height: 40em) {
	.home .footer {
		position: relative;
		bottom: auto;
		left: auto;
	}
}
