html {
	overflow: hidden;
}
.wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Al Jazeera-Latin 70', 'Al-Jazeera-Arabic';
    letter-spacing: 0;
     line-height: unset;
    color: #ddd;
    margin: 0;
}
h2 {
    font-size: 28px;
    padding-bottom: 20px;

}
.trainer-box h4.header {
    margin: 0;
    font-size: 18px;
}
.trainer-box h5 {
    margin: 0;
    font-family: 'Al Jazeera-Latin 40';
    font-size: 14px;
    -webkit-font-smoothing: auto;
    color: #c0cf00;
}
#menu-button.open #nav-button span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu-button.open #nav-button span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu-button.open #nav-button span:nth-child(3) {
	display: none;
}
.login-form .input-group{
    width: 100%;
}
.login-form .input-group .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 25px;
		color: #ddd;
}
.input-group-addon img {
    width: 15px;
    display: block;
    max-width: 15px;
    position: absolute;
    top: 27%;
    left: 3px;
}
.login-form i.fa{
    color: #fff;
    margin-right: -20px;
    font-size: 14px;
}
.login-form .input-group-addon {
    padding: 0;
    font-size: 14px;
    font-family: 'Al Jazeera-Latin 40';
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.login-form{
    padding: 0 40px;
    width: 480px;
    height: 400px;
    position:absolute;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
    overflow:auto;
}
.btn-primary {
    color: #000;
    background-color: #c0cf00;
    border-color: #c0cf00;
    border-radius: 22px;
    padding: 6px 60px;
    margin: 0px auto;
    margin-top: 15px;
    display: block;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus,
.btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #54b728;
    border-color: #44961f;
}
a, a:hover, a:focus, p a {
    text-decoration: none;
    outline: 0;
}
p{
    color:#ddd;
}
.terms{
    font-size: 12px;
    color:#999;
}
.right {
    float: right;
}
.text-middle {
    display: table;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #959595;
}
.text-middle:before,
.text-middle:after {
    border-top: 1px solid #767676;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.7em;
    width: 45%;
}
.loginwith {
    color: #959595;
}
.element-middle .fa {
    margin-right: 0!important;
    color: #489d2d!important;
}
.element-middle a.lwsm {
    padding: 12px;
    border-radius: 50%;
    background-color: #00000040;
    width: 45px;
    height: 45px;
    display: inline-block;
}
.element-middle a.lwsm:hover {
    background-color: #fff;
}
.text-middle:before {
  right: 1.5%;
}
.text-middle:after {
  left: 1.5%;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding:0!important;
}
.courses-filters {
    display: flex;
    flex-direction: row;
}
.courses-filters > div{
    flex: 1;
    width: 200px;
    margin-right: 25px;
}
.courses-filters .search{
    margin-right: 25px!important;
}
.filters .search {
    margin: 0;
    background: transparent ;
    border: 0;
}
.filters .search-term {
    background: none;

}
.courses-filters .search{
    padding: 0;
}
.filters .search-button {
    background: transparent;
    width: 30px;
}
.filters i.fa {
    color: #c0cf00;
    font-size: 14px;
}
.right-controls .control
{
    position: relative;
    border-bottom: 1px solid #2f2f2f;
    height: 28px;
    background: #252525;
    padding: 0 10px;
}
.category{
     position: relative;
}
.category select{
    width: 100%;
}
.landing ul{
    margin: 0;
    padding: 0;
}
.landing ul li i,
.share-article ul li i {
    color: #b1b1b1;
    background: #282828;
    padding: 10px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 3s;
	transition: all .3s;height: 34px;

}
.video-info.single ul li,
.share-article ul li {
   display: inline-block;
}
.landing .video-shares h3 {
    font-size: 16px;
    font-family: "Al Jazeera-Latin 60 Demi";
    padding: 10px 0;
}
.video-shares a:hover >i.fa-facebook,
.share-article a:hover >i.fa-facebook{
    background: #4267B2;
    color: #fff;
}
.video-shares a:hover >i.fa-twitter,
.share-article a:hover >i.fa-twitter {
    background: #1DA1F2;
    color: #fff;
}
.video-shares a:hover >i.fa-instagram,
.share-article a:hover >i.fa-instagram {
    background: #e4405f;
    color: #fff;
}
.video-shares a:hover >i.fa-linkedin,
.share-article a:hover >i.fa-linkedin {
    background: #0077B5;
    color: #fff;
}
.video-shares a:hover >i.fa-google,
.share-article a:hover >i.fa-google{
    background: #DB5149;
    color: #fff;
}
.video-shares a:hover >i.fa-envelope,
.share-article a:hover >i.fa-envelope{
    background: #f57d00;
    color: #fff;
}
.share-article a >i.fa-twitter:before {
    content: " " !important;
}
.share-article a:hover >i.fa-whatsapp{
    background: #25D366;
    color: #fff;
}
.share-article a:hover >i.fa-print{
    background: #f57d00;
    color: #fff;
}
.share-article a:hover >i.fa-link{
    background: #c0cf00;
    color: #fff;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td span.active{
    background-color: #489e22!important;
}
.date-field {
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.right-controls .category:before{
    position: absolute;
    top: 7px;
    right: 10px;
    /* speak: none; */
    font-style: normal;
    font-family: 'Al Jazeera-Latin 40';
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c0cf00;
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
}
.right-controls {
    max-width: 1000px;
}
.date-date:before{
    position: absolute;
    top: 6px;
    left: 10px;
    /* speak: none; */
    font-style: normal;
    font-family: 'Al Jazeera-Latin 40';
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c0cf00;
    content: "\f073";
    font-family: FontAwesome;
    opacity: 1;
}
.card-desc p{
    color: #ddd;
}
.search .fa-search{
    font-size: 12px;
    color: #000;
}

.fb:hover > i{
    background: #3b5999;
}
.tw:hover > i{
    background: #55acee;
}
.env:hover > i{
    background: #f57d00;
}
.lin:hover > i{
    background: #0077B5;
}
.ins:hover > i{
    background: #e4405f;
}

ul.socials {
    margin: 0;
    padding: 15px 0;
}
.socials li{
    display: inline-block;
}
.socials li a{
    width: 30px;
    display: block;
}
.socials li a i{
    font-size: 22px;
    color: rgba(219, 162, 0, 0.38);;
    transition: all 0.2s;
}

.socials li a:hover > i{
    color:#ddd;
    background: transparent;
}

.social-list {
	padding-bottom: 20px;
	padding-top: 10px;
	margin: 0;
	font-size: 0;
}
.social-list li {
	display: inline-block;
	padding: 0 0px;
	position: relative;
}

.social-list li a i {
    background: #222222;
    border-radius: 35%;
    color: #eee;
	font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
    line-height: 1.8;
    margin: 0 4px;
}
#main-nav ul li:first-child a{
    border-top: 0px solid #424242;
}

.fa-star.checked{
    color: #c0cf00;
}

span.fa-star {
    color: #303030;
}

.fa-user{
    background: url('../media/user-icon.svg');
    background-position: 0px 9px;
    background-repeat: no-repeat;
    width: 12px;
    height: 25px;
    display: block;
    opacity: .5;
}
.fa-user:before{
   content: '';
}

.fa-lock{
    background: url('../media/lock-icon.svg');
    background-position: 0px 9px;
    background-repeat: no-repeat;
    width: 12px;
    height: 25px;
    display: block;
    opacity: .5;
}
.fa-lock:before{
   content: '';
}

.fa-play{
    background: url('../media/play-icon.svg');
    background-position: 0px 9px;
    background-repeat: no-repeat;
    width: 12px;
    height: 25px;
    display: block;
    opacity: .5;
}
.fa-play:before{
   content: '';
}
.trainer-box .social-list li{
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
.sub-nav-toggle{
    background: url('../media/down-arrow-icon.svg');
    background-position: 90% 55%;
    background-repeat: no-repeat;
    background-size: 5%;

}
#main-nav li a.sub-nav-toggle:before{
   content: '';
    position: absolute;
    right: 10px
}
.search {
    display: flex;
    width: 175px;
    background: #c0cf00;
    border-radius: 0px;
    margin: 0 auto;
    border-bottom: 1px solid #c0cf00;
    margin: 7px auto 20px auto;
    padding: 0 10px;
}

.search-term {
    width: 95%;
    padding: 0;
    color: #000;
}
i.fa-search{
    color:#222;
    padding: 0;
    margin: 0;
}
.control {
    width: 100%;
}
.social-line {
    border-bottom: 1px solid #303030;
    margin-top: 10px;
    text-align: center;
    position: relative;
}
.social-line span {
    border-bottom: 1px solid #c0cf00;
    display: inline-block;
    width: 100px;
    margin: -7px auto;
}
.dev-gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,50) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.dev-gradient2_ {
    outline: 9px solid #fff;
    outline-offset: -3px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.dev-item {
    padding: 0;
    outline: 2px solid #000;
}
.fixed{
    border-bottom: none ;
    border-top: 3px solid #000;
}

#content figure {
	position: relative;
	overflow: hidden;
	height: auto;
	background: #fff;
	text-align: left;
	cursor: pointer;
    object-fit: cover;
}

