/* @override
	http://localhost/assets/css/header.css */

/* @group Header */
#nav-wrap{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
#cookiebanner{
	background:#e6f4f9;
	position: relative;
}
#cookiebanner p{
	color: #293033;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    padding: 10px 25px;
    position: relative;
	width: 100%;
	max-width: 1150px;
}
#cookiebanner a{
	color:blue;
}
#cookiebanner .close-toast{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#cookiebanner .close-toast .icon-plus{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	font-weight: 700;
	margin: 0;
}
.icon-plus{
	float:right;color:blue;
	color: blue;
    font-size: 15px;
	margin-top: -5px;
	cursor: pointer;
}
#navigation{
	margin: 0;
	background-color: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
	height: 53px;
	position: static;
	width: 100%;
	-webkit-transition: top .5s ease-in-out;
	-moz-transition: top .5s ease-in-out;
	-ms-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
	z-index: 5000;
}

#navigation h1{
	float: left;
	margin: 9px 30px 0 0;
	margin-bottom: 0;
	max-width: 145px;
	position: relative;
	z-index: 901;
}

#navigation h1 img{
	float: left;
	max-width: 145px;
	opacity: 1;
	position: relative;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	z-index: 1;
}
#navigation h1 img.white {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: 0;
	opacity: 0;
	position: absolute;
	z-index: 0;
}

#navigation ul.main-nav{
	float: right;
	display: block;
}

#navigation ul.main-nav .main-wrap,
#navigation ul.main-nav .sub-wrap,
#navigation ul.main-nav li{
	display: inline-block;
}
#navigation ul.main-nav .sub-wrap {
	text-align: left;
	-webkit-transition: width .5s ease-in-out, margin-left .5s ease-in-out, text-align .5s ease-in-out;
	-moz-transition: width .5s ease-in-out, margin-left .5s ease-in-out, text-align .5s ease-in-out;
	-ms-transition: width .5s ease-in-out, margin-left .5s ease-in-out, text-align .5s ease-in-out;
	-o-transition: width .5s ease-in-out, margin-left .5s ease-in-out, text-align .5s ease-in-out;
	transition: width .5s ease-in-out, margin-left .5s ease-in-out, text-align .5s ease-in-out;
	white-space: nowrap;
}
#navigation ul.main-nav .sub-wrap > li {
	-webkit-transition: margin .5s ease-in-out;
	-moz-transition: margin .5s ease-in-out;
	-ms-transition: margin .5s ease-in-out;
	-o-transition: margin .5s ease-in-out;
	transition: margin .5s ease-in-out;
}

#navigation ul.main-nav .main-wrap {
	float: left;
	height: 53px;
}
#navigation ul.main-nav .main-wrap > li {
	float: inherit;
}
#navigation ul.main-nav li a{
	color: #002554;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	display: block;
	padding: 19px 20px;
	position: relative;
	text-transform: uppercase;
}

#navigation ul.main-nav>.main-wrap>li>a:after {
	border-bottom: 3px solid #002554;
	bottom: 0;
	content: '';
	left: 50%;
	opacity: 0;
	position: absolute;
	right: 50%;
	-webkit-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-moz-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-ms-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-o-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
}
#navigation ul.main-nav>.main-wrap>li.active>a:after,
#navigation ul.main-nav>.main-wrap>li:hover>a:after{
	left: 0;
	opacity: 1;
	right: 0;
	-webkit-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-moz-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-ms-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-o-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
}
#navigation ul.main-nav>.main-wrap>li.active>a:after {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
body.ie #navigation ul.main-nav>.main-wrap>li.active>a:after,
body.ie #navigation ul.main-nav>.main-wrap>li:hover>a:after {
	content: ' ';
}

#navigation #join-the-club{
	float: right;
}

#navigation .site-width{
	max-width: 1110px;
}

#navigation #join-club-button{
	margin-left: 0px;
	position: relative;
	z-index: 901;
	padding-top: 10px;

}

#navigation #join-club-button a{
	border: 1px solid #002554;
	font-size: 14px;
	padding: 8px 20px;
	-webkit-transition: background-color .25s ease-in-out, border-color .5s ease-in-out, color .5s ease-in-out;
	-moz-transition: background-color .25s ease-in-out, border-color .5s ease-in-out, color .5s ease-in-out;
	-ms-transition: background-color .25s ease-in-out, border-color .5s ease-in-out, color .5s ease-in-out;
	-o-transition: background-color .25s ease-in-out, border-color .5s ease-in-out, color .5s ease-in-out;
	transition: background-color .25s ease-in-out, border-color .5s ease-in-out, color .5s ease-in-out;
}

