

/* heading */
.banana-apply .heading-banana h3, 
.banana-all-course .heading-banana h3 {
  font-size: 28px;
}
.banana-apply .heading-banana h4, 
.banana-all-course .heading-banana h4 {
  letter-spacing: 0;
  font-size: 18px;
  text-transform: none;
}


/* ----------------------------------------------------------------
    FORM
-----------------------------------------------------------------*/

.banana-apply p {
  color: #333;
}

.banana-apply .seperator, 
.banana-apply .separator {
  color: #ccc;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  line-height: 1em;
}


/* btn */
.btn-upload {
  background: #444;
  border-color: #444;
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  padding: 18px auto;
  width: 100%;
  text-align: center;
}
.btn-upload:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

/* form */
.banana-apply .form-control {
  border: 2px solid #ebebeb;
  border-radius: 7px;
  box-shadow: none;
  height: auto;
  line-height: 1.5;
  padding: 12px 18px;
}
.banana-apply .form-group label {
  color: #333;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 14px;
}
.banana-apply .form-control:focus {
  border-color: #f8c632;
}

.banana-apply .radio+.radio {

}

/* grid */
.banana-apply .grid li {
  float: left;
  position: relative;
  padding: 10px 20px;
  opacity: 1;
}
.banana-apply .grid li:hover {
  cursor: default;
  background-color: transparent;
}
.banana-apply .grid li img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  display: block;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
}
.banana-apply .grid li h4 {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: 'supermarketregular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  opacity: 0.5;
  color: #3a3a3a;
}
.banana-apply .grid li.active img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
.banana-apply .grid li.active h4 {
  opacity: 1;
}


/* select */
.banana-apply select {
  height: 45px !important;
}
.banana-apply select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/* table */
.table-file {
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 20px;
}
.table-file .table {
  margin-bottom: 0;
}


/* dt dd */
dl {
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  margin-bottom: 0;
}
.dl-horizontal dt {
  float: left;
  width: 260px;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 280px;
  text-align: right;
}


/* ----------------------------------------------------------------
    ALL COURSE
-----------------------------------------------------------------*/

.banana-all-course {

}

.banana-all-course .pagination>li>a, 
.banana-all-course .pagination>li>span {
  font-family: 'Open Sans', sans-serif;
  /*background-color: #fff;*/
  border: 1px solid transparent;
}
.banana-all-course .pagination.pagination-rounded > li > a, 
.banana-all-course .pagination.pagination-rounded > li > span {
  padding: 8px 14px 6px;
  height: 40px;
  width: 40px;
  text-align: center;
}
.banana-all-course .pagination>li>a:hover, 
.banana-all-course .pagination>li>span:hover, 
.banana-all-course .pagination>li>a:focus, 
.banana-all-course .pagination>li>span:focus {
  background-color: #eee;
  border-color: #eee;
}


/* ----------------------------------------------------------------
    RALATE COURSES
-----------------------------------------------------------------*/

.relate-course .owl-controls .owl-nav { 
  opacity: 1; 
}
.relate-course .owl-theme .owl-controls .owl-nav .owl-prev i, 
.relate-course .owl-theme .owl-controls .owl-nav .owl-next i {
  color: #dddddd;
}
.relate-course .owl-carousel .owl-controls .owl-nav .owl-next, 
.relate-course .owl-carousel .owl-controls .owl-nav .owl-prev { 
  height: 160px; 
  line-height: 160px; 
  font-size: 100px;
}
.relate-course .owl-carousel .owl-controls .owl-nav .owl-next:hover, 
.relate-course .owl-carousel .owl-controls .owl-nav .owl-prev:hover, 
.relate-course .owl-carousel .owl-controls .owl-nav .owl-next i:hover, 
.relate-course .owl-carousel .owl-controls .owl-nav .owl-prev i:hover {
  color: #714a2c !important;
  opacity: 1;
  transition: 0.3s;
}
.relate-course .owl-theme .owl-controls .owl-nav .owl-prev, 
.relate-course .owl-carousel:hover .owl-controls .owl-nav .owl-prev { 
  top: 140px;
  left: -75px; 
  background: rgba(45, 45, 45, 0); 
}
.relate-course .owl-theme .owl-controls .owl-nav .owl-next, 
.relate-course .owl-carousel:hover .owl-controls .owl-nav .owl-next { 
  top: 140px;
  right: -55px; 
  background: rgba(45, 45, 45, 0); 
}
.relate-course .owl-theme .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 30px;
}


