/* line 1, ../sass/helpers/_elements.scss */
a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #736d68;
  outline: none !important;
}
/* line 2, ../sass/helpers/_elements.scss */
a:hover, a:active, a a:visited {
  color: #817974;
  text-decoration: none !important;
}

/* line 4, ../sass/helpers/_elements.scss */
address {
  line-height: 20px;
}

/* line 5, ../sass/helpers/_elements.scss */
abbr {
  border-bottom: 1px dotted;
  color: #4d4d4d;
}

/* line 6, ../sass/helpers/_elements.scss */
blockquote {
  border: none;
  clear: both;
  display: table;
  margin: 0;
  padding: 40px;
}
/* line 7, ../sass/helpers/_elements.scss */
blockquote figure {
  float: left;
}
/* line 8, ../sass/helpers/_elements.scss */
blockquote figure img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
}
/* line 10, ../sass/helpers/_elements.scss */
blockquote article {
  padding-left: 40px;
}
/* line 11, ../sass/helpers/_elements.scss */
blockquote article header {
  color: #4d4d4d;
  margin-bottom: 10px;
}
/* line 12, ../sass/helpers/_elements.scss */
blockquote article footer {
  color: #4d4d4d;
}
/* line 14, ../sass/helpers/_elements.scss */
blockquote .paragraph-wrapper {
  display: table-cell;
  vertical-align: middle;
}

/* line 16, ../sass/helpers/_elements.scss */
body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #4d4d4d;
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

/* line 17, ../sass/helpers/_elements.scss */
h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
}
/* line 18, ../sass/helpers/_elements.scss */
h1:after {
  background-color: #333333;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  width: 30px;
  position: absolute;
  z-index: 0;
}

/* line 20, ../sass/helpers/_elements.scss */
h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
}
/* line 21, ../sass/helpers/_elements.scss */
h2:after {
  background-color: #333333;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  width: 30px;
  position: absolute;
  z-index: 0;
}

/* line 23, ../sass/helpers/_elements.scss */
h3 {
  font-size: 18px;
}

/* line 24, ../sass/helpers/_elements.scss */
h4 {
  font-size: 14px;
}

/* line 25, ../sass/helpers/_elements.scss */
html {
  height: 100%;
}

/* line 26, ../sass/helpers/_elements.scss */
p {
  color: #4d4d4d;
  line-height: 20px;
  margin-top: 0px;
}

article p {
    color: #000;
}

/* line 28, ../sass/helpers/_elements.scss */
ul {
  padding-left: 10px;
}
/* line 29, ../sass/helpers/_elements.scss */
ul li {
  padding: 5px 0;
}
/* line 30, ../sass/helpers/_elements.scss */
ul.list-links {
  color: #d9d9d9;
}
/* line 31, ../sass/helpers/_elements.scss */
ul.list-links li {
  padding: 0;
}
/* line 32, ../sass/helpers/_elements.scss */
ul.list-links a {
  display: inline-block;
  position: relative;
  left: 0;
  padding: 6px 0;
}
/* line 33, ../sass/helpers/_elements.scss */
ul.list-links a:hover {
  left: 3px;
}

/****
  A
****/
/* line 48, ../sass/helpers/_elements.scss */
.author-block {
  background-color: #faf7f5;
  clear: both;
  display: table;
  margin: 20px 0;
  padding: 20px;
}
/* line 49, ../sass/helpers/_elements.scss */
.author-block figure {
  float: left;
}
/* line 50, ../sass/helpers/_elements.scss */
.author-block figure img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 160px;
}
/* line 52, ../sass/helpers/_elements.scss */
.author-block article {
  padding-left: 25px;
}
/* line 53, ../sass/helpers/_elements.scss */
.author-block article header {
  color: #4d4d4d;
  margin-bottom: 10px;
}
/* line 54, ../sass/helpers/_elements.scss */
.author-block article p {
  color: #4d4d4d;
}
/* line 56, ../sass/helpers/_elements.scss */
.author-block .paragraph-wrapper {
  display: table-cell;
  vertical-align: middle;
}
/* line 57, ../sass/helpers/_elements.scss */
.author-block .paragraph-wrapper header {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 58, ../sass/helpers/_elements.scss */
.author-block .paragraph-wrapper figure {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
/* line 62, ../sass/helpers/_elements.scss */
.author-block.course-speaker {
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
/* line 63, ../sass/helpers/_elements.scss */
.author-block.course-speaker:last-child {
  border-bottom: none;
}
/* line 67, ../sass/helpers/_elements.scss */
.author-block.member-detail {
  background-color: transparent;
  padding: 0;
}
/* line 69, ../sass/helpers/_elements.scss */
.author-block.member-detail figure img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  width: 160px;
}
/* line 72, ../sass/helpers/_elements.scss */
.author-block.member-detail .paragraph-wrapper h2 {
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
/* line 73, ../sass/helpers/_elements.scss */
.author-block.member-detail .paragraph-wrapper h2:after {
  display: none;
}
/* line 75, ../sass/helpers/_elements.scss */
.author-block.member-detail .paragraph-wrapper h3 {
  margin-bottom: 20px;
}
/* line 76, ../sass/helpers/_elements.scss */
.author-block.member-detail .paragraph-wrapper figure {
  font-size: 14px;
  float: none;
}
/* line 77, ../sass/helpers/_elements.scss */
.author-block.member-detail .paragraph-wrapper .quote {
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 18px;
}
/* line 79, ../sass/helpers/_elements.scss */
.author-block.member-detail .icons {
  margin-bottom: 30px;
  margin-top: 5px;
}
/* line 80, ../sass/helpers/_elements.scss */
.author-block.member-detail .icons i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #4d4d4d;
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  padding: 2px 5px;
  margin: 0px;
}
/* line 81, ../sass/helpers/_elements.scss */
.author-block.member-detail .icons i:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 88, ../sass/helpers/_elements.scss */
.account-block {
  padding: 40px 60px;
  margin: 50px 0;
}

/* line 91, ../sass/helpers/_elements.scss */
.author-carousel {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQImWNgQAOfPn36T3UBBgYGAO4dEyr8+rCnAAAAAElFTkSuQmCC) repeat;
}

/* line 92, ../sass/helpers/_elements.scss */
.author {
  background-color: #faf7f5;
}
/* line 93, ../sass/helpers/_elements.scss */
.author.has-dark-background {
  background-color: #333333;
}
/* line 95, ../sass/helpers/_elements.scss */
.author.has-dark-background .paragraph-wrapper header {
  color: #fff !important;
}
/* line 96, ../sass/helpers/_elements.scss */
.author.has-dark-background .paragraph-wrapper footer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #fff !important;
}

/****
  B
****/
/* line 106, ../sass/helpers/_elements.scss */
.background {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

/* line 109, ../sass/helpers/_elements.scss */
.block {
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

/* line 112, ../sass/helpers/_elements.scss */
.blog-listing-post {
  margin-bottom: 80px;
}
/* line 113, ../sass/helpers/_elements.scss */
.blog-listing-post .blog-thumbnail {
  height: 140px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 114, ../sass/helpers/_elements.scss */
.blog-listing-post .blog-thumbnail .blog-meta {
  background-color: #333333;
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  /*z-index: 1;*/
}
/* line 115, ../sass/helpers/_elements.scss */
.blog-listing-post .blog-thumbnail .blog-meta .fa {
  margin-right: 5px;
}
/* line 118, ../sass/helpers/_elements.scss */
.blog-listing-post .blog-thumbnail .image-wrapper img {
  width: 100%;
}
/* line 121, ../sass/helpers/_elements.scss */
.blog-listing-post .read-more {
  margin-bottom: 40px;
}

/* line 126, ../sass/helpers/_elements.scss */
.blog-detail img {
  margin: 20px 0;
  max-width: 100%;
}
/* line 128, ../sass/helpers/_elements.scss */
.blog-detail .blog-detail-header h2 {
  color: #4d4d4d;
  margin: 20px 0;
}
/* line 129, ../sass/helpers/_elements.scss */
.blog-detail .blog-detail-header h2:after {
  display: none;
}
/* line 131, ../sass/helpers/_elements.scss */
.blog-detail .blog-detail-header .blog-detail-meta {
  color: #4d4d4d;
}
/* line 132, ../sass/helpers/_elements.scss */
.blog-detail .blog-detail-header .blog-detail-meta > span {
  margin-right: 20px;
}
/* line 133, ../sass/helpers/_elements.scss */
.blog-detail .blog-detail-header .blog-detail-meta .fa {
  margin-right: 5px;
}
/* line 137, ../sass/helpers/_elements.scss */
.blog-detail #share-post .icons {
  color: #4d4d4d;
}
/* line 138, ../sass/helpers/_elements.scss */
.blog-detail #share-post .icons a {
  color: #4d4d4d;
  font-size: 18px;
  padding: 2px 5px;
  vertical-align: middle;
}

/* line 144, ../sass/helpers/_elements.scss */
.breadcrumb {
  background-color: transparent;
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 0;
}
/* line 146, ../sass/helpers/_elements.scss */
.breadcrumb li a {
  color: #4d4d4d;
}

/****
  C
****/
/* line 157, ../sass/helpers/_elements.scss */
.calendar h2:after {
  display: none;
}
/* line 159, ../sass/helpers/_elements.scss */
.calendar .fc-button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ccbfb8;
  height: 40px;
  line-height: inherit;
  padding: 9px 10px;
}
/* line 160, ../sass/helpers/_elements.scss */
.calendar .fc-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #7fc34f;
}
/* line 161, ../sass/helpers/_elements.scss */
.calendar .fc-button.fc-corner-left {
  border-right: transparent;
}
/* line 162, ../sass/helpers/_elements.scss */
.calendar .fc-button.fc-corner-right {
  border-left: transparent;
}
/* line 163, ../sass/helpers/_elements.scss */
.calendar .fc-button.fc-state-active {
  text-shadow: none;
  background-color: #333333;
  color: #fff;
  border-color: #4d4d4d;
}
/* line 166, ../sass/helpers/_elements.scss */
.calendar .fc-view-basicDay .fc-event-inner {
  border-bottom: 1px solid #faf7f5;
  padding: 15px;
}
/* line 169, ../sass/helpers/_elements.scss */
.calendar .fc-view-month .fc-event-inner {
  margin-bottom: 10px;
  height: 35px;
  overflow: hidden;
}
/* line 170, ../sass/helpers/_elements.scss */
.calendar .fc-view-month .fc-event-inner:after {
  content: "...";
  position: relative;
}
/* line 173, ../sass/helpers/_elements.scss */
.calendar .fc-text-arrow {
  font-size: 18px;
  position: relative;
  top: -5px;
}
/* line 177, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-view .fc-event-container .fc-event {
  border: none;
  background-color: transparent !important;
  color: #736d68 !important;
  font-size: 14px;
  padding: 0px 5px;
}
/* line 178, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-view .fc-event-container .fc-event:hover {
  color: #7fc34f !important;
}
/* line 182, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-day-number {
  background-color: rgba(0, 0, 0, 0.01);
  color: rgba(0, 0, 0, 0.3);
  float: none;
  font-size: 14px;
  padding: 5px;
}
/* line 183, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-day-header {
  background-color: #faf7f5;
  padding: 10px 0;
}
/* line 184, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-widget-header {
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
/* line 185, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-widget-content {
  border-color: rgba(0, 0, 0, 0.05);
}
/* line 186, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-state-highlight {
  border: 2px solid #7fc34f;
  background-color: transparent;
}
/* line 187, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-state-highlight .fc-day-number {
  color: #7fc34f;
}
/* line 189, ../sass/helpers/_elements.scss */
.calendar .fc-content .fc-event-inner {
  margin-bottom: 20px;
}

/* line 194, ../sass/helpers/_elements.scss */
.link-calendar {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
}
/* line 195, ../sass/helpers/_elements.scss */
.link-calendar:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #7fc34f;
  content: "\f073";
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

/* line 203, ../sass/helpers/_elements.scss */
.connect-block .nav-pills li.active a {
  background-color: #7fc34f;
  color: #fff;
  position: relative;
}
/* line 204, ../sass/helpers/_elements.scss */
.connect-block .nav-pills li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 205, ../sass/helpers/_elements.scss */
.connect-block .nav-pills li.active a:hover {
  background-color: #7fc34f;
}
/* line 209, ../sass/helpers/_elements.scss */
.connect-block .nav-pills li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
}
/* line 210, ../sass/helpers/_elements.scss */
.connect-block .nav-pills li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 211, ../sass/helpers/_elements.scss */
.connect-block .nav-pills li a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #7fc34f;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
}
/* line 213, ../sass/helpers/_elements.scss */
.connect-block .nav-pills li i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 220, ../sass/helpers/_elements.scss */
.disable-join .btn {
  display: none;
}
/* line 221, ../sass/helpers/_elements.scss */
.disable-join .course-start {
  display: none !important;
}
/* line 223, ../sass/helpers/_elements.scss */
.disable-join .count-down-wrapper .count-description {
  display: none;
}

