
/* Menu Button */

.menu-btn{
	width: 30px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 25px;
	top: 50px;
}

.menu-btn img {
	width:100%;
}
.menu-btn:hover{
	opacity:0.7;
}

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy{
    position: fixed;
    width: 450px !important;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: url(../images/bg-sidebar.png) 100%;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
	background-size: cover;
}

.pushy a{
    display: block;
	color: #FFF;
	padding: 15px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none;
	font-size: 32px;
	letter-spacing: 2.5px;
}
.pushy input {
	width: 100%;
	padding: 5%;
	background: rgba(255,255,255,0.5);
	border:none;
	color:#FFF;
	font-size:30px;
}
.menu-btn {
    width: 5%;
    left: 5%;
}
.pushy li:first-child {
	 padding: 15px 30px;
}


.pushy li:first-child img {
	opacity:0.8;
	height:30px;
	position:relative;
	top:10px;
	left: 50%;
	margin-left: -15px;
	cursor:pointer;
	
}
.pushy a:hover{
    color: #F5F29A;
}

/* Menu Movement */

.pushy-left{
    -webkit-transform: translate3d(-450px,0,0);
    -moz-transform: translate3d(-450px,0,0);
    -ms-transform: translate3d(-450px,0,0);
    -o-transform: translate3d(-450px,0,0);
    transform: translate3d(-450px,0,0);
}

.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push{
    -webkit-transform: translate3d(450px,0,0);
    -moz-transform: translate3d(450px,0,0);
    -ms-transform: translate3d(450px,0,0);
    -o-transform: translate3d(450px,0,0);
    transform: translate3d(450px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay{
    display: none;
}

.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Example Media Query */
@media screen and (max-width: 992px) {

/************* text size *************/
body, .slogan, .course_wrap article, #tabs .cell, .sharing 
.w_25 div, .sharing .w_45 div, .star a, .bt_box, .bt_box p, 
.news_table, .lesson_table, .text_style, .lesson_ul {
    font-size:16px;
    line-height:32px;

}
.brown_btn a {
    font-size:24px;
}
.you, .blue_title_m, .glay_title_m {
    
    font-size:26px;
}

footer, .date, .h5, .news_date {
    font-size: 16px;
}

/*********** End text size ***********/

/************** Index **************/
.btn, .btn_area a div, .lan, .btn_more, .button, .button_s, .glay_btn {
  
     padding: 0px 10px; 
}
header .wrap, .wrap {
    width: 100%;
}
.rainbow {
    width: 100%;
    top: 270px;
    font-size: 18px;
    line-height: 25px;
    margin-left: 0px;
    height: 560px;
    background: transparent url("../images/rainbow_slider_m.png");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center; 
}
#slideshow {
    width: 40%;
    top: 320px;
    font-size: 26px;
    line-height: 150%;
    margin-left: 27%;
}
#slideshow .yellow_title img {
    width:40%;
}
#slideshow .yellow_title {
    margin-top:-60px;
}
.intro {
    width: 100%;
    margin: 0px;
}
.news_wrap {
    margin: 0px 15px 40px; 
}
.email_wrap {
    margin: 0px 15px 80px; 
}
#cart {
    position: inherit;
}
.btn_area a div {
    margin: 10px auto;
    letter-spacing: 0.5px;
    width: 190px;
    padding: 8px 10px;
}
.btn, .btn_area a div, .lan, .btn_more, .button, .button_s, .glay_btn {
    border:2px solid rgba(255, 255, 255, 0.5);
}
.news_wrap .btn_more {
    margin-bottom:10px;
}
.btn_more {
    width: 45px;
    float: right;
    font-size: 11px;
    margin-top: -53px;
}
/*********** End Index ************/

.menu-btn {
    display:block;
}
.course_wrap article ul li {
    margin-left:60px;
}


#pagetop {
    right: 10%;
    bottom: 150px;
    width: 42px;
    height: 42px;
    background-size: cover;
}
#pagetop:hover {
    background: url(../images/totop_.png);
    background-size: cover;
    cursor:pointer;
}
.menu {
    display:none;
}

header img {
    width: 380px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -190px;
}
.lan_area {
    float: none;
    overflow: hidden;
    clear: both;
    text-align:center;
}
header a.lan {
    margin:0px 15px 15px;
    top:0px;
}
.wrap920 {
    width:95%;
    margin:0 auto;
}
.course_wrap, .lesson_title {
    width:85%;
}
.wrap_530 {
    width: 100%;
}
.wrap_450 {
    width: 100%;
    margin-right: 0px;
}
.path span.path_info {
    margin-left: 0px;
    margin-top:15px;
    display: block;
}
.brown_btn a {
    margin: 2% 5px;
    line-height: 35px;
    display: block;
    text-align: center;
    
}
.gray_btn {
    overflow:hidden;
}
.gray_btn a {
    line-height: 25px;
    width: 50%;
    float: left;
    padding: 5px 0px;
    margin: 10px 0px;
    text-align: center;
}
.wrap_450 img {
    width: 100%;
    margin-top: 50px;
}
.prtop50 {
    top:0;
}
.prtop50 a {
    display: inline-block;
}   


