body {
	padding: 0;
	background: url('../images/vertical-waves-2x.png');
	font-family: "Noto Sans", "Fira Sans", sans-serif;
	font-size: 16px;
	color: #2c230b;
}

img {
	width: 100%;
}

a:hover {
	text-decoration: none;
}

span.error {
    background-color:red;
    color:white;
    border-radius:3px;
    padding:1px 7px;
    font-size:13px;
    float:right;
    position:absolute;
    top:21px;
    right:15px;
}

.no-padding-bottom {
    padding-bottom:0 !important;
}

/*---------------- Nav ----------------*/
.nav_wrapper {
	width: 100%;
	position: absolute;
	top:0;
	z-index: 1030;
}

.navbar {
	position: relative;
	padding: 0;
	background: -moz-linear-gradient(top, rgba(67,56,68,0.45) 25%, rgba(67,56,68,0) 100%);
	background: -webkit-linear-gradient(top, rgba(67,56,68,0.45) 25%,rgba(67,56,68,0) 100%);
	background: linear-gradient(to bottom, rgba(67,56,68,0.45) 25%,rgba(67,56,68,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73433844', endColorstr='#00433844',GradientType=0 );
}

.navbar a {
	color: #ffffff;
	font-size: 16px;
}

.navbar-brand {
	padding: 0;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
	width: 65%;
	margin: 0 15px;
}

.navbar button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #f8f4ef;
}

.navbar-collapse {
  	flex-flow: row wrap;
  	padding: 30px 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}


.top-sub-nav {
	flex: 1 100%;
	margin-bottom: 18px;
}

.top-sub-nav .social {
	float: none;
    padding-left: 20px;
    margin-bottom: 0;
    list-style: none;
}

.top-sub-nav .social li{
	display: inline-block;
	margin: 0 5px;
}

.top-sub-nav .social li a{
	color:#d5cdc2;
	-webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.top-sub-nav .social li a:hover{
	color:#2c230b;
}

.top-sub-nav .language {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

.top-sub-nav .language a{
	color:#d5cdc2;
	font-size: 13px;
	padding: 1px 10px;
	margin: 0 3px;
	border-radius: 6px;
	display: inline-block;
	-webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.top-sub-nav .language a.active,
.top-sub-nav .language a:hover {
	background: #d5cdc2;
	color: #2c230b;
}

.top-sub-nav .logout {
    float:right;
    margin:0 20px;
}
.top-sub-nav .logout a {
    font-size:13px;
    /*vertical-align:bottom;*/
}

.nav {
	flex: 1 100%;
	justify-content: center !important;
}

.nav .nav-item {
	margin: 0 10px;
}

.nav .nav-item .nav-link {
    padding: .5rem .5rem;
}

.nav .nav-item.active .nav-link:before {
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #d5cdc2;
    height: 5px;
    display: block;
    width: 100%;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -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;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #d5cdc2;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

header {
	position: relative;
	height: 70vh;
	background: #2c230b;
	overflow: hidden;
}

header .video-wrap {
	height: 85vh;
	overflow: hidden;
	text-align: center;
	background: url('../images/banner_temp.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	display:none;
}

header .overlay{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg, rgba(62,81,81,0.5) 0%, rgba(222,203,164,0.5) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(62,81,81,0.5) 0%,rgba(222,203,164,0.5) 100%);
	background: linear-gradient(135deg, rgba(62,81,81,0.5) 0%,rgba(222,203,164,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#803e5151', endColorstr='#80decba4',GradientType=1 );
	padding-top: 150px;
}

header .tagline{
	position: absolute;
	top: 35vh;
	width: 100%;
	text-align: center;
}
header .tagline img{
	margin: auto;
	width: 85%;
}

.intro_block_shadow {
	display: block;
	background: -moz-linear-gradient(top, rgba(67,56,68,0.25) 25%, rgba(67,56,68,0) 100%);
	background: -webkit-linear-gradient(top, rgba(67,56,68,0.25) 25%,rgba(67,56,68,0) 100%);
	background: linear-gradient(to bottom, rgba(67,56,68,0.25) 25%,rgba(67,56,68,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73433844', endColorstr='#00433844',GradientType=0 );
	height: 150px;
}

.intro_block_wrap {
	margin-top: -220px;
	padding-bottom: 40px;
}

.intro_block_wrap a {
    color:#eee;
}

.intro_block {
	background: rgb(221,214,188);
	background: -moz-linear-gradient(top, rgba(221,214,188,1) 0%, rgba(181,166,148,1) 100%);
	background: -webkit-linear-gradient(top, rgba(221,214,188,1) 0%,rgba(181,166,148,1) 100%);
	background: linear-gradient(to bottom, rgba(221,214,188,1) 0%,rgba(181,166,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd6bc', endColorstr='#b5a694',GradientType=0 );	
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	margin-left: 20px;
    margin-right: 20px;
}

.intro_text {
	padding: 20px 30px 0 30px;
	max-height: 280px;
	text-align: center;
	overflow:hidden;
}

.intro_text .figure {
	overflow: hidden;
	display: none;
}

.into_text_in {
	padding-top: 20px;
}
.intro_text h1,
.intro_text h2 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	color: #2c230b;
}

.intro_text h2 {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.intro_text h1 {
	font-size: 2rem;
	background: url('../images/underline.png') no-repeat;
	background-size: 60% auto;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.intro_text a {
	color: #fff;
	border-bottom: 4px solid #fff;
	padding: 5px 10px;
	margin-top: 10px;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.intro_block .intro_img {
	margin-top:60px;
}
.intro_block .intro_img div {
	padding: 0;
}


/*----------------- Timetable -----------------*/
.timetable {
	background: rgb(214,211,196);
background: -moz-linear-gradient(top, rgba(214,211,196,1) 0%, rgba(181,166,147,1) 100%);
background: -webkit-linear-gradient(top, rgba(214,211,196,1) 0%,rgba(181,166,147,1) 100%);
background: linear-gradient(to bottom, rgba(214,211,196,1) 0%,rgba(181,166,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d3c4', endColorstr='#b5a693',GradientType=0 );
}

.timetable .container {
	background: url('../images/timetable_bg.png') no-repeat left;
	padding-top: 40px;
	padding-bottom: 60px;
}

.timetable h1 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	color: #2c230b;
	background: url('../images/underline_blue.png') no-repeat;
	background-size: 40% auto;
	background-position: center bottom;
	text-align: center;
	font-size: 2rem;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.timetable .calendar {
	margin-top: 35px;
}

.timetable .calendar_top{
	background: #624e63;
	margin: 10px;
	padding: 0 15px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.timetable .calendar_top .day{
	float: left;
	width: 20%;
}

.timetable .calendar_top .day img {
	width: auto;
	margin: auto;
}

.timetable .calendar_top .date {
	float: left;
	text-align: center;
	width: 80%;
	line-height: 90px;
	color: #fff;
	vertical-align: middle;
	letter-spacing: 6px;
	font-weight: bolder;
	font-size: 25px;
}

.timetable .calendar_top .date span {
	font-size: 50px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.timetable .lesson {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	background: #f8f4ef;
	margin: 10px;
}

.timetable .lesson .time {
	background: #857986;
	line-height: 36px;
	padding: 0 20px;
	color: #f0e9e1;
	font-size: 18px;
}

.timetable .lesson .local {
	background: #fff;
	line-height: 1.4;
	padding: 6px 20px;
	color: #2c230b;
	font-size: 12px;
}

.timetable .lesson .local.foreigner {
	background: #e5ebef;
}

.timetable .lesson .instructor {
	padding: 10px 15px;
}

.timetable .lesson .instructor .label {
	font-size: 12px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: baseline;
	line-height: normal;
}

.timetable .lesson .instructor .name {
	display: inline-block;
}

.timetable .lesson .button {
	padding: 0px 15px 15px 15px;
}

.timetable .lesson a.btn_link {
	display: block;
    font-size: 14px;
    background: #dddedb;
    color: #2c230b;
    border: 1px solid #2c230b;
    line-height: 30px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    outline:0;
}


.timetable .slick-prev,
.timetable .slick-next {
    position: absolute;
    top: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
    background: transparent;
}

.timetable .slick-next {
	right: 12px;
	background: url('../images/slider-arrow-right.png') no-repeat right;
}

.timetable .slick-prev {
	left: 12px;
	background: url('../images/slider-arrow-left.png') no-repeat left;
	padding-left: 30px;
}

.timetable .slick-prev:before, 
.timetable .slick-next:before {
    line-height: 1.3;
    color: #2c230b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.timetable .slick-prev:before {
    content: '上一頁';
}

.timetable .slick-next:before {
    content: '下一頁';
}

.timetable .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.timetable .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.timetable .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.timetable .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.timetable .slick-dots li button:before {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----------------- Contact Us -----------------*/

#contact {
	background: #3d313e;
	color: #f8f4ef;
}

#contact #map {
	height: 335px;
}

#contact img.footer-logo {
	width: 40%;
	margin: 20px 0px 20px 15px;
}

#contact .contact-info span {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

#contact .contact-info {
	margin-bottom: 30px;
	padding-left: 30px;
}

#contact .contact_form {
	padding: 30px 40px 30px 15px;
	font-size: 14px;
}

#contact .contact_form h1 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	background: url('../images/underline_contact.png') no-repeat;
	background-size: 50% auto;
	background-position: left bottom;
	font-size: 2rem;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}

/*---- Contact form input fields -----*/

#contact .contact_form label {
	margin-bottom: 0;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}


/* Kaede */
.input--kaede {
	display: block;
	overflow: hidden;
	margin: 1em auto 2em;
	background: rgba(255,255,255,0.5);
	border: 1px solid #fff;
	border-radius: 5px;
}

.input__field--kaede {
	position: absolute;
	top: 0;
	right: 100%;
	width: 82%;
	height: 100%;
	background: #fff;
	color: #3d313e;
	padding: 0 15px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-appearance: none; /* for box shadows to show on iOS */
	border: none;
}

.input__label--kaede {
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	cursor: text;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label-content--kaede {
	padding: 15px 0;
}

.input__field--kaede:focus,
.input--filled .input__field--kaede {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede  {
	-webkit-transform: translate3d(84%, 0, 0);
	transform: translate3d(84%, 0, 0);
	pointer-events: none;
}

@media screen and (max-width: 34em) {
	.input__field--kaede:focus + .input__label--kaede,
	.input--filled .input__label--kaede  {
		-webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		pointer-events: none;
	}
}

#contact .contact_form .message-area textarea {
	background: rgba(255,255,255,0.5);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px;
	color: #3d313e;
	font-size: 14px;
	width: 100%;
}

#contact .contact_form .message-area .input__field:focus + textarea,
#contact .contact_form .message-area .input--filled textarea {
	background: rgba(255,255,255,1);
}

#contact .contact_form .message-area textarea:focus {
	background: rgba(255,255,255,1);
}

#contact .contact_form .message-area textarea::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
#contact .contact_form .message-area textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#contact .contact_form .message-area textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#contact .contact_form .message-area textarea:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

#contact .contact_form .btn-contact {
	float: right;
	background: #dddedb;
	color: #3d313e;
	padding: 6px 40px;
}

.footer-bottom{
	border-top: 2px solid #0d0b0e;
	padding: 20px 15px 20px 15px;
	color: #c1bcc1;
	font-size: 12px;
}

.footer-bottom a {
	color: #c1bcc1;
	font-weight: 600;
}

.footer-bottom a:hover {
	text-decoration: underline;
}



/*------------------- ABOUT -------------------*/
header#about {
	position: relative;
	height: 420px;
	background: url('../images/banner_temp.jpg') #2c230b no-repeat ;
	background-size: 100% auto;
}

header#about .overlay .container {
	height: 100%;
    background: url(../images/banner_vingtsun_overlay.png) no-repeat;
    background-position: -10% 96%;
    background-size: 60%;
}

.sifu-intro {
	float: right;
	margin-top: 230px;
	color: #fff;
}

.sifu-intro .sifu-name {
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.sifu-md {
	visibility: hidden;
}

.sifu-intro p {
	padding-left: 10px;
}

.sifu-intro .sifu-name span {
	font-size: 0.75rem;
	margin: 0 10px;
	letter-spacing: 0px;
}

.sifu_wrap {
	margin-top: -300px;
	position: relative;
}

.sifu_wrap .text {
	margin-top: 340px;
}

.sifu_wrap .text h1 {
    font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
    color: #2c230b;
	font-size: 2rem;
	background: url('../images/underline.png') no-repeat;
	background-size: 40% auto;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.sifu_wrap .text p {
	padding-left: 10px;
	font-size: 14px;
    line-height: 1.7;
}

.about_bg {
	display: block;
	background: rgb(222,215,188);
	background: -moz-linear-gradient(top, rgba(222,215,188,1) 0%, rgba(181,166,148,1) 100%);
	background: -webkit-linear-gradient(top, rgba(222,215,188,1) 0%,rgba(181,166,148,1) 100%);
	background: linear-gradient(to bottom, rgba(222,215,188,1) 0%,rgba(181,166,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded7bc', endColorstr='#b5a694',GradientType=0 );
	height: 345px;
    position: absolute;
    top: 300px;
    width: 100%;
    z-index: -1;

}

.ipman_article {
	color: #2c230b;
	padding-bottom:60px;
}

.ipman_article h1,
.ipman_article h2 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	color: #2c230b;
	width: 100%;
	text-align: center;
}

.ipman_article h2 {
	font-size: 1rem;
	margin-bottom: 20px;

}

.ipman_article h1 {
	font-size: 2rem;
	background: url('../images/underline.png') no-repeat;
	background-size: 25% auto;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.ipman_article .content {
	margin-top: 40px;
}

.ipman_article p {
	font-size: 14px;
	line-height: 1.7;
}

.ipman_article .oldphoto {
	margin: 20px 0 30px 0;
}

.ipman_article .oldphoto .caption {
	font-size: 12px;
	font-style: italic;
	border-bottom: 1px solid #d5cdc2;
	padding:5px 0;
	
}

/*---------- About sifu mobile -----------*/
.about-sifu-m {
	position: relative;
	background: url('../images/banner_temp.jpg') #2c230b no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.about-sifu-m .overlay .container {
	height: 100%;
    background: url(../images/banner_vingtsun_overlay.png) no-repeat;
    background-position: 78%;
    background-size: 175%;
}

.about-sifu-text-m {
	background: #3d313e;
	padding: 20px 0;
	color: #f8f4ef;
}
.about-sifu-text-m .sifu-name {
	font-size: 0.9rem;
	margin-bottom: 10px;
	text-align: center;
}

.about-sifu-text-m .sifu-name img{
	width: 45%;
}

.about-sifu-text-m .sifu-name span {
	font-size: 0.75rem;
	margin: 0 10px;
	letter-spacing: 0px;
}

.about-sifu-text-m p,
.about-asso-text-m p {
	font-size: 14px;
}

.about-asso-text-m {
	background: rgb(222,215,188);
	background: -moz-linear-gradient(top, rgba(222,215,188,1) 0%, rgba(181,166,148,1) 100%);
	background: -webkit-linear-gradient(top, rgba(222,215,188,1) 0%,rgba(181,166,148,1) 100%);
	background: linear-gradient(to bottom, rgba(222,215,188,1) 0%,rgba(181,166,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded7bc', endColorstr='#b5a694',GradientType=0 );
	padding: 20px 0;
}

.about-asso-text-m h1 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
    color: #2c230b;
	font-size: 1.8rem;
	background: url('../images/underline.png') no-repeat;
	background-size: 60% auto;
	background-position: center bottom;
	padding-bottom: 5px;
	margin:10px 0;
	text-align: center;
}

.about-sifu-m .overlay{
	background: -moz-linear-gradient(-45deg, rgba(62,81,81,0.5) 0%, rgba(222,203,164,0.5) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(62,81,81,0.5) 0%,rgba(222,203,164,0.5) 100%);
	background: linear-gradient(135deg, rgba(62,81,81,0.5) 0%,rgba(222,203,164,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#803e5151', endColorstr='#80decba4',GradientType=1 );
	padding-top: 100px;
}


/*------------------- VingTsun -------------------*/
header#vingtsun {
	position: relative;
	height: 420px;
	background: url('../images/banner_m.jpg') #2c230b no-repeat ;
	background-size: 100% auto;
	text-align: center;
	background-position: center;
}

header#vingtsun img{
	width: auto;
	padding-top: 50px;
}

header#vingtsun h1 {
	width: auto;
	margin-top: 155px;
}

.vingtsun_block .vingtsun_text {
    min-height:479px;
}

.vingtsun_text {
	padding: 40px 30px;
	text-align: center;
}

.vingtsun_text h1 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	color: #2c230b;
	text-align: center;
	width: 100%;
}

.vingtsun_text h1 {
	font-size: 2rem;
	background: url('../images/underline_blue.png') no-repeat;
	background-size: 65% auto;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.vingtsun_text .more {
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	display:none;
}

.vingtsun_text .morecontent span {
    display: none;
}
.vingtsun_text .more_wrap {
	text-align: center;
	margin-top: 20px;
}
.vingtsun_text .morelink {
    display: inline-block;
    color: #2c230b;
    background: url('../images/arrow-down.png') no-repeat;
    background-position: right;
    padding-right: 20px;
    letter-spacing: 2px;
}
.vingtsun_text .morelink:before {
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #d5cdc2;
    height: 5px;
    display: block;
    width: 100%;
}

.vingtsun_text .morelink.less {
    background: url('../images/arrow-up.png') no-repeat;
    background-position: right;
}

.vingtsun_slides .slider-nav {
	color: #8f8374;
	margin-bottom: 20px;
}
.vingtsun_slides .slider-nav .slick-slide{
	cursor: pointer;
	text-align: center;
}
.vingtsun_slides .slider-nav .slick-current {
	color: #2c230b;
	background: url('../images/slide-nav-active.png') no-repeat;
	background-position: center bottom;
    padding-bottom: 25px;
}

.vingtsun_slides .main-slides .slide_wrap {
	padding: 40px;
}

.vingtsun_slides .main-slides h2,
.mobile-accordion .card h2 {
	font-size: 2rem;
	background: url('../images/underline_white.png') no-repeat;
	background-size: 65% auto;
	background-position: left bottom;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
}

.vingtsun_slides .main-slides h3,
.mobile-accordion .card h3 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	font-size: 18px;
	line-height: 1.7;
	padding-left: 10px;
}


.vingtsun_slides .main-slides ol,
.mobile-accordion .card ol {
	padding-left: 30px;
}

.vingtsun_slides .main-slides p,
.mobile-accordion .card p {
	padding-left: 10px;
}

.vingtsun_slides .main-slides .description {
	width: 60%;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
}

.vingtsun_slides .main-slides .image {
	width: 40%;
	float: left;
}


.vingtsun_slides .main-slides .slick-prev, 
.vingtsun_slides .main-slides .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 240px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.vingtsun_slides .main-slides .slick-prev {
    left: -25px;
}

.vingtsun_slides .main-slides .slick-next {
    right: -25px;
}

.vingtsun_slides .main-slides .slick-prev:before, 
.vingtsun_slides .main-slides .slick-next:before {
    font-size: 0px;
    line-height: 1;
    opacity: .75;
    color: #3d313e;
    display: block;
    width: 12px;
    height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vingtsun_slides .main-slides .slick-prev:before {
    content: "<";
    background: url('../images/slider-arrow-left.png');
}

.vingtsun_slides .main-slides .slick-next:before {
    content: ">";
    background: url('../images/slider-arrow-right.png');
}

.accordionWrap {
	padding: 0;
}


.mobile-accordion .card {
    background-color: #f1f0ed;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.mobile-accordion .card-header:first-child {
    border-radius: 0;
}

.mobile-accordion .card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #3d313e;
    border-bottom: 0;
}

.mobile-accordion .card-header a {
	color:#f1f0ed;
    font-weight: bold;
    font-size: 18px;
}

.mobile-accordion .card-body img {
	width: 80%;
	text-align: center;
	margin-bottom: 20px;
}


/*------------ Sharing ------------*/

.grid-sizer,
.element-item {
  width:100%;
}

.element-item {
  float: left;
}

.element-item img {
  display: block;
  max-width: 100%;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid figure {
	position: relative;
	overflow: hidden;
	width: 100%;
    max-height:300px;
	background: #3d313e;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption .category {
    text-transform: uppercase;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 20px;
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 25% 0 20px 0;
	font-size: 1.2rem;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure .category {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	padding: 3px 15px;
	border-radius: 5px;
	background: rgba(221,214,188,1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	color:#3d313e;
}

.sharing_grid {
	padding: 40px 0;
}

.sharing_grid h1 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	color: #2c230b;
	text-align: center;
	width: 100%;
	font-size: 2rem;
	background: url('../images/underline.png') no-repeat;
	background-size: 25% auto;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.sharing_grid .filters-button-group {
	margin: 20px 0 30px 0;
	width: 100%;
}

.sharing_grid .filters-button-group button {
	cursor: pointer;
	margin: 0 5px;
	border: 0;
	background: transparent;
	box-shadow:none !important;
	outline: 0;
	line-height:1.9;
}

.sharing_grid .filters-button-group button.is-checked:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3d313e;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sharing_grid .filters-button-group a {
	cursor: pointer;
	margin: 5px 15px;
	border: 0;
	color:#3d313e;
	background: transparent;
	box-shadow:none !important;
	outline: 0;
	line-height:1.9;
	padding:5px 10px;
}

.sharing_grid .filters-button-group a.is-checked:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3d313e;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header#vingtsun .post-title {
	width: auto;
	margin-top: 0;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

header#vingtsun .post-title h1 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	letter-spacing: 2px;
	margin-top:0;
	font-size:30px;
}


.sharing_content .content {
	padding: 40px 60px;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
}

.sharing_content .content blockquote {
    font-style:italic;
    color:#999;
}

.sharing_content .content .post img {
    max-width:100%;
    width:inherit;
}

.sharing_content .content .post-info {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.sharing_content .content .post-info .author {
	float: left;
	width: 50%;
}

.sharing_content .content .post-info .social {
	float: left;
	width: 50%;
	text-align: right;
	font-size: 12px;
	padding-top: 30px;
}

.sharing_content .content .post-info .social a {
	margin: 0 5px;
	position: relative;
	top: -1px;
	color: #624e63;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.sharing_content .content .post-info .social a:hover {
	opacity: 0.8;
}

.sharing_content .content .post-info .author img {
	border-radius: 100%;
    width: 80px;
    margin-right: 17px;
    position: relative;
    top: -2px;
}

.sharing_content .content .backtolisting {
	margin-bottom: 20px;
	font-size: 12px;
}

.sharing_content .content .backtolisting a{
	color: #624e63;
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.sharing_content .content .backtolisting img {
	width: 18px;
	position: relative;
    top: -1px;
}

.sharing_content .content .post {
	margin-bottom: 40px;
}

.sharing_content .content .post .thumbnail {
	margin-bottom: 30px;
}
.sharing_content .content .post .thumbnail a {
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.sharing_content .content .post .thumbnail a:hover {
	opacity: 0.8
}

/* Responsive youtube */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	width: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#pdopage .btn-more {
    border: 1px solid #624e63;
    border-radius: 5px;
    padding: 8px 15px;
    color: #624e63;
    font-size: 16px;
    cursor:pointer;
}

.pagination {
    margin:0 auto 60px auto;
}

.pagination a, .pagination .disabled span {
    border: 1px solid #624e63;
    border-radius: 5px;
    padding: 12px 15px 8px 15px;
    color: #624e63;
    font-size: 16px;
    margin:8px;
}
.pagination .disabled span {
    color:#888;
    border-color:#888;
}

.pagination li.active a, .pagination li:hover a {
    background-color:#624e63;
    border:1px solid #624e63;
    color:#fff;
}


 /*------------- Shop ------------*/

.shop a {
	color: #2c230b;
	outline:none;
}

.shop .product {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	background: #fff;
}

.shop .product .product-img{
	padding: 10px;
}

.shop .product .product-info {
	padding: 20px 20px 10px 20px;
	border-bottom: 5px solid #d5cdc2;
	height:150px;
}

.shop .product:hover .product-info {
	border-bottom: 5px solid #624e63;
}

.shop .product .product-info h2 {
	font-size: 18px;
	margin-bottom: 15px;
	height:40px;
	overflow:hidden;
}

.shop .product .product-info p {
	font-size: 14px;
	margin-bottom: 0;
}
.shop .product .product-info .price {
	font-size: 12px;
	font-style: italic;
}

.shop .product .product-info .button {
	text-align: center;
}

.shop .product .product-info .button .btn_buy {
    margin-top: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #624e63;
}

.shop .cart {
	float: right;
	margin-bottom: 10px;
}

.shop .cart a {
	border: 1px solid #624e63;
	background: #624e63;
	border-radius: 5px;
	padding: 8px 15px;
	color:#fff;
	font-size: 12px;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.shop .cart a.cart-empty {
	border: 1px solid #624e63;
	color:#fff;
	background: transparent;
}

.shop .cart a:hover {
	opacity: 0.8;
}

.shop .cart a i {
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.shop .cart a.cart-empty {
	border: 1px solid #624e63;
	border-radius: 5px;
	padding: 8px 15px;
	color:#624e63;
	font-size: 12px;
}

.shop .empty_cart {
    text-align:center;
}
.shop .empty_cart .back-to-shop {
    border:1px solid #aaa;
    cursor:pointer;
    margin:20px 0 120px 0;
}

.shop.other-products {
	margin-top: 40px;
	background: #f1f0ed;
	padding: 40px 0 30px 0;
}

.shop.other-products h3 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
    color: #2c230b;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
    background: url(../images/underline_contact.png) no-repeat center;
    background-size: 40%;
    padding: 0px 0 18px 0;
}

.shop .mainproduct-img {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}

.shop .info .name {
	font-size: 30px;
	color: #2c230b;
	margin-bottom: 15px;
}

.shop .info .price {
	font-size: 18px;
    font-style: italic;
    color: #3d313e;
    margin: 10px 0;
}

.shop .info .description {
	font-size: 16px;
}

.breadcrumb {
	background: transparent;
	font-size: 12px;
	padding: 30px 15px 20px 15px;
}

.breadcrumb a {
    text-decoration:underline;
}

.store-product-details .cart {
	top:0;
	padding: 30px 15px 20px 15px;
	text-align: right;
}

.shop .order-form {
	margin: 20px 0;
}

.shop .order-form .custom-select {
	width: 100%;
	font-size: 14px;
	text-align: left;
	padding: 8px 15px;
    background: rgba(255,255,255, 0.5);
    border: 1px solid #3d313e;
    color: #3d313e;
}

.shop .order-form #variation-select {
    cursor:pointer;
}

.shop .order-form button {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #624e63;
    background: #624e63;
    border-radius: 5px;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.shop .order-form button:hover {
	background: transparent;
	color: #624e63;
}

.cart-table .cart-headers {
	font-size: 12px;
	color:#3d313e;
}

.cart-table .cart-product {
	padding: 10px 0;
}

.cart-table .cart-product .image {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	padding: 5px;
}

.cart-total {
	border-top: 1px solid #3d313e;
	padding: 20px 0;
	margin-bottom: 30px;
}

.cart-total .btn-checkout {
    width:100%;
}

.cart-total .btn-checkout, .cart-total .btn-apply-promo{
	border: 1px solid #624e63;
	background: #624e63;
	border-radius: 5px;
	padding: 8px 15px;
	color:#fff;
	font-size: 16px;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: block;
    margin-top: 30px;
    text-align: center;
    cursor:pointer;
}

.btn-update{
	border: 1px solid #624e63;
	background: #624e63;
	border-radius: 5px;
	padding: 8px 15px;
	color:#fff;
	font-size: 16px;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: block;
    text-align: center;
    cursor:pointer;
}

.button-dark{
	border: 1px solid #624e63;
	background: #624e63;
	border-radius: 5px;
	padding: 12px 15px 5px 15px;
	color:#fff !important;
	font-size: 16px;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: inline-block;
    text-align: center;
    cursor:pointer;
}

.button-light {
    border: 1px solid #624e63;
	border-radius: 5px;
	padding: 12px 15px 5px 15px;
	font-size: 16px;
	-webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: inline-block;
    text-align: center;
    cursor:pointer;
    background-color:rgba(98, 78, 99, 0.0);
}

.button-light:hover {
	background-color:rgba(98, 78, 99, 1.0);
	color:#fff;
}

.cart-total .btn-apply-promo {
    margin-top:10px;
}

.cart-loader-gif {
    height:16px;
    width:21px;
}

.cart-total .btn-checkout:hover, .cart-total .btn-apply-promo:hover, .button-dark:hover {
	opacity: 0.8;
}

.cart-total .discount input {
	background: rgba(255,255,255,0.5);
    border: 1px solid #624e63;
    border-radius: 5px;
    padding: 5px 10px;
    width: 300px;
    max-width:100%;
}

button.remove {
    font-family: FontAwesome, 'Fira Sans', 'Noto Sans TC', sans-serif;
    cursor:pointer;
    background:none;
    border:0;
    font-size:30px;
    font-weight:bold;
    line-height:.6;
    padding:0 10px 10px 10px;
}

#checkout-aside {
	background: rgb(222,215,188);
	background: -moz-linear-gradient(top, rgba(222,215,188,1) 0%, rgba(181,166,148,1) 100%);
	background: -webkit-linear-gradient(top, rgba(222,215,188,1) 0%,rgba(181,166,148,1) 100%);
	background: linear-gradient(to bottom, rgba(222,215,188,1) 0%,rgba(181,166,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded7bc', endColorstr='#b5a694',GradientType=0 );
	width: 100%;
	padding: 20px;
	border-radius: 5px;
}

#checkout-aside h3{
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
    color: #2c230b;
    font-size: 1.5rem;
    margin-bottom: 0px;
    background: url(../images/underline_contact.png) no-repeat left;
    background-size: 50%;
    padding: 0px 0 15px 10px;
}

#checkout-aside .item {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

#checkout-aside .item .pic {
	width: 20%;
	background:#fff;
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
}

#checkout-aside .item .details {
	width: 50%;
	float: left;
	padding: 0 10px;
}

#checkout-aside .item .price {
	width: 30%;
}

#checkout-aside .detail {
	padding: 10px 0;
}

#checkout-aside .detail p,
#checkout-aside .total-price p{
	width: 60%;
	float: left;
	margin-bottom: 0;
}

#checkout-aside .detail span,
#checkout-aside .total-price span{
    text-align:right;
	width: 40%;
	float: right;
}

#checkout-aside .detail {
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
}

#checkout-aside .total-price{
	border-top: 1px solid #fff;
	padding: 10px 0px 10px 10px;
}

#checkout {
	margin-bottom: 50px;
}

#checkout .field input[type=text],
#checkout .field input[type=email]{
	margin: 0.5em auto 1em;
    background: rgba(255,255,255,0.7);
    border: 1px solid #3d313e;
    border-radius: 5px;
    padding: 10px 15px;
}

#checkout-aside .field input[type=text],
#checkout-aside .field input[type=email],
#checkout-aside .field input[type=password] {
	margin: 0.1em auto 1em;
    background: rgba(255,255,255,0.7);
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 10px 15px;
}
#checkout-aside .field label {
    padding-left:5px;
}

#checkout #checkout-guest-btn {
    margin-bottom:15px;
}

#checkout #checkout-create-account-btn {
    margin-bottom:15px;
}

#checkout .c-checkout-new-user {
    margin-bottom:15px;
}