/* line 228, ../sass/helpers/_elements.scss */
.course-count-down {
  padding-bottom: 5px;
  position: relative;
}
/* line 229, ../sass/helpers/_elements.scss */
.course-count-down .count-down-wrapper {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 230, ../sass/helpers/_elements.scss */
.course-count-down .count-down-wrapper > span {
  position: relative;
}
/* line 231, ../sass/helpers/_elements.scss */
.course-count-down .count-down-wrapper .count-divider {
  color: #7fc34f;
  margin: 0 15px;
  bottom: 4px;
}
/* line 232, ../sass/helpers/_elements.scss */
.course-count-down .count-down-wrapper .count-description {
  color: #4d4d4d;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: -15px;
}
/* line 234, ../sass/helpers/_elements.scss */
.course-count-down a {
  line-height: 35px;
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 0;
}
/* line 235, ../sass/helpers/_elements.scss */
.course-count-down .course-start {
  color: #4d4d4d;
  display: block;
  margin-bottom: -5px;
}

/* line 240, ../sass/helpers/_elements.scss */
.count-down > div {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  position: relative !important;
  margin-bottom: 30px !important;
}
/* line 241, ../sass/helpers/_elements.scss */
.count-down > div canvas {
  width: 100% !important;
}
/* line 242, ../sass/helpers/_elements.scss */
.count-down > div input {
  bottom: 0 !important;
  font-family: inherit !important;
  color: #fff !important;
  font-size: 60px !important;
  font-weight: normal !important;
  left: 0 !important;
  right: 0 !important;
  top: -50px !important;
  margin: auto !important;
  margin: auto !important;
}

/* line 248, ../sass/helpers/_elements.scss */
.course-detail h2, .event-detail h2 {
  font-size: 18px;
}
/* line 249, ../sass/helpers/_elements.scss */
.course-detail hr, .event-detail hr {
  margin: 10px 0;
}
/* line 250, ../sass/helpers/_elements.scss */
.course-detail > section, .event-detail > section {
  margin-bottom: 40px;
}
/* line 251, ../sass/helpers/_elements.scss */
.course-detail .author-block, .event-detail .author-block {
  margin-bottom: 20px;
  padding: 20px;
}
/* line 252, ../sass/helpers/_elements.scss */
.course-detail .author-block header, .event-detail .author-block header {
  font-size: 18px;
}
/* line 254, ../sass/helpers/_elements.scss */
.course-detail .author-block .author-picture img, .event-detail .author-block .author-picture img {
  max-width: inherit;
  width: 80px;
}
/* line 256, ../sass/helpers/_elements.scss */
.course-detail .author-block .paragraph-wrapper, .event-detail .author-block .paragraph-wrapper {
  padding-left: 25px;
}
/* line 257, ../sass/helpers/_elements.scss */
.course-detail .author-block .paragraph-wrapper header, .event-detail .author-block .paragraph-wrapper header {
  margin-bottom: 0 !important;
}
/* line 258, ../sass/helpers/_elements.scss */
.course-detail .author-block .paragraph-wrapper p, .event-detail .author-block .paragraph-wrapper p {
  font-size: 14px;
}
/* line 259, ../sass/helpers/_elements.scss */
.course-detail .author-block .paragraph-wrapper figure, .event-detail .author-block .paragraph-wrapper figure {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
/* line 261, ../sass/helpers/_elements.scss */
.course-detail .author-block.invited-person, .event-detail .author-block.invited-person {
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/* line 262, ../sass/helpers/_elements.scss */
.course-detail .author-block.invited-person:last-child, .event-detail .author-block.invited-person:last-child {
  border: none;
  margin-bottom: 0;
}
/* line 266, ../sass/helpers/_elements.scss */
.course-detail .course-category, .event-detail .course-category {
  color: #4d4d4d;
  margin: 5px 0;
}
/* line 267, ../sass/helpers/_elements.scss */
.course-detail .course-category a, .event-detail .course-category a {
  margin-left: 5px;
}
/* line 269, ../sass/helpers/_elements.scss */
.course-detail .course-date, .course-detail .event-date, .event-detail .course-date, .event-detail .event-date {
  color: #4d4d4d;
  font-size: 24px;
  margin: 0;
}
/* line 270, ../sass/helpers/_elements.scss */
.course-detail .course-date:after, .course-detail .event-date:after, .event-detail .course-date:after, .event-detail .event-date:after {
  display: none;
}
/* line 272, ../sass/helpers/_elements.scss */
.course-detail .course-summary, .event-detail .course-summary {
  margin-right: 30px;
}
/* line 273, ../sass/helpers/_elements.scss */
.course-detail .course-summary i, .event-detail .course-summary i {
  color: #ccbfb8;
  margin-right: 5px;
}
/* line 275, ../sass/helpers/_elements.scss */
.course-detail .tab-content, .event-detail .tab-content {
  border: 2px solid #e2e2e2;
  position: relative;
  top: -2px;
  padding: 20px;
}
/* line 277, ../sass/helpers/_elements.scss */
.course-detail .tab-content .gallery-list li, .event-detail .tab-content .gallery-list li {
  height: 95px;
  width: 95px;
}
/* line 281, ../sass/helpers/_elements.scss */
.course-detail .tab-pane .course-speaker, .event-detail .tab-pane .course-speaker {
  padding-bottom: 10px;
}
/* line 282, ../sass/helpers/_elements.scss */
.course-detail .tab-pane .course-speaker:last-child, .event-detail .tab-pane .course-speaker:last-child {
  border: none;
  margin-bottom: 0;
}

/* line 288, ../sass/helpers/_elements.scss */
.course-image, .event-image {
  height: 165px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
/* line 289, ../sass/helpers/_elements.scss */
.course-image .image-wrapper, .event-image .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
/* line 290, ../sass/helpers/_elements.scss */
.course-image .image-wrapper img, .event-image .image-wrapper img {
  height: 165px;
  width: auto;
}

/* line 295, ../sass/helpers/_elements.scss */
.course-joined {
  font-size: 18px;
}
/* line 296, ../sass/helpers/_elements.scss */
.course-joined i {
  color: #7fc34f;
  margin-right: 5px;
}

/* line 301, ../sass/helpers/_elements.scss */
.course-list-table .course-title {
  font-weight: bold;
}
/* line 302, ../sass/helpers/_elements.scss */
.course-list-table .length {
  width: 15%;
}
/* line 303, ../sass/helpers/_elements.scss */
.course-list-table .starts {
  width: 15%;
}
/* line 304, ../sass/helpers/_elements.scss */
.course-list-table .status {
  width: 20%;
}
/* line 307, ../sass/helpers/_elements.scss */
.course-list-table thead tr th {
  border-color: #7fc34f;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: normal;
}
/* line 313, ../sass/helpers/_elements.scss */
.course-list-table tbody tr:hover th {
  background-color: #faf7f5;
}
/* line 315, ../sass/helpers/_elements.scss */
.course-list-table tbody tr.status-completed {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 317, ../sass/helpers/_elements.scss */
.course-list-table tbody tr.status-in-progress .status {
  color: #7fc34f;
}
/* line 319, ../sass/helpers/_elements.scss */
.course-list-table tbody tr th {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #4d4d4d;
  font-weight: normal;
  padding: 15px 10px;
}
/* line 320, ../sass/helpers/_elements.scss */
.course-list-table tbody tr th i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 20px;
}

/* line 327, ../sass/helpers/_elements.scss */
.course-schedule-block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
/* line 328, ../sass/helpers/_elements.scss */
.course-schedule-block:last-child {
  border: none;
  margin-bottom: 0;
}
/* line 330, ../sass/helpers/_elements.scss */
.course-schedule-block.course-completed header, .course-schedule-block.course-completed .schedule-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 332, ../sass/helpers/_elements.scss */
.course-schedule-block .course-completed-tag {
  color: #7fc34f;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 333, ../sass/helpers/_elements.scss */
.course-schedule-block .course-completed-tag i {
  margin-right: 5px;
}
/* line 335, ../sass/helpers/_elements.scss */
.course-schedule-block h4 {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
/* line 336, ../sass/helpers/_elements.scss */
.course-schedule-block h4:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  bottom: 3px;
  color: #7fc34f;
  content: "\f133";
  display: inline-block;
  font-size: 14px;
  margin-right: 6px;
  position: relative;
  left: -1px;
}
/* line 339, ../sass/helpers/_elements.scss */
.course-schedule-block .schedule-list li {
  padding-bottom: 0;
  padding-left: 10px;
  position: relative;
}

/* line 344, ../sass/helpers/_elements.scss */
.search-box {
  background-color: #faf7f5;
  display: table;
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
}
/* line 345, ../sass/helpers/_elements.scss */
.search-box header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
/* line 346, ../sass/helpers/_elements.scss */
.search-box header h2 {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 347, ../sass/helpers/_elements.scss */
.search-box header h2:after {
  display: none;
}
/* line 349, ../sass/helpers/_elements.scss */
.search-box header .fa {
  color: #7fc34f;
  font-size: 24px;
  margin-right: 10px;
}
/* line 351, ../sass/helpers/_elements.scss */
.search-box .checkbox {
  display: inline-block;
  float: left;
  margin-top: 10px;
  padding-left: 0;
}
/* line 353, ../sass/helpers/_elements.scss */
.search-box form .form-group {
  width: 32%;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 354, ../sass/helpers/_elements.scss */
.search-box form .form-group:last-child {
  margin-right: 0px;
}
/* line 357, ../sass/helpers/_elements.scss */
.search-box .btn {
  margin-right: 2px;
}
/* line 359, ../sass/helpers/_elements.scss */
.search-box #event-search-form .form-group {
  width: 49%;
}

/* line 363, ../sass/helpers/_elements.scss */
.course-thumbnail {
  padding-bottom: 40px;
}
/* line 364, ../sass/helpers/_elements.scss */
.course-thumbnail .image {
  width: 100%;
  overflow: hidden;
  height: 230px;
  text-align: center;
}
/* line 365, ../sass/helpers/_elements.scss */
.course-thumbnail .image .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
/* line 366, ../sass/helpers/_elements.scss */
.course-thumbnail .image .image-wrapper a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 367, ../sass/helpers/_elements.scss */
.course-thumbnail .image .image-wrapper a img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 230px;
  width: auto;
}
/* line 369, ../sass/helpers/_elements.scss */
.course-thumbnail .image .image-wrapper a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 370, ../sass/helpers/_elements.scss */
.course-thumbnail .image .image-wrapper a:hover img {
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
/* line 376, ../sass/helpers/_elements.scss */
.course-thumbnail .description hr {
  margin: 10px 0;
}
/* line 377, ../sass/helpers/_elements.scss */
.course-thumbnail .description .course-meta {
  color: #4d4d4d;
  margin-bottom: 15px;
}
/* line 378, ../sass/helpers/_elements.scss */
.course-thumbnail .description .course-meta > span {
  margin: 0 5px;
}
/* line 379, ../sass/helpers/_elements.scss */
.course-thumbnail .description .course-meta .fa {
  color: #4d4d4d;
  margin-right: 5px;
}
/* line 382, ../sass/helpers/_elements.scss */
.course-thumbnail.small {
  display: table;
  padding-bottom: 30px;
}
/* line 383, ../sass/helpers/_elements.scss */
.course-thumbnail.small h3 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
}
/* line 384, ../sass/helpers/_elements.scss */
.course-thumbnail.small .image {
  float: left;
  height: 80px;
  width: 80px;
}
/* line 387, ../sass/helpers/_elements.scss */
.course-thumbnail.small .image .image-wrapper a img {
  height: 80px;
}
/* line 391, ../sass/helpers/_elements.scss */
.course-thumbnail.small .description {
  padding-left: 100px;
}
/* line 392, ../sass/helpers/_elements.scss */
.course-thumbnail.small .description hr {
  margin: 5px 0;
}
/* line 393, ../sass/helpers/_elements.scss */
.course-thumbnail.small .description .btn {
  border: none;
  min-height: inherit;
  padding: 0;
}
/* line 394, ../sass/helpers/_elements.scss */
.course-thumbnail.small .description .btn:hover {
  background-color: transparent;
  color: #7fc34f;
}

/****
  D
****/
/* line 405, ../sass/helpers/_elements.scss */
.divider {
  background-color: #ccbfb8;
  height: 1px;
  width: 30px;
  margin: 10px 0;
}

/* line 408, ../sass/helpers/_elements.scss */
.discussion-list {
  list-style: none;
  padding-left: 0;
}
/* line 409, ../sass/helpers/_elements.scss */
.discussion-list .author-block {
  margin: 0 0 10px 0;
}
/* line 410, ../sass/helpers/_elements.scss */
.discussion-list .author-block .comment-controls {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
}
/* line 411, ../sass/helpers/_elements.scss */
.discussion-list .author-block .comment-controls span {
  margin-right: 20px;
}
/* line 414, ../sass/helpers/_elements.scss */
.discussion-list .discussion-child {
  list-style: none;
  padding-left: 30px;
}

/****
  E
****/
/* line 423, ../sass/helpers/_elements.scss */
.events .event {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/* line 424, ../sass/helpers/_elements.scss */
.events .event:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 425, ../sass/helpers/_elements.scss */
.events .event aside {
  padding-left: 80px;
}
/* line 426, ../sass/helpers/_elements.scss */
.events .event aside header {
  font-size: 18px;
  margin-bottom: 8px;
}
/* line 427, ../sass/helpers/_elements.scss */
.events .event aside .additional-info {
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 429, ../sass/helpers/_elements.scss */
.events .event aside .description p {
  margin: 0 0 10px 0;
}
/* line 432, ../sass/helpers/_elements.scss */
.events .event .date {
  background-color: #333333;
  color: #fff;
  float: left;
  height: 70px;
  overflow: hidden;
  width: 70px;
}
/* line 433, ../sass/helpers/_elements.scss */
.events .event .date .day {
  bottom: 15px;
  font-size: 60px;
  font-weight: bold;
  position: relative;
  right: -12px;
}
/* line 434, ../sass/helpers/_elements.scss */
.events .event .date .month {
  font-size: 14px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
/* line 439, ../sass/helpers/_elements.scss */
.events.grid .event {
  margin-bottom: 40px;
  padding-bottom: 50px;
}
/* line 440, ../sass/helpers/_elements.scss */
.events.grid .event .btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 50px;
}
/* line 446, ../sass/helpers/_elements.scss */
.events.images .event aside {
  padding-left: 190px;
}
/* line 447, ../sass/helpers/_elements.scss */
.events.images .event .event-thumbnail {
  display: inline-block;
  float: left;
  position: relative;
}
/* line 448, ../sass/helpers/_elements.scss */
.events.images .event .event-thumbnail .date {
  bottom: -10px;
  position: absolute;
  right: -10px;
}
/* line 449, ../sass/helpers/_elements.scss */
.events.images .event .event-thumbnail .event-image {
  height: 165px;
  width: 165px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
/* line 450, ../sass/helpers/_elements.scss */
.events.images .event .event-thumbnail .event-image:last-child {
  margin-right: 0;
}
/* line 451, ../sass/helpers/_elements.scss */
.events.images .event .event-thumbnail .event-image .image-wrapper {
  position: relative;
  left: 100%;
  margin-left: -200%;
  position: relative;
}
/* line 452, ../sass/helpers/_elements.scss */
.events.images .event .event-thumbnail .event-image .image-wrapper img {
  height: 100%;
  width: auto;
}
/* line 460, ../sass/helpers/_elements.scss */
.events.featured .event aside {
  padding-left: 0;
}
/* line 461, ../sass/helpers/_elements.scss */
.events.featured .event aside header {
  font-size: 14px;
}
/* line 463, ../sass/helpers/_elements.scss */
.events.featured .event .event-thumbnail {
  float: none;
  margin-bottom: 20px;
}
/* line 464, ../sass/helpers/_elements.scss */
.events.featured .event .event-thumbnail .event-image {
  width: 100%;
}
/* line 470, ../sass/helpers/_elements.scss */
.events.small .link-calendar {
  float: right;
  position: relative;
  top: 25px;
}
/* line 471, ../sass/helpers/_elements.scss */
.events.small .event {
  border: none;
  margin-bottom: 0;
  padding: inherit;
  min-height: 70px;
}
/* line 473, ../sass/helpers/_elements.scss */
.events.small .event aside header {
  font-size: 14px;
}
.events.small .event aside header a {
  color: #4d4d4d;
}
/* line 474, ../sass/helpers/_elements.scss */
.events.small .event aside .additional-info {
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 476, ../sass/helpers/_elements.scss */
.events.small .event .date {
  background-color: #b3b3b3;
}
/* line 479, ../sass/helpers/_elements.scss */
.events.small .event.nearest .date {
  background-color: #333333;
}
/* line 481, ../sass/helpers/_elements.scss */
.events.small .event.nearest-second .date {
  background-color: #7fc34f;
}

/****
  F
****/
/* line 492, ../sass/helpers/_elements.scss */
.featured-course {
  padding-bottom: 40px;
}
/* line 493, ../sass/helpers/_elements.scss */
.featured-course .image {
  border-bottom: 5px solid #7fc34f;
  width: 100%;
  overflow: hidden;
  height: 263px;
  text-align: center;
}
/* line 494, ../sass/helpers/_elements.scss */
.featured-course .image .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
/* line 495, ../sass/helpers/_elements.scss */
.featured-course .image .image-wrapper a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 496, ../sass/helpers/_elements.scss */
.featured-course .image .image-wrapper a img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 263px;
  width: auto;
}
/* line 498, ../sass/helpers/_elements.scss */
.featured-course .image .image-wrapper a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 499, ../sass/helpers/_elements.scss */
.featured-course .image .image-wrapper a:hover img {
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
/* line 505, ../sass/helpers/_elements.scss */
.featured-course .description hr {
  margin: 10px 0;
}
/* line 506, ../sass/helpers/_elements.scss */
.featured-course .description .course-meta {
  color: #4d4d4d;
  margin-bottom: 15px;
}
/* line 507, ../sass/helpers/_elements.scss */
.featured-course .description .course-meta > span {
  margin: 0 5px;
}
/* line 508, ../sass/helpers/_elements.scss */
.featured-course .description .course-meta .fa {
  color: #4d4d4d;
  margin-right: 5px;
}

/****
  G
****/
/* line 518, ../sass/helpers/_elements.scss */
.gallery-list {
  clear: both;
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
/* line 519, ../sass/helpers/_elements.scss */
.gallery-list li {
  float: left;
  margin-bottom: 7px;
  margin-right: 7px;
  height: 100px;
  width: 100px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: inherit;
}
/* line 520, ../sass/helpers/_elements.scss */
.gallery-list li:last-child {
  margin-right: 0;
}
/* line 521, ../sass/helpers/_elements.scss */
.gallery-list li a {
  position: relative;
  left: 100%;
  margin-left: -200%;
  position: relative;
}
/* line 522, ../sass/helpers/_elements.scss */
.gallery-list li a:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  content: "\f06e";
  display: inline-block;
  font-size: 16px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #333333;
  padding-top: 7px;
  margin-top: -7px;
}
/* line 524, ../sass/helpers/_elements.scss */
.gallery-list li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 525, ../sass/helpers/_elements.scss */
.gallery-list li a:hover img {
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
/* line 527, ../sass/helpers/_elements.scss */
.gallery-list li a img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: auto;
}

/* line 531, ../sass/helpers/_elements.scss */
.gallery {
  display: block;
  line-height: 0;
  text-align: justify;
}
/* line 532, ../sass/helpers/_elements.scss */
.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/* line 533, ../sass/helpers/_elements.scss */
.gallery a {
  display: inline-block;
  margin-bottom: 7px;
  position: relative;
  vertical-align: top;
}
/* line 534, ../sass/helpers/_elements.scss */
.gallery img {
  vertical-align: top;
}

/****
  H
****/
/* line 541, ../sass/helpers/_elements.scss */
#home {
  margin-bottom: 0;
}

/* line 542, ../sass/helpers/_elements.scss */
#homepage-slider {
  position: relative;
  z-index: 0;
}
/* line 544, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 600px;
  overflow: hidden;
  border: none;
  margin: 0;
}
/* line 545, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider figure {
  height: 600px;
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 546, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider figure .inner {
  vertical-align: middle;
}
/* line 548, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider h2 {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 549, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider h2:after {
  display: none;
}
/* line 551, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider h1 {
  border: 4px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  padding: 15px 20px;
  text-transform: uppercase;
}
/* line 552, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider h1:after {
  display: none;
}
/* line 555, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider ul li {
  padding: 0;
}
/* line 558, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider .flex-direction-nav .flex-next, #homepage-slider .flexslider .flex-direction-nav .flex-prev {
  background-color: #fff;
  height: 30px;
  width: 30px;
}
/* line 559, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider .flex-direction-nav .flex-next:before, #homepage-slider .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}
/* line 560, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider .flex-direction-nav .flex-next:after, #homepage-slider .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #4d4d4d;
  font-size: 16px;
  position: absolute;
  right: 11px;
  top: 6px;
  z-index: 2;
}
/* line 563, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
}
/* line 566, ../sass/helpers/_elements.scss */
#homepage-slider .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 12px;
}

/****
  I
****/
/* line 578, ../sass/helpers/_elements.scss */
.image-carousel .owl-buttons {
  bottom: 8px;
  position: absolute;
  right: 10px;
}
/* line 579, ../sass/helpers/_elements.scss */
.image-carousel .owl-buttons .owl-prev, .image-carousel .owl-buttons .owl-next {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #7fc34f;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
}
/* line 580, ../sass/helpers/_elements.scss */
.image-carousel .owl-buttons .owl-prev:after, .image-carousel .owl-buttons .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  padding: 7px 13px;
}
/* line 581, ../sass/helpers/_elements.scss */
.image-carousel .owl-buttons .owl-prev:hover, .image-carousel .owl-buttons .owl-next:hover {
  background-color: #6e9c4e;
}
/* line 584, ../sass/helpers/_elements.scss */
.image-carousel .owl-buttons .owl-next:after {
  content: "\f105";
}
/* line 587, ../sass/helpers/_elements.scss */
.image-carousel .owl-buttons .owl-prev:after {
  content: "\f104";
}

/****
  J
****/
/****
  K
****/
/* line 601, ../sass/helpers/_elements.scss */
.knob {
  border: none;
  background-color: transparent;
}

/****
  L
****/
/* line 609, ../sass/helpers/_elements.scss */
.latest-course {
  margin-bottom: 40px;
}
/* line 610, ../sass/helpers/_elements.scss */
.latest-course aside {
  padding-left: 85px;
}
/* line 611, ../sass/helpers/_elements.scss */
.latest-course aside .course-meta {
  color: #4d4d4d;
  margin-bottom: 15px;
}
/* line 612, ../sass/helpers/_elements.scss */
.latest-course aside .course-meta > span {
  margin-right: 5px;
}
/* line 613, ../sass/helpers/_elements.scss */
.latest-course aside .course-meta .fa {
  color: #4d4d4d;
  margin-right: 5px;
}
/* line 616, ../sass/helpers/_elements.scss */
.latest-course p {
  color: #ccbfb8;
}
/* line 617, ../sass/helpers/_elements.scss */
.latest-course hr {
  margin: 5px 0;
}
/* line 618, ../sass/helpers/_elements.scss */
.latest-course .image {
  float: left;
  width: 70px;
  overflow: hidden;
  height: 70px;
  text-align: center;
}
/* line 619, ../sass/helpers/_elements.scss */
.latest-course .image .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
/* line 620, ../sass/helpers/_elements.scss */
.latest-course .image .image-wrapper img {
  height: 70px;
  width: auto;
}

/* line 627, ../sass/helpers/_elements.scss */
.learning-material {
  margin-bottom: 40px;
}
/* line 629, ../sass/helpers/_elements.scss */
.learning-material .learning-material-picture img {
  float: left;
  width: 70px;
}
/* line 631, ../sass/helpers/_elements.scss */
.learning-material .learning-material-description {
  padding-left: 90px;
}
/* line 632, ../sass/helpers/_elements.scss */
.learning-material .learning-material-description h4 {
  font-weight: bold;
}
/* line 633, ../sass/helpers/_elements.scss */
.learning-material .learning-material-description p {
  margin-top: 10px;
}

/* line 638, ../sass/helpers/_elements.scss */
.logos {
  display: block;
  line-height: 0;
  margin-top: 10px;
  text-align: justify;
}
/* line 639, ../sass/helpers/_elements.scss */
.logos:after {
  content: '';
  display: inline-block;
  width: 100%;
}
/* line 640, ../sass/helpers/_elements.scss */
.logos .logo {
  display: inline-block;
  margin-bottom: 7px;
  position: relative;
}
/* line 641, ../sass/helpers/_elements.scss */
.logos .logo a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px;
}
/* line 642, ../sass/helpers/_elements.scss */
.logos .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/****
  M
****/
/* line 652, ../sass/helpers/_elements.scss */
.map-wrapper {
  width: 100%;
  height: 100%;
}

/* line 656, ../sass/helpers/_elements.scss */
.my-profile .profile-avatar {
  float: left;
}
/* line 657, ../sass/helpers/_elements.scss */
.my-profile article {
  padding-left: 120px;
}
/* line 658, ../sass/helpers/_elements.scss */
.my-profile article .my-profile-table {
  margin-bottom: 20px;
  width: 100%;
}
/* line 661, ../sass/helpers/_elements.scss */
.my-profile article .my-profile-table tbody tr td {
  vertical-align: middle;
  height: 40px;
}
/* line 662, ../sass/helpers/_elements.scss */
.my-profile article .my-profile-table tbody tr td.bio {
  vertical-align: text-top;
}
/* line 663, ../sass/helpers/_elements.scss */
.my-profile article .my-profile-table tbody tr td.title {
  font-weight: bold;
  width: 130px;
  padding-right: 30px;
}
/* line 664, ../sass/helpers/_elements.scss */
.my-profile article .my-profile-table tbody tr td .input-group {
  margin-bottom: 0px;
  display: inline-block;
}
/* line 665, ../sass/helpers/_elements.scss */
.my-profile article .my-profile-table tbody tr td .input-group input[type="text"], .my-profile article .my-profile-table tbody tr td .input-group textarea {
  border-color: transparent;
  background-color: transparent;
  color: #4d4d4d;
  padding-left: 0;
}
/* line 666, ../sass/helpers/_elements.scss */
.my-profile article .my-profile-table tbody tr td .input-group input[type="text"]:hover, .my-profile article .my-profile-table tbody tr td .input-group textarea:hover {
  border-color: #ccbfb8;
  padding-left: 9px;
}

/****
  N
****/
/* line 681, ../sass/helpers/_elements.scss */
.nav-tabs {
  /*border-bottom: 2px solid #e2e2e2;*/
  position: relative;
  z-index: 1;
}
/* line 682, ../sass/helpers/_elements.scss */
.nav-tabs > li {
  margin-bottom: -2px;
  padding: 0;
}
/* line 683, ../sass/helpers/_elements.scss */
.nav-tabs > li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
/*  border-radius: 0px;
  border-color: transparent;
  border-width: 2px !important;*/
  color: #4d4d4d;
}
/* line 684, ../sass/helpers/_elements.scss */
/*.nav-tabs > li a:hover {
  background-color: transparent;
  border-width: 2px;
}*/
/* line 687, ../sass/helpers/_elements.scss */
.nav-tabs > li.active a {
  /*border-color: #e2e2e2 #e2e2e2 #fff;
  border-width: 2px;*/
  color: #4d4d4d;
}
/* line 688, ../sass/helpers/_elements.scss */
/*.nav-tabs > li.active a:hover {
  border-color: #e2e2e2 #e2e2e2 #fff;
  border-width: 2px;
}*/

/* line 696, ../sass/helpers/_elements.scss */
.news-small article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #ccbfb8;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 697, ../sass/helpers/_elements.scss */
.news-small article:last-child {
  border: none;
}
/* line 698, ../sass/helpers/_elements.scss */
.news-small article header {
  padding-left: 15px;
}
.news-small article header a {
  color: #4d4d4d;
}
/* line 699, ../sass/helpers/_elements.scss */
.news-small article i {
  margin-right: 5px;
}
/* line 700, ../sass/helpers/_elements.scss */
.news-small article .date {
  margin-top: 5px;
  font-size: 12px;
  color: #b3b3b3;
}

/* line 705, ../sass/helpers/_elements.scss */
.newsletter {
  border: 2px solid #faf7f5;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 706, ../sass/helpers/_elements.scss */
.newsletter .input-group {
  margin-bottom: 0px;
}

/****
  O
****/
/****
  P
****/
/* line 719, ../sass/helpers/_elements.scss */
.panel-group .panel {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
  border-color: #e2e2e2;
}
/* line 720, ../sass/helpers/_elements.scss */
.panel-group .panel .panel-heading {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #faf7f5;
  padding: 0;
  position: relative;
}
/* line 721, ../sass/helpers/_elements.scss */
.panel-group .panel .panel-heading:hover {
  background-color: #f3ece7;
}
/* line 722, ../sass/helpers/_elements.scss */
.panel-group .panel .panel-heading:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  bottom: 3px;
  color: #7fc34f;
  content: "\f059";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 16px;
  left: 16px;
}
/* line 723, ../sass/helpers/_elements.scss */
.panel-group .panel .panel-heading h4 {
  color: #4d4d4d;
  font-size: 14px;
}
/* line 724, ../sass/helpers/_elements.scss */
.panel-group .panel .panel-heading h4 a {
  display: block;
  padding: 15px 15px 15px 35px;
}
/* line 725, ../sass/helpers/_elements.scss */
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:active, .panel-group .panel .panel-heading h4 a:focus {
  color: inherit;
  text-decoration: none;
}
/* line 730, ../sass/helpers/_elements.scss */
.panel-group .panel .panel-collapse .panel-body {
  border-top: 2px solid #e2e2e2;
  color: #4d4d4d;
}

/* line 736, ../sass/helpers/_elements.scss */
.pagination {
  margin: 40px 0;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
  margin: 0 5px 10px 5px;
}
/* line 738, ../sass/helpers/_elements.scss */
.pagination li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  color: #4d4d4d;
  font-size: 14px;
  margin: 0 5px 10px 5px;
  padding: 10px 16px;
}
.pagination li span {
  padding: 10px 16px;
  margin: 0 5px 10px 5px;
  border: 2px solid rgba(0, 0, 0, 0.4);
}
/* line 739, ../sass/helpers/_elements.scss */
.pagination li a:hover {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  color: #4d4d4d;
}
/* line 742, ../sass/helpers/_elements.scss */
.pagination li.active a {
  background-color: #333333;
  border: 2px solid #4d4d4d;
}
/* line 743, ../sass/helpers/_elements.scss */
.pagination li.active a:hover, .pagination li.active a:focus, .pagination li.active a:active {
  background-color: #333333;
  border: 2px solid #4d4d4d;
}
/* line 747, ../sass/helpers/_elements.scss */
.pagination li:first-child a, .pagination li:last-child a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 752, ../sass/helpers/_elements.scss */
.details-accordion {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #4d4d4d;
  float: right;
  position: absolute;
  right: 0;
  top: 15px;
}
/* line 753, ../sass/helpers/_elements.scss */
.details-accordion:hover {
  color: #7fc34f;
}
/* line 754, ../sass/helpers/_elements.scss */
.details-accordion .fa {
  color: #7fc34f;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

/* line 757, ../sass/helpers/_elements.scss */
.details-accordion-content .inner {
  background-color: #faf7f5;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 758, ../sass/helpers/_elements.scss */
.details-accordion-content .inner .time, .details-accordion-content .inner p {
  margin-bottom: 10px;
}

/* line 763, ../sass/helpers/_elements.scss */
.professor-thumbnail {
  border: 2px solid #faf7f5;
  padding: 8px;
  margin-bottom: 10px;
}
/* line 764, ../sass/helpers/_elements.scss */
.professor-thumbnail aside {
  margin-left: 90px;
}
/* line 765, ../sass/helpers/_elements.scss */
.professor-thumbnail aside header {
  font-size: 14px;
  font-weight: bold;
}
/* line 766, ../sass/helpers/_elements.scss */
.professor-thumbnail aside header figure {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
}
/* line 769, ../sass/helpers/_elements.scss */
.professor-thumbnail .show-profile {
  color: #4d4d4d;
  font-size: 11px;
}
/* line 770, ../sass/helpers/_elements.scss */
.professor-thumbnail .professor-image {
  float: left;
  font-weight: bold;
}

/* line 774, ../sass/helpers/_elements.scss */
.profile-avatar {
  overflow: hidden;
  text-align: center;
  width: 100px;
}
/* line 775, ../sass/helpers/_elements.scss */
.profile-avatar .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
/* line 776, ../sass/helpers/_elements.scss */
.profile-avatar .image-wrapper img {
  height: 100px;
  width: auto;
}

/* line 781, ../sass/helpers/_elements.scss */
.progress {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
/* line 782, ../sass/helpers/_elements.scss */
.progress .progress-bar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #7fc34f;
}

/* line 787, ../sass/helpers/_elements.scss */
.price-box {
  border: 2px solid #faf7f5;
  text-align: center;
}
/* line 788, ../sass/helpers/_elements.scss */
.price-box h3 {
  font-size: 24px;
  font-weight: bold;
}
/* line 789, ../sass/helpers/_elements.scss */
.price-box figure {
  color: #4d4d4d;
  text-transform: uppercase;
}
/* line 790, ../sass/helpers/_elements.scss */
.price-box .price {
  color: #4d4d4d;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 791, ../sass/helpers/_elements.scss */
.price-box .btn {
  margin: 20px 0;
}
/* line 792, ../sass/helpers/_elements.scss */
.price-box .features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 793, ../sass/helpers/_elements.scss */
.price-box .features li {
  border-top: 2px solid #faf7f5;
  padding: 15px;
}
/* line 794, ../sass/helpers/_elements.scss */
.price-box .features li .fa {
  color: #ccbfb8;
  font-size: 18px;
}
/* line 795, ../sass/helpers/_elements.scss */
.price-box .features li .fa.available {
  color: #7fc34f;
}
/* line 799, ../sass/helpers/_elements.scss */
.price-box.recommended {
  border: 4px solid #4d4d4d;
  position: relative;
  top: -2px;
}

/****
  Q
****/
/****
  R
****/
/* line 813, ../sass/helpers/_elements.scss */
.rating-individual {
  margin-bottom: 10px;
}

/* line 814, ../sass/helpers/_elements.scss */
.rating-user {
  display: inline-block;
}
/* line 815, ../sass/helpers/_elements.scss */
.rating-user #hint {
  margin-top: 20px;
  height: 20px;
}

/* line 819, ../sass/helpers/_elements.scss */
.read-more {
  color: #4d4d4d;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
/* line 820, ../sass/helpers/_elements.scss */
.read-more:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #7fc34f;
  content: "\f18e";
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/****
  S
****/
/* line 827, ../sass/helpers/_elements.scss */
#homepage-carousel {
  padding-top: 30px;
}
/* line 828, ../sass/helpers/_elements.scss */
#homepage-carousel .homepage-carousel-wrapper {
  color: #fff;
  position: relative;
}
/* line 829, ../sass/helpers/_elements.scss */
#homepage-carousel .homepage-carousel-wrapper:after {
  background-color: #595350;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
  top: -30px;
  width: 3000px;
}
/* line 831, ../sass/helpers/_elements.scss */
#homepage-carousel .homepage-carousel-wrapper .slider-content h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
}
/* line 832, ../sass/helpers/_elements.scss */
#homepage-carousel .homepage-carousel-wrapper .slider-content h1:after {
  display: none;
}