#navigation #join-club-button a:hover{
	background-color: #ECECEB;
}

#navigation #globe{
	margin-left: 20px;
	position: relative;
	top: 9px;
	z-index: 901;
}

#navigation #globe a{
	font-size: 29px;
	padding: 0px;
	height: 28px;
	width: 28px;
	margin-top:4px;
	overflow: hidden;
	position: relative;
}
#navigation #globe a:before {
	-webkit-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-ms-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}
body.ie #navigation #globe a:before {
	color: #002554;
	content: "\e602";
}
#navigation #globe.toggled:before {
	border-bottom: 13px solid transparent;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 8px solid #3c8db5;
	content: "";
	position: absolute;
	top: -10px;
}

#mcnav,
#mcglobe,
.for-mobile,
#mobile-sub {
	display: none;
}

/* @group Globe Animation 1.0 */

#globe:hover a:before {
	display: inline-block;
	-webkit-animation: globeAnimation 1s 1 ease-in;
	-moz-animation: globeAnimation 1s 1 ease-in;
	-o-animation: globeAnimation 1s 1 ease-in;
}

@-webkit-keyframes globeAnimation {
	0% {-webkit-transform: scale(1, 1);}
	50% { -webkit-transform: scale(-1, 1);}
	100% { -webkit-transform: scale(1, 1);}
}
@-moz-keyframes globeAnimation {
	0% {-moz-transform: scale(1, 1);}
	50% { -moz-transform: scale(-1, 1);}
	100% { -moz-transform: scale(1, 1);}
}
@-o-keyframes globeAnimation {
	0% {-o-transform: scale(1, 1);}
	50% { -o-transform: scale(-1, 1);}
	100% { -o-transform: scale(1, 1);}
}

/* @end */

/* @group Globe Animation 2.0 */
#globe a:before{
	visibility: hidden;
}

#globe a{
	background: url('/assets/images/globes.png') no-repeat left 0px;
	-webkit-transition: background-position 0s linear .25s;
	-moz-transition: background-position 0s linear .25s;
	-ms-transition: background-position 0s linear .25s;
	-o-transition: background-position 0s linear .25s;
	transition: background-position 0s linear .25s;
}

.scrolled #globe a{
	background-position: 0 -85px;
}

#globe a:hover {
	-webkit-animation: playBlue 1s steps(8) 1;
	-moz-animation: playBlue 1s steps(8) 1;
	-ms-animation: playBlue 1s steps(8) 1;
	-o-animation: playBlue 1s steps(8) 1;
	animation: playBlue 1s steps(8) 1;
}

.scrolled #globe a:hover {
	-webkit-animation: playWhite 1s steps(8) 1;
	-moz-animation: playWhite 1s steps(8) 1;
	-ms-animation: playWhite 1s steps(8) 1;
	-o-animation: playWhite 1s steps(8) 1;
	animation: playWhite 1s steps(8) 1;
}

@-webkit-keyframes playBlue {
	100% { background-position: -224px 0;}
}
@-moz-keyframes playBlue {
	100% { background-position: -224px 0;}
}
@-ms-keyframes playBlue {
	100% { background-position: -224px 0;}
}
@-o-keyframes playBlue {
	100% { background-position: -224px 0;}
}
@keyframes playBlue {
	100% { background-position: -224px 0;}
}
@-webkit-keyframes playWhite {
	100% { background-position: -224px -85px;}
}
@-moz-keyframes playWhite {
	100% { background-position: -224px -85px;}
}
@-ms-keyframes playWhite {
	100% { background-position: -224px -85px;}
}
@-o-keyframes playWhite {
	100% { background-position: -224px -85px;}
}
@keyframes playWhite {
	100% { background-position: -224px -85px;}
}

/* @end */

