/*MAIN ELEMENTS*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
body{
    overflow-x:hidden; 
   color: #424e5a;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;    
    font-weight: 400;
}
.fix-bottom {position: absolute; bottom: 15px;}
.fix-top { width: 22%; display: block;}
.content-top {position: absolute; top:0}

.clearfix {clear: both;}
.main-header{
    z-index: 999;
    width: 100%;
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
    top: 0;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Raleway', sans-serif; font-weight: 400; }
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 16px; font-weight: 700;}
.ml15{
    margin-left: 15px;
}
.mr15{
    margin-right: 15px;
}
.fc-0{
    color: #ffffff !important;
}
.fc-1{
    color: #424e5a !important;
}
.fc-2{
    color: #59ab02 !important;
}
.fc-3{
    color: #ff9d00 !important;
}
.fc-4{
    color: red !important;
}
.fc-5 {
    color: #999999;
}
.ff-1{
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.fs-18{
    font-size:18px;
}
.back-to-top {
    position: fixed;
    bottom: 72px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(39,41,48,.75);
    font-size: 12px;
    padding: 9px 12px;
    display: none;
}
.mt-0{ margin-top: 0}
.mt-15 {margin-top: 15px;}
.mb-0 {margin-bottom: 0px;}
.pl0 {padding-left: 0px;}
.pr0 {padding-right: 0px;}
.p0 {padding: 0 !important;}
.copy {color:white; font-size: 11px; line-height: 14px; padding: 16px 0;}
.tut-name {padding: 0 15px 15px 15px;}

.videoStories {background:white url('../img/preloader_7.gif'); background-repeat:no-repeat; min-height: 120px; background-position: center center; height: auto; }
#mainCont {position: relative;}
.tutor-pic-you {background-color:#d1ddb7; text-align: center ; padding: 80px; }
.tutor-pic-you h1 {margin: 0;}
.tut-name-prev {height: auto;}
.tut-name span, .tut-name-prev span {margin-top: 0; color:#999999;}
.tut-name h3, .tut-name-prev h3 {margin-bottom: 0;}
blockquote { background-color: #eeeeee; border-radius: 10px; margin-top: 14px; }
#fb-root {margin: 0 auto;}

.container-1{/*HERO SLIDER*/
    margin:0 auto;
    background-position: top left;
 }
.container-2{/*FOOTER*/
    background: url("https://d1atgierv9op2.cloudfront.net/ph/images/tutor/bgip002.jpg") 50% 0 no-repeat fixed;
    margin:0 auto;
    background-position: top top;
    background-size: cover; 
}
.container-3{/*OVERVIEW*/
    background: url("https://d1atgierv9op2.cloudfront.net/ph/images/tutor/bgip003.jpg") 50% 0 no-repeat fixed;
    margin:0 auto;
    background-position: center center;
    background-size: cover; 
}
.container-4{/*KEYBOARD*/
    margin:0 auto;

}
.container-5{/*FOOTER*/
    background: url("https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-007.jpg") 50% 0 no-repeat fixed;
    margin:0 auto;
    background-position: top top;
    background-size: cover; 
}
#h2join {position: relative;}
.posr {position:relative;}
.bg-video {background-color: black;}
.video-modal-header {
  height: 0px;
  padding: 0px;
  border-bottom: none;
}
.modal-overview {width: 480px;}
.overview-modal {padding: 0px; background:white url('https://d1atgierv9op2.cloudfront.net/ph/assets/gif/tutor-img-001.gif'); background-repeat:no-repeat; min-height: 120px; background-position: center center; height: 270px; width: 480px; }
.modal-closer {position:absolute;top: -23px;right: -23px;z-index: 999999999999999999;width: 20px;height: 20px;text-align: center;}
.modal-closer .close {font-size: 27px;   filter: alpha(opacity=50); opacity: .5;}
.modal-closer span {margin-right: 4px; color: black}
.anim-fade-in {   
     animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}}
