@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  overflow-x: hidden;
}
body {
  max-width: 100%;
  background: url(../images/main-inner-bg.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
body.home {
  background: url(../images/main-bg.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body a, body a:focus {
  outline : none;
}
body h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 700;
}
body h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #fff;
  font-weight: 700;
}
body h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
}
body .extrabold {
  font-weight: 800;
}
body #header {
  background-color: #fff;
  /*#header end*/
}
body #header #header_logo {
  text-align: left;
  min-height: 90px;
  line-height: 90px;
  padding: 0 15px;
}
body #header #header_logo img {
  max-width: 100%;
  height: auto;
}
body #header #header_pagination_row {
  min-height: 45px;
}
body #header #header_pagination_row #header_pagination {
  padding-left: 40px;
  padding-right: 0;
}
body #header #header_pagination_row #header_menu {
  padding: 0 15px 0 0;
}
body #header #header_pagination_row #header_menu .nav {
  float: right;
}
body #header #header_pagination_row #header_menu .nav > li:last-of-type {
  padding-right: 0;
}
body #header #header_pagination_row #header_menu .nav > li > a:after {
  content: '|';
  padding: 0 10px;
}
body #header #header_pagination_row #header_menu .nav > li > ul > li > a {
  color: #333;
  font-weight: 600;
  padding: 0 30px;
}
body #header #header_pagination_row #header_menu .nav > li > ul > li > a:hover {
  color: #50b849;
}
body #header #header_pagination_row #header_menu .nav li {
  padding: 12px 5px;
}
body #header #header_pagination_row #header_menu .nav li.menu .icon:after {
  font-family: "Ionicons";
  content: "\f20d";
  padding-right: 10px;
  text-align: right;
}
body #header #header_pagination_row #header_menu .nav li.menu.open .icon:after {
  color: #005ca4;
  font-family: "Ionicons";
  font-size: 14px;
  content: "\f129";
  padding-right: 10px;
  text-align: right;
}
body #header #header_pagination_row #header_menu .nav li.profile .icon:after {
  font-family: "Ionicons";
  content: "\f47e";
  padding-right: 10px;
  text-align: right;
}
body #header #header_pagination_row #header_menu .nav li.profile.open .icon:after {
  color: #005ca4;
  font-family: "Ionicons";
  font-size: 14px;
  content: "\f47e";
  padding-right: 10px;
  text-align: right;
}
body #header #header_pagination_row #header_menu .nav li:hover .dropdown-menu {
  display: block;
}
body #header #header_pagination_row #header_menu .nav li a {
  color: #50b849;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
body #header #header_pagination_row #header_menu .nav li a:hover, body #header #header_pagination_row #header_menu .nav li a.dropdown-toggle {
  background-color: transparent;
}
body #header #header_pagination_row #header_menu .nav li.active a {
  background-color: transparent;
}
body #header #header_pagination_row #header_menu .nav li.active a:before {
  color: #50b849;
  font-family: "Ionicons";
  font-size: 14px;
  content: "\f122";
  padding-right: 20px;
  margin-left: -32px;
}
body #header #header_pagination_row #header_menu .nav li.completed a {
  background-color: transparent;
}
body #header #header_pagination_row #header_menu .nav li.completed a:before {
  color: #50b849;
  font-family: "Ionicons";
  font-size: 14px;
  content: "\f122";
  padding-right: 20px;
  margin-left: -32px;
}
body #header #header_pagination_row #header_menu .nav li.hiddenitem a {
  color: #999;
}
body #header #header_pagination_row #header_menu .nav li.hiddenitem a:hover {
  color: #999;
}
body #header #header_pagination_row #header_menu .nav li.final {
  margin-top: 10px;
  padding: 25px 5px 10px 5px;
  border-top: 1px solid #ccc;
}
body #header #header_pagination_row #header_menu .nav li.final.complete a:before {
  color: #50b849;
  font-family: "Ionicons";
  font-size: 14px;
  content: "\f122";
  padding-right: 20px;
  margin-left: -32px;
}
body #header #header_pagination_row #header_menu .nav li:last-child a:after {
  content: "";
  padding: 0;
}
body #header #header_pagination_row #header_menu .nav .dropdown-menu {
  width: 250px;
  padding: 15px 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  margin-left: -188px;
  /*display: block;*/
}
body #header #header_pagination_row #header_menu .nav .dropdown-menu:after, body #header #header_pagination_row #header_menu .nav .dropdown-menu:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body #header #header_pagination_row #header_menu .nav .dropdown-menu:after {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  left: 80%;
  margin-left: -11px;
}
body #header #header_pagination_row #header_menu .nav .dropdown-menu:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 12px;
  left: 80%;
  margin-left: -12px;
}
body #header #header_title_row {
  min-height: 45px;
  background-color: #00477f;
  color: #fff;
  font-size: 14px;
  margin-right: -9999rem;
  padding-right: 9999rem;
}
body #header #header_title_row .title-container {
  max-width: 978px;
  padding: 12px 0 12px 40px;
  vertical-align: middle;
}
body #header .topprogressblock {
  /*.topprogressblock end*/
}
body #header .topprogressblock .driprogressbar {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
body #header .topprogressblock .driprogressbar .progtitle {
  display: table-cell;
  width: 70px;
  color: #50b849;
}
body #header .topprogressblock .driprogressbar > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
  /**
                * Needed for IE8
                */
}
body #header .topprogressblock .driprogressbar > li:before {
  content: '';
  display: block;
  margin: 0 auto;
  background: #50b849;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