/* @group Country selector */
#country-selector {
	background: #3c8db5;
	background-size: cover;
	color: #fff;
	height: 0;
	min-height: 0;
	overflow: hidden;
	position: static;
	text-align: center;
	-webkit-transition: height .5s ease-in-out, min-height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out, min-height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out, min-height .5s ease-in-out;
	-o-transition: height .5s ease-in-out, min-height .5s ease-in-out;
	transition: height .5s ease-in-out, min-height .5s ease-in-out;
	width: 200%;
	z-index: 1001;
}
#country-selector.toggled {
	height: 350px;
	min-height: 350px;
}

#country-selector.toggled + nav {
	top: 350px;
}
#country-selector.toggled + nav + #breadcrumb {
	top: 438px;
}
#country-selector .site-width {
	display: inline-block;
	height: 100%;
	max-width: 1106px;
	position: relative;
	text-align: left;
	width: 100%;
}
#country-selector h3 {
	color: #fff;
	margin: 60px 0 30px;
	max-width: 100%;
	text-align: center;
}
#country-selector .info,
#country-selector .chooser {
	display: inline-block;
	float: left;
	width: 50%;
}
#country-selector .info {
	left: -100%;
	position: relative;
	-webkit-transition: left .5s ease-in-out;
	-moz-transition: left .5s ease-in-out;
	-ms-transition: left .5s ease-in-out;
	-o-transition: left .5s ease-in-out;
	transition: left .5s ease-in-out;
}
#country-selector .info.toggled {
	left: 0;
}
#country-selector .info .two-col {
	font-size: 19px;
	margin: 0 auto;
	max-width: 820px;
}
#country-selector .info .two-col > div {
	padding: 0 15px;
}
#country-selector .info .close {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px;
	margin: 15px 0 10px;
	position: absolute;
	right: 0;
	text-decoration :none;
	top: 0;
}
#country-selector .info ul {
	font-family: Georgia;
	list-style: disc;
	margin-bottom: 25px;
	margin-left: 18px;
	margin-top: 15px;
}
#country-selector .info ul li {
	margin-bottom: 10px;
}
#country-selector .info ul.language {
	margin-bottom: 10px;
	margin-left: -3px;
	margin-top: 0;
}

#country-selector .info ul.language li{
	display: inline-block;
}

#country-selector .info ul.language li a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	margin: 0px 3px;
	text-decoration: none;
}
#country-selector .info ul.language li a:hover {
	text-decoration: underline;
}

#country-selector .info ul.language li.active a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
}

#country-selector .info ul.language li + li{
	border-left: 1px solid #fff;
	padding-left: 4px;
}