#content figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
    z-index: auto;
    object-fit: cover;
	height:250px;
}
#content figure figcaption {
	padding: 2em;
	color: #fff;
	_text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#content figure figcaption::before,
#content figure figcaption::after {
	pointer-events: none;
}

#content figure figcaption,
#content figure figcaption > a {
	position: absolute;
	bottom: 0;
	left: 0;
    z-index: 1;
	width: 100%;
	_height: 100%;
}

#content figure h2 {
	_word-spacing: -0.15em;
    color: #c0cf00;
    line-height: 36px;
    letter-spacing: 0px;
    padding-bottom: 10px;
    font-family: 'Al Jazeera-Latin 30';
    font-size: 36px;
}

#content figure h2 span {
	font-weight: 800;
}

#content figure h2,
#content figure p {
	margin: 0;
}

#content figure p {
	letter-spacing: 0px;
   font-size: 18px;
    line-height: 1.11;
    overflow: hidden;
    max-height: 58px;
    color: #fff;
}

figure.effect-selena {
	background: #fff;
}

.fixed figure.effect-selena figcaption{
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
     -webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.fixed figure.effect-selena h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.fixed figure.effect-selena p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

figure.effect-selena figcaption{
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
    -webkit-transform: translate3d(0,30%,0);
	transform: translate3d(0,30%,0);
}

figure.effect-selena:hover figcaption{
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
     -webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-selena img {
	-webkit-transition: -webkit-transform 3s;
	transition: all .8s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

#content figure.effect-selena figcaption::before {
    content: "\f0da";
    display: block;
    left: -2px;
    position: absolute;
    font-family: "FontAwesome";
    color: #c0cf00;
    font-size: 55px;
    top: 35%;
    transform: translate(0, -35%);
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
}


/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	#content figure {
		float: none;
	}
}