body #header .topprogressblock .driprogressbar > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  height: 5px;
  top: 9px;
  /* top: 50%;
                        margin-top: -2px;*/
  /*left: 50%;*/
  left: 0;
  margin-left: 1.5em \9;
  z-index: 20;
  color: #fff;
}
body #header .topprogressblock .driprogressbar > li.is-complete {
  color: #00477f;
}
body #header .topprogressblock .driprogressbar > li.is-complete:before, body #header .topprogressblock .driprogressbar > li.is-complete:after {
  background: url('../images/progressbar-bg.jpg') repeat-x center center transparent;
}
body #header .topprogressblock .driprogressbar > li.is-complete:before {
  content: '';
  display: block;
  margin: 0 auto;
  background: #50b849;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
body #header .topprogressblock .driprogressbar > li.is-complete-last {
  color: #00477f;
}
body #header .topprogressblock .driprogressbar > li.is-complete-last:before, body #header .topprogressblock .driprogressbar > li.is-complete-last:after {
  background: url('../images/progressbar-bg.jpg') repeat-x center center transparent;
}
body #header .topprogressblock .driprogressbar > li.is-complete-last:after {
  width: 50%;
}
body #header .topprogressblock .driprogressbar > li.is-complete-last:before {
  content: '';
  display: block;
  margin: 0 auto;
  background: #50b849;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
