


/* POP UP SECCONDS START HERE The Modal (background) */
.modalSorel {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modalSorel-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.closeSorel {
    color: white;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.closeSorel:hover,
.closeSorel:focus {
    color: #c80c00;
    text-decoration: none;
    cursor: pointer;
}

.modalSorel-header {
    text-align: center;
    padding: 5px 5px;
    background-color: #04c9ff;
    color: #fff902 !important;
}

.modalSorel-body {
    padding: 2px 5px;
}

.modalSorel-footer {
    padding: 2px 5px;
    background-color: #04c9ff;
    color: white;
}
/* POP UP SECCONDS END HERE */


.container_styled_1 {
    background: #f9f9f9;
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}









#more001 {display: none;}


/* Got Top Button */
#myBtn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #fdf8ff;
    color: grey;
    cursor: pointer;
    padding: 10px;
    border-radius: 20px;
}
#myBtn-top:hover {
    background-color: #555;
    color: #fff200;
}
/* Got Top Button */




input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
    width: 100%;
}












h1.main_title,
h2.main_title {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 42px;
    color: #92278f;
    text-transform: uppercase;
}
h1.main_title span,
h2.main_title span {
    display: block;
    color: #999;
    font-size: 24px;
    text-transform: none;
}
h1.main_title em,
h2.main_title em {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ededed;
    margin: auto;
    -webkit-border-radius: 5 px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}
h3.main_title {
    text-align: center;
    margin: 0 0 45px 0;
    padding: 0;
    font-size: 36px;
    color: #ed5434;
    text-transform: uppercase;
}
h3.main_title span {
    display: block;
    color: #999;
    font-size: 18px;
    text-transform: none;
}





#myInputsorel { }
#myULsorel {list-style-type: none;}
.searchsorel { }
.searchsorelul { }
.divsearch { }
#myULsorel searchsorel divsearch  { }
#myULsorel searchsorel divsearch:hover:not(.header) { }




#filter_buttons {
    text-align: center;
    margin-bottom: 30px;
}
#filter_buttons button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 20px;
    background-color: #ededed;
    border: 0;
    font-weight: 500;
    padding: 5px 10px;
    min-width: 90px;
    margin: 20px 5px 10px 5px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#filter_buttons button:hover {
    background-color: #ed5434;
    color: #fff;
}
#filter_buttons button.active {
    background-color: #333;
    color: #fff;
}





.course_container {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    margin-bottom: 2px;
    position: relative;
}

.course_container figure {
    position: relative;
    overflow: hidden;
}

.course_container .course_title {
    padding: 5px 5px 5px 5px;
    position: relative;
}

.course_container .course_title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.course_container figure a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.course_container figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#more {display: none;}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon.top span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.ribbon.top span::before {
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

.ribbon.top span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}



/*-------- 2.7 Gallery page --------*/
.img_wrapper {
    background-color: #000;
    margin: 0;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}



.img_container a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.img_container img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.8;
}

.img_container {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 0;
}



.img-responsive2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    z-index: 1;
    left: 40%;
    top: 40%;
    overflow: hidden;
}


.textredwithhover {
    color: red;
    cursor: pointer;
}

.textredwithhover:hover {
    color: #000000;
}



.textredwithhover2 {
    color: #b8b300;
    font-weight: 8px;
    cursor: pointer;
}

.textredwithhover2:hover {
    color: #c88784;
}


.textredwithhover3 {
    color: #fffb00;
    cursor: pointer;
}

.textredwithhover3:hover {
    color: #ee0c00;
}







.image-responsive2:hover {
    background-image: url('../img/play3.png');
}


.price,
.users {
    font-weight: 500;
    font-size: 12px;
    color: #01abff;
}

.price {
    font-weight: 15px;
    float: right;
    margin-top: 0px;
}

.price sup {
    font-size: 11px;
    position: relative;
    top: -5px;
    color: #a6c8cb;
}




.type {
    display: inline-block;
    text-align: center;
    background-color: #297fc8;
    color: #fff;
    position: relative;
    top: 2px;
    left: 0;
    width: 100%;

}

.type span {
    display: inline-block;
    text-align: center;
    padding: 3px 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.type:hover {
    background-color: #c80c00;
    color: #fff;

}


