/* last update 2020.0916 #446 myclass_tab 4 */
html, body{
	font-family: 'Open Sans Condensed', '微軟正黑體', sans-serif;
    font-size: 100%;
    background-color: #fff;
	color: #333;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-----start-header----*/
.home {
	width: 100%;
	position: fixed;
	z-index: 1;
}
.header{
	padding: 0.8em 0;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.logo{
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
}
.logo img{
	width:auto;
	height: auto;
}
#mnya-select {
	font-size: 12px; /*文字大小*/
	color: #fff; /*文字顏色*/
	background-color: #5cbfde; /*選單背景顏色*/
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* header-button */
.header-white {
	width: 100%;
	float: left;
	padding: 10px;
	background-color: #FFF;
}
.header-white_area {
	width: auto;
	float: right;
	font-size: 15px;
}
.header-white_area a{
	color: #38b0e4;
}
.header-white_area a:hover{
	color: #00CC99;
}
.header-white_pic {
	float: left;
	margin-left: 20px;
	border: solid 1px #fa0000;
}
.header-white_pic img{
	width: 20px;
	height: auto;
	border: 1px solid #38b0e4;
	-webkit-border-radius: 360px;
	-moz-border-radius: 360px;
	border-radius: 360px;
}
.header-white_button {
	float: left;
	margin-left: 20px;
}
.header-white_button-1 {
	float: left;
}
.header-blue_area {
	width: 100%;
	float:left;
	background-color: #38b0e4;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 15px;
}	
.header-blue_button {
	float: left;
	margin-right: 20px;
}
.header-blue_area a{
	color: #fff;
}
.header-blue_area a:hover{
	color: #FC0;
}


/*-----*/
.contact-info{
	background: #E25050;
	position: absolute;
	z-index: 999;
	padding: 0 1em 0 0;
	top: 688px;
	right: 1274px;
}
.contact-info p{
	color: #FFF;
	font-size:1.5em;
	margin: 0;
	font-weight:300;
}
.contact-info span{
	background: #BD4141;
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right:0.8em;
}
.contact-info span label{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/phone-icon.png) no-repeat 0px 0px;
	margin-top: 0.2em;
	margin-left: 0.6em;
	vertical-align: middle;
}

.main {
	width: 100%;
	float: left;
	margin-top: 100px;
	background-color: #FFF;
	}
/*-----start-program-----*/
.program{
	width: 100%;
	float:left;
	margin-top: 2.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.program_button-left {
	width: 25%;
	float:left;	
	font-size: 24px;
	font-weight: 500;
	color: #808080;
	text-align: center;
}
.program_button {
	width: 24.5%;
	float: left;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 0.5%;
}
.program_button_ {
	width: 24.5%;
	float: left;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0.5%;
	border: solid 2px #fa0000;
}
.program_button-1 {
	display:block;
	width: 24.5%;
	float: left;
	font-size: 15px;
	color: #808080;
	text-align: center;
	background-color: #edebec;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 0.5%;
}
.program_button_-1 {
	display:block;
	width: 24.5%;
	float: left;
	font-size: 12px;
	color: #808080;
	text-align: center;
	background-color: #edebec;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0.5%;
	border: solid 2px #fa0000;
}
.program_button-1:hover{
	background-color: #656a6e;
	color: #FFF;
}
.blue_bar {
	width: 70%;
	float: left;
	background-color: #38b0e4;
	font-size: 16px;
	color: #FFF;
	margin-top: 2em;
	margin-right: 15%;
	margin-left: 15%;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-weight: 600;
}
.program_cancel {
	float:left;	
    width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.program_title{	
	width: 100%;
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 10px;
	margin-top: 0.8em;
	float: left;
	border: 1px solid #dcdcdc;
}
.program_container{
	width: 70%;
}
.program_list {
	width: 100%;
	padding: 9px;
	float: left;
	color: #535353;
	border: 1px solid #dcdcdc;

}
.program_list-l{
	width: 50%;
	float: left;
	font-size: 14px;
	font-weight: 500;
}
.program_list-r{
	width: 50%;
	float: right;
	font-size: 14px;
	text-align: right;
}
.program_list-r a{
	color:#0b356f;	
	font-size: 13px;
}
.program_list-r a:hover{
	color: #FF6600;
}

/*-----start-cancel-----*/
.cancel{
	float:left;	
    width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
}
.cancel_container{
	width: 70%;
}
.cancel_list {
	width: 100%;
	padding: 9px;
	float: left;
	color: #535353;
}
.cancel_list-l{
	width: 10%;
	float: left;
	font-size: 14px;
	color: #38b0e4;
}
.cancel_list-r{
	width: 89%;
	float: right;
	margin-left: 1%;
	font-size: 14px;
	text-align: left;
}
.pink_bar {
	width: 100%;
	background-color: #f2dedd;
	font-size: 14px;
	padding: 15px;
	margin-top: 1.5em;
	float: left;
	border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #A30E2C;
}
.cancel_button {
	width: 100%;
	float: left;
	margin-top: 1em;
}
.cancel_button-back {
	display:block;
	width: 25%;
	float: left;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: #777f82;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 1%;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cancel_button-back:hover{
	background-color: #666;
	color: #FFF;
}
.cancel_button-recall {
	display:block;
	width: 74%;
	float: left;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: #38b0e4;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cancel_button-recall:hover{
	background-color: #5A94C2;
	color: #FFF;
}
/*-----start-myclass-----*/
.myclass{
	float:left;	
    width: 100%;
	margin-top: 2em;
}
.myclass_hrader{
	float:left;	
    width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.myclass_hrader h3{
	font-size: 24px;
	font-weight:500;
	margin-top: 20px;
    margin-bottom: 10px;
	font-family: inherit;
    line-height: 1.1;
    color: inherit;
}
.myclass_left{
	float: left;
	width: 30%;
	margin-right: 2%;
	text-align: center;
}
.myclass_left h3{
	font-size: 24px;
	font-weight:500;
	margin-top: 20px;
    margin-bottom: 10px;
	font-family: inherit;
    line-height: 1.1;
    color: inherit;
}
.myclass_left img{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.myclass_left_add{
	float: left;
	font-size: 13px;
}
.button-map {
	display: block;
	float: left;
	font-size: 13px;
	color: #189ace;
	text-align: center;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #189ace;
	padding-right: 6px;
	padding-left: 6px;
}
.button-map:hover {
	background-color: #66CCCC;
	color: #fff;
	border-top-color: #46C1C1;
	border-right-color: #46C1C1;
	border-bottom-color: #46C1C1;
	border-left-color: #46C1C1;
}

.gray_bar {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
}
.gray_block-l {
	width: 45.6%;
	float: left;
	color: #666666;
	text-align: center;
	background-color: #EDEBEC;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-right: 8.8%;
	margin-top: 15px;
	border: 1px solid #E4E2E3;
}
.gray_block-r {
	width: 45.6%;
	float: left;
	color: #666666;
	text-align: center;
	background-color: #EDEBEC;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-top: 15px;
	border: 1px solid #E4E2E3;
}
.myclass_right{
	float:left;	
	width: 68%;
}
.myclass_tab {
	width: 100%;
	float:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 15px;
}
.myclass_tab .myclass_button {
	width: 49%;
	float: left;
	font-size: 15px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: .5%;
	margin-right: .5%;
}
.myclass_tab .myclass_button.active
, .myclass_button:hover {
	background-color: #666;
	color: #fff;
}
.myclass_list {
	font-size: 12px;
	width: 100%;
	padding: 8px;
	float: left;
	color: #535353;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
.myclass_date{
	width: 15%;
	float: left;
}
.myclass_time{
	width: 15%;
	float: left;
}
.myclass_place{
	width: 15%;
	float: left;
	color: #38B0E4;
}
.myclass_course{
	width: 25%;
	float: left;
}
.myclass_stat{
	width: 15%;
	float: left;
}
.button-certificate {
	display:block;
	width: 10%;
	float: left;
	color: #fff;
	text-align: center;
	background-color: #189ace;
	margin-left: 1%;
	margin-right: 1%;
	padding-bottom: 2px;
	padding-top: 2px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.button-certificate:hover {
	background-color: #66CCCC;
}
.button-add {
	width: 16%;
	float: left;
}
.button-cancel {
	display:block;
	width: 10%;
	float: left;
	color: #fff;
	text-align: center;
	background-color: #dc5252;
	margin-left: 1%;
	margin-right: 1%;
	padding-bottom: 2px;
	padding-top: 2px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.button-cancel:hover {
	background-color: #FF9900;
}
.confirm-info{
	background: #def0d8;
	position: absolute;
	z-index: 0;
	top: 100px;
	right: 0px;
	width: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.confirm-info p{
	color: #437746;
	font-size:13px;
	margin: 0;
}
.confirm-info-l {
	width: 90%; /*30%-->90% 因為相對於 confirm-info-r 要填滿 100%*/
	float: left;
}
.confirm-info-r {
	width: 10%;
	float: right;
	text-align: right;
}
.confirm-info-r a{
	color: #437746;
}
.confirm-info-r a:hover{
	color: #FF9900;
}

.myclass-confirm_list {
	font-size: 12px;
	width: 100%;
	float: left;
	color: #535353;
	border: 1px solid #dcdcdc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.img_bar {
	width:4%;
	line-height: 60px;
	float: left;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.myclass-confirm_r-area {
	font-size: 12px;
	float: left;
	color: #535353;
	width: 96%;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.myclass-confirm_text-l {
	width: 50%;
	font-size: 12px;
	float: left;
	color: #535353;
}
.myclass-confirm_text-r {
	width: 50%;
	font-size: 12px;
	float: right;
	color: #535353;
	text-align: right;
}
.myclass-confirm_text {
	width: 100%;
	font-size: 12px;
	float: left;
	color: #535353;
	line-height:60px;
}
.myclass-textarea{
	width: 100%;
	float: left;
	margin-top:5px;
}
.text input[type="text"], .myclass-textarea textarea {
	width: 100%;
	font-size: 12px;
	border: none;
	color: #888;
	font-weight: 400;
	outline: none;
	background: none;
	height: 80px;
	padding: 10px;
	resize: none;
	border: 1px solid #ccc;
}

/*-----class---*/
.class_button {
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38B0E4;
	margin-bottom: 15px;
}
.class_button-action {
	float: left;
	font-size: 15px;
	color: #38B0E4;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 8px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #38B0E4;
	border-right-color: #38B0E4;
	border-left-color: #38B0E4;
}
.class_button_link {
	display:block;
	float: left;
	font-size: 15px;
	color: #38B0E4;
	text-align: center;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 8px;
}
.class_button_link:hover{
	background-color: #38B0E4;
	color: #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.class_title {
	width: 100%;
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 10px;
	margin-top: 0.8em;
	float: left;
	border: 1px solid #dcdcdc;
}
.name-area{
	width: 29%;
	float: left;
}
.type-area{
	width: 38%;
	float: left;
}
.type-area-text{
    float: left;
	line-height: 40px;
	}
.price-area{
	width: 32%;
	float: left;
}
.price-area-text{
    float: left;
	line-height: 40px;
	}
.button-area{
	width: 25%;
	float: left;
}
.class_list {
	font-size: 12px;
	width: 100%;
	padding: 8px;
	float: left;
	color: #535353;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	margin-top: 10px;
}
.class_course{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.class_time{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.class_teacher {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.class_teacher_text{
	float: left;
}
.class_teacher img{
	float: left;
	margin-right: 5px;
	width: 20px;
	height: auto;
	border: 1px solid #38b0e4;
	-webkit-border-radius: 360px;
	-moz-border-radius: 360px;
	border-radius: 360px;
}
.button-class {
	display: block;
	float: left;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background-color: #333333;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 5px;
}

.button-class:hover {
	background-color: #999999;
	float: left;
}

.sliding_date {
	font-size: 12px;
	width: 100%;
	padding: 8px;
	float: left;
	color: #535353;
}
/*-----start-tabs---*/
ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
.abgne_tab {
	clear: left;
	width: 100%;
	}
ul.tabs {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #38B0E4;
	color: #38B0E4;
	}
ul.tabs li {
	float: left;
	height: 41px;
	line-height: 41px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	color: #38B0E4;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	background-color: #FFF;
	}
ul.tabs li a {
		display: block;
		padding: 0 20px;
		color: #38B0E4;
		text-decoration: none;
	}
ul.tabs li a:hover {
		background: #38B0E4;
		color: #FFF;
	}
ul.tabs li.active  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #38B0E4;
	border-right-color: #38B0E4;
	border-left-color: #38B0E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
ul.tabs li.active a:hover {
		background: #38B0E4;
		color: #FFF;
	}
div.tab_container {
	clear: left;
	width: 100%;
	border-top: none;
	background: #fff;
	}
div.tab_container .tab_content {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}
.sec_tab {
		width: 600px;	/* 第2個頁籤區塊的寬度 */
	}
/*-----start-schedue---*/
#class_select {
	width:50%;
	color: #858585;
	font-size: 14px;
	padding: 7px;
	outline: none;
	font-family: 'Open Sans Condensed', '微軟正黑體', sans-serif;
	background: #ffffff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
}
/*-----start-gallery----*/
.choose {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.choose a{
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
.choose a:hover{
	color: #FC0;
}
.s{
	padding-top:2em;
}
.main-gallery {
	width: 100%;
	float: left;
	padding-top: 100px;
	}
.gallery-head_left {
	width: 50%;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery-head_right {
	width: 50%;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery{
	width: 100%;
	float: left;
	padding-top: 2.5em;
	padding-bottom: 1em;
}
.grid {
	width: 32.33333%;
	float: left;
	background-color: #FFF;
	padding: 1em;
	margin: 0.5%;
	box-shadow: 0px 0px 5px #d9d9d9;
	-webkit-box-shadow: 0px 0px 5px #d9d9d9;
	-moz-box-shadow: 0px 0px 5px #d9d9d9;
}
.grid-pic{
	width: 35%;
	float: left;
	margin-right: 2%;
}
.grid-pic img{
	width: 100%;
	height: auto;
}
.grid-data{
	width: 63%;
	float: left;
	font-size: 14px;
	line-height: 13px;
}

.attend {
	width: 49.5%;
	float: left;
	margin-right: 0.5%;
	margin-top: 15px;
	color: #fff;
	text-align: center;
	background-color: #6C3;
	padding: 10px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.absence {
	width: 49.5%;
	float: left;
	margin-left: 0.5%;
	margin-top: 15px;
	color: #555;
	text-align: center;
	border: 1px solid #CCC;
	padding: 10px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size:1em;
	text-transform:uppercase;
	margin:0.8em 0 0;
}
.b-animate button{
	background: #FFB500;
	padding: 0.9em 1.8em;
	color: #3B3B43;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.3em;
	margin-top: 0.8em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	outline:none;
}
.b-animate button:hover{
	background:#3B3B43;
	color:#fff;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#FFB500;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(226, 80, 80, 0.71);
	background-size: 100% 100%;
	margin: 0;
	min-height: 282px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.default_line {
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:0px;
}
/*----*/
.animate-head{
	padding:0.5em;
}
.animate-head-left{
	text-align:center;
}
.animate-head-left h3{
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 3.2em;
}
.animate-head-left span{
	font-size: 0.875em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	margin-top: 0;
}
.t-member-info{
	background:#FFF;
	padding:0.8em;
}
.t-member-info h5{
	color: #202020;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
}
.t-member-info span{
	text-transform:uppercase;
	color:#BBBBBB;
}
.p-img{
	width:100%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 26px;
	height: 36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/c_arrows.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/c_arrows.png) no-repeat -18px 0px;
}
/*--footer--*/
.footer{
	width: 100%;
	float: left;
	background-color: #333333;
	padding: 0.5em;
	margin-top: 230%;
}
.footer-1{
	display:none;
}
.footer-bottom a{
	color: #fff;
	background: #38b0e5;
	font-size: 0.96em;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20%;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	text-align: left;
	-webkit-border-radius: 180px;
-moz-border-radius: 180px;
border-radius: 180px;
}
.footer-bottom a:hover{
	background-color: #74C9ED;
}
ul.twitter_footer {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 78%;
}
i.twt_icon {
	background: url(../images/twt.png)no-repeat 0px 0px;
	width: 34px;
	height: 28px;
	float: left;
	margin: 0.5em 1em 0 0;
}
ul.twitter_footer li p {
	color: #888;
	font-size: 0.8125em;
	line-height: 1.8em;
	width: 65.5%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
}
.social{
	float:right;
}
.social li:first-child {
	margin-left: 0;
}
.social li {
	display: inline-block;
	margin-left:4px;
}
.social li a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact-top h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em;	
}
.to input[type="text"] {
	padding: 10px;
	width: 31%;
	font-size: 0.85em;
	margin: 10px 0;
	border: 1px solid #444;
	color: #888;
	background: none;
	float: left;
	outline: none;
	font-weight: 400;
}
.contact_bottom-textarea {
	float: left;
	width: 65%;
}
.form-submit1 {
	float: left;
	margin: 0.7em 0 0 1.3em;
}
.form-submit1 input[type="submit"] {
	color: #FFF;
	font-size: 0.85em;
	padding: 0.8em 4.8em 0.8em 2em;
	text-transform: uppercase;
	background: url(../images/submit_arrow.png)no-repeat 186px 13px #E25050;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 400;
	border: none;
	cursor: pointer;
}
.form-submit1 input[type="submit"]:hover {
 	background: url(../images/submit_arrow.png)no-repeat 186px 13px #333;
}
.text input[type="text"], .contact_bottom-textarea textarea {
	width:100%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color: #888;
	font-weight:400;
	outline: none;
	background:none;
	height: 120px;
	padding: 10px;
	resize: none;
	text-transform:uppercase;
	border:1px solid #444;
}
.contact-top_left h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight:400;
	margin: 0 0 5px;
}
.contact-top_left p {
	color: #888;
	font-size: 0.8125em;
	line-height: 1.8em;
	margin: 2em 0;
	font-family: 'Open Sans', sans-serif;
}
ul.contact_info {
	padding: 0;
	list-style: none;
	margin: 0;
}
i.mobile {
	height: 20px;
	width: 15px;
	float: left;
	background: url(../images/msg.png)no-repeat -4px 3px;
	margin-right: 2%;
}
ul.contact_info span {
	color: #888;
	font-size: 0.8125em;
	font-family: 'Open Sans', sans-serif;
}
ul.contact_info span:hover {
	text-decoration:underline;
}
i.message {
	height: 20px;
	width: 15px;
	float: left;
	background: url(../images/msg.png)no-repeat -22px 3px;
	margin-right: 2%;
}
ul.contact_info span.msg {
	cursor: pointer;
}
.social li a:hover {
	background:#fff;
}
.social li a i {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/social.png) no-repeat;
}
.social li a i.facebook {
	background-position:-2px -2px;
}
.social li a i.twitter {
	background-position:-27px -2px;
}
.social li a i.pinterest {
	background-position:-56px -2px;
}
.social li a i.google {
	background-position:-84px -2px;
}
.social li a i.tw {
	background-position:-112px -2px;
}
.social li a i.instagram {
	background-position:-140px -2px;
}
.social li a i.rss{
	background-position:-169px -2px;
}

.contact {
	padding: 0;
}
p.m_msg{
	color:#888;
	font-size:0.8125em;
	font-family: 'Open Sans', sans-serif;
	margin: 1em 0 0;
}

/*--responsive design--*/
@media (max-width:1366px){
.main {
	margin-top: 55px;
	margin-bottom: 2em;
	}

.features{
	width: 15%;
}
.member_container{
	width: 84%;
}
.footer{
	width: 100%;
	margin-top: 110%;
}

}
@media (max-width:1280px){
}
@media (max-width:1024px){
.top-nav ul li a {
	margin:0;
}
.features{
	width: 16%;
}
.member_container{
	width: 83%;
}
.contact-info {
	right: 42px;
}
.contact-info p {
	font-size: 1.2em;
}
.contact-info span {
	height: 33px;
}
ul.twitter_footer {
	width: 73%;
}
.to input[type="text"] {
	width: 29%;
}
.contact_bottom-textarea {
	width: 61%;
}
.form-submit1 input[type="submit"] {
	padding: 0.8em 2.2em 0.8em 1em;
	background: url(../images/submit_arrow.png)no-repeat 155px 13px #E25050;
}
.form-submit1 input[type="submit"]:hover {
	background: url(../images/submit_arrow.png)no-repeat 155px 13px #E25050;
}
}
@media (max-width:800px){
.main {
	margin-top: 55px;
	}
.footer{
	display: none;
}
.footer-1{
	display:table-footer-group;
	width: 100%;
	float: left;
	background-color: #333333;
	padding: 1em;
	margin-top: 10px;
}	
.footer-bottom a{
	margin-left: 10px;
}
.top-nav ul li a {
	padding: 0.5em 0.7em;
	font-size: 0.85em;
}
.drop-down-menu {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}
.contact-info {
	top: 83px;
}
.callbacks_nav {
	top: 69%;
}
ul.twitter_footer {
	width: 65%;
}
.logo a {
	margin-top:0;
}
.contact-top_left p {
	margin: 1em 0;
}
.contact-top_left {
	margin-bottom: 30px;
}
.header{
	background: #333;
	padding: 0.8em 0;
	position: relative;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.features{
	width: 100%;
	height: auto;
	float: right;
	position: 0;
	order-bottom-width: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
.member_container{
	width: 97%;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 20px;
}
/*.main { margin-top: 80px; } */
.program_button-left {
	font-size: 18px;
	padding-top: 5px;
}
.program_button {
	font-size: 14px;
}
.program_button-1 {
	font-size: 14px;
}
.blue_bar {
	width: 100%;
	margin-top: 1.5em;
	margin-right: 0%;
	margin-left: 0%;
}
.program_container{
	width: 100%;
}

.cancel{
	margin-top: 1.2em;
}
.cancel_container{
	width: 100%;
}
.cancel_button-back {
	width: 35%;
}
.cancel_button-recall {
	width: 64%;
}
.myclass_date{
	width: 25%;
}
.myclass_time{
	width: 25%;
}
.myclass_place{
	width: 25%;
}
.myclass_course{
	width: 25%;
}
.button-certificate {
	width: 20%;
	margin-top: 8px;
	margin-left: 0px;
}
.button-add {
	width: 25%;
	margin-top: 8px;
}
.button-cancel {
	width: 20%;
	margin-top: 8px;
}
.img_bar {
	width:6%;
}
.myclass-confirm_r-area {
	width: 94%;
}
#class_select {
	width:70%;
}
.button-map {
	margin-top: 5px;
	margin-left: 0px;
}

}
@media (max-width:768px){
.contact-info {
	display: none;
}
ul.tabs {
	height: 38px;
	}
ul.tabs li {
	height: 37px;
	line-height: 37px;
	}

}
@media (max-width:640px){
ul.twitter_footer {
	width: 57%;
}
.logo{
	margin-left: 0px;
	margin-top: 5px;
}
.header-white_area {
	float: left;
	font-size: 14px;
}
.program_button-left {
	font-size: 16px;
	padding-top: 3px;
}
.program_button {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.program_button-1 {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cancel_list-l{
	width: 15%;
}
.cancel_list-r{
	width: 84%;
}
.logo{
	margin-top: 1.5em;
}
.img_bar {
	width:10%;
}
.myclass-confirm_r-area {
	width: 90%;
 }
#class_select {
	width:100%;
}
.button-class {
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 12px;
	padding-left: 12px;
}
}
@media (max-width:480px){
.form-submit1 {
	margin:0;
}
.contact_bottom-textarea {
	width: 96%;
}
ul.twitter_footer {
	width: 100%;
	float: none;
}
.social {
	float: none;
	margin-top: 20px;
}
ul.twitter_footer li p {
	width: 84.5%;
}
.to input[type="text"] {
	width: 100%;
	margin-left: 0px !important;
}
.choose {
	font-size: 13.5px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.myclass_hrader h3{
	margin-top: 0px;
    margin-bottom: 0px;
}
.myclass_left{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 15px;
}
.myclass_left h3{
	margin-top: 0px;
    margin-bottom: 0px;
}
.myclass_right{
	width: 100%;
	margin-right: 0%;
}
.myclass_date{
	width: 35%;
}
.myclass_time{
	width: 30%;
}
.myclass_place{
	width: 35%;
}
.myclass_course{
	width: 30%;
	margin-top: 8px;
	margin-left: 0px;
}
.button-certificate {
	width: 15%;
	margin-top: 8px;
	margin-left: 0px;
}
.button-add {
	width: 35%;
	margin-top: 8px;
}
.button-cancel {
	width: 15%;
	margin-top: 8px;
}
ul.tabs {
	height: 35px;
	}
ul.tabs li {
	height: 34px;
	line-height: 34px;
	}
div.tab_container .tab_content {
	padding-top: 0px;
	}


@media (max-width:320px){
.features-head h2 {
	 font-size: 1.2em;
}
.features-head p {
	font-size: 12px;
}
.feature-grids {
	padding-top:0;
}
.myclass{
margin-top: 3em;
}
.header-white_button {
    margin-left: 10px;
}
}