.relate-course h1 {
  font-family: "supermarketregular";
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 5px 0;
  height: 60px;
}
.relate-course h2 {
  color: #9b9b9b;
  font-family: "supermarketregular";
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin: 1.2% 0;
}
.relate-course p {
  position: relative;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 20px;
  font-family: 'supermarketregular' !important;
  line-height: 20px;
  color: #2b2e2e;
}
.relate-course p:not(p.date):after { 
  content: "";
  background: #f8c632;
  height: 3px;
  width: 50px;
  position: absolute;
  top: 6px;
  left: 0;
}
.relate-course p.date span {
  position: static;
  background: #e3e3e3;
  color: #5a5a5a;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 4px;
  margin-top: -25px;
  float: left;
  clear: none;
  font-family: 'supermarketregular' !important;
  line-height: 20px;
  border-radius: 5px;
  padding: 3px 8px;
}
.relate-course a.apply {
  background: #80532f;
  border-radius: 5px;
  color: #fff;
  padding: 3px 10px;;
  margin-bottom: 10px;
  margin-right: 4px;
  float: left;
  clear: none;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Raleway', 'supermarketregular', sans-serif;
  position: absolute;
  top: 10px;
  right: 10px;
}
.relate-course a.apply:hover {
  background: #f8c632;
  color: #111;
}

.relate-course .room {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.relate-course .room-details {
  padding: 5px 15px;
  margin-bottom: 20px;
}



/*-----------------------------------//
//  PEN STYLES
//-----------------------------------*/
/*PEN STYLES*/
.blog-card {
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 1.45em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-card:hover .details {
  left: 0;
}
.blog-card:hover.alt .details {
  right: 0;
}
.blog-card.alt .details {
  right: -100%;
  left: inherit;
}
.blog-card .photo {
  height: 200px;
  position: relative;
}
/*.blog-card .photo.photo1 {
  background: url("http://i62.tinypic.com/34oq4o0.jpg") center no-repeat;
  background-size: cover;
}
.blog-card .photo.photo2 {
  background: url("http://i60.tinypic.com/xeiv79.jpg") center no-repeat;
  background-size: cover;
}*/
.blog-card .details {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  height: 200px;
  /*POSITION*/
  position: absolute;
  top: 0;
  left: -100%;
}
.blog-card .details > li {
  padding: 3px 0;
}
.blog-card .details li:before, .blog-card .details .tags ul:before {
  font-family: FontAwesome;
  margin-right: 10px;
  vertical-align: middle;
}
.blog-card .details .author:before {
  content: "\f007";
}
.blog-card .details .date:before {
  content: "\f133";
}
.blog-card .details .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-card .details .tags ul:before {
  content: "\f02b";
}
.blog-card .details .tags li {
  display: inline-block;
  margin-right: 3px;
}
.blog-card .details a {
  color: inherit;
  border-bottom: 1px dotted;
}
.blog-card .details a:hover {
  color: #f8c632;
}
.blog-card .description {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.blog-card .description h1 {
  font-family: "supermarketregular";
  font-size: 20px;
  line-height: 1.3em;
  margin: 0 0 5px 0;
  height: 60px;
}
.blog-card .description h2 {
  color: #9b9b9b;
  font-family: "supermarketregular";
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin: 1.2% 0;
}
.blog-card .description p {
  position: relative;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 26px;
  font-family: 'supermarketregular' !important;
  line-height: 20px;
  color: #2b2e2e;
}
.blog-card .description p:not(p.date):after {
  content: "";
  background: #f8c632;
  height: 3px;
  width: 50px;
  position: absolute;
  top: 6px;
  left: 0;
}
.blog-card .description p.date, 
.blog-card .description a {
  background: #80532f;
  border-radius: 5px;
  color: #fff;
  padding: 3px 10px;;
  margin-bottom: 10px;
  margin-right: 4px;
  float: left;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Raleway', 'supermarketregular', sans-serif;
}
.blog-card .description p.date {
  background: #e3e3e3;
  color: #5a5a5a;
  font-size: 14px;
}
.blog-card .description a:hover {
  background: #f8c632;
  color: #111;
}
/*.blog-card .description a:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
}
.blog-card .description a:hover:after {
  margin-left: 5px;
  opacity: 1;
}*/

@media screen and (min-width: 600px) {
  .blog-card {
    height: 200px;
    max-width: 600px;
  }
  .blog-card:hover .photo {
    -webkit-transform: rotate(5deg) scale(1.3);
            transform: rotate(5deg) scale(1.3);
  }
  .blog-card:hover.alt .photo {
    -webkit-transform: rotate(-5deg) scale(1.3);
            transform: rotate(-5deg) scale(1.3);
  }
  .blog-card.alt .details {
    padding-left: 30px;
  }
  .blog-card.alt .description {
    float: right;
  }
  .blog-card.alt .description:before {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
    right: -15px;
    left: inherit;
  }
  .blog-card.alt .photo {
    float: right;
  }
  .blog-card .photo {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    float: left;
    height: 100%;
    width: 40%;
  }
  .blog-card .details {
    width: 40%;
  }
  .blog-card .description {
    float: left;
    width: 60%;
    z-index: 0;
    min-height: 202px;
  }
  .blog-card .description:before {
    -webkit-transform: skewX(-5deg);
              transform: skewX(-5deg);
    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
  }
}




























