/****
  T
****/
/* line 843, ../sass/helpers/_elements.scss */
.tab-content {
  padding-top: 20px;
  position: relative;
  top: -2px;
}

/* line 847, ../sass/helpers/_elements.scss */
th.headerSortUp {
  position: relative;
  cursor: pointer;
}
/* line 848, ../sass/helpers/_elements.scss */
th.headerSortUp:before {
  display: none;
}
/* line 849, ../sass/helpers/_elements.scss */
th.headerSortUp:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #4d4d4d;
  content: "\f0de";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 2;
}

/* line 851, ../sass/helpers/_elements.scss */
th.headerSortDown {
  position: relative;
  cursor: pointer;
}
/* line 852, ../sass/helpers/_elements.scss */
th.headerSortDown:before {
  display: none;
}
/* line 853, ../sass/helpers/_elements.scss */
th.headerSortDown:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #4d4d4d;
  content: "\f0dd";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 2;
}

/* line 855, ../sass/helpers/_elements.scss */
th.header {
  position: relative;
  cursor: pointer;
}
/* line 856, ../sass/helpers/_elements.scss */
th.header:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #ccbfb8;
  content: "\f0dc";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: -10;
}

/* line 861, ../sass/helpers/_elements.scss */
.tag {
  background-color: transparent;
  border: 2px solid #ccbfb8;
  color: #4d4d4d;
  font-weight: bold;
  padding: 5px 10px;
}