#country-selector .info a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	margin: 15px 0 10px;
	text-decoration: none;
}
#country-selector .info a:hover {
	text-decoration: underline;
}
#country-selector .info .country-info a:hover {
	text-decoration: none;
}
#country-selector .info a.close:hover {
	text-decoration: none;
}
#country-selector .info p {
	margin-bottom: 15px;
}
#country-selector .info .button {
	border-color: #fff;
	padding: 18px 20px 18px 20px;
	position: relative;
	text-decoration: none;
}
#country-selector .info .button:after {
	top: 16px;
}
#country-selector .info .button:hover {
	text-decoration: none;
}
#country-selector .chooser {
	position: relative;
	-webkit-transition: right .5s ease-in-out;
	-moz-transition: right .5s ease-in-out;
	-ms-transition: right .5s ease-in-out;
	-o-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;
	right: 0;
}
#country-selector .chooser.toggled {
	right: 50%;
}
#country-selector .chooser .site-width {
	max-width: 1200px;
}
#country-selector .chooser .close {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px;
	position: absolute;
	right: 47px;
	text-decoration :none;
	top: 15px;
	z-index: 10;
}
#country-selector .chooser ul {
	display: block;
}
#country-selector .chooser .continent-select {
	display: inline-block;
	float: left;
	width: 25%;
}
#country-selector .chooser .continent-select ul {
	border-right: 1px solid rgba(255,255,255,.6);
}
#country-selector .chooser .continent-select ul li {
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	padding: 21px 0 21px 47px;
}
#country-selector .chooser .continent-select ul li.back,
#country-selector .chooser .continent-select ul li.toggled {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#country-selector .chooser .continent-select ul li.back {
	border-bottom: 1px solid rgba(255,255,255,.6);
}
#country-selector .chooser .continent-select ul li.toggled,
#country-selector .chooser .continent-select ul li:hover {
	background: rgba(255,255,255,.22);
}
#country-selector .chooser .continent-select ul li.back.toggled {
	background: none;
}
#country-selector .chooser .country-select {
	display: inline-block;
	float: left;
	width: 75%;
}
#country-selector .chooser .country-select .continents {
	height: 1750px;
	padding: 15px 0 0 30px;
	position: relative;
	top: 0;
	-webkit-transition: top .5s ease-in-out;
	-moz-transition: top .5s ease-in-out;
	-ms-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
}
#country-selector .chooser .country-select .continents .continent {
	display: inline-block;
	height: 350px;
	min-height: 350px;
	width: 100%;
}
#country-selector .chooser .country-select h4 {
	color: #fff;
	cursor: pointer;
	display: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#country-selector .chooser .country-select h4.toggled {
	background: rgba(255,255,255,.3);
}
#country-selector .chooser .country-select > h5 {
	background: #3c8db5;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,.6);
	color: #fff;
	display: block;
	font-family: 'gotham-medium';
	margin-bottom: 0;
	padding: 21px 0 21px 30px;
	position: relative;
	text-align: left;
	z-index: 1;
}
#country-selector .chooser .country-select > h5:before {
	content: none;
}
#country-selector .chooser .country-select .col {
	float: left;
	width: 25%;
}
#country-selector .chooser .country-select ul li {
	display: inline-block;
	margin-bottom: 15px;
	min-height: 35px;
	width: 100%;
}
#country-selector .chooser .country-select ul li a {
	display: block;
	font-size: 15px;
	margin-top: -22px;
	padding-left: 46px;
	position: relative;
	text-decoration: none;
}
#country-selector .chooser .country-select ul li a:after {
	content: '\e610';
	font-family: 'icomoon';
	font-size: 12px;
	margin-left: 10px;
	position: absolute;
	top: 2px;
	vertical-align: middle;
}
#country-selector .chooser .country-select ul li a:hover {
	text-decoration: underline;
}
/* @end Country selector */

/* @group Sub Nav */
#navigation ul.sub-nav{
	background: #436889;
	box-shadow: inset 0px 3px 3px rgba(0, 0, 0, .3);
	height: 35px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 100%;
	-webkit-transition: top .5s ease-in-out, height .5s ease-in-out, box-shadow .5s ease-in-out;
	-moz-transition: top .5s ease-in-out, height .5s ease-in-out, box-shadow .5s ease-in-out;
	-ms-transition: top .5s ease-in-out, height .5s ease-in-out, box-shadow .5s ease-in-out;
	-o-transition: top .5s ease-in-out, height .5s ease-in-out, box-shadow .5s ease-in-out;
	transition: top .5s ease-in-out, height .5s ease-in-out, box-shadow .5s ease-in-out;
	width: 100%;
	z-index: 900;
}

#navigation ul.sub-nav li{
	margin: 0px 35px;
}

#navigation ul.main-nav li#about-us ul.sub-nav li{
	margin: 0px 20px;
}

#navigation ul.sub-nav li a{
	color: #fff;
	padding: 10px 10px;
	-webkit-transition: padding .5s ease-in-out;
	-moz-transition: padding .5s ease-in-out;
	-ms-transition: padding .5s ease-in-out;
	-o-transition: padding .5s ease-in-out;
	transition: padding .5s ease-in-out;
}

#navigation ul.sub-nav>.sub-wrap>li>a:after {
	border-bottom: 3px solid #fff;
	bottom: 0px;
	content: '';
	left: 50%;
	opacity: 0;
	position: absolute;
	right: 50%;
	-webkit-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-moz-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-ms-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-o-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
}
#navigation ul.sub-nav>.sub-wrap>li:hover>a:after,
#navigation ul.sub-nav>.sub-wrap>li.active>a:after{
	left: 0;
	opacity: 1;
	right: 0;
	-webkit-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-moz-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-ms-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-o-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linears;
}
body.ie #navigation ul.sub-nav>.sub-wrap>li:hover>a:after,
body.ie #navigation ul.sub-nav>.sub-wrap>li.active>a:after {
	content: ' ';
}

#navigation ul.sub-nav{
	display: none;
}

#navigation ul.main-nav li.active ul.sub-nav{
	display: inline-block;
}

/* @end Sub Nav */

/* @group Sub Sub Nav */

