
@font-face {font-family: "Roboto-Light"; src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');}
@font-face {font-family: "Roboto-Bold"; src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');}

/*reboot bootstrap css*/
#main button,
#main input,
#main optgroup,
#main select,
#main textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main input,
#main button,
#main select,
#main textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#main a {
    /*color: #23527c;*/
    text-decoration: none;
}
#main a:hover,
#main a:focus {
    /*color: #23527c;*/
    text-decoration: none;
}

#main h4,
#main .h4 {
    font-size: 18px;
}
#main h4, #main .h4, #main h5, #main .h5, #main h6, #main .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#main .btn-default {
    color: #ffffff;
    background-color: #c00f2c;
    border-color: transparent;
}

#main .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-image: none;
}
#main input, #main button, #main select, #main textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#main input {
    line-height: normal;
}
#main button, #main input, #main optgroup, #main select, #main textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#main ul {
    list-style-type: disc;
    padding-right: 5px;
    padding-left: 18px;
}
#main .text-center {
    text-align: center;
}

#main .onerow {
    margin-bottom: 10px;
}
/*
.header-feature {
    margin-top: 80px;
}
*/

#main.wide {
    line-height: 1.25;
    position: relative;
    overflow-x: hidden;
    /*margin-top: 5px;*/
    margin-bottom: 40px;
    opacity: 1;
}
#search .search-button {
    position: relative;
}
@media all and (max-width: 400px) {
	#search .search-button {
		position: absolute;
		height: 23px;
	}
    #search .search-button div {
        padding: 3px 6px;
    }
}

/* kill reset and firefox padding "feature" */
#main select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -moz-padding-start: 7px !important;
}
#main .text-uppercase {
    text-transform: uppercase;
}
#main button, input[type="submit"] {
    color: white;
    font-size: 20px;
}
#main input:not([type=checkbox]), textarea, button {
    width: 175px;
    border: none;
    padding: 5px;
    margin: 1px 0;
    box-sizing: border-box;
}
#main input[type=text], #main input[type=password], #main input[type=number] {
    width: 100%;
    border-bottom: 1px solid #B3B3B3;
}


/*header*/
.blog-header {
    position: relative;
}
.blog-header .blog-header-background {
    background: #eeeeee;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 11px;
}
.blog-header-image {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: -11px;
}
.blog-header-link {
    padding-top: 11px;
    line-height: 30px;
    color: black;
}
#main .blog-header-link a {
    font-family: 'Roboto Light';
    color: black;
}
/*blog content*/
.blog-full-context img:not(.blog-image) {
    cursor: pointer;
}

.blog-content {
    margin-top: 20px
}
.row-post {
    padding: 10px 0;
    border-bottom: 1px solid #B3B3B3;
}
.row-post h3,
.row-full-post h3 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: normal;
    /* font-family: 'Trade Gothic';*/
	font-family: "Roboto Light";
}
.row-post .blog-post-date,
.row-full-post .blog-post-date {
    width: 100%;
    font-size: 11px;
    color: #B3B3B3;
}
.row-post .blog-image-content,
.row-full-post .blog-image-content {
    padding-left: 0;
}
.row-post .blog-context {
    padding-right: 0;
}
.row-post .blog-image, .blog-full-context .blog-image {
    border: 1px solid #B3B3B3;
}
.blog-full-context .blog-image {
    max-width: 350px;
}

/*sidebar*/
.sidebar-container {
    padding: 10px 0 10px 15px;
}
.row-more {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0;
    border-bottom: 1px solid #B3B3B3;
}
.sidebar-title {
    background: #eeeeee;
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 10px;
}
.row-more .blog-context {
    padding: 0;
}
.row-more h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 100%;
    line-height: normal;
}
.row-more .blog-image-content {
    padding-left: 0;
}

/*sidebar product*/ 
.sidebar-container .product {
    margin-top: 10px;
    height: 100%;
    overflow: hidden;
}
.sidebar-container .product-inner {
    overflow-y: auto;
    position: static;
    top: 0;
    bottom: 1%;
    left: 0;
    right: -12px;
    overflow-x: hidden;
    width: 100%;
    padding: 0;
}
.sidebar-container .product h3 {
    font-size: 11px;
}

/*full*/
.row-full-post {
    padding-left: 0;
    padding-right: 0;
}
.blog-full-context .blog-image {
    margin-right: 20px;
}
.row-full-post .blog-full-context,
.row-full-post .blog-context {
    padding-left: 0;
    padding-right: 0;
}
.blog-full-context p {
    line-height: 20px;
}
.row-full-post .blog-post-small-context {
    width: 100%;
    /*font-weight: 600;*/
    font-weight: normal;
}