#checkout .field select {
	width: 100%;
	padding: 10px 15px;
}

#checkout .field.checkbox {
    padding: 10px 15px;
}

#checkout-aside .field.checkbox {
    padding: 0  0 5px 0;
    margin:0;
}

#checkout .field.checkbox label {
    position:relative;
    top:-2px;
}

#checkout h1,
#checkout h2 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	color: #2c230b;
	text-align: left;
	font-size: 2rem;
	background: url('../images/underline.png') no-repeat;
	background-size: 30% auto;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}


#checkout .checkout-btn-next-step {
	border: 1px solid #624e63;
	background: #624e63;
	border-radius: 5px;
	padding: 8px 15px;
	color:#fff;
	font-size: 16px;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    cursor:pointer;
}

#checkout .field select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	margin: 0.5em auto 1em;
    background: rgba(255,255,255,0.7);
    border: 1px solid #3d313e;
    border-radius: 5px;
    padding: 10px 15px;
}

.StripeElement {
    margin: 0.5em auto 1em;
    background: rgba(255,255,255,0.7);
    border: 1px solid #3d313e;
    border-radius: 5px;
    padding: 10px 15px;
    height: 40px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}


/*--------------- Member Login ----------------*/
.loginForm {
	padding: 30px 80px;
	width: 100%;
	text-align: center;
}