.rows .dev-item:last-child {
    border-right: 0;
}

.col-md-12.seperator {
    height: 30px;
    background: #000;
}
* {
    font-family: "Al Jazeera-Latin 40", "Al-Jazeera-Arabic";
}
section.wrap {
    padding-top: 43px;
}
section.white {
    background: #202020;
    display: block;
}
section.dark{
    background: #151515;
}
section{
    padding: 0 50px 50px 50px;
}
section.course-info{
    padding: 0 ;
    position: relative;
}
section h1, section h2 {
    padding-top: 70px;
    padding-bottom: 20px;

}
a.secondary-btn {
padding: 5px 30px;
    background-color: #c0cf00;
    font-size: 17px;
    color: #fff;
    line-height: 0;
    font-family: 'Al Jazeera-Latin 50';
}
section p{
    color:#ddd;
    padding-bottom: 50px;
    font-size: 16px;
}
.login-form h2{
    color: #ddd;
}
.login-form a{
    color: #c0cf00;
}
.login-form .terms { font-size: 14px; }
.login-form .terms a{
   text-transform: uppercase; font-weight: bold;
}
div.grid{
    margin-top: 50px
}
.course-body{
    padding: 10px 15px;
    background-color: #000;
    position: relative;
}
.course-body * , input, select, .select2-selection__rendered{
    -webkit-font-smoothing: auto;
}