/* line 865, ../sass/helpers/_elements.scss */
.social-post header {
  font-size: 14px;
  border-bottom: 1px solid #ccbfb8;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
/* line 866, ../sass/helpers/_elements.scss */
.social-post figure {
  font-size: 14px;
  margin-bottom: 5px;
}
/* line 867, ../sass/helpers/_elements.scss */
.social-post a {
  text-decoration: underline;
}

/****
  U
****/
/* line 875, ../sass/helpers/_elements.scss */
.universal-button {
  background-color: #333333;
  color: #fff;
  display: table;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  width: 100%;
}
/* line 876, ../sass/helpers/_elements.scss */
.universal-button:hover, .universal-button:focus, .universal-button:active {
  color: #fff;
}
/* line 877, ../sass/helpers/_elements.scss */
.universal-button h3 {
  display: table-cell;
  font-size: 14px;
  margin: 0px;
  vertical-align: middle;
}
/* line 878, ../sass/helpers/_elements.scss */
.universal-button figure {
  display: table-cell;
  background-color: #7fc34f;
  height: 30px;
  margin-left: 20px;
  padding: 6px 10px;
  width: 30px;
  vertical-align: middle;
}
/* line 879, ../sass/helpers/_elements.scss */
.universal-button.framed {
  background-color: transparent;
  border: 2px solid #faf7f5;
  color: #4d4d4d;
}
/* line 880, ../sass/helpers/_elements.scss */
.universal-button.framed i {
  color: #fff;
}

/****
  V
****/
/****
  W
****/
/* line 893, ../sass/helpers/_elements.scss */
.wrapper {
  overflow: hidden;
}

/****
  X
****/
/****
  Y
****/
/****
  Z
****/
/* line 4, ../sass/helpers/_universal-elements.scss */
.add-margin {
  margin-bottom: 20px;
}

/* line 5, ../sass/helpers/_universal-elements.scss */
.background {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* line 8, ../sass/helpers/_universal-elements.scss */
.background-color-primary {
  background-color: #333333;
}

/* line 9, ../sass/helpers/_universal-elements.scss */
.background-color-primary-darken {
  background-color: #595350 !important;
}

/* line 10, ../sass/helpers/_universal-elements.scss */
.background-color-secondary {
  background-color: #7fc34f;
}

/* line 11, ../sass/helpers/_universal-elements.scss */
.background-color-grey-dark {
  background-color: #333333;
}

/* line 12, ../sass/helpers/_universal-elements.scss */
.background-color-grey-light {
  background-color: #ccbfb8;
}

/* line 13, ../sass/helpers/_universal-elements.scss */
.background-color-grey-background {
  background-color: #faf7f5;
}

/* line 14, ../sass/helpers/_universal-elements.scss */
.block-dark-background {
  background-color: #333333;
  padding: 20px 30px;
}

/* line 15, ../sass/helpers/_universal-elements.scss */
.center {
  text-align: center !important;
}

/* line 16, ../sass/helpers/_universal-elements.scss */
.center-image {
  bottom: 0;
  display: inline-block !important;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  position: absolute;
  width: inherit !important;
}

/* line 17, ../sass/helpers/_universal-elements.scss */
.element-framed {
  border: 2px solid #faf7f5;
  margin: 20px 0;
  padding: 20px;
}
/* line 18, ../sass/helpers/_universal-elements.scss */
.element-framed li {
  margin-left: 10px;
}

/* line 20, ../sass/helpers/_universal-elements.scss */
.font-color-light {
  color: #fff !important;
}

/* line 21, ../sass/helpers/_universal-elements.scss */
.font-color-dark {
  color: #4d4d4d !important;
}

/* line 22, ../sass/helpers/_universal-elements.scss */
.font-color-primary {
  color: #4d4d4d !important;
}

/* line 23, ../sass/helpers/_universal-elements.scss */
.font-color-secondary {
  color: #7fc34f !important;
}

/* line 24, ../sass/helpers/_universal-elements.scss */
.font-color-grey-medium {
  color: #4d4d4d !important;
}

/* line 25, ../sass/helpers/_universal-elements.scss */
.font-uppercase {
  text-transform: uppercase;
}

/* line 26, ../sass/helpers/_universal-elements.scss */
.has-dark-background {
  color: #fff;
}
/* line 27, ../sass/helpers/_universal-elements.scss */
.has-dark-background a {
  color: #fff;
}
/* line 28, ../sass/helpers/_universal-elements.scss */
.has-dark-background a:hover {
  color: #7fc34f;
}
/* line 31, ../sass/helpers/_universal-elements.scss */
.has-dark-background h2:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  background-color: #fff;
}
/* line 33, ../sass/helpers/_universal-elements.scss */
.has-dark-background ul {
  color: #fff;
}
/* line 34, ../sass/helpers/_universal-elements.scss */
.has-dark-background p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
}

/* line 36, ../sass/helpers/_universal-elements.scss */
.has-opacity {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 37, ../sass/helpers/_universal-elements.scss */
.has-subtitle {
  margin-bottom: -5px;
}

/* line 38, ../sass/helpers/_universal-elements.scss */
.link-icon {
  color: #4d4d4d;
}
/* line 39, ../sass/helpers/_universal-elements.scss */
.link-icon:hover {
  color: #4d4d4d;
}
/* line 40, ../sass/helpers/_universal-elements.scss */
.link-icon .fa {
  color: #7fc34f;
  margin: 0 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

/* line 42, ../sass/helpers/_universal-elements.scss */
.menu-child-align-left {
  left: 0 !important;
}

/* line 43, ../sass/helpers/_universal-elements.scss */
.menu-child-align-right {
  right: 0 !important;
}
/* line 44, ../sass/helpers/_universal-elements.scss */
.menu-child-align-right:after {
  left: inherit !important;
  right: 30px !important;
}

/* line 46, ../sass/helpers/_universal-elements.scss */
.no-divider {
  margin-bottom: 15px;
}
/* line 47, ../sass/helpers/_universal-elements.scss */
.no-divider:after {
  display: none;
}

/* line 49, ../sass/helpers/_universal-elements.scss */
.regular-case {
  text-transform: none;
}

/* line 50, ../sass/helpers/_universal-elements.scss */
.reset-margin {
  margin: 0 !important;
}

/* line 53, ../sass/helpers/_universal-elements.scss */
.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

/* line 54, ../sass/helpers/_universal-elements.scss */
.opacity-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  opacity: 0.02;
}

/* line 55, ../sass/helpers/_universal-elements.scss */
.opacity-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3);
  opacity: 0.03;
}

/* line 56, ../sass/helpers/_universal-elements.scss */
.opacity-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  opacity: 0.04;
}

/* line 57, ../sass/helpers/_universal-elements.scss */
.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

/* line 58, ../sass/helpers/_universal-elements.scss */
.opacity-6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  opacity: 0.06;
}

/* line 59, ../sass/helpers/_universal-elements.scss */
.opacity-7 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
}

/* line 60, ../sass/helpers/_universal-elements.scss */
.opacity-8 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
  opacity: 0.08;
}

/* line 61, ../sass/helpers/_universal-elements.scss */
.opacity-9 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9);
  opacity: 0.09;
}

/* line 62, ../sass/helpers/_universal-elements.scss */
.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

/* line 63, ../sass/helpers/_universal-elements.scss */
.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* line 64, ../sass/helpers/_universal-elements.scss */
.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* line 65, ../sass/helpers/_universal-elements.scss */
.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 66, ../sass/helpers/_universal-elements.scss */
.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 67, ../sass/helpers/_universal-elements.scss */
.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 68, ../sass/helpers/_universal-elements.scss */
.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 69, ../sass/helpers/_universal-elements.scss */
.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 70, ../sass/helpers/_universal-elements.scss */
.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

/* line 72, ../sass/helpers/_universal-elements.scss */
.stick-to-bottom {
  bottom: 0;
  position: absolute;
}

/* line 74, ../sass/helpers/_universal-elements.scss */
.table-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 75, ../sass/helpers/_universal-elements.scss */
.table-cell-wrapper {
  display: table-cell;
  vertical-align: middle;
}