#navigation .main-nav ul.sub-sub-nav{
    background: #fff;
	box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0);
	display: none;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 100%;
    -webkit-transition: box-shadow .5s ease-in-out;
    -moz-transition: box-shadow .5s ease-in-out;
    -ms-transition: box-shadow .5s ease-in-out;
    -o-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
    width: 100%;
    z-index: 900;
}
#navigation ul.main-nav li.active ul.sub-nav li.active ul.sub-sub-nav {
	display: inline-block;
}
#navigation ul.sub-sub-nav li a {
	color: #000;
	text-transform: none;
}
#navigation ul.sub-sub-nav>li>a:after {
    border-bottom: 3px solid #000;
    bottom: 0px;
	content: '';
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
	-webkit-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-moz-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-ms-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	-o-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
	transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear .25s;
}
#navigation ul.sub-sub-nav>li:hover>a:after, 
#navigation ul.sub-sub-nav>li.active>a:after {
	left: 0;
	opacity: 1;
	right: 0;
	-webkit-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-moz-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-ms-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	-o-transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linear;
	transition: left .25s ease-in-out, right .25s ease-in-out, opacity 0s linears;
}
#navigation span.icon-new-window:after{
	margin-left: 5px !important;
	font-size: 11px;
	margin-top: 2px;
}
body.ie #navigation ul.sub-sub-nav>li:hover>a:after, 
body.ie #navigation ul.sub-sub-nav>li.active>a:after {
	content: ' ';
}

/* @end Sub Sub Nav */

/* @group Scrolled nav */

#navigation.scrolled h1 img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
#navigation.scrolled h1 img.white {
	-ms-filter: "";
	opacity: 1;
}
#navigation.scrolled #join-club-button a {
	border-color: #fff;
	color: #fff;
}
#navigation.scrolled #join-club-button a:hover {
	background-color: #1C3A59;
}
#navigation.scrolled #globe a:before {
	color: #fff;
}
body.ie #navigation.scrolled #globe a:before {
	color: #fff;
	content: "\e602 ";
}
#navigation.scrolled ul.sub-nav {
	box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0);
	height: 53px;
	top: 0;
}
#navigation.scrolled ul.sub-nav .sub-wrap > li > a {
	padding: 19px 10px;
}
#navigation.scrolled .main-nav ul.sub-sub-nav {
	box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.3);
}
/* @end Scrolled nav */

/* @group Breadcrumb */
#breadcrumb {
	background: #fff;
	left: 0;
	padding: 0px 0;
	position: absolute;
	right: 0;
	top: 88px;
	-webkit-transition: top .5s ease-in-out;
	-moz-transition: top .5s ease-in-out;
	-ms-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
	z-index: 1;
}
#breadcrumb .site-width {
	max-width: 1145px;
}
#breadcrumb h5 {
	color: #184575;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0;
}
#breadcrumb h5:before {
	content: none;
}
#breadcrumb h5 a {
	color: #63686b;
	margin-right: 16px;
	position: relative;
}
#breadcrumb h5 a:after {
	content: " | ";
	position: absolute;
	right: -13px;
}
#breadcrumb h5 a:hover {
	text-decoration: underline;
}
#breadcrumb ul {
	float: right;
}
#breadcrumb ul li {
	float: left;
	padding: 0 5px;
}
#breadcrumb ul li a span {
	color: #a7a9ab;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	vertical-align: middle;
}
#breadcrumb ul li a:hover span {
	color: #63686b;
}
#breadcrumb ul li a span.icon-mail {
	font-size: 13px;
}
#breadcrumb ul li a span.icon-printer {
	font-size: 18px;
}
/* @end Breadcrumb */