/* ex_reading */
.ex_reading .w_60, .ex_reading .w_40, .star .w_50 {
    width:100%;
}
.star .w_25, .star .w_75, .star .w_50 .w_50 {
    width:50%;
}

.ex_reading .w_30, .ex_reading .w_70  {
    clear:both;
    width:100%;
}
.river .w_25 {
    width:25% !important;
}
.star .w_25:nth-child(4), .star .w_25:nth-child(5) {
    padding-top:15px;
    border-top: 1px solid #CCC;
    margin-top:15px;
}
.mt-30 {
    margin: 20px 0 !important;
}
/* bt_box */
.bt_box blockquote {
    width: 95%;
    float: right;
}   
.bt_box p {
    width: 100%;
}
.bt_box ul, .bt_box ol {
    margin-left: 45px;
    list-style: disc;
}
.bt_box img.right {
    float:none;
    margin-bottom:30px;
}
/* LT_basic */
.LT_basic .cell {
    display:block;
}
.postingan img {
    width: 100%;
}
.pdr75 {
    padding:0;
}
/* msg */

.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    width: 90%;
    padding:5%;
}
.slimScrollDiv, .ui-tabs.ui-tabs-vertical .ui-tabs-nav, #chatlist {
    height:150px !important;
    width:100% !important;
    
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    margin: 0.2em 0px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
    float: left;
    width: 33.3%;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    margin: 0px;
    float: left;
    width: 33.3%;
    clear: unset;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin:0;
}
.blue_title span.glay_title {
    display:block;
    padding: 20px 0 0 0;
}
/*sharing*/
.sharing .w_25 {
    margin-right: 20%;
    width: 45%;
}
.sharing .w_75 {
    width: 100%;
}
/*faq*/
.fq_q {
    width:85%;
}
/*toni*/
.toni .w_35 {
    text-align:center;
    width:100%;
}
.toni .w_65 {
    width:100%;
}
/*lesson*/

.lesson_table tbody td {
    padding: 2%;
}
.news_table, .lesson_table {
    border: 1px solid #CCC;
    width: 95%;
    margin: 2.5%;
}
/*index*/
.addbg {
    background:url(../images/rainbow_slider_m.png) ;
    background-repeat:no-repeat;
    background-size: contain;
}

.light_area {
    background:none; float: none;  margin:0 auto;width: 100%;
}
.btn_area {
    position: relative;
    left: 50%;
    margin:5% 0 5% -150px;
}

.mobile_410 {
    width:410px;
    clear: both;
    padding-top: 50px; 
}
/*msd scrollbar*/
.slimScrollBar  {
    display:none !important;
}
#chatlist, .slimScrollDiv {
    overflow:scroll !important;
}

/* lesson_table */

.lesson_ul .table {
    width:95%;
    float:left;
}
.lesson_ul .hide {
    clear:both;
    padding:5px 10px;
    background:rgba(0,0,0,0.1);
    
}
.lesson_ul .right{
    clear: both;
    position: relative;
    z-index: 100;
    margin: 10px 10px 0px 0px;
    cursor:pointer;
}
/*books*/
.book_info {
    text-align: center;
    margin:5px 0;
    
}
.form_table tbody div.cell  img {
    height:180px;
    display: inline ;
    margin:15px 0;
/*  position:relative;
    left:50%;
    margin:10px 0 10px -25% !important;*/
    
}

.form_table tbody td, .form_table tbody th {
    border-bottom:1px solid #ccc;
}
.form_table tbody td:first-child {
    width: 10%;
}
.form_table tbody div.cell {
    padding-left: 0px;
}
.table_phone {

    display: block !important;
    width: 97%;
    margin: 0 auto 5%;
}
.table_phone input {
    margin:1% 0;
}
.table_pc {
    display:none;
}
.book_detail {
    min-height: 75px;
}
.form_table div.cell {
    width: 50%;
}
.form_table .table {
    width:100%;
}
.form_table div.cell .h4 {
    min-height:35px;
    vertical-align:middle;
}
/*booklist*/
section .books_list {
    width: 45%;
    padding-right: 5%;
}
.white_bg .section02 img, .white_bg .section03 img {
    position: inherit;
    margin: 30px 0px 30px 10%;
    width: 80%;
    height: unset;
}
.white_bg {
    padding-bottom:30px;
}
.introImg article {
    width: 100%;
}
.introImg img {
    width: 100%;
}
}