/* line 77, ../sass/helpers/_universal-elements.scss */
.vertical-center {
  bottom: 0;
  margin: auto;
  top: 0;
  position: absolute;
}

/* line 1, ../sass/helpers/_header.scss */
.navigation-wrapper {
  color: #fff;
  position: relative;
  background: #4d4d4d;
}
/* line 2, ../sass/helpers/_header.scss */
.navigation-wrapper a {
  color: #fff;
}
/* line 3, ../sass/helpers/_header.scss */
.navigation-wrapper a:hover {
  color: #7fc34f;
}
/* line 5, ../sass/helpers/_header.scss */
.navigation-wrapper .background {
  background-color: #333333;
  overflow: hidden;
}
/* line 6, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /*padding: 15px 0;*/
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
/* line 7, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper ul {
  margin-bottom: 0;
  float: right;
  display: inline-block;
}
/* line 8, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper ul li {
  display: inline-block;
  margin-left: 20px;
  padding: inherit;
}
/* line 9, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper ul li i {
  color: #7fc34f;
  margin-right: 5px;
}
/* line 12, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper .search {
  float: right;
  display: inline-block;
}
/* line 13, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper .search .input-group {
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  margin-bottom: 0;
  width: 1px;
  overflow: hidden;
}
/* line 14, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper .search .input-group:hover {
  width: 240px;
}
/* line 15, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper .search .input-group:hover input {
  margin-left: 20px;
  right: 0;
}
/* line 17, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper .search .input-group input {
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border: none;
  right: -20px;
  position: relative;
}
/* line 18, ../sass/helpers/_header.scss */
.navigation-wrapper .secondary-navigation-wrapper .search .input-group .btn {
  margin-left: 0 !important;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
}
/* line 22, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 30px 0px;
  position: relative;
}
/* line 23, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header {
  border: 0;
  margin-bottom: 0;
}
/* line 24, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header .navbar-brand {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0 0 15px;
  position: relative;
}
/* line 25, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header .navbar-brand img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-height: 60px;
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  content: "";
  height: 190px;
  width: 3000px;
  position: absolute;
  top: -30px;
  right: -80px;
  z-index: 0;
}
/* line 27, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header .navbar-brand:after {
  background-color: #7fc34f;
  background-image: url("../img/background-city.png");
  background-position: 0;
  content: "";
  height: 215px;
  width: 3000px;
  position: absolute;
  top: 158px;
  overflow: hidden;
  right: -80px;
  z-index: 0;
}
/* line 29, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav {
  padding: 0;
  position: relative;
  z-index: 99;
}
/* line 31, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li {
  padding: inherit;
}
/* line 32, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li a {
  font-size: 15px;
  font-weight: 700;
  /*font-style: italic;*/
  padding: 10px;
  padding-left: 20px;
}
/* line 33, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li a:last-child {
  padding-right: 0;
}
/* line 34, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li a:hover, .navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li a:focus, .navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li a:active {
  background-color: transparent;
  cursor: pointer;
}
/* line 36, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li a.has-child:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  content: "\f107";
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
  margin-right: -10px;
  position: relative;
  top: 0px;
}
/* line 40, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li.active a {
  color: #7fc34f;
}
/* line 43, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li:hover .child-navigation, header nav ul li:hover ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.2s, z-index 0s;
}
/* line 45, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation, header nav ul li ul {
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: #333333;
  visibility: hidden;
  position: absolute;
  top: 45px;
  min-width: 200px;
  transition: visibility 1s 0s, opacity 0.5s 0.2s, z-index 1s 0s;
}
/* line 46, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation li, header nav ul li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: inherit;
}
/* line 47, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation li a, header nav ul li ul li a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  color: #fff;
  display: block;
  text-transform: none;
  padding: 10px;
  white-space: nowrap;
}
/* line 48, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation li a:hover, header nav ul li ul li a:hover {
  background-color: #7fc34f;
  color: #fff;
}
/* line 53, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation li:first-child a:after, header nav ul li ul li:first-child a:after {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: transparent transparent #514c49 transparent;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  content: "";
  height: 0px;
  position: absolute;
  left: 30px;
  top: -7px;
  width: 0px;
}
/* line 54, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation li:first-child a:before, header nav ul li ul li:first-child a:before {
  background-color: transparent;
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  top: -7px;
}
/* line 56, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation li:first-child a:hover:after, header nav ul li ul li:first-child a:hover:after {
  border-color: transparent transparent #7fc34f transparent;
}
/* line 60, ../sass/helpers/_header.scss */
.navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation li:last-child, header nav ul li ul li:last-child {
  border: none;
}

/* line 7, ../sass/helpers/_forms.scss */
.btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #7fc34f;
  border: 2px solid transparent;
  color: #fff;
  font-weight: bold;
  /*min-height: 40px;*/
  outline: none !important;
  padding: 8px 18px;
}
/* line 8, ../sass/helpers/_forms.scss */
.btn:active, .btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
/* line 9, ../sass/helpers/_forms.scss */
.btn:hover {
  background-color: #69954b;
  color: #fff;
}
/* line 11, ../sass/helpers/_forms.scss */
.btn.btn-color-primary {
  background-color: #333333;
  color: #fff;
}
/* line 12, ../sass/helpers/_forms.scss */
.btn.btn-color-primary:hover {
  background-color: #595350;
}
/* line 15, ../sass/helpers/_forms.scss */
.btn.btn-color-grey-dark {
  background-color: #333333;
  color: #fff;
}
/* line 16, ../sass/helpers/_forms.scss */
.btn.btn-color-grey-dark:hover {
  background-color: #595350;
}
/* line 19, ../sass/helpers/_forms.scss */
.btn.btn-color-grey-light {
  background-color: #ccbfb8;
  color: #4d4d4d;
}
/* line 20, ../sass/helpers/_forms.scss */
.btn.btn-color-grey-light:hover {
  background-color: #c1b2a9;
}
/* line 23, ../sass/helpers/_forms.scss */
.btn.btn-framed {
  background-color: transparent;
  border-color: #7fc34f;
  color: #7fc34f;
}
/* line 24, ../sass/helpers/_forms.scss */
.btn.btn-framed:hover {
  background-color: #7fc34f;
  color: #fff;
}
/* line 26, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-primary {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
/* line 27, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-primary:hover {
  background-color: #333333;
  color: #fff;
}
/* line 30, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-primary {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
/* line 31, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-primary:hover {
  background-color: #333333;
}
/* line 34, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-grey-dark {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
/* line 35, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-grey-dark:hover {
  background-color: #333333;
  color: #fff;
}
/* line 38, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-grey-light {
  border-color: #ccbfb8;
  color: #4d4d4d;
}
/* line 39, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-grey-light:hover {
  background-color: #ccbfb8;
}
/* line 42, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-grey {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
/* line 43, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-grey:hover {
  background-color: #4d4d4d;
}
/* line 45, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-white {
  border-color: #fff;
  color: #4d4d4d;
}
/* line 46, ../sass/helpers/_forms.scss */
.btn.btn-framed.btn-color-white:hover {
  background-color: #fff;
  color: #4d4d4d !important;
}
/* line 50, ../sass/helpers/_forms.scss */
.btn.btn-small {
  font-size: 12px;
  min-height: 30px;
  padding: 5px 10px;
}
/* line 51, ../sass/helpers/_forms.scss */
.btn.btn-large {
  font-size: 16px;
  padding: 12px 22px;
}

/* line 55, ../sass/helpers/_forms.scss */
.input-group-btn .btn {
  margin-left: 20px !important;
}

/* line 59, ../sass/helpers/_forms.scss */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], textarea {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #faf7f5;
  border: 2px solid #333333;
  font-size: 12px;
  min-height: 40px;
  padding: 10px 9px 9px 9px;
  width: 100%;
}
/* line 60, ../sass/helpers/_forms.scss */
input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, textarea:hover {
  border: 2px solid #4d4d4d;
}
/* line 61, ../sass/helpers/_forms.scss */
input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="number"]:focus, input[type="number"]:active, textarea:focus, textarea:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #b29f94;
  background-color: #fff;
}
/* line 62, ../sass/helpers/_forms.scss */
input[type="text"].has-dark-background, input[type="email"].has-dark-background, input[type="search"].has-dark-background, input[type="password"].has-dark-background, input[type="number"].has-dark-background, textarea.has-dark-background {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
}
/* line 63, ../sass/helpers/_forms.scss */
input[type="text"].has-dark-background:hover, input[type="email"].has-dark-background:hover, input[type="search"].has-dark-background:hover, input[type="password"].has-dark-background:hover, input[type="number"].has-dark-background:hover, textarea.has-dark-background:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 64, ../sass/helpers/_forms.scss */
input[type="text"].has-dark-background:focus, input[type="text"].has-dark-background:active, input[type="email"].has-dark-background:focus, input[type="email"].has-dark-background:active, input[type="search"].has-dark-background:focus, input[type="search"].has-dark-background:active, input[type="password"].has-dark-background:focus, input[type="password"].has-dark-background:active, input[type="number"].has-dark-background:focus, input[type="number"].has-dark-background:active, textarea.has-dark-background:focus, textarea.has-dark-background:active {
  background-color: #fff;
  color: #4d4d4d;
}

/* line 68, ../sass/helpers/_forms.scss */
input {
  outline: none !important;
}

/* line 69, ../sass/helpers/_forms.scss */
.input-group {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

/* line 71, ../sass/helpers/_forms.scss */
.checkbox {
  padding-left: 0px;
}

/* line 72, ../sass/helpers/_forms.scss */
.radio {
  padding-left: 0px;
}

/* line 76, ../sass/helpers/_forms.scss */
.contact-form #form-status {
  color: green;
  line-height: 45px;
}
/* line 78, ../sass/helpers/_forms.scss */
.contact-form #form-status #valid .icon {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 80, ../sass/helpers/_forms.scss */
.contact-form #form-status #invalid {
  color: red;
}
/* line 82, ../sass/helpers/_forms.scss */
.contact-form label.error {
  background-color: red;
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
/* line 83, ../sass/helpers/_forms.scss */
.contact-form label.error:before {
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent red transparent;
  content: "";
  height: 0px;
  left: 5px;
  position: absolute;
  top: -5px;
  width: 0px;
}

/* line 88, ../sass/helpers/_forms.scss */
.icheckbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #faf7f5;
  border: 2px solid #ccbfb8;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px;
}
/* line 89, ../sass/helpers/_forms.scss */
.icheckbox:after {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #4d4d4d;
  content: "\f00c";
  position: absolute;
  line-height: 15px;
  left: 2px;
}
/* line 91, ../sass/helpers/_forms.scss */
.icheckbox.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 95, ../sass/helpers/_forms.scss */
.iradio {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #faf7f5;
  border: 2px solid #ccbfb8;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px;
}
/* line 96, ../sass/helpers/_forms.scss */
.iradio:after {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-color: #333333;
}
/* line 98, ../sass/helpers/_forms.scss */
.iradio.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 102, ../sass/helpers/_forms.scss */
#form-status {
  margin-top: 10px;
  margin-left: 5px;
}

/* line 103, ../sass/helpers/_forms.scss */
label.error {
  background-color: red;
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
/* line 104, ../sass/helpers/_forms.scss */
label.error:before {
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent red transparent;
  content: "";
  height: 0px;
  left: 5px;
  position: absolute;
  top: -5px;
  width: 0px;
}

/* line 108, ../sass/helpers/_forms.scss */
.selectize-control {
  height: 40px;
}

/* line 110, ../sass/helpers/_forms.scss */
.selectize-control .selectize-input {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: inherit;
  background-color: #faf7f5;
  border: 2px solid #ccbfb8;
  height: 40px;
  padding: 9px;
}
/* line 111, ../sass/helpers/_forms.scss */
.selectize-control .selectize-input:after {
  cursor: pointer;
}
/* line 112, ../sass/helpers/_forms.scss */
.selectize-control .selectize-input.full {
  background-color: #faf7f5;
}
/* line 114, ../sass/helpers/_forms.scss */
.selectize-control .selectize-dropdown {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #faf7f5;
  border-color: #ccbfb8;
  border-width: 2px;
  margin: -2px 0px 0px;
  width: 100% !important;
}
/* line 116, ../sass/helpers/_forms.scss */
.selectize-control .selectize-input.focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 117, ../sass/helpers/_forms.scss */
.selectize-control .selectize-input.dropdown-active {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 118, ../sass/helpers/_forms.scss */
.selectize-control .selectize-input input {
  font-size: 12px !important;
}
/* line 120, ../sass/helpers/_forms.scss */
.selectize-control .selectize-dropdown [data-selectable] {
  padding: 8px;
}
/* line 121, ../sass/helpers/_forms.scss */
.selectize-control .selectize-dropdown {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 122, ../sass/helpers/_forms.scss */
.selectize-control .selectize-dropdown .active {
  color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 125, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-input {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0);
  height: 40px;
  padding: 9px;
}
/* line 126, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-input:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 127, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-input.full {
  color: #fff;
}
/* line 128, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-input.full.focus {
  background-color: #fff;
  color: #4d4d4d;
}
/* line 129, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-input.full.focus.input-active {
  color: #4d4d4d;
}
/* line 133, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-input.not-full input {
  color: #fff;
}
/* line 135, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-input.not-full.focus.input-active {
  color: #4d4d4d;
  background-color: #fff;
}
/* line 136, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-input.not-full.focus.input-active input {
  color: #4d4d4d;
}
/* line 141, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-dropdown {
  background-color: #fff;
  border-color: #faf7f5;
  border-width: 2px;
  font-size: 12px !important;
  margin: -2px 0px 0px;
  width: 100% !important;
}
/* line 143, ../sass/helpers/_forms.scss */
.selectize-control.has-dark-background .selectize-dropdown .selectize-dropdown-content .option {
  color: #4d4d4d;
}

/* line 150, ../sass/helpers/_forms.scss */
.btn-input {
  display: block;
}

/* line 151, ../sass/helpers/_forms.scss */
.btn-input .btn.form-control {
  text-align: left;
}

/* line 152, ../sass/helpers/_forms.scss */
.btn-input .btn.form-control span:first-child {
  left: 10px;
  overflow: hidden;
  position: absolute;
  right: 25px;
}

/* line 153, ../sass/helpers/_forms.scss */
.btn-input .btn.form-control .caret {
  margin-top: -1px;
  position: absolute;
  right: 10px;
  top: 50%;
}

/* line 6, ../sass/helpers/_footer.scss */
#page-footer a {
  color: #fff !important;
}
/* line 7, ../sass/helpers/_footer.scss */
#page-footer a:hover {
  color: #7fc34f !important;
}
/* line 9, ../sass/helpers/_footer.scss */
#page-footer abbr {
  color: #fff;
}
/* line 10, ../sass/helpers/_footer.scss */
#page-footer h4 {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
}
/* line 11, ../sass/helpers/_footer.scss */
#page-footer h4:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  background-color: #fff;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  width: 30px;
  position: absolute;
  z-index: 0;
}
/* line 13, ../sass/helpers/_footer.scss */
#page-footer ul {
  color: #fff;
}
/* line 14, ../sass/helpers/_footer.scss */
#page-footer p {
  color: #fff;
  margin: 0;
}
/* line 30, ../sass/helpers/_footer.scss */
#page-footer #footer-content {
  color: #fff !important;
  position: relative;
  padding: 40px 0;
}
/* line 31, ../sass/helpers/_footer.scss */
#page-footer #footer-content .background {
  background-color: #333333;
}
/* line 33, ../sass/helpers/_footer.scss */
#page-footer #footer-bottom {
  background-color: #4d4d4d;
  color: #fff;
  padding: 20px 0;
}
/* line 34, ../sass/helpers/_footer.scss */
#page-footer #footer-bottom .footer-inner {
  display: table;
  width: 100%;
}
/* line 35, ../sass/helpers/_footer.scss */
#page-footer #footer-bottom .footer-inner .copyright {
  display: table-cell;
  vertical-align: middle;
}
/* line 38, ../sass/helpers/_footer.scss */
#page-footer #footer-bottom nav a {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 39, ../sass/helpers/_footer.scss */
#page-footer #footer-bottom nav a:hover, #page-footer #footer-bottom nav a:active, #page-footer #footer-bottom nav a:focus {
  background-color: transparent;
}

