﻿#tabs > div, .ui-widget-content {
    background: #f7f7f7 !important;
}

#tabs, #tabs2 {
    width: 100%;
    position: relative;
    float: none;
    margin: auto;
}

#tabs2 {
    margin-left: 30px;
}

.allTabs {
    display: none;
    position: absolute;
    background: #e6e6e6;
    left: 13px;
    border: 1px solid lightgrey;
}

    .allTabs a {
        display: block;
        padding: 10px;
        font-size: 14px;
        text-decoration: none;
    }

        .allTabs a:hover {
            background: #f7f7f7;
        }

    .allTabs .highlight {
        font-weight: bold;
    }

#tabs h3 {
    font-weight: bold;
    clear: both;
    font-family: sans-serif;
    padding: 10px;
}

#tabs li, #tabs li a {
    float: right !important;
    text-align: right !important;
    font-size: 13px;
    border: none;
    background: none;
    text-align: center;
    color: #646464;
}

#tabs .ui-state-active > a, #tabs .r-tabs-state-active {
    color: #674891;
    font-weight: bold;
}

    #tabs .ui-state-active > a .arrow, #tabs .r-tabs-state-active > a .arrow {
        position: relative;
        display: block;
        width: 15px;
        height: 9px;
        margin: 0 auto;
        background: url("/../Images/Pge/pink-top-arrow.png") repeat scroll 0% 0% transparent;
    }

/*#tabs > ul {
    border-top: 0;
    margin-top: -3px;
    height: 50px;
    border-radius: 0;
    background: url(/../Images/lessonsheaderbg.png) repeat-x;
}*/
#tabs > ul {
    border-top: 0;
    /*margin-top: -3px;*/
    height: 39px;
    border-radius: 0;
    background: url(/../Images/lessonsheaderbg.png) repeat-x;
}

.ui-tabs .ui-tabs-nav li {
    margin: 1px 2px 0 0;
}

.course-video {
    width: 18px;
    height: 18px;
    background: url(/../Images/course-video.png) no-repeat;
}

.td-contact {
    font-weight: bold;
    display: inline-block;
    width: 45px;
}

.td-contact-left {
    font-weight: bold;
    display: inline-block;
    width: 45px;
    text-align: right;
}

.table-contact {
    width: 100%;
    border-bottom: 1px solid #cacaca;
    padding: 11px;
    margin: 0 auto;
}

.td-right {
    min-width: 230px;
}

.cmxform fieldset p, form.cmxform fieldset fieldset {
    padding: 5px 0 7px;
}

.English {
    text-align: left;
    direction: ltr;
}

/*--------------*/
.abs {
    position: absolute;
}

.indicator {
    cursor: pointer;
    border-color: #cccccc;
    background-color: #ffffff;
    height: 8px;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    -webkit-box-shadow: 0 0 1px #000 inset, 0 1px 0 #444;
    box-shadow: 0 0 1px #000 inset, 0 1px 0 #444;
    top: 88px;
    direction: ltr;
    width: 131px;
}

    .indicator span {
        display: block;
        height: 100%;
        background-color: #777;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;
    }

/*---------------------------*/

.spancolor span {
    background-color: #b5eb57;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b5eb57), to(#a5df41));
    background-image: -webkit-linear-gradient(top, #b5eb57, #a5df41);
    background-image: -moz-linear-gradient(top, #b5eb57, #a5df41);
    background-image: -ms-linear-gradient(top, #b5eb57, #a5df41);
    background-image: -o-linear-gradient(top, #b5eb57, #a5df41);
    background-image: linear-gradient(top, #b5eb57, #a5df41);
}

.shine span {
    position: relative;
}

    .shine span::after {
        content: '';
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-animation: animate-shine 2s ease-out infinite;
        -moz-animation: animate-shine 2s ease-out infinite;
    }

@-webkit-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

@-moz-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

.subscribeHeadline {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #ddd;
}

input[id$="btnSend"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-weight: bold;
    background-color: #FF6700;
    color: #fff;
    width: 100px;
    height: 30px;
    margin: 15px auto;
    /*margin-left: 89px;*/
}

input[id$="txtEmail"], input[id$="txtName"] {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    display: block;
    margin: 0 0 5px 0;
    padding: .5em;
    height: 2.3125em;
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
}

.subscribe_wrapper {
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
    text-align: center;
}

#form {
    margin: 0 auto;
}

.noty_buttons {
    text-align: center !important;
}

.noty_message {
    background-color: rgba(165, 113, 217, 0.80) !important;
    color: white;
}

.plyr {
    z-index: 0 !important;
}


.slide-item .slidesjs-slide {
    z-index: 1000;
}

#slides1 {
    height: 121px !important;
}

/*.related_courses .slide-item .course-item .related-desc {
    width: 65%;
    color: #000;
    float: left;
    margin-left: 5px;
    padding-top: 5px;
    text-align: right;
    line-height: 13px;
}*/

.related_courses .slide-item .course-item {
    height: 34%;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #fff;
    display: block;
    direction:rtl;
}
.related_courses .related_tab div.li {
    font-size: 14px;
    padding: 0px;
    height: 36px;
    float: right;
    margin: 0px;
    list-style: none;
    text-align: center;
    width: 50%;
    position: relative;
}
