/******************
 * COURSES
 *****************/
.courses {
   margin: 18px 0;
   font-size: 0;
   text-align: left;
}

.courses .course {
   display: inline-block;
   vertical-align: top;
   width: 49.3%;
   margin: 0 1.4% 1.4% 0;
   border-radius: 2px;
   background-color: white;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
   text-align: left;
   overflow: hidden;
   height: 170px !important;
   background-color: #eaf7f5;
   border: 1px solid #4cb7ac;
}

.courses .course>.inside {
   margin: 5%;
   position: relative;
   overflow: hidden;
}

.courses .course:nth-child(2n) {
   margin-right: 0;
}

.courses .course_name {
   display: block;
   font-size: 15px;
   font-weight: 600;
   color: #333;
   line-height: 1.4em;
   height: 2.7em;
   overflow: hidden;
   margin-bottom: 5px;
}

.courses .course_center {
   display: block;
   font-size: 12px;
   color: #bdbdbd;
   text-transform: uppercase;
   line-height: 1.67em;
   white-space: nowrap;
}

.courses .course_rating {
   margin-top: 4px;
}

.courses .course_rating_star {
   display: inline-block;
   vertical-align: middle;
   font-size: 15px;
   color: #F5BA41;
   font-family: "entypo-fontello";
   margin-right: 2px;
   width: 14px;
   height: 23px;
}

.courses .course_price {
   position: absolute;
   bottom: 0;
   left: 0;
   font-size: 20px;
   font-weight: 600;
   color: #333;
}

.courses .course_price_text {
   font-size: 11px;
   max-width: 180px;
}

.courses .course_price_old {
   text-decoration: line-through;
   font-size: 15px;
   font-weight: normal;
   margin-right: 6px;
}

.courses .course_button {
   float: right;
   display: block;
   width: auto;
   height: auto;
   margin-top: 15px;
   padding: 8px 18px;
   background-color: #4cb7ac;
   font-size: 13px;
   color: white;
   font-weight: 600;
   line-height: 1.7em;
   text-align: center;
   /* box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2); */
   border-radius: 4px;
   text-decoration: none;
}

.courses .course_button:hover {
   background-color: #1f9692;
   color: white;
   border-color: #0d7470;
}

.courses .courses_more_wpr {
   text-align: right;
}

.courses .courses_more {
   display: inline-block;
   vertical-align: middle;
   font-size: 12px;
   color: #4cb7ac;
   font-weight: 600;
   cursor: pointer;
}

.courses .courses_more svg {
   font-size: 18px;
   color: #4cb7ac;
   margin: 0 0 0 10px;
   position: relative;
   display: inline-block;
   vertical-align: middle;
}

@media (max-width: 580px) {
   .courses .course {
      margin: 0 0 10px 0;
      display: block;
      ;
      width: auto;
   }
}



/******************
 * FALDON
 *****************/
#faldon {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   background: white;
   z-index: 1;
   box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
   font-style: normal;
   display: block;
   transition: bottom .5s
}

#faldon_fake {
   display: block;
   transition: height .5s
}

#faldon_fake.show {
   height: 68px;
}

#faldon .faldon_button_column {
   text-align: right;
   max-width: 200px;
   min-width: 100px;
   padding-left: 14px;
}

#faldon .faldon_button {
   display: block;
   border-radius: 4px;
   background-color: #4cb7ac;
   box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
   padding: 15px 35px;
   font-size: 14px;
   color: white;
   font-weight: bold;
   line-height: 1.14;
   text-align: center;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   text-transform: uppercase;
   text-decoration: none;
   white-space: nowrap;
}

#faldon .faldon_button:hover {
   background-color: #1f9692;
   color: white;
   border-color: #0d7470;
}

#faldon .faldon_logo_column {
   min-width: 62px;
   padding-right: 14px;
   width: 1%;
}

#faldon .faldon_logo {
   float: left;
}

#faldon .faldon_logo img {
   display: block;
   max-height: 48px;
   width: auto;
   border-radius: 100%;
   overflow: hidden;
   margin-right: 15px;
}

#faldon .faldon_text {
   font-size: 15px;
   color: black;
   line-height: 1.33em;
}

#faldon .faldon_content {
   display: table;
   width: 100%;
   height: 68px;
}

#faldon .faldon_content>div {
   display: table-cell;
   vertical-align: middle;
}

@media (max-width: 580px) {
   #faldon_fake.show {
      height: 60px;
   }

   #faldon .faldon_content {
      height: 60px;
   }

   #faldon .faldon_logo_column {
      display: none !important;
   }

   #faldon .faldon_text {
      font-size: 13px;
   }

   #faldon .faldon_button_column {
      max-width: 100px;
      padding-left: 10px;
   }

   #faldon .faldon_button {
      font-size: 12px;
      font-weight: normal;
      white-space: normal;
      padding: 6px 10px;
   }
}