#page-footer .logo {
  padding-top: 44px;
}

#page-footer .logo img {
  margin: 0 auto;
}

/* line 47, ../sass/helpers/_footer.scss */
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 48, ../sass/helpers/_footer.scss */
#page-content {
  display: table-row;
  height: 100%;
}

/* line 49, ../sass/helpers/_footer.scss */
#page-footer {
  display: table-row;
  height: 1px;
}

/* line 8, ../sass/helpers/_subpages.scss */
.page-sub-page .wrapper .primary-navigation-wrapper, .page-homepage-courses .wrapper .primary-navigation-wrapper, .page-homepage-events .wrapper .primary-navigation-wrapper {
  z-index: 1;
}
/* line 10, ../sass/helpers/_subpages.scss */
.page-sub-page .wrapper .primary-navigation-wrapper .navbar-brand:before, .page-homepage-courses .wrapper .primary-navigation-wrapper .navbar-brand:before, .page-homepage-events .wrapper .primary-navigation-wrapper .navbar-brand:before {
  height: 110px;
}
/* line 11, ../sass/helpers/_subpages.scss */
.page-sub-page .wrapper .primary-navigation-wrapper .navbar-brand:after, .page-homepage-courses .wrapper .primary-navigation-wrapper .navbar-brand:after, .page-homepage-events .wrapper .primary-navigation-wrapper .navbar-brand:after {
  height: 10px;
  top: 80px;
}

/* line 26, ../sass/helpers/_subpages.scss */
.page-contact .wrapper #page-content section {
  margin-bottom: 30px;
}
/* line 27, ../sass/helpers/_subpages.scss */
.page-contact .wrapper #page-content textarea {
  min-height: 120px;
}
/* line 28, ../sass/helpers/_subpages.scss */
.page-contact .wrapper #page-content .icons {
  display: inline-block;
}
/* line 29, ../sass/helpers/_subpages.scss */
.page-contact .wrapper #page-content .icons i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #4d4d4d;
  display: inline-block;
  float: left;
  font-size: 18px;
  margin-left: 15px;
  padding: 2px 10px;
  margin: 0px;
}
/* line 30, ../sass/helpers/_subpages.scss */
.page-contact .wrapper #page-content .icons i:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 40, ../sass/helpers/_subpages.scss */
.page-blog-detail #related-articles .blog-listing-post {
  margin-bottom: 0;
  padding: 0;
}
/* line 43, ../sass/helpers/_subpages.scss */
.page-blog-detail #leave-reply textarea {
  min-height: 180px;
}

/* line 49, ../sass/helpers/_subpages.scss */
.page-landing-page .wrapper {
  display: block;
  height: auto;
  width: auto;
}
/* line 50, ../sass/helpers/_subpages.scss */
.page-landing-page #page-content {
  display: block;
  height: inherit;
}
/* line 51, ../sass/helpers/_subpages.scss */
.page-landing-page #page-footer {
  display: block;
  height: inherit;
}

/* line 56, ../sass/helpers/_subpages.scss */
.page-my-account h3 {
  margin-bottom: 20px;
}