.bg-1{
background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(45,95,180,0.22) 50%, rgba(60,102,207,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(45,95,180,0.22)), color-stop(100%,rgba(60,102,207,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(45,95,180,0.22) 50%,rgba(60,102,207,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(45,95,180,0.22) 50%,rgba(60,102,207,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(45,95,180,0.22) 50%,rgba(60,102,207,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(45,95,180,0.22) 50%,rgba(60,102,207,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#003c66cf',GradientType=1 ); /* IE6-9 */
height: 100%;
}
.bg-2{
    background: url("https://d1atgierv9op2.cloudfront.net/ph/images/tutor/ip004.png");  
    background-color: rgba(89, 171, 2, 0.75);
    height: 100%   
}
.bg-2v2, .container-4{
    background: url("https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-059.png") no-repeat fixed;
    background-position: top center;  
    background-color: white;   
}
.bg-3, .tl-m span{
    background: #99cc00;    
}
.bg-4{
    background:url("https://d1atgierv9op2.cloudfront.net/ph/images/tutor/ip006.png") repeat-x;
    background-position:50% 45%;    
}
.bg-5{
    background-color: rgba(0, 0, 0, 0.10);

}
.bg-white{ background-color: white;}
.bg-stories{
    background-color: #58585b;
}
.bg-footer {
    background-color: #58585b;
}
.bg-footer a:link, .bg-footer a:active, .bg-footer a:visited {
    color: #59ab02;
    }
.bg-footer a:hover {text-decoration: underline;}
.bg-footer2 {
    background-color: #333333;
}
.bg-2v3{
    background: url("https://d1atgierv9op2.cloudfront.net/ph/images/tutor/ip004.png");  
    background-color: rgba(89, 171, 2, 0.90);   
}
.div-14{
    height:14px;
    width: 100%;
}
.div-10{
    height:10px;
    width: 100%;
}
.div-30{
    height:30px;
    width: 100%;
}
.div-60{
    height:60px;
    width: 100%;
}
.div-86 {
    height:86px;
    width: 100%; 
}
.div-90{
    height:90px;
    width: 100%;
}
.div-120{
    height:120px;
    width: 100%;
}
.hdwork .row {margin-bottom:30px; }
.affix-top {
  position: relative;
}

.affix {
  top: 20px;
  padding-top: 85px;
  width: 20%;
}

.affix-bottom {
  position: absolute;
}
.input-1{
    width:90%;
    margin: auto;
}
.t-shadow { text-shadow:0 1px 10px rgba(0,0,0,.6);}
.hero-title{  
    color: #fff;
    font-size: 50px;
    line-height:48px;
    text-shadow:0 1px 10px rgba(0,0,0,.6);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.hero-caption{  
    color: #fff;
    font-size: 20px;
    margin-top: 0px;  
    text-shadow:0 1px 10px rgba(0,0,0,.6);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.hero_link {color:white; text-decoration: underline; font-size: 16px;}
.hero_help {color:white; font-size: 16px;}
.hero_link:hover {color:white; font-weight: bold; }
.hero_more_text, .hero_more_text:active, .hero_more_text:visited, .hero_more_text:focus {color: white; text-shadow:0 1px 10px rgba(0,0,0,.6);}
.hero_more_text:hover {color:white; opacity: 0.7;}
.hero_more_arrow {
    background: url('https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-069.png') no-repeat top center;
    width: 25px;
    height: 13px;
    margin: 10px auto auto;
/*    -webkit-animation: more-arrow-bounce .85s ease-in-out infinite alternate;
    animation: more-arrow-bounce .85s ease-in-out infinite alternate;*/
}
.application-wrap {padding: 15px; margin: 0 auto; position: absolute; right:0; top: 0; bottom:auto;}
.application-front { }
.application-flip, .login-flip {width: 360px; height: 435px;}
.application-form,.log-in-form {background-color: rgba(255,255,255,0.85);padding: 15px; min-height: 435px;}
.application-form h4 {font-weight: 400; font-size: 16px;}
.sign-up-tab, .log-in-tab {background-color: rgba(255,255,255,0.85); }
/*application*/
@media (max-width: 992px) {
    .application-wrap {display: none;}
}
.application-form .row div[class*="col-md"]:first-child { padding-right: 0 !important;}
@media (min-width: 768px) {
    .application-form .row div[class*="col-md"]:first-child { padding-right: 15px;}
}
/*Hero Slider*/
.application-form .row div[class*="col-md"]:only-child { padding-right: 15px !important;}
.flip-nav {position: absolute; bottom: 0; left:0; right: 0;}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
/* Flippin time */
#formContainer{
    width:360px;
    height:475px;
    margin:0 auto;
    position:relative;
    z-index:1;    
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px;
}

#formContainer .flippers{
    z-index:1;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    
    /* Enabling 3d space for the transforms */
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
    /* When the forms are flipped, they will be hidden */
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    /* Enabling a smooth animated transition */
    -moz-transition:0.8s;
    -webkit-transition:0.8s;
    transition:0.8s;
}


#formContainer #login-area{    
    z-index:0;
    opacity:0;

    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
}

#formContainer.flipped #app-area{
    
    opacity:0;
       
    -moz-transform:rotateY(-180deg);
    -webkit-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
}
#formContainer.flipped #login-area{
    z-index:6;
    opacity:1;
    -moz-transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    transform:rotateY(0deg);
}
/**/
.hero_btn {width: 250px !important; margin-left: 20px}
.video {cursor: pointer;}
}
.line-divider{
    width:100%;
    height:1px;
    background: #ddd;
}
.horizontal-div-14{
    width:14px;
    height:14px;
    display: inline-block;
}

.button-1{
    width:250px;
    padding:12px 5px;
    border:2px solid #fff;
    border-radius: 3px;
    color:#fff;
    font-size:24px;
    text-align: center;
    margin:auto;
}
.button-1-inv{
    width:250px;
    padding:12px 5px;
    border:2px solid #fff;
    border-radius: 3px;
    border:2px solid #398439;
    background:#449d44;
    cursor: pointer;
    color:#fff;
    font-size:24px;
    text-align: center;
    margin:auto;
    transition: all 0.5s ease;
}
.button-2{
    margin-top:24px;
    width:150px;
    padding:12px 5px;
    border-radius: 3px;
    color:#fff;
    font-size:24px;
    text-align: center;
    border:2px solid #398439;
    background:#449d44;
    cursor: pointer;
}
.button-3 {
    padding: 14px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Raleway', sans-serif; font-weight: 400;
    border: 3px solid #8dc21f;

    background-color: #8dc21f;

}

.button-2:hover{
    margin-top:24px;
    width:150px;
    padding:12px 5px;
    border-radius: 3px;
    color:#fff;
    font-size:24px;
    text-align: center;
    border:2px solid #fff;
    background:#319331;
    cursor: pointer;
}
.button-3-inv, .button-3-inv:focus {
    padding: 14px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    border-color: #8dc21f;
    color: #8dc21f;
    border-width: 3px;
    font-family: 'Raleway', sans-serif; font-weight: 400;
}
.button-3-inv:hover {
    opacity: 0.7;
    outline: 0;
    background: rgba(0, 0, 0, 0.35);
    border-color: #8dc21f;
    color: white;
    border-width: 3px;
    font-family: 'Raleway', sans-serif; font-weight: 400;
}
.button-4-inv, .button-4-inv:focus {
    padding: 14px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.0);
    border-color: white;
    color: white;
    border-width: 3px;
    font-family: 'Raleway', sans-serif; font-weight: 400;
    transition: all 0.5s ease;
}
.button-4-inv:hover {
    opacity: 1;
    outline: 0;
    background: rgba( 255, 255, 255, 0.26 );
    border-color: rgba( 255, 255, 255, 0.0 );
    color: white;
    border-width: 3px;
    font-family: 'Raleway', sans-serif; font-weight: 400;
}
.button-1-inv:hover{
    background-color:#7cad48;
}
.button-hover:hover{
    opacity:0.6;
}
.button-hover{
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.btn-call2action, .btn-call2action2 {transition: all .5s ease-in-out; background-color:#f3501d; border-radius: 8px !important; width: 100% !important;  border:none !important; -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0); box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0);}
    .btn-call2action:hover, .btn-call2action2:hover  {-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5); box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5); color: white;
    }
    .btn-call2action:active, .btn-call2action2:hover  {-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5); box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5); color: white;
    }
    .btn-call2action:link, .btn-call2action2:hover  {-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5); box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5); color: white;
    }