.course-title{
  font-family: 'Al Jazeera-Latin 40';
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #c0cf00;
  padding-top: 5px;
  border-bottom: 1px solid #303030;
}

.trainer-name a:hover{
    color: #c0cf00;
}
.course-card .trainer-name a {
    font-size: 13px;
    color: #888;
}
.course-card .course-date {
	  display: inline-block;
}
.course-card .course-date p {
	font-size: 14px;
	color: #FFF;
}
a.course-link{
    cursor: pointer!important;
}

.price {
    display: flex;
	color: #FFF;
}
.qar-amount {
    flex: 1 1 auto;
    text-align: left;
}

span.old-amount  {
    color: #9f4a4a;
    line-height: 0px;
    text-decoration: line-through;
    margin: 0 5px;
}
span.old-amount:before,  span.old-amount:after {
    content:"  ";
    white-space: pre;
}
.course-card .amount{
    font-size: 23px;
    line-height: 2;
    letter-spacing: -1px;
    padding-right: 3px;
    color: #ddd;
}
.course-card img{
    -webkit-transition: -webkit-transform 3s;
	transition: all .3s;
    filter: grayscale(50%);
}

.language .fa-globe {
    color: #fff;
    font-size: 22px;
    width: 30px;
    vertical-align: middle;
}
.language span{
    font-family: 'Al-Jazeera-Arabic';
    margin-left: 30px;
    color: #ddd;
    line-height: 0;
}
._course-card {
    position: relative;
    margin-bottom: 40px;
	-webkit-transition: -webkit-transform 3s;
	transition: all .3s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
    border: 1px solid #303030;
    transform-style: preserve-3d;
    perspective: 1500px;
}
.course-card .course-body{
    transition: all 0.2s;
}
.course-card {
    margin-bottom: 40px;
    perspective: 1500px;
}
.course-card .content {
  position: relative;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}

.course-card:hover .content , .course-card:focus .content{
  transform: rotateY( 180deg ) ;
  transition: transform 0.4s;

	-webkit-transition-property: transform; /* Safari */
	-webkit-transition-delay: 1.5s; /* Safari */
	transition-delay: 1.5s;
}

.card-block,
.card-desc {
  backface-visibility: hidden;
}

