BODY {
    color: #350A00;
    margin-bottom: 5rem;
}
BODY::before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: #C19558 url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
IMG {
    max-width: 100%;
}
.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.b_0 {
    bottom: 0px;
}
.font_weight_600 {
    font-weight: 600;
}
::selection,
::-moz-selection {
    background: #C19558;
    color: #EFE7AD;
}
.is_hidden {
    display: none;
}
A {
    color: #350A00;
}
A:hover {
    color: #EFE7AD;
    text-decoration: none;
}
.separate_content {
    border-bottom: #350A00 dashed 1px;
}
.loader {
    background: #C19558 url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
    background-size: cover;
    z-index: 2;
}
.loader IMG {
    width: auto;
    margin: 0px 1rem 0px 1rem;
}
FOOTER {
    font-size: 12px;
}
.home_img {
    background: #C19558 url(../images/home_img.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 100%;
    height: 40vh;
}
.overlay {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
    background-size: cover;
    background-attachment: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    mask-image: url(../images/home_img_overlay.png);
    mask-position: -200px -65px;
    mask-size: 100% 250%;
    -webkit-mask-image: url(../images/home_img_overlay.png);
    -webkit-mask-position: -200px -65px;
    -webkit-mask-size: 100% 250%;
}
.navbar {
    border-bottom: #350A00 solid 2px;
    box-shadow: #350A00 0px 0px 50px;
    z-index: 1;
}
.navbar-expand-lg {
    flex-flow: wrap;
}
.navbar-nav {
    flex-flow: wrap;
}
.navbar-brand IMG {
    width: auto;
    height: 70px;
}
.navbar-toggler {
    border: none;
    padding: .25rem;
}
#top_menu A,
#top_menu LI.active LI A {
    color: #350A00;
    white-space: nowrap;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#top_menu A:hover,
#top_menu LI.active A,
#top_menu LI.active LI A:hover,
#top_menu LI.active LI.active A {
    color: #EFE7AD;
}
.dropdown-menu.show {
    background: #C19558;
    padding-right: .5rem;
    padding-left: .5rem;
    /* background-repeat: no-repeat;
    background-position: top right;
    background-size: cover; */
}
#top_menu LI#_168 A {
    border-radius: .25rem;
    background: #C19558;
    border: #350A00 solid 1px;
    padding: .5rem;
}
#top_menu LI#_162 {
    padding: .5rem;
}
#top_menu LI#_162 A {
    font-weight: 400;
    padding: 0rem;
}
#top_menu LI#_162 A:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #350A00;
    display: block;
}
.pagetitle {
    border-bottom: #350A00 dashed 1px;
    font-size: 1.75rem;
}
.sticky-top {
    z-index: 0;
}
.content_img {
    width: auto;
    height: 227px;
    float: left;
}
.student_item DIV,
.workshops_item DIV,
.photo_courses_item DIV {
    border-bottom: #350A00 dashed 1px;
}
.student_item .content_img,
.workshops_item .content_img,
.photo_courses_item IMG.content_img {
    height: 77px;
}
.workshops_item .content_img {
    height: 130px;
}
.payed_lessons_item .content_img {
    width: 30%;
    height: auto;
    border: #350A00 solid 2px;
}
.video_lesson_img {
    width: 100%;
}
.student_item P {
    margin-bottom: 0.25rem;
}
.workshops #content IMG {
    margin-right: 10px;
}
.workshops #content .social IMG {
    margin-right: 0px;
}
#content H2 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: #350A00 dashed 1px;
    font-weight: 600;
    font-size: 1.5rem; 
}
.right_panel_menu A,
.read_more A {
    background: #C19558;
    color: #000000;
    border: #350A00 solid 1px;
    font-weight: 600;
    border-radius: 3px;
    padding: 0px 0.5rem 0px 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.right_panel_menu A:hover,
.read_more A:hover {
    background: #EFE7AD;
}
.right_panel_menu A {
    font-size: 0.8rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
/* #payed_tabs LI {
    flex: 1;
} */
#payed_tabs {
    border-bottom: #350A00 solid 1px;
}
#payed_tabs LI A {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#payed_tabs LI:not(:first-child) A {
    border-left: none;
}
#payed_tabs LI A.active {
    background: #EFE7AD;
}
.tab-content #info IMG {
    float: left;
    margin-right: 16px;
}
#back_btn {
    background: #C19558;
    color: #000000;
    border: #350A00 solid 1px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}
#back_btn:hover {
    background: #EFE7AD;
}
.social IMG {
    width: 30px;
}
.gallery IMG {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: #350A00 solid 2px;
}
.form LABEL {
    display: none;
}
.register .form LABEL,
.newsletter .form LABEL,
.contact-us .form LABEL {
    display: inline-block;
}
.form-control {
    background: transparent;
    color: #350A00;
    border: #350A00 solid 1px;
}
.form-control:focus {
    background: #C19558;
    box-shadow: 0 0 0 .2rem rgba(53, 10, 0, .25);
    border-color: #350A00;
}
.form-control::placeholder {
    color: #EFE7AD;
}
.form-check {
    margin-bottom: 0px;
}
.submit {
    background: #C19558;
    color: #000000;
    border: #350A00 solid 1px;
    cursor: pointer;
}
.submit:hover {
    background: #EFE7AD;
    color: #000000;
}
.fancybox-bg {
    background: rgba(0, 0, 0, 0.7);
}
.contact_info {
    padding-top: 4rem;
    font-weight: 600;
}
.upcoming_btn {
    width: 80%;
}
.upcoming_btn IMG {
    border: #350A00 solid 2px;
}
.upcoming_btn IMG.upcoming_btn_bg {
    border: none;
}
.video A {
    font-size: 5rem;
    position: relative;
}
.video A .fa {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    height: 78px;
}
.lang {
    top: 15px;
    right: 15px;
    list-style-type: none;
}
.lang IMG {
    width: 30px;
}
.rc-anchor-light {
    background: #C19558;
}
.rc-anchor-light.rc-anchor-normal {
    border: #350A00 solid 2px;
}
.error {
    color: #EFE7AD;
    float: left;
    width: 100%;
}
.grecaptcha-badge {
    right: -500px !important;
}
#confirm_email {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
}
.course_documents H4 {
    margin: 0px;
    line-height: 18px;
}
.course_documents SPAN {
    font-size: 11px;
    font-style: italic;
}
.video_links A {
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .navbar-nav {
        flex-flow: column;
    }
    .workshops .video A IMG,
    .workshops IMG {
        width: 100%;
        height: auto;
    }
    .workshops A IMG {
        width: 140px;
        /* height: 46px; */
    }
    .workshops .social A IMG {
        width: 30px;
        height: auto;
    }
}
@media screen and (max-width: 576px) {
    .navbar-brand IMG {
        width: 200px;
        height: auto;
    }
}