.btn-call2action2 {width: 100% !important; margin:0 auto;}   
.faq_question h4:hover{
    color:#ccc;
}
.video img {}
.footer-bottom {
    background: #333333 !important;
    color: #f2f2f2;
    margin: 0!important;
    display: block !important;
    width: 100%;
    padding: 20px 20px 10px 20px;
}
.footer-menu {
    padding: 0 7px 0 7px;
}
.footer-container {
    padding: 0 14px 0 14px;
}
.footer-social{
    display:inline-block;
    margin-right:14px;
    width: 30px;
    height: 30px;
}
.priv-pol, .priv-mark { width: 81px; height: 81px;}

.expand-all, .collapse-all,.cursor-1 , #account-check{
    cursor:pointer;
}
.expand-all:hover, .collapse-all:hover{
    font-weight: bold;
}
.icon-5{
    margin-bottom:30px;
}
.apply-now{
    background-color: #a2ce36 !important;
}
.apply-now:hover{
    background-color: #a2ce36 !important;
}
.agreement-con{
    width: auto;
    height: 300px;
    overflow-y: scroll; 
    overflow-x: hidden;
    border:1px solid #ccc;
    border-radius:3px;
    padding:10px;
    margin:10px;
    background-color:#f4f4f4;
}
.form-1{
    width:80%;
    margin:auto;
}
.form-1 h2 {margin:;}
.panel-1{
    width:80%;
    margin:auto;
}
.panel-2{
    width:95%;
    padding:14px;
    margin:auto auto 14px auto;
}
.panel-primary  {border-color:#b7d87d; }
.panel-primary>.panel-heading {color: #fff;
  background-color: #b7d87d;;
  border-color: #b7d87d;}

.panel-changepass{
    width:600px;
    margin:auto;
}
.panel-heading h2 {margin: 10px 0 0 0; color:white; font-weight: 700}
.panel-heading p {margin: 0 0 10px 0; color: white; font-weight: 100}
.form-group.required .control-label:after {
  content:" *";
  color:red;
}
.bg-gender, .bg-gender .radio {margin: 2px 0 0 0;}
.reg-sep {border-color: #e2e2e2;}
/*form errors*/
#datetimepicker2 .error.valid {top:3px;right:10px; z-index: 2}
.error.valid.errorpassword{ color: #59ab02 !important; position: absolute; top:0px; left:-15px;}
.error.valid { color: #59ab02 !important; position: absolute; top:32px; right:25px;}

.error.valid { color: #59ab02 !important; position: absolute; top:32px; right:25px;}
#email.error.valid { color: #59ab02 !important; position: static;}

.error {color: #ff5f5b; font-size:13px;}

select option:disabled {color: #999999;}
.checklist {
   padding-left:20px;
   text-indent:2px;
   list-style: none;
   list-style-position:outside;
}
.checklist li:before
 {
    content: '✔';   
    margin-left: -1em; margin-right: .100em;
 }
 div[for="middlename"].error,  div[for="suffix"].error {top:-20px !important; right: 0px !important;}
 div[for="autocomplete"].error {text-align: left}
 div[for="password"].error.valid {top:2px; right:50px; left:auto; z-index: 2}
 div[for="password"].error {position: absolute;  left:0px; bottom:-45px;}
 div[for="agree"].error, div[for="agree"].error.valid {display: none !important;}
 div[for="optradio"].error {position: absolute;  top:28px; left:-66px; width: 170px;}
 div[for="optradio"].error.valid {top:0px; left:auto !important; right: -180px;}
 div[for="undefined"].error.valid {top:0px; left:-20px;}
 div[for="birthdate"].error.valid { color: #59ab02 !important; position: absolute; top:3px; left:auto !important; right:10px; z-index: 2}
 div[for="birthdate"].error { color: #ff5f5b !important; position: absolute; top:28px; left:0px;}
 div[for="japanese"].error.valid, div[for="find"].error.valid, div[for="major"].error.valid {right:40px; z-index: 2} 
/*SignUp-external*/
.application-form div.error,  .application-form div[for="birthdate"].error, #lform div.error {
     color: white !important;
     font-size:13px;
     position: absolute;
     right:102%;
     left:auto !important;
     top:1px;
     bottom: auto !important;
     background-color:#ff5f5b;
     padding: 2px 10px;
     width: 255px;
     line-height: 17px;
     text-align: center;}
.application-form .form-group, #lform .input-group {position: relative;}

.application-form  div[for="middlename"].error::after, #lform  div[for="middlename"].error:after, .application-form  div[for="suffix"].error::after, #lform  div[for="suffix"].error:after {
    top: 100%;
    left: 75%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;    
    border-bottom-color: transparent !important;    
    border-left-color: transparent !important;    
    border-top-color: #ff5f5b !important;
    border-right-color: transparent !important;
    border-width: 8px !important;
    margin-left: -8px !important;
    margin-top: 0px !important; 
}
.application-form div.error::after, #lform div.error:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #ff5f5b;
    border-width: 8px;
    margin-top: -8px;
}
.input-group .form-control.error {border-color: #ff5f5b;}
/*Custom Popovers*/
.popover {padding: 0; background-color: #d6fb94 !important; border; font-size:13px; max-width: 300px;}
.popover.right .arrow:after {border-right-color: #d6fb94}
.popover.top .arrow:after {border-top-color: #d6fb94}
.popover .popover-title { background-color: #b7d87d; padding: 2px 14px; border-bottom: none;}
.popover .popover-content {background-color: #d6fb94; border-radius: 6px}
.popcustom {display: block;}
.bubble, .bubble1
{
position: relative;
max-width: 300px;
height: auto;
padding: 0px;
background: #d6fb94;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: #b4b4b4 solid 1px;
-webkit-box-shadow 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
font-size:13px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #d6fb94;
display: block;
width: 0;
z-index: 1;
margin-top: -10px;
left: -10px;
top: 43px;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #b4b4b4;
display: block;
width: 0;
z-index: 0;
margin-top: -10px;
left: -11px;
top: 43px;
}
.bubble1:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 10px 10px;
border-color: #d6fb94 transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -10px;
top: -10px;
left: 50%;
}

.bubble1:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 10px 10px;
border-color: #b4b4b4 transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -10px;
top: -11px;
left: 50%;
}

/****************/
/*RE-DESIGN*/
.input-sm.error{
    border-color:#ff9f9f; !important;
}
.form-control.input-sm.valid{
    border-color:#8eb23f; !important;
}
span.error{
    color:red;
    font-size: 12px;
}
span.valid{
    color:green;
    font-size: 14px;
    top:3px;
    right:25px;
    position: absolute;
}
.message-1{
    font-size:12px;
    line-height:18px;
}
/**/
.input-changepass{
    width:70%;
    margin:auto;"
}
.selected-link{
    color:#59ab02 !important;
}
footer .row .inner {
    padding: 25px;
}
.f_slogan {margin:11px 0px 0px 0px;}
.faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}
.wrap{
    overflow: hidden;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #283043;
}
.logo-color{
    padding: 20px 10px;
}
.tbl-wrap{
    table-layout:fixed;
    width: 100%
}
.td-wrap{
    word-wrap: break-word;
}
.control-label{
    text-align:left !important;
}
.day-padding{
    padding: 0;
}

.mainPage h1, .page.content h2 {font-size: 24px;}
/*NAVIGATION*/
a,.menu ul > li > a:hover, .menu ul > li > a:hover span{
    color: #59ab02;
}
.link-inv:hover {text-decoration: underline; color: #59ab02;}
.menu ul li a,.menu2 ul li a,.car-button,.car-button:hover,.button-1:hover,.button-2:hover,.button-1-inv:hover{
    -webkit-transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
    -moz-transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
    -o-transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
    -ms-transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
    transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
}
.goToTop {
  position: fixed;
  top: 85px;
  width: 100%;  
  z-index: 1;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {border-color:#90c31f; background-color:#f5f5f5; }
.navbar-nav>.active>a { background-color: #eeeeee !important; color:#505050;}
.nav>li>a.nohover span, .nav>li>a.nohover:hover span {color: #999999;}
.nav>li>a.nohover:focus, .nav>li>a.nohover:hover { background-color: transparent;}
.article-footer a:focus {color: #999999; text-decoration: underline;}
.menu2 ul li a {
    color: white;
    padding: 15px 20px;
}
.menu2 .nav>li>a:hover, .menu2 .nav>li>a:focus {background-color: rgba(0, 0, 0, 0.25);}
.bg-footer .menu ul > li > a:hover {
    color: #59ab02;
}
.side-follow .nav>li {width: 100%}
.sub_nav {background:#717173;}
.nav2 {display: table; margin: 0 auto; float: none;}
/*Registration*/
.tos {width: 100%; height:400px; font-size: 13px; overflow: auto;  background-color: #eeeeee; border-radius: 5px; border: 1px solid #cccccc; padding: 15px  }
.tos h2 {font-size: 16px; margin: 5px 0 ; font-weight: 700}
.tos ol, .tos ul {list-style-type: circle !important;}
.tos li {margin-bottom: 5px;}
#tosModal1 .modal-dialog{ width: 90% !important; }
#tosModal1 .modal-body {font-size: 12px !important;}
#tosModal1 .modal-footer {border-width: 0; text-align: center;}
#submitbtn:disabled {cursor: not-allowed; pointer-events:auto;}
/*validation*/
        .inputValidate ul {list-style-type: none; padding-left: 0 }
        .ValDef {    
            background-image: url(../img/vert-checklist.png);
            background-repeat: no-repeat;
            background-position: 0px 3px; 
            padding: 0px 25px;}
        .ValCheck {background-position: 0 -17px; }  
        .ValError {background-position: 0 -39px; } 
/*Article*/
.article-author, .article-excerpt, .article-footer { margin-left: 85px;}
.article-date, .article-title {font-size: 24px; font-family: "Raleway", sans-serif; float: left; padding-top: 10px}
.article-date {position: relative; color: #999999;}
.article-author {margin-bottom:15px; color: #999999 }
.article-title {margin-left: 85px; position: absolute; left: 0;color: #59ab02 }
.article-header {position: relative; padding-bottom: 36px}
.article-footer {padding:15px 0; border-bottom: thin solid #999999; margin-bottom: 30px}
/*ABout us*/
.company-pic {height: 250px;}
.crcl {border-radius: 50%; width: 170px; height: 170px; display: block}
.rj-about-pic-1 {background: url(https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-012.jpg) no-repeat center; }
div[class*='rj-about-pic-'] {background-size: cover;}
.tl-m {  background-color: #e2e2e2;  min-height: 50px;  padding: 14px;}
.tl-m span { padding: 5px; color:white; min-width: 70px;}
.tl-m div {margin-top: 14px;}


/*Contact*/
 #RareJob-map-ph { height:500px; width:100%; }
    .gm-style-iw * { display: block; width: 100%; }
    .gm-style-iw h4, .gm-style-iw p {margin: 0; padding: 0; }
    .gm-style-iw a { color: #4272db; }
#contact {position: relative; width: 100%; height:500px; }
.contact-info {position: absolute; width: 700px; height: 300px; top:80px; right: 50px; background-color: #93e286;
border-radius: 10px; z-index: 9; padding: 30px;}
.contact-info h3 {margin: 0 0 15px 0}
.contact-info a:link { color: #424E5A}
.contact-info a:hover { color: white; text-decoration: underline;}
.contacticon {width: 45px; height: 45px; display: inline-block;}
.contact-set {list-style-type: none;}
.contact-set li {display: inline-block; padding: 30px;}
.ci-email {background-image: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-024.png);}
.ci-fb {background-image: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-026.png);}
.ci-twitter {background-image: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-025.png);}
.ci-call {background-image: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-070.png);}

/*Login*/
.full-height {height: 100%}
.login-stage {position: absolute; margin-top: -180px; top:50%; width: 100%; margin-left: 15px}
.login-wrap {padding:25px 70px; background-color: rgba(255, 255, 255, 1); border-radius: 0; margin: auto; min-width: 300px; max-width: 500px; border-radius: 10px; font-weight: 400;}
.login-title {font-size: 24px; font-family: "Raleway",sans-serif; padding: 0; margin: 
0; text-align: left; }
.login-form .help-block {width: 70%; margin: 0 auto;}
.login-btn {width:100%; margin: 0 auto; padding: 4px 16px; }
.login-logo {padding-top: 10px}
.login-input{
    width:100%;
    margin:auto;"
}
::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}
::-moz-placeholder {
    color:    #999;
}
:-ms-input-placeholder {
    color:    #999;
}
.app-wrap { border-radius: 10px; margin: 70px auto; min-width: 300px; max-width: 500px;background-color: rgba(0, 0, 0, 0.5);}
.app-join, .link-inv{color: #505050; font-weight: 400; }
.app-join a, .link-inv {font-weight: 700;}
.app-join a:hover, .app-join a:visited{color:#505050 !important; text-decoration: underline;}
.welcome-box {background-color: rgba(89, 171, 2, 0.75); margin: 70px auto; min-height: 291px}
.welcome-box a:link {color: white; text-decoration: underline;}
/*MODALs*/
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-modal {
    position: fixed;
    top: 20%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #555555;
    background: #ffffff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}
.md-modal.info .md-content{
    background-color: #25c5d9;
    color: white;

}
.md-content p {font-family: 'Open sans'; font-size: 15px; }
.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0,0,0,0.1);
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-content button {
    display: inline-block;
    margin: 0 auto;
    font-size: 0.8em;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-8 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.md-show.md-effect-8 .md-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

@media screen and (max-width: 32em) {
    body { font-size: 75%; }
}
.modal-footer {
    text-align: center;
}
.btn-white {
  background-color: white;
  border: 2px solid white;
  color: gray; }

.btn-white:hover {
  color: #65ba69; }

.btn-inv {
  background-color: transparent;
  border: 2px solid white !important; 
  color: white; }

.btn-inv:hover {
  background-color: white;
  color: gray; }
/*Join Area*/
table.confirm {background-color: white; width: 100%}
table.confirm tr:nth-child(odd) {
    background-color: #ebebeb;
}
table.confirm tr td {font-weight: normal; color: #333333;}
    /* Hero Slide
-------------------------------------------------- */

/* Carousel base class */
#hero_slide {  height: 500px;}

#hero_slide .item {  height: 500px;  background-color: transparent;}
#hero_slide .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
div[class*="hero-"] {    margin:0 auto;
    background-position: top left;
    background-size: cover;}
/*Smart phone small*/
@media (max-width: 320px) {
    .hero-1 {background-position: 60% center !important;}
    .main-header .container {padding-left:0 !important; padding-right:0 !important;}
    .container>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }    
    #hero_slide {  height: 400px;}
    #hero_slide .item {  height: 400px;  background-color: transparent;}
    div[class*="hero-"] { margin:0 auto;
    background-position:  25%;
    background-size: cover;}
}
/*Samsung*/
@media (min-width: 321px) and (max-width: 768px) {
        .container>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }
    .navbar-toggle {margin-right:30px;}
    #hero_slide {  height: 400px;}
    #hero_slide .item {  height: 400px;  background-color: transparent;}
    .hero-1 {background-position: bottom left;}
    div[class*="hero-"] { margin:0 auto;
    
    background-size: cover;}
}
/*Phablets*/
@media (min-width:320px) and (max-width:425px) {
    .hero-1 .hero-text {padding-top:0 !important; text-align:center;}
    .hero-1 .hero-title { margin-top:15px !important;}
    .hero-2 .hero-title, .hero-3 .hero-title { margin-top:95% !important;}
    .container-1 {height: 100%; position: relative;}
    .carousel-inner, .bg-1 {height:100% !important;}
    #hero_slide {  height: 100%;} 
    #hero_slide .item {  height: 100%;  background-color: transparent;}    
    .hero-1 {background: url("https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-198.jpg") no-repeat !important; background-size: cover; background-position: center 60% !important;}
    .hero-2 {background: url("https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-199.jpg") no-repeat !important; background-size: cover; background-position: center 40% !important; background-size: cover !important ;}
    .hero-3 {background: url("https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-207.jpg") no-repeat !important; background-size: cover; background-position: center 40% !important; background-size: cover !important ;}
}
.hero-3 {
    background: url("https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-206.jpg") 20% 0 no-repeat;   
}
.hero-2 {
    background: url("https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-156.jpg") 20% 0 no-repeat;   
}
.hero-1 {
    background: url("https://d1atgierv9op2.cloudfront.net/ph/assets/jpg/tutor-img-197b.jpg") 20% 0 no-repeat;
}
#eunk {background-color: rgba(0, 0, 0, 0.75);}
#how2apply , #eunk  { text-align: center;  padding: 15px 0;}
#eunk h2 { color: #8fc23d; margin-bottom: 0; }
#eunk .sub-header2 {color: white; font-size: 18px; }
#eunk .row {padding-top: 15px;}
#eunk h4 { font-size: 18px;}
#eunk p, #eunk h4, #eunk span, #eunk small {color: white;}
#how2apply h2, #how2apply {margin-bottom: 30px;}
.mb0 {margin-bottom: 0;}
.h2a-blurb {
    font-family: "Raleway";
    display: block;
    min-width: 190px;
    text-align: center;
    font-size: 18px;
    margin: -40px auto 0;
}
.h2a-blurb .stepno {color:#1b5e20; text-align: center; font-weight: bold}
#hero_slide .carousel-indicators li {border: 2px solid rgba(50,50,50,0.5); margin: 0 10px; background-color: white; width: 16px; height: 16px; }
#hero_slide .carousel-indicators li.active {background-color: #59ab02; width: 16px; height: 16px;}
.hero-text {padding-top: 10%}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

    /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#h2join {  height: 500px;}
#recog, #recog2{  height: auto; margin-bottom: 30px;}
#recog .carousel-indicators, #recog2 .carousel-indicators {display: none;}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {  z-index: 10;  color: #333333;}
/* Declare heights because of positioning of img element */
#h2join .item {  height: 500px;  background-color: transparent;}
#h2join .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carousel-indicators li {border: 1px solid #505050;}
.carousel-indicators .active {background-color: #59ab02; border: 1px solid white;}
div[class*='sl-'] {    background-repeat: no-repeat;;
    height:100%;}
.overview-vid {position: absolute; top:10%; left: 5px;}    
.sl-1 { background: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-049.png);  background-position: right bottom; position:relative;}
.sl-2 { background: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-050.png); background-position: left bottom; }
.sl-3 { background: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-051.png); background-position: right bottom; }
.sl-4 { background: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-052.png); background-position: left bottom; }
.sl-5 { background: url(https://d1atgierv9op2.cloudfront.net/ph/assets/png/tutor-img-053.png); background-position: right bottom; }
.carousel-control.left {background: -moz-linear-gradient(left,  rgba(89,171,2,0.5) 0%, rgba(89,171,2,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(89,171,2,0.5)), color-stop(100%,rgba(89,171,2,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(89,171,2,0.5) 0%,rgba(89,171,2,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(89,171,2,0.5) 0%,rgba(89,171,2,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(89,171,2,0.5) 0%,rgba(89,171,2,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(89,171,2,0.5) 0%,rgba(89,171,2,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8059ab02', endColorstr='#0059ab02',GradientType=1 ); /* IE6-9 */
} 
.carousel-control.right {background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(89,171,2,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(100%,rgba(89,171,2,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(89,171,2,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(89,171,2,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(89,171,2,0.5) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(89,171,2,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#8059ab02',GradientType=1 ); /* IE6-9 */
 }

#recog .carousel-control.left, #recog2 .carousel-control.left { background: transparent; width: auto; } 
#recog .carousel-control.right, #recog2 .carousel-control.right { background: transparent; width: auto;}


.cap-1 h1 { font-family: "Raleway",sans-serif; font-weight: 400px; font-size: 30px;}
/*csutom slide contents*/
.stp { position: relative; margin-top:15%; width: 50%; padding: 15px;}
.stp-mobi { width: 100%}
.stp-counter {float: left; text-align: center; padding-right: 15px; width: 100px; margin-top: 20px;}
.stp-content {float: left; max-width: 440px; padding-bottom: 15px;}
.recog-title {position: absolute; top:15px; left: 15px;}
.stp-circ {border-radius: 50%; background-color: #59ab02; height: 58px; width: 58px; margin: 0 auto;}
.stp-circ div { font-family: "Raleway", sans-serif; color: white; font-size: 32px; text-align: center; line-height: 50px;}
.stp-left {
background: -moz-linear-gradient(left,  rgba(0,0,0,0.01) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.01)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.01) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
float:left;
}
.stp-right {
   background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.01))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=1 ); /* IE6-9 */
float:right;
}
@media (min-width: 768px) {
  

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  
}
/*Blog Area*/
.footer-nav-menu, .article-content {list-style-type: none; list-style-position: inside; margin-left: 0; padding-left: 0;}
.article-anchor {  display: block;
  height: 85px; /*same height as header*/
  margin-top: -85px; /*same height as header*/
  visibility: hidden;}
.article-content p {display: inline-block; padding-right: 20px; color:#b5b4b4;}
.article-content a:hover { color: #f2f2f2 !important;}
.article-content a:visited, .article-content a:focus {color:#59ab02;}
.article-image {padding: 0;}
.article-gallery {padding-left: 15px; padding-right: 15px; padding-bottom: 15px;}
.contact-details {}
.footer-nav {color: white;}
.footer-nav-menu {color:#b5b4b4;}
.footer-nav-menu a:link, .footer-nav-menu a:visited, .footer-nav-menu a:active {color:#b5b4b4;}
.footer-nav-menu a:hover {color:#59ab02;}
/* GET-ASNWERS*/
.list-sidemenu{border-top: none; border-left: none;border-right: none; border-bottom: 1px solid #dddddd; border-radius: 0px !important;  font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 400; color: #59ab02 !important; margin-bottom: 0; width: 100%;}
.mainPage {border-radius: 5px; border: 1px solid #dddddd;}
.mainPage .panel-heading {border-bottom: 1px solid #dddddd; padding: 15px;}
.mainPage .panel-body h2, .page.content h3 {font-size: 18px;}
.column-50 {width: 50%; vertical-align: top}
.q-table {width: 100%; margin-bottom: 15px;}
.q-title {font-weight: bold}
.q-list ul {padding-left: 15px;}
.q-list ul li {list-style-type: none; list-style-position: inside;}
.q-list ul li a:hover {text-decoration: underline;}
.questions {padding: 15px 0; border-bottom: 1px solid #dddddd; padding-top: 85px;
    margin-top: -85px;}
.questions dt {padding-bottom: 15px;}
/*timeline*/
.timeline {list-style-type: none; position: relative;}
.timeline:before {
    content: '';
    position: absolute;
    top: 14px;
    bottom: 0;
    width: 10px;
    background: rgba(89, 171, 2,.4);
    left: 71px;
    margin-left: -10px;
}
.timeline li {position: relative; padding:10px 0;}
.timeline span {
    border-radius: 50%;
    font-size: 14px;
    color: white;
    background-color: #59ab02;
    text-align: center;
    padding: 5px;
    position: absolute;
    margin-right: 5%;
    display: block;
    width: 50px;
    height:50px;
    line-height: 30px;
    border: 5px solid rgba(89, 171, 2,.4);
    box-shadow: 0 0 0 8px rgba(89, 171, 2,.4);
}
.timeline li p {
    position: relative;
    margin-left: 10%;
    background-color: rgba(89, 171, 2,.4);
    padding: 10px;
}
.timeline p:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(89, 171, 2,.4);
    border-width: 10px;
    top: 15px;
}
/*RESPONSIVE*/

      .mobi-land {display: none;}
    /*reset center align*/
    .text-left-xs { text-align: left; }
    .text-center-xs { text-align: center; }
    .text-right-xs { text-align: right; }
    .text-justify-xs { text-align: justify;}
    .hidden-xs {display: none}    
    .mt30-xs {margin-top: 30px;}
    .article-content {text-align: center}
    .pl0-xs {padding-left: 15px;}
    .hero_btn {width: 250px !important; margin-left: 10px; margin-right: 10px; margin-bottom: 14px;}
    /*medium display center align*/

@media (min-width: 992px ) {
    .hero_btn {width: 250px !important; margin-left: 10px; margin-right: 10px}
    #benefits img, #how2join img {width: 100%}
   
    .text-left-md { text-align: left;}
    .text-center-md { text-align: center;}
    .text-right-md { text-align: right; }
    .text-justify-md { text-align: justify; }
    .hero-xs {display: inline-block !important; }
    .hidden-xs {display: block}
    .mt30-xs {margin-top: 13px;}
    .article-content {text-align: left}
    .pl0-md {padding-left: 0px;}
}
@media (max-width: 979px) {
    .article-title,  .article-date {font-size: 18px;}
    .div-86 { height: 70px;}
    body.boxed{ width: 100%; }    
    .navbar-toggle{
        float: right;
        padding: 9px 10px;
        margin-top: 18px;
        margin-bottom: 8px;
        background-color: #70a935;
        border-radius: 4px;
        display: block;
        text-align: center;
        color:#fff !important;
    }
    .navbar-toggle:hover{
        color:#fff !important;
    }
    .navbar-header,.navbar-nav{
        float: none
    }
    .navbar-collapse.collapse{
        display: none !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
    }
    .logo-color{
        padding: 13px;
    }

    .footer-margin-1{
        font-size:12px;
    }
    .kato-san{
        background:url("https://d1atgierv9op2.cloudfront.net/ph/images/tutor/ip011.png") no-repeat !important;
    }
    #contact {height: auto;}
     #RareJob-map-ph { display: block; }
    .contact-info {position: absolute; width: 100%; height: 300px; top:0; right: 0; background-color: #93e286;
border-radius: 0px; z-index: 9; padding: 30px;}
.popcustom {max-width: 100%; margin: 0 15px; position: static;}
.popcustom .arrow {display: none;}

.bubble, .bubble1 {
    max-width: 100%
}
.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 10px 10px;
border-color: #d6fb94 transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -10px;
top: 0px;
left: 50%;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 10px 10px;
border-color: #b4b4b4 transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -10px;
top: -1px;
left: 50%;
}

}
@media (min-width: 768px) {
    .tut-name {height: 520px;}
    #overview-vid {width: 480px; }
}
@media (min-width: 992px) {
    .tut-name {height: 520px;}
}
@media (max-width: 991px) and (min-width: 768px) {
/*SM*/
    .stp { position: relative; margin-top:15%; width: 50%;  }
    .stp-content h1 {font-size: 24px}    
    .stp-content {float: left; max-width: 200px; padding-bottom: 15px;}
    .panel {width: auto; }
    .timeline li p  {
    margin-left: 15%;
}

}
@media (max-width: 1199px) and (min-width: 992px) {
/*MD*/
.stp-content {float: left; max-width: 245px; padding-bottom: 15px;}
.timeline li p  {
 
    margin-left: 15%;

}
}
@media (max-width: 767px) and (min-width: 500px) {
    .stp-header {margin: 0; padding-top: 15px; text-align: center}
    .stp { margin-top:15px;   }
    .stp-content h1 {font-size: 24px} 
    .stp-header {margin: 0; padding-top: 15px;}
.sl-1-m {background-image: url(../img/sl-register.png);  background-position: right bottom; background-size: 40%; position: relative;}
.sl-2-m {background-image: url(../img/sl-assess.png); background-position: left bottom; background-size: 40%}
.sl-3-m {background-image: url(../img/sl-train.png); background-position: right bottom; background-size: 40%}
.sl-4-m {background-image: url(../img/sl-teach.png); background-position: left bottom; background-size: 40%}
.sl-5-m {background-image: url(../img/sl-get-paid.png); background-position: right bottom; background-size: 40%}
.stp-left .stp-content {float:right;}
.stp-right .stp-content {float: left; }
}
@media (max-width: 500px){
    .article-title,.article-date {font-size: 16px; line-height: 15px;}
    .article-excerpt {margin-left: 0px;}
    .timeline li p {margin-left:25% !important}
    #overview-vid, .modal-overview, .overview-modal video {width: 480px; height: 270px}
    .login-title {text-align:center;}
    .login-wrap {padding: 10px; background-color: transparent;}
    .login-header {background-color: rgba(255, 255, 255, 1); padding: 14px; margin-bottom:14px; }
    .app-join {text-align: center !important;}
    .icon-2{
        width:80px;
        height:48px;
    }
    .icon-3{
        width:250px;
        height:68px;
    }
    .icon-4{
        width:60px;
        height:19px;
    }
    .icon-5{
        width:0px !important;
        height:0px !important;
    }
    .icon-6{
        width:200px;
        height:48px;
    }
    .input-changepass{
        width:100% !important;
    }
    .container-1{
        height: 400px;
        position: relative;
    }
    .hero_btn {margin-left:0; margin-bottom: 5px;}
    .mobi-pos {position: absolute; bottom: 80px; text-align: center; width: 100%}
    .mobi-land {height: 90px; width: 100%; display: block;}
    .stp { position: relative; margin-top:15px; width: 40%;  }
    .stp-header {margin: 0; padding-top: 15px; text-align: center}
    .stp-mobi { width: 100%; position: relative; display: block; margin-top:15px;}
    .stp-content h1 {font-size: 24px}
    .stp-counter {float: left; text-align: center; padding-right: 15px; width: 100px; margin-top: 20px;}
    .stp-content {float: left; min-width: 180px; padding-bottom: 15px;}
    .stp-circ {border-radius: 50%; background-color: #59ab02; height: 58px; width: 58px; margin: 0 auto;}
    .stp-circ div { font-family: "Raleway", sans-serif; color: white; font-size: 32px; text-align: center; line-height: 50px;}
    .stp-left {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.01) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.01)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.01) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    float:left;
    }
    .stp-right {
       background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.01))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=1 ); /* IE6-9 */
    float:right;
    }
}
@media (max-width: 767px){ 
    .list-sidemenu {font-size: 14px; padding: 0;}
    #sidebar.affix {position: static; width: 100%;}
    .timeline li p {margin-left:15% }
    .item{
       height:300 !important;
    }
    .footer-text{
        text-align: left;
    }
    .image-1{
        width:300px;
        height:179px;
    }
    .icon-1{
        width:80px;
        height:80px;
    }
    .bg-4{
        background:url("https://d1atgierv9op2.cloudfront.net/ph/images/tutor/ip005.png") repeat-x !important;
        background-position:50% 40% !important;    
    }
    .icon-5{
        width:400px;
        height:94px;
    }
    .form-1, .panel-1, .panel-2, .panel-changepass{
        width:100% !important;
    }
    .hero-title{
        font-size:32px !important;
        line-height: 32px !important;
        margin-top: 130px;
    }
    .hero-caption{
        font-size:18px !important;
        line-height:18px !important;
    }
    .text-center-xs {text-align: center;}
}
@media (min-width: 1440px){
    .container-1, #hero_slide, #hero_slide .item{height: 670px;}
    .div-90 {height: 180px}
}
@media (min-width: 1920px) {
    .container-1, #hero_slide, #hero_slide .item{height: 700px;}
    .div-90 {height: 180px}
}
@media(max-width: 1200px){
    .logo-text{
        width:0;
        height: 0;
    }
     .container-1{
    background-position: center top;
    }
    .day-padding{
        padding-left: 10px;
    }
}
@media (min-width: 980px) { 

    nav.menu{
        float: right !important;
    }
    .menu > ul li{
        float: left;
    }
    .menu ul>li>a{
        padding: 34px 18px 31px 18px;
    }
    .footer-margin-1{
        margin:0 0 0 0 !important;
    }
}
/*Animation*/

@-webkit-keyframes more-arrow-bounce {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
}
@keyframes more-arrow-bounce {
    0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}