.card-desc {
  background: #383838;
  color: white;
  transform: rotateY( 180deg );
    height: 100%;
    width : 100%;
    position:absolute;
    z-index : 100;
}
.card-desc , .card-block{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.card-desc p{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 20px;
    width: 90%;
    text-align: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .course-card{
        -webkit-transform-origin: 50% 50%!important;
	   transform-origin: 50% 50%!important;
	    overflow: hidden;
    }
    .course-card:hover {
        transform: scale(1)!important;
        -webkit-transition-property: transform; /* Safari */
        -webkit-transition-delay: 1s; /* Safari */
        transition-delay: 1s;
    }
    .course-card:hover .content {
      transform: none !important;
      transition: transform 0.2s;
    }
    .card-block,
    .card-desc {
        backface-visibility: visible !important;
    }
    .card-desc {
        transform: scale(.8)!important;
        opacity: 0;
    }
    .course-card .card-desc{
        transition: all 0.2s;
        background: #383838;
    }
    .course-card:hover .card-desc{
        transform: scale( 1 )!important;
        z-index: 200;
        opacity: 1;

        -webkit-transition-property: transform; /* Safari */
        -webkit-transition-delay: 1s; /* Safari */
        transition-delay: 1s;
    }
}

.button.event-readmore{
    font-size: 13px !important;
    float: right;
}
.primary {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-family: 'Al Jazeera-Latin 50';
    height: auto;
    padding: 10px;
    letter-spacing: 0px;
    border: 1px solid #c0cf00;
    border-radius: 0px;
    color: #c0cf00;
}
.first-section{
    padding-top: 0;
}
.events-top-trend ul li {
	border-bottom: 1px solid #303030;
	padding: 15px 0;
}
.events-top-trend ul li:last-child {
    border-bottom: 0;
}
.events-top-trend ul li span {
    display: inline-block;
    vertical-align: middle;
}
.events-top-trend ul li a   {
    color:#ddd;
	line-height: 1.2;
}
.events-top-trend ul li:hover, .events-top-trend ul li a:hover  {
    color:#c0cf00!important;
}
.event-article section img{
    margin-bottom: 40px;
}
.event-article section.inner {
    padding-top: 0;
}

.landing .video-info{ padding: 15px;}
.landing .video-info a { color: #c0cf00; }
.landing .video-info ul { padding-left: 0px !important;}
.landing .video-info h2{ font-size: 24px; padding: 0 0 18px;}
.media-header {display: flex;}
.media-header .subtitle { flex: 1 1 auto;}

.media-header .submit.control{
    background: transparent;
    margin: 0;
    border-bottom: 0;
}
.media-header .right-controls .control{
    margin: 0;
}
.media-header .right-controls .search{
    margin-left: 30px;
}

.media-video {
    display: flex;
    display: -webkit-flex;
    position: relative;
}
.landing .video-shares {
    border-top: 1px solid #454444;
}

.info-box-content p.small{
    padding: 0;
    margin: 0;
}
.round-button{
    margin: 15px 0 15px;
    background: transparent;
    border: 5px solid #ffffffa6;
}
.round-button img{
    width: 30px;
    margin-left: 14px;
    margin-top: 14px;
    opacity: 0.7;
}
.fancybox-nav{
    width: 0!important;
}
.imageWrapper {
    position: relative;
    margin: 0;
}
section.dark.video-section {
    padding-top: 0;
    padding-bottom: 0;
}
.media-video .child h5{
    font-weight: 100;
    font-family: inherit;
    opacity: 0.6;
}
.media-video {
    display: block;
    flex-direction: column;
    -webkit-flex-direction:column;
    margin-bottom: 30px;
}
.media-video.landing {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction:row;
    align-items: center;
    justify-content: center;
    background: #000;
}
.media-video.landing > div {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}
.media-video.landing .video-player {
	padding-left: 0px;
}
.media-video.landing .meta {
    display: block;
}
.media-video.landing .meta > span {
    display: block;
    padding: 10px 15px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin-bottom: 11px;
}

.video-info {
    padding: 10px 15px;
    background: #000;
	min-height: 135px;
}
.media-video > div {
    flex: 1;
    -webkit-flex: 1;
}
.media-video.landing .video-player img {
	width: 100% !important;
	padding-bottom: 0px;
}
.info-box-content p.small {
    position: absolute;
    top: 5px;
    left: 7px;
    padding: 0;
    margin: 0;
}
.info-box-content .parent {
    position: relative;
}
.video-info p{
    padding: 0;
}
.video-info h2 {
    padding: 0 0 10px;
}
.video-info h2 a,
.media-video.more-content .video-info h2 {
  color:#c0cf00;
	font-size: 18px;
	line-height: normal;
}
.video-info .meta {
    display: flex;
    display: -webkit-flex;
    padding-bottom: 5px;
}
.media-video.more-content .video-player {
	min-height: 203px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
}
.news-landing .col-middle .event-card .event-img-block {
	max-height: 203px;
}
.video-info .meta>span:first-child {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}

.flex-grid-header{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.flex-grid-header .col1-2 ,  .flex-grid-header .col2{
    width: 24%;
    margin-left: 30px;
}
.flex-grid-header .col1 {
  width: 50%;
}

@media (max-width: 1200px) {
    .media-video.landing{
        display: block;
    }
}
@media (max-width: 920px) {
  .flex-grid-header {
    display: block;
    }
    .flex-grid-header .col1, .flex-grid-header .col1-2 {
      width: 100%;
      margin: 0 0 10px 0;
        background: transparent;
    }
    .col2{
        display:none;
    }
}

* {
  box-sizing: border-box;
}
.flex-grid {
  margin: 0 0 20px 0;
}
.primary:hover {
    background: transparent;
    border: 1px solid #ddd;
    color: #ddd;
}

.event-card.top-story h5{
    font-size: 24px;
    min-height: 75px;
}
.event-card .event-img-block{
    position: relative;
    overflow: hidden;
}
.event-bottom {
    height: 35px;
}
.event-body {
    padding: 20px 20px 10px;
    background-color: #000;
    position: relative;
}
.event-card {
    margin-bottom: 20px;
}
p.event-desc {
    min-height: 90px;
}
.events-top-trend {
    background: #000;
    height: 100%;
    padding: 25px;
    border: 1px solid #333;
}
h5.trending-title {
    border-bottom: 1px solid #c0cf00;
    padding-bottom: 20px;
}
.event-card .event-date {
    color: #727272;
    font-size: 15px;
    float: left;
    line-height: 2.5;
}
.event-card .event-title{
    font-size: 20px;
    line-height: initial;
}
.event-card .top-event {
    position: absolute;
    padding: 6px 19px;
    background: #c0cf00;
    font-family: 'Al Jazeera-Latin 70';
    font-size: 18px;
    color: #000;
    bottom: 0;
}
.submit.control {
    text-align: center;
    width: 28px;
    background: #292929;
    border-radius: 50px;
    border: 0;
}
.primary-btn {
    border: 1px solid rgba(192, 207, 52, 0.5);
    color: #fff;
    padding: 10px 50px;
    margin-top: 10px;
    display: inline-block;
    background: transparent;
    font-weight: bold;
}
.primary-btn:hover,  .primary-btn:focus{
    padding: 10px 60px;
    border: 1px solid #fff;
    color: #222;
    background: #fff;
}
.course-details .rate {
    text-align: left;
}
.floatleft {
    line-height: unset!important;
    float: left;
}
.inner-course-details .price{
    display: flex;
    align-items: center;
}
.inner-course-details .price > div {
    flex: 1 1 auto;
}
.inner-course-details .price > div.right-amount {
    text-align: right;
}
.inner-course-details .price span.curr{
    padding-left: 5px;
    font-size: 20px;
    letter-spacing: -1px;
    font-family: 'Al Jazeera-Latin 30';
    color: #666;
    line-height: 2.3;
}
.curr.sep:after{
   content: ' | ';
    FONT-SIZE: 32px;
    line-height: 1.6;
}
.inner-course-details .price span.amount{
    font-family: 'Al Jazeera-Latin 40';
    letter-spacing: -2px;
    font-size: 24px;
    color: #ddd;
}
.rate span.num {
    font-size: 18px;
    padding-left: 5px;
    color: #c0cf00;
}
h2.course-subtitle{
    margin: 0;
    padding: 0;
    font-family: 'Al Jazeera-Latin 30';
    color: #c0cf00;
    font-size: 26px;
}
.m-top-10{
    margin-top: 10px;
}
.m-top-20{
    margin-top: 20px;
}
.m-top-30{
    margin-top: 30px;
}
.m-top-40{
    margin-top: 40px;
}
.p-top-10{
    padding-top: 10px;
}
.p-top-20{
    padding-top: 20px;
}
.p-top-30{
    padding-top: 30px;
}
.p-top-40{
    padding-top: 40px;
}
ul.course-outline{
   list-style: decimal-leading-zero;
    padding-left: 25px;
     column-count: 2;
    column-gap: 60px;
    _-webkit-column-break-inside: avoid;
    _page-break-inside: avoid;
    _break-inside: avoid-column;
}
ul.course-outline li{
    font-size: 18px;
    font-family: 'Al Jazeera-Latin 50';
    padding: 10px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    color: #ddd;
}
ul.course-outline ul li{
    font-size: 16px;
    padding: 0;
    font-family: 'Al Jazeera-Latin 40';
    color: #a6a6a6;
}
ul.course-outline ul{
    margin-left: 25px;
list-style: circle;
}
section.c-content{
    padding-top: 100px; min-height: 600px;
}
section.inner p{
    padding-top: 0;
    padding-bottom: 15px;
}
section.inner h1, section.inner h2{
    padding-top: 0px;
    padding-bottom: 15px;
}
.inner-course-details {
    position: absolute;
    width: 80%;
    background: #000;
    margin: 0 10%;
    bottom: -50px;
    border: 1px solid #2d2d2d;
}
.inner-course-details .col {
    padding: 20px 35px;
}
.inner-course-details .avatar{
    width: 100%;
    float: left;
    max-width: 125px;
    padding-right: 10px;
    margin: 0;
}

.inner-course-details * {
 -webkit-font-smoothing: auto;
}
.inner-course-details table {
    width: 100%;
}
.inner-course-details .tr-name {
    font-family: 'Al Jazeera-Latin 70';
    color: #777;
}
.inner-course-details .tr-title {
    font-size: 20px;
    line-height: 38px;
    color: #ddd;
}
.inner-course-details td{
    font-size: 14px;
    padding: 2px 0;
    color: #777777;
}
.inner-course-details tr {
    _border-bottom: 1px solid #ddd;
    padding: 5px;
}
.inner-course-details td:first-child{
    padding-right: 0px;
    font-family: 'Al Jazeera-Latin 50';
}
button.btn.btn-search {
    background: #2c2c2c;
    color: #ddd;
    border-radius: 0;
    padding: 3px 15px 3px 10px;
}
a.circled img {
    width: 16px;
    margin-top: 7px;
    display: inline;
}
a.circled.lin img {
    margin-top: 6px;
}

@media only screen and (max-width : 990px) {
    .courses-filters {
        display: flex;
        flex-direction: column;
    }
    .courses-filters > div{
        width: 100% !important;
        margin-bottom: 20px!important;
    }
    ul.course-outline {
	   list-style: decimal-leading-zero;
	    padding-left: 25px;
	    column-count: 1;
    }
    section {
        padding: 50px;
    }
    section h1, section h2 {
        padding-top: 0px;
    }
    .inner-course-details{
        position: unset;
	    width: 100%;
	    margin: 0;
	    padding: 10px 30px;
    }
    .inner-course-details .col{
       width: 49%;
        float: left;
    }
    .inner-course-details .avatar{
       max-width: unset;
       padding-right: 0;
       float: none;
    }
    .inner-course-details .tr-container{
       text-align: center;
    }
    .inner-course-details tr {
        border-bottom: 1px solid #303030;
        padding: 5px;
    }
}

@media only screen and (max-width : 520px) {
    .inner-course-details .col{
       width: 100%;
       float: none;
    }
    .inner-course-details td:first-child{
        padding-right: 15px;
    }
}