/* line 60, ../sass/helpers/_subpages.scss */
.page-shortcodes article {
  border-bottom: 1px solid #faf7f5;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

/* line 65, ../sass/helpers/_subpages.scss */
.page-course-listing-images .course-listing .row {
  margin-bottom: 60px;
}

/* line 2, ../sass/helpers/_sidebar.scss */
.sidebar > aside {
  margin-bottom: 30px;
}
/* line 5, ../sass/helpers/_sidebar.scss */
.sidebar > aside:first-child header h2 {
  margin-top: 10px;
}
/* line 9, ../sass/helpers/_sidebar.scss */
.sidebar .author-block {
  clear: both;
  display: table;
  margin: 20px 0;
  padding: 15px;
}
/* line 10, ../sass/helpers/_sidebar.scss */
.sidebar .author-block figure {
  float: left;
}
/* line 11, ../sass/helpers/_sidebar.scss */
.sidebar .author-block figure img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 60px;
}
/* line 13, ../sass/helpers/_sidebar.scss */
.sidebar .author-block article {
  padding-left: 25px;
}
/* line 14, ../sass/helpers/_sidebar.scss */
.sidebar .author-block article header {
  color: #4d4d4d;
  margin-bottom: 10px;
}
/* line 15, ../sass/helpers/_sidebar.scss */
.sidebar .author-block article p {
  color: #4d4d4d;
  line-height: 18px;
}
/* line 17, ../sass/helpers/_sidebar.scss */
.sidebar .author-block .paragraph-wrapper {
  display: table-cell;
  vertical-align: middle;
}
/* line 18, ../sass/helpers/_sidebar.scss */
.sidebar .author-block .paragraph-wrapper header {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 19, ../sass/helpers/_sidebar.scss */
.sidebar .author-block .paragraph-wrapper figure {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 7, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider {
  margin-top: 70px;
  height: 750px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
/* line 8, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .flexslider {
  height: 750px;
}
/* line 9, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .flexslider .flex-direction-nav {
  display: none;
}
/* line 10, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .flexslider .flex-direction-nav .flex-next, .page-landing-page #homepage-slider .flexslider .flex-direction-nav .flex-prev {
  background-color: #fff;
  height: 30px;
  width: 30px;
}
/* line 11, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .flexslider .flex-direction-nav .flex-next:before, .page-landing-page #homepage-slider .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}
/* line 12, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .flexslider .flex-direction-nav .flex-next:after, .page-landing-page #homepage-slider .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #4d4d4d;
  font-size: 16px;
  position: absolute;
  right: 11px;
  top: 6px;
  z-index: 2;
}
/* line 15, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
}
/* line 18, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 12px;
}
/* line 22, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .slides {
  padding-left: 0;
}
/* line 23, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .landing-page-input {
  position: absolute;
  top: 270px;
  bottom: 0px;
  height: 50px;
  margin: auto;
  z-index: 3;
  right: 0px;
  left: 0px;
}
/* line 24, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .landing-page-input .input-group {
  font-weight: bold;
  margin: auto;
  width: 550px;
}
/* line 25, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .landing-page-input .input-group input {
  border: none;
  font-size: 18px;
  height: 70px;
  padding: 20px;
}
/* line 26, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .landing-page-input .input-group .btn {
  font-size: 18px;
  height: 70px;
  margin-left: 0 !important;
  width: 70px;
}
/* line 27, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .landing-page-input .input-group #form-status {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 15px;
}
/* line 30, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .scroll-down {
  color: #fff;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 31, ../sass/helpers/_landing-page.scss */
.page-landing-page #homepage-slider .scroll-down .fa {
  font-size: 24px;
}
/* line 35, ../sass/helpers/_landing-page.scss */
.page-landing-page .block {
  padding: 90px 0;
}
/* line 37, ../sass/helpers/_landing-page.scss */
.page-landing-page .navbar-brand:after {
  display: none;
}
/* line 38, ../sass/helpers/_landing-page.scss */
.page-landing-page .navbar-brand:before {
  height: 125px !important;
}
/* line 41, ../sass/helpers/_landing-page.scss */
.page-landing-page #count-down .background {
  background-color: #595350;
}
/* line 42, ../sass/helpers/_landing-page.scss */
.page-landing-page #count-down h2 {
  color: #fff;
  margin-bottom: 60px;
  text-transform: uppercase;
}
/* line 43, ../sass/helpers/_landing-page.scss */
.page-landing-page #count-down h2:after {
  display: none;
}
/* line 47, ../sass/helpers/_landing-page.scss */
.page-landing-page .course-info h2 {
  color: #4d4d4d;
  font-size: 36px;
  margin: 0px;
}
/* line 48, ../sass/helpers/_landing-page.scss */
.page-landing-page .course-info h2:after {
  display: none;
}
/* line 50, ../sass/helpers/_landing-page.scss */
.page-landing-page .course-info .time {
  font-size: 24px;
}
/* line 51, ../sass/helpers/_landing-page.scss */
.page-landing-page .course-info .length {
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 53, ../sass/helpers/_landing-page.scss */
.page-landing-page .author-carousel {
  background: none;
}
/* line 54, ../sass/helpers/_landing-page.scss */
.page-landing-page .author-carousel .author {
  background-color: transparent;
}
/* line 55, ../sass/helpers/_landing-page.scss */
.page-landing-page .author-carousel p {
  font-size: 14px;
}
/* line 56, ../sass/helpers/_landing-page.scss */
.page-landing-page .author-carousel figure {
  font-size: 12px;
  font-weight: bold;
}
/* line 58, ../sass/helpers/_landing-page.scss */
.page-landing-page .navigation-wrapper {
  background-color: #333333;
  position: fixed;
  width: 100%;
  z-index: 1;
}
/* line 59, ../sass/helpers/_landing-page.scss */
.page-landing-page .navigation-wrapper .secondary-navigation-wrapper {
  display: none;
}
/* line 60, ../sass/helpers/_landing-page.scss */
.page-landing-page .navigation-wrapper .primary-navigation-wrapper {
  padding: 10px 0px;
}
/* line 62, ../sass/helpers/_landing-page.scss */
.page-landing-page .navigation-wrapper .primary-navigation-wrapper .navbar-brand:before {
  height: 100px !important;
}
/* line 67, ../sass/helpers/_landing-page.scss */
.page-landing-page .pricing h3 {
  font-size: 24px;
  font-weight: bold;
}
/* line 68, ../sass/helpers/_landing-page.scss */
.page-landing-page .pricing .features-description {
  bottom: 2px;
  display: block;
  list-style: none;
  padding: 0 30px 0 0;
  margin-top: 20px;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
}
/* line 69, ../sass/helpers/_landing-page.scss */
.page-landing-page .pricing .features-description li {
  border-top: 2px solid #faf7f5;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
}
/* line 72, ../sass/helpers/_landing-page.scss */
.page-landing-page .navigation-fixed {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #333333;
  padding: 10px 0px 5px 0px !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
/* line 73, ../sass/helpers/_landing-page.scss */
.page-landing-page .navigation-fixed .navbar-brand {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 74, ../sass/helpers/_landing-page.scss */
.page-landing-page .navigation-fixed .navbar-brand img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-height: 35px !important;
}
/* line 75, ../sass/helpers/_landing-page.scss */
.page-landing-page .navigation-fixed .navbar-brand:before {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: -65px !important;
}

/* line 7, ../sass/helpers/_microsite.scss */
.page-microsite .image-carousel .image-carousel-slide img {
  width: 100%;
}
/* line 11, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .branding {
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 13, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .branding .navbar-brand img {
  max-width: 200px;
}
/* line 15, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .branding .search {
  margin-top: 20px;
}
/* line 16, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .branding .search .input-group {
  width: 300px;
}
/* line 19, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .primary-navigation-wrapper {
  background-color: #333333;
  padding: 10px 0px;
}
/* line 20, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .primary-navigation-wrapper .navbar {
  min-height: inherit;
}
/* line 21, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .primary-navigation-wrapper .navbar li {
  margin-right: 25px;
}
/* line 22, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .primary-navigation-wrapper .navbar li a {
  padding: 10px 0;
}
/* line 26, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .primary-navigation-wrapper .navbar .social {
  line-height: 40px;
  float: right;
}
/* line 27, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .primary-navigation-wrapper .navbar .social .fa {
  font-size: 18px;
  margin-left: 15px;
}
/* line 31, ../sass/helpers/_microsite.scss */
.page-microsite .navigation-wrapper .secondary-navigation-wrapper {
  background-color: #faf7f5;
  color: #4d4d4d;
  font-size: 11px;
  padding: 5px 0;
}
/* line 33, ../sass/helpers/_microsite.scss */
.page-microsite #slider {
  background-color: #595350;
  padding-bottom: 30px;
  padding-top: 30px;
}
/* line 34, ../sass/helpers/_microsite.scss */
.page-microsite #slider h1, .page-microsite #slider h2 {
  color: #fff;
}
/* line 35, ../sass/helpers/_microsite.scss */
.page-microsite #slider p {
  color: #fff;
}
/* line 36, ../sass/helpers/_microsite.scss */
.page-microsite #slider a {
  color: #fff;
}
/* line 37, ../sass/helpers/_microsite.scss */
.page-microsite #slider a:hover {
  color: #7fc34f;
}
/* line 40, ../sass/helpers/_microsite.scss */
.page-microsite #slider .slider-wrapper:after {
  background-color: transparent;
}
/* line 43, ../sass/helpers/_microsite.scss */
.page-microsite #slider .news-small article {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
/* line 44, ../sass/helpers/_microsite.scss */
.page-microsite #slider .news-small article header {
  padding-left: 0;
}
/* line 45, ../sass/helpers/_microsite.scss */
.page-microsite #slider .news-small article i {
  float: left;
  display: inline-block;
  position: relative;
  top: 3px;
}
/* line 46, ../sass/helpers/_microsite.scss */
.page-microsite #slider .news-small article a {
  padding-left: 20px;
  display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper {
    padding: 15px 0px;
  }
  /* line 16, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:after, .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
    right: -40px;
  }
  /* line 17, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:after {
    top: 65px !important;
  }
  /* line 18, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
    top: -15px !important;
    height: 80px !important;
  }
  /* line 19, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand img {
    max-width: 180px;
  }

  /* line 26, ../sass/helpers/_responsive.scss */
  .page-microsite #slider h1 {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper {
    padding: 5px 0px;
  }
  /* line 38, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand {
    margin-bottom: 25px;
    padding-top: 5px;
  }
  /* line 39, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:after, .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
    right: -40px;
  }
  /* line 40, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:after {
    top: 65px !important;
    height: 10px !important;
  }
  /* line 41, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
    top: -5px !important;
    height: 80px !important;
  }
  /* line 42, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand img {
    max-width: 180px;
  }
  /* line 45, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper .navbar-right {
    float: left !important;
  }

  /* line 49, ../sass/helpers/_responsive.scss */
  .course-image, .event-image {
    margin-bottom: 20px;
  }

  /* line 52, ../sass/helpers/_responsive.scss */
  .featured-course .btn {
    display: none;
  }
  /* line 53, ../sass/helpers/_responsive.scss */
  .featured-course .stick-to-bottom {
    position: absolute !important;
  }
  /* line 54, ../sass/helpers/_responsive.scss */
  .featured-course .image {
    height: 160px !important;
  }
  /* line 56, ../sass/helpers/_responsive.scss */
  .featured-course .image .image-wrapper img {
    height: 160px !important;
  }

  /* line 61, ../sass/helpers/_responsive.scss */
  .flexslider {
    height: auto !important;
  }
  /* line 63, ../sass/helpers/_responsive.scss */
  .flexslider figure .inner {
    display: block !important;
  }
  /* line 65, ../sass/helpers/_responsive.scss */
  .flexslider h1 {
    font-size: 28px !important;
  }
  /* line 66, ../sass/helpers/_responsive.scss */
  .flexslider h2 {
    font-size: 18px !important;
  }

  /* line 69, ../sass/helpers/_responsive.scss */
  .homepage-carousel-wrapper:after {
    display: none !important;
    background-color: transparent;
    width: 0 !important;
  }

  /* line 70, ../sass/helpers/_responsive.scss */
  #homepage-carousel {
    background-color: #595350;
    padding-bottom: 20px;
  }

  /* line 72, ../sass/helpers/_responsive.scss */
  .stick-to-bottom {
    position: relative;
  }

  /* line 74, ../sass/helpers/_responsive.scss */
  .slider-content h1 {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 25px !important;
  }

  /* line 77, ../sass/helpers/_responsive.scss */
  .course-info h2 {
    font-size: 26px !important;
  }

  /* line 79, ../sass/helpers/_responsive.scss */
  #page-footer {
    font-size: 11px !important;
  }
  /* line 80, ../sass/helpers/_responsive.scss */
  #page-footer h4 {
    font-size: 16px !important;
  }

  /* line 84, ../sass/helpers/_responsive.scss */
  #footer-content .logo {
    text-align: center;
    margin-bottom: 40px;
    position: relative !important;
  }
  /* line 85, ../sass/helpers/_responsive.scss */
  #footer-content .logo img {
    position: relative !important;
  }

  /* line 90, ../sass/helpers/_responsive.scss */
  .page-microsite .news-small {
    margin-top: 30px;
  }
  /* line 92, ../sass/helpers/_responsive.scss */
  .page-microsite .navbar .social {
    display: none;
  }
  /* line 96, ../sass/helpers/_responsive.scss */
  .page-microsite .navbar-nav li a {
    font-size: 12px !important;
  }

  /* line 102, ../sass/helpers/_responsive.scss */
  .page-landing-page .navigation-fixed {
    padding: 0 !important;
  }
  /* line 104, ../sass/helpers/_responsive.scss */
  .page-landing-page .navigation-wrapper .primary-navigation-wrapper {
    padding: 0 !important;
  }
  /* line 105, ../sass/helpers/_responsive.scss */
  .page-landing-page .navigation-wrapper .primary-navigation-wrapper nav {
    float: right !important;
    padding: 15px 0 !important;
  }
  /* line 107, ../sass/helpers/_responsive.scss */
  .page-landing-page .navigation-wrapper .primary-navigation-wrapper .navbar-brand:before {
    top: 0px !important;
  }
  /* line 108, ../sass/helpers/_responsive.scss */
  .page-landing-page .navigation-wrapper .primary-navigation-wrapper .navbar-brand img {
    padding-top: 5px;
  }

  /* line 114, ../sass/helpers/_responsive.scss */
  .navbar-header {
    float: none !important;
  }

  /* line 117, ../sass/helpers/_responsive.scss */
  .navbar-brand:before {
    right: -40px !important;
  }

  /* line 119, ../sass/helpers/_responsive.scss */
  #landing-page-head-image {
    height: 500px;
  }
  /* line 120, ../sass/helpers/_responsive.scss */
  #landing-page-head-image h1 {
    font-size: 50px;
    margin: 20px 50px;
  }

  /* line 124, ../sass/helpers/_responsive.scss */
  .page-microsite #slider h1 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  /* line 132, ../sass/helpers/_responsive.scss */
  body {
    font-size: 14px;
  }

  /* line 133, ../sass/helpers/_responsive.scss */
  img {
    width: 100%;
  }

  .plugin_file img {
    width: auto;
  }

  /* line 134, ../sass/helpers/_responsive.scss */
  iframe {
    width: 100%;
  }

  /* line 136, ../sass/helpers/_responsive.scss */
  footer section {
    margin-bottom: inherit;
  }

  /* line 138, ../sass/helpers/_responsive.scss */
  section {
    margin-bottom: 0 !important;
  }

  /* line 140, ../sass/helpers/_responsive.scss */
  .author {
    margin-bottom: 20px;
  }

  /* line 141, ../sass/helpers/_responsive.scss */
  .account-block {
    padding: 0 !important;
  }

  /* line 143, ../sass/helpers/_responsive.scss */
  .wrapper {
    display: inherit !important;
    overflow: visible !important;
  }

  /* line 144, ../sass/helpers/_responsive.scss */
  #page-content {
    display: inherit !important;
    height: auto !important;
  }

  /* line 145, ../sass/helpers/_responsive.scss */
  #page-footer {
    display: inherit !important;
  }

  /* line 148, ../sass/helpers/_responsive.scss */
  .background img {
    display: none;
  }

  /* line 150, ../sass/helpers/_responsive.scss */
  .block-dark-background {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* line 152, ../sass/helpers/_responsive.scss */
  .connect-block .nav-pills {
    margin-bottom: 20px;
  }
  /* line 155, ../sass/helpers/_responsive.scss */
  .connect-block .tab-content .tab-pane > div {
    margin-bottom: 20px;
  }

  /* line 160, ../sass/helpers/_responsive.scss */
  .blog-listing-post {
    margin-bottom: 0px !important;
  }

  /* line 163, ../sass/helpers/_responsive.scss */
  .course-count-down .btn {
    margin: 10px 0 !important;
    width: 100% !important;
    position: relative !important;
    top: inherit !important;
  }

  /* line 166, ../sass/helpers/_responsive.scss */
  .course-summary {
    display: block;
    margin-bottom: 10px;
  }

  /* line 169, ../sass/helpers/_responsive.scss */
  .course-search-box .form-group {
    width: 100% !important;
  }

  /* line 172, ../sass/helpers/_responsive.scss */
  .event-image, .course-image {
    margin-bottom: 20px;
    height: auto !important;
  }
  /* line 173, ../sass/helpers/_responsive.scss */
  .event-image .image-wrapper, .course-image .image-wrapper {
    left: inherit !important;
    margin-left: inherit !important;
  }
  /* line 174, ../sass/helpers/_responsive.scss */
  .event-image .image-wrapper img, .course-image .image-wrapper img {
    height: auto !important;
    width: 100% !important;
  }

  /* line 180, ../sass/helpers/_responsive.scss */
  .events .event {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 181, ../sass/helpers/_responsive.scss */
  .events .event a {
    position: relative !important;
  }
  /* line 182, ../sass/helpers/_responsive.scss */
  .events .event aside {
    padding-left: 60px;
  }
  /* line 183, ../sass/helpers/_responsive.scss */
  .events .event .date {
    height: 50px;
    width: 50px;
  }
  /* line 184, ../sass/helpers/_responsive.scss */
  .events .event .date .month {
    font-size: 10px;
  }
  /* line 185, ../sass/helpers/_responsive.scss */
  .events .event .date .day {
    bottom: 11px;
    font-size: 42px;
    right: -12px;
  }
  /* line 191, ../sass/helpers/_responsive.scss */
  .events.images .event aside {
    padding-left: 0;
  }
  /* line 192, ../sass/helpers/_responsive.scss */
  .events.images .event aside .additional-info {
    margin-bottom: 20px;
  }
  /* line 194, ../sass/helpers/_responsive.scss */
  .events.images .event .event-thumbnail {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 195, ../sass/helpers/_responsive.scss */
  .events.images .event .event-thumbnail .event-image {
    height: inherit;
    width: 100%;
  }
  /* line 196, ../sass/helpers/_responsive.scss */
  .events.images .event .event-thumbnail .event-image .image-wrapper {
    left: inherit;
    margin-left: inherit;
  }
  /* line 197, ../sass/helpers/_responsive.scss */
  .events.images .event .event-thumbnail .event-image .image-wrapper img {
    height: inherit;
    width: 100%;
  }

  /* line 206, ../sass/helpers/_responsive.scss */
  .featured-course .image {
    height: auto !important;
  }
  /* line 207, ../sass/helpers/_responsive.scss */
  .featured-course .image .image-wrapper {
    left: inherit !important;
    margin-left: inherit !important;
  }
  /* line 208, ../sass/helpers/_responsive.scss */
  .featured-course .image .image-wrapper img {
    width: 100% !important;
    height: auto !important;
  }

  /* line 214, ../sass/helpers/_responsive.scss */
  .flexslider h1 {
    font-size: 18px !important;
  }
  /* line 215, ../sass/helpers/_responsive.scss */
  .flexslider h2 {
    font-size: 14px !important;
  }
  /* line 216, ../sass/helpers/_responsive.scss */
  .flexslider .flex-direction-nav {
    position: absolute !important;
    bottom: 90px;
    width: 100%;
  }
  /* line 217, ../sass/helpers/_responsive.scss */
  .flexslider .flex-direction-nav .flex-prev {
    left: 20px;
  }
  /* line 218, ../sass/helpers/_responsive.scss */
  .flexslider .flex-direction-nav .flex-next {
    right: 20px;
  }
  /* line 221, ../sass/helpers/_responsive.scss */
  .flexslider .slides figure {
    height: 100% !important;
  }
  /* line 222, ../sass/helpers/_responsive.scss */
  .flexslider .slides figure .inner {
    display: block !important;
    width: 100%;
  }
  /* line 224, ../sass/helpers/_responsive.scss */
  .flexslider .slides img {
    width: auto !important;
    display: block;
    position: relative;
    z-index: -1;
    left: 100%;
    margin-left: -200%;
  }

  /* line 229, ../sass/helpers/_responsive.scss */
  footer img {
    width: inherit;
    position: relative !important;
  }
  /* line 246, ../sass/helpers/_responsive.scss */
  footer #footer-content aside {
    margin-bottom: 30px;
  }
  /* line 247, ../sass/helpers/_responsive.scss */
  footer #footer-content .logo {
    display: block;
    text-align: center;
  }

  /* line 252, ../sass/helpers/_responsive.scss */
  .logos {
    text-align: center;
  }
  /* line 253, ../sass/helpers/_responsive.scss */
  .logos .logo {
    display: block;
    margin-bottom: 30px;
  }
  /* line 255, ../sass/helpers/_responsive.scss */
  .logos .logo a img {
    width: inherit;
    max-width: 100%;
  }

  /* line 260, ../sass/helpers/_responsive.scss */
  #landing-page-head-image {
    margin-top: 0;
  }
  /* line 261, ../sass/helpers/_responsive.scss */
  #landing-page-head-image h1 {
    font-size: 24px !important;
  }
  /* line 262, ../sass/helpers/_responsive.scss */
  #landing-page-head-image h2 {
    font-size: 18px !important;
  }
  /* line 263, ../sass/helpers/_responsive.scss */
  #landing-page-head-image img {
    height: 100% !important;
    width: auto !important;
  }
  /* line 264, ../sass/helpers/_responsive.scss */
  #landing-page-head-image .wrapper, #landing-page-head-image .inner {
    display: block !important;
  }

  /* line 268, ../sass/helpers/_responsive.scss */
  .landing-page-input .input-group {
    width: calc(100% - 40px) !important;
  }
  /* line 269, ../sass/helpers/_responsive.scss */
  .landing-page-input .input-group input {
    font-size: 14px !important;
  }

  /* line 274, ../sass/helpers/_responsive.scss */
  .member-detail figure {
    float: none !important;
    display: block;
  }
  /* line 275, ../sass/helpers/_responsive.scss */
  .member-detail .paragraph-wrapper {
    display: block !important;
    padding-left: 0 !important;
    margin-top: 20px;
  }

  /* line 279, ../sass/helpers/_responsive.scss */
  .navigation-wrapper {
    top: 0;
  }
  /* line 280, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper {
    padding: 10px 0px;
  }
  /* line 283, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav {
    padding: 0 !important;
  }
  /* line 285, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav .has-child:after {
    position: absolute !important;
    right: 45px;
    top: 17px !important;
  }
  /* line 287, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  /* line 288, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li a {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  /* line 289, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li a:hover {
    background-color: #7fc34f !important;
    color: #fff !important;
  }
  /* line 292, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li.active a {
    color: #7fc34f;
  }
  /* line 294, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li:last-child {
    border: none;
  }
  /* line 296, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li:hover .child-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    height: auto !important;
  }
  /* line 298, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li .child-navigation {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: visible !important;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #4b4744 !important;
    height: 0;
    min-width: inherit;
    overflow: hidden;
    position: relative !important;
    top: 0px !important;
  }
  /* line 299, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li .child-navigation li {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0px 20px;
  }
  /* line 300, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li .child-navigation li a {
    padding-left: 20px !important;
  }
  /* line 301, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-nav li .child-navigation li a:after {
    display: none;
  }
  /* line 307, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand {
    padding-top: 5px;
  }
  /* line 308, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:after {
    height: 15px;
    right: -40px;
    top: 60px !important;
  }
  /* line 309, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
    right: -40px;
    height: 90px !important;
  }
  /* line 310, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-brand img {
    max-width: 150px;
  }
  /* line 313, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-collapse {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: auto;
    background-color: #514c49;
    max-height: inherit;
    margin-bottom: -15px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 5px;
    position: relative;
  }
  /* line 314, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-collapse:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #514c49 transparent;
    position: absolute;
    top: -8px;
    right: 32px;
  }
  /* line 315, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-collapse .navbar-nav {
    margin: 0px -15px;
    padding: 5px 0;
  }
  /* line 317, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .navbar-collapse .navbar-nav li a {
    padding: 10px 30px;
  }
  /* line 322, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .collapsing ul {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 326, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header .collapse.in ul {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /* line 333, ../sass/helpers/_responsive.scss */
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  /* line 337, ../sass/helpers/_responsive.scss */
  .nav-tabs > li {
    display: block !important;
    float: none !important;
  }
  /* line 339, ../sass/helpers/_responsive.scss */
  .nav-tabs > li.active a {
    border-color: #e2e2e2 !important;
  }

  /* line 344, ../sass/helpers/_responsive.scss */
  .navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li .child-navigation a {
    padding-left: 50px !important;
  }

  /* line 347, ../sass/helpers/_responsive.scss */
  .pagination {
    margin: 20px 0;
  }

  /* line 350, ../sass/helpers/_responsive.scss */
  .page-landing-page .navigation-wrapper .primary-navigation-wrapper {
    padding: 5px 0px !important;
  }
  /* line 351, ../sass/helpers/_responsive.scss */
  .page-landing-page .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
    top: -35px !important;
  }
  /* line 353, ../sass/helpers/_responsive.scss */
  .page-landing-page .background img {
    display: block !important;
  }
  /* line 355, ../sass/helpers/_responsive.scss */
  .page-landing-page .features-description {
    position: relative !important;
    margin-bottom: 30px;
  }
  /* line 356, ../sass/helpers/_responsive.scss */
  .page-landing-page .price-box {
    margin-bottom: 60px;
  }

  /* line 360, ../sass/helpers/_responsive.scss */
  .page-microsite .navbar-brand {
    height: auto !important;
    padding: 0 !important;
  }
  /* line 361, ../sass/helpers/_responsive.scss */
  .page-microsite .navbar-brand img {
    max-width: 180px;
    padding-top: 5;
  }
  /* line 364, ../sass/helpers/_responsive.scss */
  .page-microsite .navbar .social {
    display: none;
  }
  /* line 366, ../sass/helpers/_responsive.scss */
  .page-microsite .search {
    display: none;
  }
  /* line 367, ../sass/helpers/_responsive.scss */
  .page-microsite .image-carousel-slide {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /* line 371, ../sass/helpers/_responsive.scss */
  .rating-user img, .rating-individual img {
    width: auto;
  }

  /* line 374, ../sass/helpers/_responsive.scss */
  .secondary-navigation-wrapper {
    display: none;
  }

  /* line 377, ../sass/helpers/_responsive.scss */
  .page-course-detail .secondary-navigation-wrapper, .page-course-listing .secondary-navigation-wrapper, .page-homepage-courses .secondary-navigation-wrapper, .page-my-account .secondary-navigation-wrapper {
    display: block !important;
  }
  /* line 378, ../sass/helpers/_responsive.scss */
  .page-course-detail .secondary-navigation-wrapper .navigation-contact, .page-course-listing .secondary-navigation-wrapper .navigation-contact, .page-homepage-courses .secondary-navigation-wrapper .navigation-contact, .page-my-account .secondary-navigation-wrapper .navigation-contact {
    display: none;
  }
  /* line 380, ../sass/helpers/_responsive.scss */
  .page-course-detail .secondary-navigation-wrapper .secondary-navigation li, .page-course-listing .secondary-navigation-wrapper .secondary-navigation li, .page-homepage-courses .secondary-navigation-wrapper .secondary-navigation li, .page-my-account .secondary-navigation-wrapper .secondary-navigation li {
    display: none;
  }
  /* line 381, ../sass/helpers/_responsive.scss */
  .page-course-detail .secondary-navigation-wrapper .secondary-navigation li:first-child, .page-course-listing .secondary-navigation-wrapper .secondary-navigation li:first-child, .page-homepage-courses .secondary-navigation-wrapper .secondary-navigation li:first-child, .page-my-account .secondary-navigation-wrapper .secondary-navigation li:first-child {
    display: block !important;
  }
  /* line 385, ../sass/helpers/_responsive.scss */
  .page-course-detail .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before, .page-course-listing .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before, .page-homepage-courses .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before, .page-my-account .navigation-wrapper .primary-navigation-wrapper header .navbar-brand:before {
    top: -10px !important;
    height: 70px !important;
  }

  /* line 388, ../sass/helpers/_responsive.scss */
  section {
    margin-bottom: 30px;
  }

  /* line 389, ../sass/helpers/_responsive.scss */
  .homepage-carousel-wrapper:after {
    display: none !important;
    background-color: transparent;
    width: 0 !important;
  }

  /* line 390, ../sass/helpers/_responsive.scss */
  #homepage-carousel {
    background-color: #595350;
    padding-bottom: 20px;
  }

  /* line 391, ../sass/helpers/_responsive.scss */
  .stick-to-bottom {
    position: relative;
  }

  /* line 392, ../sass/helpers/_responsive.scss */
  .author {
    text-align: center;
  }
  /* line 393, ../sass/helpers/_responsive.scss */
  .author figure {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  /* line 394, ../sass/helpers/_responsive.scss */
  .author figure img {
    width: inherit;
  }
  /* line 396, ../sass/helpers/_responsive.scss */
  .author article {
    display: block;
    padding-left: 0;
  }
  /* line 397, ../sass/helpers/_responsive.scss */
  .author article header {
    font-size: 14px;
  }
}
@-moz-document url-prefix() {
  /* line 5, ../sass/helpers/_firefox-workaround.scss */
  th.headerSortUp:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #4d4d4d;
    content: "\f0de";
    display: inline-block;
    position: relative;
    right: 10px;
    right: -15px;
    top: inherit;
  }

  /* line 8, ../sass/helpers/_firefox-workaround.scss */
  th.headerSortDown:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #4d4d4d;
    content: "\f0dd";
    display: inline-block;
    position: relative;
    right: 10px;
    right: -15px;
    top: inherit;
  }

  /* line 11, ../sass/helpers/_firefox-workaround.scss */
  th.header:before {
    display: none;
  }
  /* line 13, ../sass/helpers/_firefox-workaround.scss */
  th.header:hover:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #ccbfb8;
    content: "\f0dc";
    display: inline-block;
    font-size: 12px;
    position: relative;
    right: 10px;
    right: -15px;
    top: inherit;
  }
}