.loginForm h1 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	color: #2c230b;
	text-align: center;
	width: 100%;
	font-size: 2rem;
	background: url('../images/underline.png') no-repeat;
	background-size: 30% auto;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

label {
	margin-bottom:0;
}
label.error {
    display:block;
}

.loginForm .btn_login {
	border: 1px solid #624e63;
    background: #624e63;
    border-radius: 5px;
    padding: 8px 40px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.loginForm .btn_login:hover {
	background: transparent;
	color: #624e63;
	cursor:pointer;
}

.loginForm .form-bottom a {
	font-size: 13px;
	color: #3d313e;
}

.loginForm .form-bottom a:hover {
	text-decoration: underline;
}

.loginForm .input__label-content--kaede {
	color: #3d313e;
}

/*------------ Members ------------*/

.members_index {
	padding: 40px 0;
}

.members_index a {
    color:#3d313e;
}

.members_index h1 {
	font-family: "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", Georgia, "Times New Roman", serif;
	color: #2c230b;
	text-align: center;
	width: 100%;
	font-size: 2rem;
	background: url('../images/underline.png') no-repeat;
	background-size: 25% auto;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.members_index .subnav {
	margin: 20px 0 30px 0;
	width: 100%;
}

.members_index .subnav a {
	cursor: pointer;
	margin: 0 30px;
	border: 0;
	background: transparent;
	box-shadow:none !important;
	outline: 0;
	line-height:1.9;
}

.members_index .subnav a.active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3d313e;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.members_index .main {
    margin-top:60px;
}


/*--------------- Lessons ----------------*/
.class-intro {
	text-align: left;
}

.class-intro .row {
	width:100%;
}

.class-intro p {
	margin: 10px 0;
}

.class-intro .item {
	padding: 10px 0;
}

.class-intro .item .label {
	float: left;
	width: 30%;
}

.class-intro .item .content {
	float: left;
	width: 70%;
}

.timetable.inside {
	background: transparent;
}

.timetable.inside,
.timetable.inside .container {
	background: transparent;
}

.timetable.inside h1 {
	background: url('../images/underline_contact.png') no-repeat;
	background-size: 40% auto;
	background-position: center bottom;
}

.calendar.closed {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

.closed-msg {
    display:none;
    color:#fff;
    font-size:30px;
    z-index:10;
    background:#000;
    text-align:center;
    padding:3px;
    margin:0 10px;
}
.show {display:block;}

/*------------- Modal ----------------*/

.modal-form .modal-content {
	background: rgb(214,211,196);
	background: -moz-linear-gradient(top, rgba(214,211,196,1) 0%, rgba(181,166,147,1) 100%);
	background: -webkit-linear-gradient(top, rgba(214,211,196,1) 0%,rgba(181,166,147,1) 100%);
	background: linear-gradient(to bottom, rgba(214,211,196,1) 0%,rgba(181,166,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d3c4', endColorstr='#b5a693',GradientType=0 );
	padding: 10px 0 30px 0;
	border: 0;
}

.modal-form .modal-content .modal-header{
	padding: 20px 20px 10px 30px;
	border: 0;
}

.modal-form .modal-content .chosen {
	width: 100%;
	padding: 20px 70px;
	background: url('../images/banner_vingtsun_overlay.png') no-repeat #624e63;
	background-size: 50%;
    background-position: right;
	color: #fff;
}

.modal-form .modal-content .chosen .label {
	float: left;
	width: 30%;
}

.modal-form .modal-content .chosen .content {
	float: left;
	width: 70%;
}

.modal-form .modal-content form {
	padding: 20px 30px 0 30px;
}

.modal-form .modal-content .close {
	position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
}    

.modal-form .modal-content h5 {
	font-family: Georgia, "Times New Roman", "cwTeXKai", "KaiTi", "楷体", STKaiti, "华文楷体", serif;
	color: #2c230b;
	font-size: 1.7rem;
}

.modal-form .btn-submit{
	background: #624e63;
	color: #d5cdc2;
	padding: 5px 40px;
	border: 0;
}
/*---------- Announcement Panel -------*/
#announcement-panel {
    position:fixed;
    z-index:9999;
    bottom:0;
    width:100%;
    min-height:60px;
    text-align:center;
    padding:30px 30px 10px 30px;
    background: rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.35);
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.35);
}
#announcement-panel h2 {
    color:  #fff;
    font-size: 22px;
}
#announcement-panel p {
    color:#fff;
    font-size: 14px;
    line-height: 22px;
}
#announcement-panel .announcement-close-btn {
    border:0;
    background:none;
    position:absolute;
    width:32px;
    height:32px;
    top:15px;
    right:15px;
    cursor:pointer;
    z-index:99999;
}
#announcement-panel .announcement-close-btn img {
    width:16px;
    height:16px;
}