@media only screen and (max-width:1100px) {
	/* @group McNav */
	#mcnav {
		cursor: pointer;
		display: block;
        position: absolute;
        right: 70px;
        width: 15px;
        height: 14px;
		margin-top: 20px;
        z-index: 9999;
        padding: 0px;
        border: 2px solid #002554;
        border-width: 2px 0px;
        border-bottom-color: transparent;
        z-index: 5;
    }
    #mcnav:before,
    #mcnav:after {
        content: '';
        border-top: 2px solid #002554;
        position: absolute;
        top: 40%;
        bottom: 0px;
        left: 0px;
        width: 15px;
    }
    #mcnav:after {
        top: 100%;
        text-indent: 10px;
        content: '';
        font-size: 15px;
        text-transform: uppercase;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 1.3;
        color: #002554;
    }
    #mcnav.open {
        border-top-color: transparent;
    }
    #mcnav.open:after,
    #mcnav.open:before {
        transform: rotate(45deg) ;
        -webkit-transform: rotate(45deg) ;
        -moz-transform: rotate(45deg) ;
        -o-transform: rotate(45deg) ;
        -ms-transform: rotate(45deg) ;
        top: 40%;
        width: 17px;
        left: -1px;
        bottom: auto;
    }
    #mcnav.open:after {
        content: '';
        transform: rotate(-45deg) ;
        -webkit-transform: rotate(-45deg) ;
        -moz-transform: rotate(-45deg) ;
        -o-transform: rotate(-45deg) ;
        -ms-transform: rotate(-45deg) ;
    }
    #mcnav span{
    	cursor: pointer;
    	padding-left: 20px;
    	vertical-align: top;
    	line-height: .9;
    	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
	/* @end */
	/* @group Country selector */
	#country-selector.toggled + nav + #breadcrumb {
		top: 408px;
	}
	#country-selector .site-width {
		margin: 0 auto;
	}
	#country-selector .info {
		font-size: 13px;
	}
	#country-selector .info .two-col > div {
		float: left;
		width: 50%;
	}
	#country-selector .info .close,
	#country-selector .chooser .close {
		right: 30px;
	}
	#country-selector .chooser .continent-select ul li {
		font-size: 14px;
	}
	#country-selector .chooser .country-select ul li a {
		font-size: 14px;
	}
	/* @end McNav */
	/* @group Navigation Mobile  */
	#navigation .site-width{
		margin: 0px 15px;
	}
	#navigation #nav-container{
		display: none;
		overflow: auto;
		padding-bottom: 30px;
		position: fixed;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		z-index: 500;
		color: #fff;
		background: -moz-linear-gradient(top, #2884AE 0%, #348CB1 50%, #016DA4 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2884AE), color-stop(50%,#348CB1), color-stop(100%,#016DA4));
	    background: -webkit-linear-gradient(top, #2884AE 0%,#348CB1 50%,#016DA4 100%);
	    background: -o-linear-gradient(top, #2884AE 0%,#348CB1 50%,#016DA4 100%);
	    background: -ms-linear-gradient(top, #2884AE 0%,#348CB1 50%,#016DA4 100%);
	    background: linear-gradient(to bottom, #2884AE 0%,#348CB1 50%,#016DA4 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22884ae', endColorstr='#f2016da4',GradientType=0 );
	}
	#navigation .for-mobile{
		display: block;
	}
	#mcglobe {
		color: #002554;
		cursor: pointer;
		display: block;
		font-size: 25px;
		padding: 10px 0px 0px;
		position: absolute;
		right: 99px;
		top: 5px;
	}
	#globe,
	#join-club-button{
		display: none!important;
		
	}
	#navigation h1 {
		z-index: 1;
	}
	#navigation .main-nav .sub-nav{
		position: static!important;
		background: none!important;
		box-shadow: none!important;
		text-align: left!important;
		padding-left: 20px;
		overflow: hidden;
		padding-top: 20px;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	#navigation .main-nav .active .sub-nav,
	#navigation .main-nav .sub-nav{
		display: none;
	}
	#navigation ul.main-nav .main-wrap {
		float: none;
		height: auto;
	}
	#navigation ul.sub-nav {
		height: auto;
	}
	ul.main-nav{
		float: none!important;
	}
	#navigation ul.main-nav li,
	#navigation ul.main-nav li a,
	#navigation ul.main-nav li.active,
	#navigation ul.main-nav li.active a,
	#navigation ul.main-nav li a:hover{
		display: none;
		color: #fff;
		padding: 0px;
		margin: 0px;
		float: none;
		display: block;
		border: none!important;
		font-family: '"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;'!important;
	}
	#navigation ul.main-nav li a:after{
		display: none;
	}
	#mobile-nav-title{
		font-size: 25px;
		letter-spacing: 5px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		padding: 30px 15px;
	}
	#mobile-nav-title span{
		float: right;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 39px;
		display: inline-block;
		line-height: .8;
	}
	#mobile-nav-title a{
		display: block;
		background: #fff;
		color: #002554;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		padding: 25px 0px;
		text-transform: uppercase;
		margin: 30px 0px 10px;
		letter-spacing: 1px;
	}
	#mobile-nav-footer-links{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-transform: uppercase;
	}
	#navigation ul.main-nav,
	#mobile-nav-footer-links{
		padding: 0px 20px;
	}
	#navigation ul.main-nav li,
	#navigation ul.main-nav li.active,
	#mobile-nav-footer-links li{
		margin-bottom: 20px;
		letter-spacing: 2px;
	}
	#navigation ul.main-nav li a{
		font-size: 17px;
	}
	ul.main-nav>.main-wrap>li>a.has-children:before{
		content: '+ ';
	}
	ul.main-nav>.main-wrap>li>a.has-children.open:before{
		content: '- ';
		margin-right: 1.5px;
	}
	ul.main-nav>.main-wrap>li[data-nth="4"] a:before,
	ul.main-nav>.main-wrap>li:first-child a:before{
		content: '';
		margin-right: 20px;
	}
	#navigation ul.main-nav li ul.sub-nav li a{
		margin-left: 20px;
	}
	#mobile-nav-social-links{
		border-top: 2px solid #469abe;
		padding-top: 10px;
		text-align: center;
	}
	#mobile-nav-social-links a{
		border: 1px solid #fff;
		margin: 0px 2%;
		border-radius: 100%;
		width: 0px;
		height: 0px;
		padding: 19px;
		line-height: 0px;
		display: inline-block;
		position: relative;
	}
	#mobile-nav-social-links a:before{
		position: absolute;
		line-height: 0px;
		text-align: center;
		left: 0px;
		right: 0px;
	}
	#mobile-nav-social-links .icon-youtube{
		font-size: 12px;
	}
	#navigation ul.main-nav li#about-us ul.sub-nav li{
		margin: 0px 0px 20px;
	}
	/* @end Navigation  */

	/* @group Mobile Sub Nav */
	#mobile-sub+#content-wrapper{
		margin-top: 90px;
	}
	#mobile-sub{
		background-color: #477196;
		color: #fff;
		display: block;
		position: fixed;
		top: 53px;
		left: 0px;
		right: 0px;
		z-index: 1000;
	}
	#mobile-sub>ul>li.active>a{
		text-transform: uppercase;
		padding: 15px;
		display: block;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 15px;
		letter-spacing: 3px;
	}
	#mobile-sub>ul>li.active>a:after{
		content: "\e60a";
		font-family: 'icomoon';
		float: right;
		font-size: 8px;
		padding-top: 3px;
	}
	#mobile-sub .sub-nav{
		position: fixed;
		display: none;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		background: #50789b;
		z-index: 2000;
	}
	#mobile-sub .sub-nav li{
		margin-bottom: 0px;
	}
	#mobile-sub .sub-nav .sub-wrap > li:first-child,
	#mobile-sub .sub-nav li a{
		padding: 20px;
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	#mobile-sub .sub-nav .sub-wrap > li:first-child{
		display: block;
		border-bottom: 1px solid #aabdce;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 19px;
	}
	#mobile-sub .sub-nav .sub-wrap > li:first-child:after{
		content: 'X';
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		position: absolute;
		right: 20px;
		top: 14px;
		font-size: 40px;
	}
	#mobile-sub .sub-nav li.active > a{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#mobile-sub .sub-nav li>a.has-children:before{
		content: '+ ';
	}
	#mobile-sub .sub-nav li>a.has-children.open:before{
		content: '- ';
		margin-right: 1.5px;
	}
	#mobile-sub .sub-nav .sub-sub-nav {
		margin-left: 30px;
	}
	/* @end */
}

