.sub-title {
    font-weight: bold;
}

.text.links li {
    list-style: none;
}

.lecturer-slider .slick-arrow {
    top: 50%;
}

#content {
	text-align: right;
}

#details-header-pic-wrapper {
	width: 100%;
	height: 26vw;
	min-height: 186px;
	overflow: hidden;
	position: relative;
	background: transparent url('../images/default-lecturer-pic.jpg') no-repeat scroll 0 0 / cover;
}

.dz-preview-img {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	min-height: 187px;
}

.dz-preview-img img {
	position: relative;
	right: -50%;
	max-width: none;
	width: auto;
	min-width: 100%;
}

.header-pic-btns {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.details-upload-btns {
	background-color: rgba(17, 134, 167, 0.7);
	padding: 5px 40px;
	font-size: 16px;
}

.profile-pic {
	width: 263px;
	height: 263px;
	border: 1px solid #d8dbdb;
	position: relative;
	display: inline-block;
}

.profile-pic > img {
	width: 100%;
}

.profile-pic-wrapper {
	margin-top: -230px;
	position: relative;
}

.text.links a {
    color: #1186a7 !important;
}

.details-upload-btns img {
	position: relative;
	top: -2px;
	padding-left: 5px;
}

.profile-pic .details-upload-btns {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.submit-btn {
	height: 31px;
}

.lecturies > [class^="col-"] {
	text-align: left;
}

.add-new {
	width: 100%;
	height: 100%;
	background: transparent url('../images/general/plus-icon.png') center center no-repeat;
	display: block;
}

.add-new > a {
	width: 100%;
	height: 100%;
	background: transparent url('../images/general/plus-icon.png') center center no-repeat;
}

.lecturies > [class^="col-"] .submit-btn-green {
	display: inline-block;
	margin-top: 15px;
}

#lecturer-slider-videos .slick-track {
    height: 420px;
}

.profile-fullname {
    font-size: 30px;
    color: #1186a7;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px 0 0;
}

.slick-slide {
    margin: 0 20px;
    -ms-flex-item-align: center;
    align-self: center;
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slide iframe {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.lecture-wrap {
    position: relative;
    padding-bottom: 7px;
    text-align: right !important;
}

span.lecture-price {
    position: absolute;
    top: 170px;
    left: 24px;
    color: #1186a7;
    font-size: 25px;
    font-weight: bold;
}

.lecture-wrap > a > div {
    border: 1px solid #d0d2d2;
    padding-bottom: 7px;
    min-height: 290px;
}

.lecture-image {
    height: 160px;
}

.lecture-profile-image {
    width: 90px;
    margin: -75px 20px 0 0;
}

h3.lecture-title {
    font-size: 18px;
    font-weight: bold;
    color: #1186a7;
    padding: 0 10px;
    text-align: r;
}

p.lecture-lecturer-name {
    padding: 0 10px;
}

.lecture-profile-image img {
    width: 100%;
}

.container.recs {
    text-align: center;
}

.text.links li {
    font-size: 16px;
}

.text.more_info li {
    font-size: 16px;
}

div#lecturer-slider-photos {
    height: 460px;
}

.slick-list {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.lecturer-slide {
    height: 100%;
}

.slick-slide {
    width: 780px;
}

div#footer {
}

@media screen and (max-width: 992px) {
    .profile-pic {
        width: 26vw;
        height: 26vw;
        margin: 60px 0 0 0;
        min-width: 200px;
        min-height: 200px;
    }

    div#primary {
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px){
    div#primary {
        margin-top: 0px;
    }

    div#lecturer-slider-videos {
        height: 52vw;
    }

    div#lecturer-slider-videos iframe {
        height: 52vw;
        /* width: 100% !important; */
    }

    #lecturer-slider-videos .slick-track {
        height: auto;
    }
}

@media screen and (max-width: 720px) {

	div#details-header-pic-wrapper {
        margin-top: 30px;
    }

    .lecture-image {
        height: 43vw;
    }

    .profile-pic-wrapper {
        text-align: center;
    }

    .profile-fullname {
        display: block;
    }

    .text-content {
        text-align: center;
    }

    .sub-title {
        font-size: 24px;
        text-align: right;
    }

    .text {
        font-size: 18px;
        text-align: right;
    }

    .rec-text > h2 {
        font-size: 16px;
    }

    .rec-text > p {
        font-size: 18px;
    }

    .lecture-wrap > a > div {
        overflow: hidden;
        padding-bottom: 0;
        min-height: auto;
    }

    .lecture-image {
        display: none;
    }

    .lecture-profile-image {
        margin: 2%;
        padding: 0 0;
        display: inline-block;
        float: right;
    }

    h3.lecture-title {
        display: inline-block;
        font-size: 22px;
        width: 70%;
    }

    p.lecture-lecturer-name {
        display: inline-block;
        font-size: 22px;
        color: #1186a7;
    }

    .lecturer-slide {
        height: 60vw;
    }

    div#lecturer-slider-photos {
        height: 60vw;
    }
}

@media screen and (max-width: 530px) {
    h3.lecture-title {
        font-size: 17px;
    }

    p.lecture-lecturer-name {
        font-size: 17px;
    }

    .lecture-profile-image {
        width: 25%;
    }
}