#slider {
  color: #fff;
  height: 360px;
  position: relative;
  z-index: 5;
  margin-top: -10px;
}

#slider > div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background: no-repeat center center;
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

#slider > div:first-child {
  display: block;
}

#slider .container {
  height: 100%;
  position: relative;
}

#slider h1 {
  font-size: 30px;
  padding-top: 90px;
  margin-bottom: 10px;
}

#slider h1::after {
  display: none;
}

#slider p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

#slider a {
  color: #fff;
  padding: 0 14px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  border: 2px solid #fff;
}

#slider ul.nav {
  right: 15px;
  bottom: 30px;
  overflow: hidden;
  position: absolute;
}

#slider ul.nav li {
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
  list-style: none;
  line-height: 22px;
  text-align: center;
}

#slider ul.nav li.p {
  background: #7fc34f;
}

#slider ul.nav li.n {
  background: #7fc34f;
}

#slider ol.dotz {
  left: 15px;
  padding: 0;
  bottom: 30px;
  position: absolute;
}

#slider ol.dotz li {
  float: left;
  width: 10px;
  height: 10px;
  cursor: pointer;
  list-style: none;
  border: 2px solid #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#slider ol.dotz li + li {
  margin-left: 8px;
}

#slider ol.dotz li.active {
  background: #fff;
}

#shortcuts ul {
  margin: 0;
  padding: 0;
}

#shortcuts ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#shortcuts ul li li {
  padding-left: 13px;
}

#shortcuts a {
  color: #7fc34f;
  display: block;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  font-size: 16px;
}

#shortcuts a:hover {
  filter: brightness(150%);
}

#social {
  padding: 30px;
  background: #e6e6e6;
}

#index-shortcuts a {
  float: left;
  width: 338px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  border: 2px solid #f5f5f5;
}

#courses #index-shortcuts a {
  float: none;
  width: auto;
}

#index-shortcuts a:nth-child(2n+1) {
  margin-right: 32px;
}

#courses #index-shortcuts a:nth-child(2n+1) {
  margin-right: 0;
}

#index-shortcuts a::after {
  top: 50%;
  right: 15px;
  content: "";
  width: 30px;
  color: #fff;
  height: 30px;
  display: block;
  font-size: 0.7em;
  content: "\f105";
  margin-top: -15px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #7fc34f;
  font-family: 'FontAwesome';
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs>li {
  margin-bottom: 0;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  border: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border: 0;
  color: #fff;
  background-color: #7fc34f;
}

.nav-tabs>li.active>a i, .nav-tabs>li.active>a:hover i, .nav-tabs>li.active>a:focus i {
  color: #fff;
}

.nav-tabs>li a {
  color: #4d4d4d;
}

.nav-tabs>li a i {
  color: #7fc34f;
  font-size: 1.2em;
  margin-right: 10px;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

.plugin_picture img {
  max-width: 100%;
  margin-bottom: 10px;
}

.tab-content #facebook {
  margin-left: -30px;
}

.tab-content #instagram {
  margin-left: -30px;
  margin-right: -32px;
}

.nav-tabs {
  z-index: 0;
}

header.hidden-xs nav {
  background: bottom url(/assets/img/topline-1.png);
  -webkit-background-size: cover;
  position: relative;
  z-index: 10;
}

header.hidden-xs nav ul {
  margin: 0;
  padding: 0;
}

header.hidden-xs nav ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position: relative;
}

header.hidden-xs nav ul li + li {
  margin-left: 25px;
}

header.hidden-xs nav ul ul {
  left: 0;
  top: 60px;
  position: absolute;
}

header.hidden-xs nav ul ul li + li {
  margin-left: 0;
}

header.hidden-xs nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 60px;
}

header.hidden-xs nav ul ul li a {
  line-height: 1em;
}

header.hidden-xs nav ul li a:hover {
  color: #fff;
}

header.hidden-xs nav ul li a.has-child::after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  content: "\f107";
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
  margin-right: -10px;
  position: relative;
  top: 0px;
}

header.hidden-xs > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

header.hidden-xs ul.pull-right {
  margin: 0;
  padding: 0;
}

header.hidden-xs ul.pull-right li {
  display: inline;
  list-style: none;
  line-height: 70px;
  text-transform: uppercase;
}

header.hidden-xs ul.pull-right li + li {
  margin-left: 18px;
}

header.hidden-xs ul.pull-right li i {
  font-size: 1.4em;
}

img.banner {
  margin: 20px 0;
}

.breadcrumb>li {
  white-space: nowrap;
}

.accordion {
  border: 1px solid #faf7f5;
}

.accordion .trigger {
  margin: 0;
  padding: 10px;
  position: relative;
  background: #7fc34f;
  margin-bottom: 5px;
}

.accordion .trigger::before {
  top: 50%;
  width: 0;
  height: 0;
  right: 10px;
  content: "";
  margin-top: -10px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.accordion .trigger.expanded::before {
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-top: -5px;
}

.accordion .container {
  width: 100%;
  padding: 10px;
  background: ;
}

.subscribe input {
  color: #fff;
  background: #4d4d4d;
}

.subscribe input:focus {
  background: #4d4d4d;
  border-color: #4d4d4d;
}

.subscribe input:active {
  background: #4d4d4d;
  border-color: #4d4d4d;
}

/* 2021 Additional updated */

#page-main a {
    text-decoration: underline;
    text-decoration-color: #7fc34f;
}

#page-main article a {
    color: #7fc34f;
}

#course-tabs ul li a {
    color: #4d4d4d;
    text-decoration: none;
}

#course-tabs ul li.active a {
    color: #fff;
}

#page-main article aside header a {
    text-decoration: none;
}

#page-main article aside > a {
    text-decoration: none;
}

#our-speakers .author-block article header a {
    text-decoration: none;
    font-size: 34px;
    font-weight: bold;
}

#our-speakers .author-block article .inner a.btn {
    text-decoration: none;
}

#courses article.course-thumbnail .description > a {
    text-decoration: none;
}

#page-footer #footer-content {
  margin-top: 20px;
}

.accordion .trigger a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none !important;
}

.lang a {
    color: #333333;
}

.lang a:hover {
  filter: brightness(150%);
    color: #535e55;
}

a i.fa {
    color: #333333;
}

a i.fa:hover {
  filter: brightness(150%);
    color: #535e55;
}

.author-block .paragraph-wrapper .inner > a.btn:hover {
  color: #fff !important;
  border-color: #4d4d4d;
}

/* Mobile overwrites */
.visible-xs header.navbar ul.pull-right {
    width: 100px;
    margin-top: -20px;
    margin-right: -5px;
}

.visible-xs header.navbar ul.pull-right li {
    padding: 5px 0;
    width: 30px;
    float: left;
    list-style: none;
    margin-top: 10px;
}

/* Cookie privacy policy notification */
#cookies-policy-notification {
    background-color: #4d4d4d;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 100000 !important;
    left: 0;
    color: #fff;
    width: 100%;
    display: none;
}

#cookies-policy-notification {
    top: inherit;
    bottom: 10px;
}

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

.fluid-container span a {
    color: #fff;
    text-decoration: underline;
}

#cookies-policy-notification .btn1 {
    padding: 4px 15px;
    cursor: pointer;
    margin: 0 5px;
    /* border-radius: 5px; */
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#cookies-policy-notification .btn1:hover {
    color: #817974;
}

.contacts-departments .inner strong {
    font-size: 16px;
}

.contacts-departments .inner header a {
    font-size: 20px;
}

.contacts-departments .inner figure {
    font-size: 14px;
}

.contacts-departments .inner figure a {
   text-decoration: none !important;
}

.contact-one-detail header h2 {
    color: #7fc34f;
}

.contact-one-detail figure {
    color: #7fc34f;
}

.mobile-nav .lang a {
    color: #ffffff;
}


.mobile-nav a i.fa {
    color: #ffffff;
}