@media only screen and (max-width:1023px) {
	/* @group Country selector 
	#country-selector.toggled + nav + #breadcrumb {
		top: 408px;
	}
	#country-selector .site-width {
		margin: 0 auto;
	}
	#country-selector .info .button {
		text-decoration: underline;
	}
	#country-selector .info a {
		text-decoration: underline;
	}
	#country-selector .chooser .continent-select ul li {
		font-size: 14px;
	}
	#country-selector .chooser .country-select ul li a {
		font-size: 14px;
		text-decoration: underline;
	}
	 @end Country selector */

	/* @group Country selector */
	#country-selector.toggled {
		height: 100%;
		overflow: auto;
	}
	#country-selector.toggled + nav {
		top: 100%;
	}
	#country-selector h3 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		max-width: 340px;
		padding: 0 30px;
		text-align: left;
	}
	#country-selector h3 span {
		display: block;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#country-selector .info {
		padding-bottom: 30px;
	}
	#country-selector .info .two-col > div {
		float: none;
		width: auto;
	}
	#country-selector .info p,
	#country-selector .info ul li,
	#country-selector .info ul.language li a {
		font-size: 15px;
	}
	#country-selector .info.toggled + .chooser .country-select {
		display: none;
	}
	#country-selector .info .close {
		top: 10px;
	}
	#country-selector .info .country-info a,
	#country-selector .info .country-info a:hover {
		text-decoration: underline;
	}
	#country-selector .chooser .close {
		top: 25px;
	}
	#country-selector .chooser .continent-select {
		display: none;
	}
	#country-selector .chooser .country-select {
		float: none;
		padding: 0;
		width: 100%;
	}
	#country-selector .chooser .country-select .inner-wrap {
		display: inline-block;
		width: 100%;
	}
	#country-selector .chooser .country-select .col {
		float: left;
		width: 50%;
	}
	#country-selector .chooser .country-select ul,
	#country-selector .chooser .country-select .continents .continent {
		height: auto;
		min-height: auto;
	}
	#country-selector .chooser .country-select ul li {
		min-height: 25px;
	}
	#country-selector .chooser .country-select .continents .continent h5 {
		display: none;
	}
	#country-selector .chooser .country-select h4 {
		display: block;
		margin-bottom: 0;
		padding: 15px;
	}
	#country-selector .chooser .country-select > h5 {
		border-bottom: 1px solid #fff;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 15px;
		padding: 30px 15px;
	}
	#country-selector .chooser .country-select .continents {
		height: auto !important;
		padding: 0;
		top: 0px !important;
	}
	#country-selector .chooser .country-select .continents .continent h4:before {
		content: "+ ";
		display: inline-block;
		width: 20px;
	}
	#country-selector .chooser .country-select .continents .continent h4.toggled:before {
		content: "- ";
	}
	#country-selector .chooser .country-select .continents .continent .col-wrap {
		height: 0;
		overflow: hidden;
		-webkit-transition: height .5s ease-in-out;
		-moz-transition: height .5s ease-in-out;
		-ms-transition: height .5s ease-in-out;
		-o-transition: height .5s ease-in-out;
		transition: height .5s ease-in-out;
	}
	#country-selector .chooser .country-select .continents .continent .col-wrap .inner-wrap {
		padding: 15px 0 1px;
	}
	#country-selector .chooser .country-select .continents .continent .col-wrap ul {
		padding: 0 30px;
	}
	/* @end Country selector */

	/* @group Breadcrumb */
	#breadcrumb {
		top: 80px;
	}
	#breadcrumb .site-width {
		margin: 0 15px;
	}
	/* @end Breadcrumb */
}

@media only screen and (max-width:767px) { /* large mobile/small tablet */
	/* @group Country selector */
	#country-selector .chooser .country-select .col {
		float: none;
		width: 100%;
	}
	/* @end Country selector */

	/* @group Breadcrumb */
	#breadcrumb {
		padding: 0px 0;
		text-align: center;
	}
	#breadcrumb h5 {
		float: none;
	}
	#breadcrumb ul {
		display: none;
	}
	.airport-lounge-detail #breadcrumb h5,
	.airport-lounge-detail #breadcrumb h5 a {
		font-size: 14px;
	}
	/* @end Breadcrumb */
}

@media only screen and (max-width:340px) { /* small  */
	/* @group Breadcrumb */
	#breadcrumb h5,
	#breadcrumb h5 a {
		font-size: 14px;
	}
	.airport-lounge-detail #breadcrumb h5,
	.airport-lounge-detail #breadcrumb h5 a {
		font-size: 10px;
	}
	/* @end Breadcrumb */

	/* @group Country selector */
	#country-selector h3 {
		padding: 0 15px;
	}
	#country-selector .info .two-col > div {
		padding: 0 15px;
	}
	/* @end Country selector */
}

/* @end Header */