body #header .topprogressblock .driprogressbar .progress__last:after {
  display: none !important;
}
body #main {
  padding: 30px 15px;
  /***********************************************************
        LESSON HOME
        ***********************************************************/
  min-height: 600px;
  /*end #main*/
}
body #main .lesson_item {
  color: #fff;
  width: 100%;
  min-height: 230px;
  background-size: cover;
  background-position: center center;
  /*background-color: #333333;*/
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/test-bg-lesson.jpg');
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  /***********************************************************
        PROFILE
        ***********************************************************/
}
body #main .lesson_item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #main .lesson_item .content .lesson_num:after {
  color: #fff;
  font-family: "Ionicons";
  font-size: 18px;
  content: "\f120";
  width: 30px;
  margin-left: 13px;
}
body #main .lesson_item .content .lesson_num.done:after {
  color: #50b849;
}
body #main .lesson_item .content .lesson_title {
  font-weight: 700;
}
body #main .lesson_item .content .lesson_link a {
  display: block;
  width: 35px;
  height: 25px;
  margin: 0 auto;
  cursor: pointer;
}
body #main .lesson_item .content .lesson_link a span:after {
  display: block;
  font-size: 44px;
  line-height: 18px;
  margin-top: 30px;
  color: #fff;
  font-family: "Ionicons";
  content: "\f3d6";
}
body #main .lesson_item .content .lesson_link a:hover {
  text-decoration: none;
}
body #main .site-content.profile {
  background-color: #fff;
  min-height: 560px;
  padding: 40px 100px;
}
body #main .site-content.profile #userinfo {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0 45px 0;
}
body #main .site-content.profile #userinfo #top_user_name {
  background: url('../images/profile_icon.png') no-repeat top left transparent;
  padding-left: 100px;
  min-height: 70px;
}
body #main .site-content.profile #userinfo #top_user_name H1 {
  color: #00477f;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
}
body #main .site-content.profile #userinfo #top_user_id {
  padding-top: 20px;
}
body #main .site-content.profile #userinfo #top_user_id .title {
  color: #00477f;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
  display: block;
}
body #main .site-content.profile #userinfo #top_user_id .userid {
  color: #00477f;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
}
body #main .site-content.profile #courses .course_item {
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
}
body #main .site-content.profile #courses .course_item .course_name {
  display: block;
  color: #00477f;
  font-size: 18px;
  font-weight: bold;
}
body #main .site-content.profile #courses .course_item .course_name span {
  width: 100%;
  display: block;
  font-weight: normal;
}
body #main .site-content.profile #courses .course_item .result_score {
  display: block;
  width: 345px;
  height: 108px;
  color: #fff;
  background-color: #00477f;
  font-size: 46px;
  font-weight: 300;
  line-height: 108px;
  margin: 20px 0;
  text-align: center;
  float: left;
  position: relative;
}
body #main .site-content.profile #courses .course_item .result_score .youpassed {
  top: 40px;
  width: 100%;
  display: block;
  font-size: 14px;
  position: absolute;
  font-weight: bold;
  text-align: center;
}
body #main .site-content.profile #courses .course_item .result_score:before {
  color: #fff;
  content: "";
  font-family: "Ionicons";
  font-size: 46px;
  margin-right: 25px;
}
body #main .site-content.profile #courses .course_item .notdone_score {
  display: block;
  width: 345px;
  height: 108px;
  color: #fff;
  background-color: #ccc;
  margin: 20px 0;
  text-align: center;
  float: left;
}
body #main .site-content.profile #courses .course_item .notdone_score .title {
  font-size: 36px;
  font-weight: 300;
  display: block;
  margin-top: 12px;
}
body #main .site-content.profile #courses .course_item .notdone_score .title:before {
  color: #fff;
  content: "";
  font-family: "Ionicons";
  font-size: 36px;
  margin-right: 25px;
}
body #main .site-content.profile #courses .course_item .notdone_score .subtitle {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
body #main .site-content.profile #courses .course_item .lessons {
  /* Chrome, Safari, Opera */
  -webkit-column-count: 2;
  /* Firefox */
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  color: #00477f;
}
body #main .site-content.profile #courses .course_item .lessons .profile_lesson_item {
  margin-bottom: 40px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}
body #main .site-content.profile #courses .course_item .lessons .profile_lesson_item .quizname {
  display: block;
}
body #main .site-content.profile #courses .course_item .lessons .profile_lesson_item .quizname.completed:after {
  color: #50b849;
  content: "";
  font-family: "Ionicons";
  font-size: 18px;
  padding-left: 10px;
}
body #main .site-content.profile #courses .course_item .lessons .profile_lesson_item .quizname.locked:after {
  color: #ccc;
  content: "\f200";
  font-family: "Ionicons";
  font-size: 18px;
  padding-left: 10px;
}
body #main .site-content.profile #courses .course_item .lessons .profile_lesson_item .quizname.current a {
  font-size: 14px;
  color: #50b849;
  font-weight: bold;
}
body #main .site-content.profile #courses .course_item .lessons .profile_lesson_item .quiztitle {
  display: block;
  font-weight: bold;
}
.results_item {
  display: inline-block !important;
  vertical-align: top;
}
.result_points {
  margin-bottom: 20px;
}
.res_question, .res_answers {
  margin-bottom: 20px;
}
.res_counterk {
  display: inline-block !important;
  font-size: 14px;
  vertical-align: top;
  line-height: 22px;
  margin-right: 5px;
  font-weight: bold;
}
.qmn_radio_answers .mlw_horizontal_choice {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-bottom: 40px;
}
.qmn_radio_answers span:nth-child(odd) {
  margin-right: 50px;
}
.videodiv + br + center {
  display: none;
}
.final_exam_link {
  display: block;
  margin: 0 auto;
  background-color: #50b849;
  line-height: 60px;
  font-size: 18px;
  width: 215px;
  height: 60px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.final_exam_link:active, .final_exam_link:hover {
  text-decoration: none;
  color: #fff;
}

.quiz_section {
 /* position: relative;
  display: block !important;
  border-top: 10px solid gray !important;
*/
}