/*price*/
.product-price {
    padding-top: 30px;
    font-weight: bold;
}
.row-more .add-to-cart {
    height: 39px;
    width: 100%;
}
.row-more .add-to-cart .add-to-cart-text {
    padding-left: 15px;
}
.product h3 {
    background: transparent;
}

/*maps*/
#map-canvas {
    width: 100%;
    height: 38.5vw;
    margin-bottom: 15px;
}

/*form*/
.login {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 20px 0;
}
.login form {
    margin: 20px auto;
    max-width: 420px;
}
.login h2 {
    display: inline-block;
    width: 100%;
}
.login h3 {
    display: none;
    font-size: 15px;
}
#main .login button.edu-apply-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .login button.process {
    background: #8c8c8c;
    cursor: default;
}
#main .login div.process {
    display: none;
    margin-bottom: 15px;
    width: 100%;
}
#main .login .notify-msg {
    width: 100%;
    padding-bottom: 5px;
}
#main .login .process .load-text {
    padding-left: 10px;
}
#main .login .inactive {
    color: #015f00;
    font-weight: 600;
    font-size: 14px;
    padding-top: 15px;
}

#main a {
    color: #333333;
}
#main a.current-page{
	color: #c00f2c;
}
#main a:hover {
    color: black;
    text-decoration: none;
}


.social-btn-content {
    padding: 15px 15px 15px 0;
}
/*facebook like/share*/
.fb-like.fb_iframe_widget,
.fb-like.fb_iframe_widget span {
    float: left;
    width: 100%;
}

/*facebook comment*/
.fb_iframe_widget span[style], .fb_iframe_widget span[style] iframe {
    width:100% !important;
}
.fb-comments {
    width: 100%;
}


/*EDU*/
.edu-header {
    background: #BA1E36;
}
.edu-header h2 {
    color: white;
    margin: 50px 0 10px 0;
    font-family: 'Roboto Light';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    display: block;
}
.edu-header .event-marker-content {
    max-width: 105px;
    margin-top: 7px;
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
}
.edu-header .event-marker {
    margin: 0px auto 3px auto;
    background-color: rgba(0,0,0,0.4);
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.edu-header .event-marker-container {
    text-align: center;
}
.edu-header .event-marker-container .icon-marker-gray {
    width: 100%;
    height: 100%;
    background-size: 55%;
}
.edu-header .event-marker-container .event-city {
    color: white;
}
.edu-container {
    padding-top: 15px;
}
    /*calendar*/
.edu-container .calendar {
    padding-left: 0;
    padding-right: 0;
}
.edu-container .calendar .calendar_head {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.edu-container .calendar .last_month,
.edu-container .calendar .next_month {
    line-height: 24px;
    cursor: pointer;
}
.edu-container .calendar .current_month {
    text-align: center;
}
.edu-container .calendar .weekdays {
    float: left;
    height: 38px;
}
.edu-container .calendar .weekday {
    width: calc(100% / 7);
    text-align: center;
    padding: 2px 14px 0 14px;
}
.edu-container .calendar .noday {
    padding-bottom: 0;
}
.edu-container .calendar .day .number {
    width: 100%;
    height: 100%;
    line-height: 300%;
    border-radius: 50%;
}
.edu-container .calendar .day.active {
    cursor: pointer;
}
.more-event-content {
    position: absolute;
    display: none;
    border: 1px solid #666;
    padding: 7px;
    background: white;
    z-index: 1024;
    width: 200px;
    text-align: center;
}
.more-event-content a {
    float: left;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}
.edu-container .calendar .muli-event {
    background: #f1f1f1;
    border: 1px solid #717171;
}
.calendar .day, .calendar .noday {
    margin: 0.1% 1.5%;
}

    /*/calendar*/
    /*table*/
.edu-container .table.mbeauty tr:nth-child(even) td {
    background: #e6e6e6;
    border-top: 1px solid white;
    vertical-align: middle;
}
.edu-container .table.mbeauty tr:nth-child(odd) td {
    background: white;
    border-top: 1px solid white;
}
.edu-container .table tbody tr td {
    cursor: pointer;
}
.edu-container .table tbody tr td[data-search] {
    cursor: default;
}
    /*/table*/
    /*foremost*/
    .foremost {
        margin-top: 35px;
    }
    .foremost-title {
        font-size: 30px;
        padding-top: 45px;
        padding-bottom: 15px;
    }
    .foremost-content {
        margin: 0 auto;
    }
    .foremost h3 {
        font-size: 18px;
        padding: 5px 0;
    }
    .foremost img {
        width: 100%;
    }
    .foremost .blog-post-date, .foremost .blog-post-small-context {
        width: 100%;
        padding-bottom: 5px;
    }
    /*/foremost*/
    
    /*teacher*/

.teacher-sidebar {
    float: right;
}
.teacher-content {
    
}
#main .teacher-content h4 {
    font-size: 10px;
}
#main .teacher-content h4.teacher-name {
    font-size: 12px;
}
#main .teacher-content.teacher-event h4 {
    font-size: 1.2vw;
}
#main .teacher-content.teacher-event h4.teacher-name {
    font-size: 1.3vw;
}

