body {
    font-family: 'Open Sans Condensed', sans-serif !important;
}

#logo {
    padding: 10px 0;
}

header.header.sticky {
    background: #32343F;
    background: -moz-linear-gradient(90deg, #AF463D 0%, #32343F 100%);
    background: -webkit-linear-gradient(90deg, #AF463D 0%, #32343F 100%);
    background: linear-gradient(90deg, #AF463D 0%, #32343F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AF463D", endColorstr="#32343F", GradientType=1);
}

ul#grid_home li:nth-child(1) .short_info {
    background-color: #D49E59;
}

ul#grid_home li:nth-child(2) .short_info {
    background-color: #AF463D
}

ul#grid_home li:nth-child(3) .short_info {
    background-color: #32343F
}

.filters_listing, .secondary_nav {
    background-color: #D49E59;
}

a.btn_1, .btn_1 {
    background: #AF463D;
}

.box_grid ul {
    border-top: none;
}

.box_grid ul li:last-child a {
    border: 2px solid #AF463D;
    color: #AF463D;
}

.box_grid ul li:last-child a:hover {
    background: #AF463D;
}

.box_highlight {
    background: #AF463D;
}

#hero_in.courses .wrapper {
    background-color: rgba(0, 0, 0, 0.75);
}

a {
    color: #32343F;
}

.input_label::after {
    border-bottom: 2px solid #AF463D;
}

[data-loader="circle-side"] {
    border: 2px solid #AF463D;
}

.main_title_2 span em {
    background-color: #AF463D;
}

.animated .block-horizzontal {
    background: #AF463D;
}

a.btn_1:hover, .btn_1:hover {
    background: #000;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #AF463D !important;
}

.animated .block-vertical, .animated .block-horizzontal {
    display: none;
}

.home-banner .slide .video-slide {
    background-color: #000;
}

.home-banner.loading .video-background {
    opacity: 0;
}

header {
    z-index: 9999 !important;
}

.grid ul li {
    background-color: transparent;
}

.grid ul li figure {
    padding: 10px;
}

.box_list ul.list_teachers li figure {
    min-height: 0 !important;
}

.box_list ul.list_teachers {
    border: none !important;
}

.box_list ul.list_teachers li {
    float: left !important;
    margin-left: 75px !important;
}

.box_list a.price {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.box_list .wrapper .price {
    color: #000000;
}

.box_list ul li:last-child a {
    border: 2px solid #AF463D;
    color: #AF463D;
}

.box_list ul li:last-child a:hover {
    background-color: #AF463D;
}

#slider.flexslider li .meta a {
    color: #FFFFFF !important;
}
#slider.flexslider ul.slides li img {
    opacity: 1;
}

#slider.flexslider li.flex-active-slide .meta h3 {
    padding-left: 20px;
}

#carousel_slider.flexslider ul.slides li .caption small {
    color: #FFFFFF;
}

#slider.flexslider li.flex-active-slide .meta a {
    padding-left: 0;
}

#slider.flexslider li.flex-active-slide .meta .info a {
    animation: none;
    cursor: pointer;
    border-bottom: 1px solid #AF463D;
    display: block;
    padding: 0;
    padding-bottom: 10px;
    margin: 12px 20px;
}

ul#grid_home li a.img_container {
    height: 100px;
}

#mm-blocker {
    z-index: 9999;
}

ul.additional_info li {
    width: 23% !important;
}

@media (max-width: 991px) {
    .box_list .wrapper .price {
        margin-top: -70px;
        background: white;
    }
}

