﻿@import "../../../../Content/fonts.css";
/*#region General Styles */
/*#endregion */
/*#region General Styles */
/*@titleSectionColor: #fefefe;
@descriptionSectionColorBGA: #2d3036;
@descriptionProjectTextColor: #808080;*/
/*#endregion */
/*#region name */
/*@bgProjects: #e5e5e5;*/
/*#endregion */
/* Font sizes */
/*~18px*/
/*~24px*/
/*~12px*/
/*~8px*/
/*~20px*/
/*~30px*/
/*~30px inside a ~20px tag*/
/*~50px*/
/* Colors */
/* Font colors */
/* Measures */
/* Box Shadows */
.courses-detail-wrapper {
  margin-top: 110px;
  background-color: #3b9ac6;
}
.courses-detail-wrapper .courses-details {
  width: 300px;
  float: left;
  background-color: #3b9ac6;
  color: #ffffff;
  padding: 40px 0 0 30px;
}
.courses-detail-wrapper .courses-details ul {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.courses-detail-wrapper .courses-details ul li {
  margin: 10px 0;
  padding: 0 15px;
  font-size: 1.28em;
}
.courses-detail-wrapper .courses-details h4 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  font-size: 1.43em;
  font-family: 'segoeUI_SB';
}
.courses-detail-wrapper .courses-details .author-info-wrapper {
  margin-top: 10px;
}
.courses-detail-wrapper .courses-details .course-type {
  margin-bottom: 20px;
}
.courses-detail-wrapper .courses-details .author-avatar,
.courses-detail-wrapper .courses-details .course-type-img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.courses-detail-wrapper .courses-details .author-avatar img {
  width: 100%;
}
.courses-detail-wrapper .courses-details .course-type-img {
  border: 1px solid #ffffff;
}
.courses-detail-wrapper .courses-details .course-type-img img {
  width: 36px;
  margin: 12px auto;
}
.courses-detail-wrapper .courses-details .author-info,
.courses-detail-wrapper .courses-details .course-type-info {
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
}
.courses-detail-wrapper .courses-details .author-name,
.courses-detail-wrapper .courses-details .level {
  font-size: 1.28em;
  font-family: 'segoeUI_SB';
}
.courses-detail-wrapper .course-description-wrapper {
  width: calc(100% - 300px);
  float: left;
  background-image: url(/Content/Images/Backgroungs/bg07.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}
.courses-detail-wrapper .custom-breadcrumb {
  padding-top: 30px;
}
.courses-detail-wrapper .course-title {
  padding: 1px 0 10px 0;
}
.courses-detail-wrapper .course-title h4 {
  display: inline-block;
  color: #ffffff;
  font-size: 2.14em;
  font-family: 'segoeUI_SB';
}
.courses-detail-wrapper .custom-btn-purchased {
  border: none;
  cursor: default;
  font-size: 23px;
}
.courses-detail-wrapper .buy-course-on-top {
  text-align: right;
  margin-top: 30px;
  padding-right: 30px;
}
.courses-detail-wrapper .buy-course-on-top .course-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.14em;
  color: #ffffff;
  margin-right: 20px;
}
.courses-detail-wrapper .row {
  margin: 0;
}
.courses-detail-wrapper .course-video-wrapper {
  background-color: #ffffff;
}
.courses-detail-wrapper .course-video {
  background-color: #ecedee;
  padding: 0;
  height: 250px;
  margin: 0;
}
.courses-detail-wrapper .course-video iframe {
  min-height: 250px;
  height: 100%;
}
.courses-detail-wrapper .course-video img {
  margin: 0 auto;
}
.courses-detail-wrapper .course-description {
  padding: 20px 40px;
  max-height: 240px;
}
.courses-detail-wrapper .course-description .course-description-scroll {
  max-height: 230px;
  overflow: auto;
  padding-right: 10px;
}
.courses-detail-wrapper .course-description h5 {
  font-family: 'segoeUI';
  font-size: 1.28em;
  line-height: 1.8;
}
.courses-detail-wrapper .course-description hr {
  border-color: #cecbcb;
}
.courses-detail-wrapper .course-description div {
  font-family: 'segoeUI';
  line-height: 1.8;
}
.courses-detail-wrapper .course-content-title h3 {
  font-family: 'segoeUI_L';
  font-size: 1.43em;
  color: #ffffff;
  padding: 40px 0 0 15px;
}
.courses-detail-wrapper .course-content-title h3 span {
  font-family: 'segoeUI_SB';
  font-size: 1.5em;
}
.courses-detail-wrapper .course-content {
  background-color: #166184;
}
.courses-detail-wrapper .course-lessons {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 550px;
}
.courses-detail-wrapper .course-lessons ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.courses-detail-wrapper .course-lessons ol li {
  counter-increment: item;
  position: relative;
  margin: 0 0 15px 0;
  padding-top: 15px;
  line-height: 1.2;
}
.courses-detail-wrapper .course-lessons ol li:last-child {
  margin-bottom: 0;
}
.courses-detail-wrapper .course-lessons ol li:before {
  content: counter(item) ' ';
  position: absolute;
  left: -30px;
  top: 9px;
  display: inline-block;
  font-family: 'segoeUI';
  font-size: 1.43em;
  color: #3b9ac6;
}
.courses-detail-wrapper .course-lessons ol li > div {
  display: inline-block;
}
.courses-detail-wrapper .course-lessons ol li > div.lesson-title {
  font-family: 'segoeUI_SB';
  width: calc(60% - 4px);
  max-width: calc(100% - 250px);
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.courses-detail-wrapper .course-lessons ol li > div.buy-lesson,
.courses-detail-wrapper .course-lessons ol li > div.view-info {
  text-align: right;
  color: #3b9ac6;
  font-family: 'segoeUI';
}
.courses-detail-wrapper .course-lessons ol li > div.buy-lesson a,
.courses-detail-wrapper .course-lessons ol li > div.view-info a {
  font-family: 'segoeUI';
  color: #3b9ac6;
}
.courses-detail-wrapper .course-lessons ol li > div.buy-lesson {
  width: calc(40% - 78px);
  padding-right: 20px;
}
.courses-detail-wrapper .course-lessons ol li > div.view-info {
  width: 74px;
}
.courses-detail-wrapper .course-lessons ol li .lesson-description {
  visibility: hidden;
  display: none;
  font-family: 'segoeUI';
}
.courses-detail-wrapper .course-lessons ol li .lesson-description p,
.courses-detail-wrapper .course-lessons ol li .lesson-description .video-info {
  margin: 30px 0;
}
.courses-detail-wrapper .course-lessons ol li .lesson-description .lesson-video {
  min-height: 250px;
  margin: 15px -15px 0 -45px;
}
.courses-detail-wrapper .course-lessons ol li .lesson-description .lesson-video iframe {
  min-height: 250px;
  height: 100%;
}
.courses-detail-wrapper .course-lessons ol li .lesson-description .video-info {
  text-align: right;
  padding-bottom: 30px;
}
.courses-detail-wrapper .course-lessons ol li .lesson-description .video-info div {
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.courses-detail-wrapper .course-lessons ol li .lesson-description .video-info div.right-content {
  float: right;
}
.courses-detail-wrapper .course-lessons ol li.expanded {
  background-color: #ffffff;
  padding: 15px 15px 0 45px;
  margin: 0 -15px 0 -45px;
  border-top: solid 4px #3b9ac6;
  border-bottom: solid 4px #3b9ac6;
}
.courses-detail-wrapper .course-lessons ol li.expanded:before {
  left: 15px;
}
.courses-detail-wrapper .course-lessons ol li.expanded .lesson-description {
  visibility: visible;
  display: block;
}
.courses-detail-wrapper .course-lessons .buy-course-wrapper {
  text-align: center;
  margin-top: 60px;
}
.courses-detail-wrapper .unit-buy-button {
  width: 80px;
}
.courses-detail-wrapper .course-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.courses-detail-wrapper .course-summary ul li {
  display: block;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 50px auto;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
}
.courses-detail-wrapper .course-summary ul li .number {
  font-size: 3.57em;
  font-family: 'segoeUI_SB';
  padding-top: 38px;
}
.courses-detail-wrapper .course-summary ul li .type {
  font-size: 1.7em;
}
@media (min-width: 1336px) {
  .courses-detail-wrapper .course-lessons ol li .lesson-description .lesson-video {
    min-height: 480px;
  }
  .courses-detail-wrapper .course-lessons ol li .lesson-description .lesson-video iframe {
    min-height: 480px;
  }
  .courses-detail-wrapper .course-video {
    height: 480px;
  }
  .courses-detail-wrapper .course-video iframe {
    height: 480px;
  }
  .courses-detail-wrapper .course-description {
    max-height: 470px;
  }
  .courses-detail-wrapper .course-description .course-description-scroll {
    max-height: 440px;
  }
}
@media (max-width: 900px) {
  .courses-detail-wrapper .course-type {
    float: left;
    font-size: 12px;
    max-width: 50%;
    padding-left: 5%;
  }
  .courses-detail-wrapper .courses-details {
    width: 100%;
    float: none;
    padding: 20px 0 0 10px;
    font-size: 12px;
  }
  .courses-detail-wrapper .courses-details .float-professor {
    max-width: 35%;
    font-size: 12px;
    margin-top: 75px;
    float: right;
    margin-right: 5%;
  }
  .courses-detail-wrapper .course-description-wrapper {
    width: 100%;
  }
  .courses-detail-wrapper .purchase-entire-button {
    font-size: 12px !important;
  }
  .courses-detail-wrapper .course-lessons ol li .lesson-description .lesson-video {
    min-height: 480px;
  }
  .courses-detail-wrapper .course-lessons ol li .lesson-description .lesson-video iframe {
    min-height: 480px;
  }
  .courses-detail-wrapper .course-video {
    height: 480px;
    width: 100%;
  }
  .courses-detail-wrapper .course-video iframe {
    height: 480px;
  }
  .courses-detail-wrapper .course-description {
    max-height: 470px;
    width: 100%;
  }
  .courses-detail-wrapper .course-description .course-description-scroll {
    max-height: 440px;
  }
  .course-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .course-summary ul li {
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 20px auto;
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
  }
  .course-summary ul li .number {
    font-size: 3.57em;
    font-family: 'segoeUI_SB';
    padding-top: 28px;
  }
  .course-summary ul li .type {
    font-size: 1.7em;
  }
}