.more-event {
    margin-top: 20px;
}
.teacher-small-context {
    padding: 6px 0;
    width: 100%;
    font-weight: 600;
}
.teacher-comment {
    margin-top: 15px;
    padding-top: 15px;
}
    /*/teacher*/
/*EDU END*/

/*LG*/
@media all and (min-width: 1200px) {
    /*EDU*/
    .edu-header .event-marker-content {
        margin-left: 4%;
        margin-right: 4%;
    }
    .edu-container .calendar .day .number {
        line-height: 450%;
    }
    .edu-container .calendar .weekday {
        padding: 2px 25px 0 25px;
    }
    /*EDU END*/
    .header-blog-image {
        width: 13%;
    }
    .container {
        width: 1265px;
    }
    .row-post h3,
    .row-full-post h3 {
        font-size: 2vw;
    }
    .hidden-lg {
        display: none;
    }
}
@media all and (max-width: 1199px) {
    /*EDU*/
    .edu-header .event-marker-content {
        margin-left: 2%;
        margin-right: 3%;
    }
    /*EDU END*/
    .blog-logo {
        width: 13%;
    }
    .row-post h3,
    .row-full-post h3 {
        font-size: 3vw;
    }
}

@media all and (max-width: 992px) {
    /*teacher*/
    #main .teacher-content.teacher-event h4 {
        font-size: 11px;
    }
    #main .teacher-content.teacher-event h4.teacher-name {
        font-size: 13px;
    }
    .blog-full-context .blog-image {
        max-width: 300px;
    }
    /*/teacher*/
    /*EDU*/
/*    .edu-header .event-marker-container {
        text-align: center;
    }*/
    .edu-header .event-marker-content {
        float: none !important;
        display: inline-block;
        padding-bottom: 15px;
    }
    .edu-container {
        width: 100%;
    }
    /*EDU END*/
    .header-blog-image {
        width: 20.66666667%;
    }
    .row-post h3,
    .row-full-post h3 {
        font-size: 3vw;
        /*font-size: 40px;*/
    }
    .product-list .add-to-cart-text {
        font-size: 70%;
    }
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
}
@media all and (max-width: 845px) {
    /*EDU*/
    .edu-header .event-marker-content {
        margin-right: 1%;
    }
    .edu-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    /*EDU END*/
}
@media all and (max-width: 767px) {
	/*
    .header-feature {
        margin-top: 45px;
    }
	*/
    /*EDU*/
    .edu-header h2 {
        margin-top: 15px;
        text-align: center;
        font-size: 25px;
    }
    .edu-header .event-marker-content {
        margin-left: 2%;
        margin-right: 3%;
    }
    .edu-container .calendar {
        max-width: 470px;
        margin: 10px auto;
        float: none;
    }
    .edu-container .table-content {
        margin-top: 40px;
    }
    /*EDU END*/
    .row-post .blog-context {
        padding-right: 15px;
    }
    .row-post h3,
    .row-full-post h3 {
        font-size: 25px;
    }
    .blog-full-context .blog-image {
        max-width: 100%;
    }
    .product-list .add-to-cart-text {
        font-size: 13.5px;
    }
    .row-more .blog-image-content {
        padding-left: 15px;
    }
    .blog-header {
        background: #eeeeee;
    }
    .header-blog-image img {
        min-width: 132px; 
    }
    .blog-content {
        /*padding-left: 0;*/
    }
    
    .sidebar-container {
        padding-left: 0;
    }
    .sidebar-container .row-more .blog-image {
        margin: 0 auto;
    }
    .sidebar-container .row-more .blog-context {
        text-align: center;
        padding: 10px;
    }
    .sidebar-container .related {
        float: left;
        width: 100%;
    }
    .sidebar-container .teacher {
        float: left;
        width: 100%;
    }
    
    .row-post h3 {
        text-align: justify;
    }
    .header-image-xs {
        margin: 10px auto;
    }
    
    .map-content {
        padding: 0;
        height: 56.5vw;
    }
    #map-canvas {
        height: 56.5vw;
    }
    
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
}
@media all and (max-width: 500px) {
    .row-post h3,
    .row-full-post h3 {
        font-size: 20px;
    }
    .fracture {
        float: left;
        width: 100%;
    }
    .blog-image {
        margin: 0 auto;
        float: none !important;
    }
    .embed-responsive, .embed-responsive-item {
        float: left;
        width: 100%;
        height: 350px;
    }
}
@media all and (max-width: 480px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}
@media all and (max-width: 350px) {
    .edu-container .calendar .day .number {
        line-height: 200%;
    }
}