


hr.style14 { 
  border: 0; max-width: 50%;
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #fff, #538BAE, #fff);
  background-image: -moz-linear-gradient(left, #fff, #538BAE, #fff);
  background-image: -ms-linear-gradient(left, #fff, #538BAE, #fff);
  background-image: -o-linear-gradient(left, #fff, #538BAE, #fff); 
}
hr.style15 { 
  border: 0; max-width: 50%; margin-left: 0;
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #538BAE, #538BAE, #fff);
  background-image: -moz-linear-gradient(left, #538BAE, #538BAE, #fff);
  background-image: -ms-linear-gradient(left, #538BAE, #538BAE, #fff);
  background-image: -o-linear-gradient(left, #538BAE, #538BAE, #fff); 
}

.side-bar ul { margin: 0; padding: 0; }
.side-bar ul li { list-style: none; border-bottom: 1px solid #eee; margin: 5px 0; padding: 3px 15px;
  padding-bottom:7px; }
.side-bar ul li a { text-decoration: none; color: #f9f9f9; transition: all ease-in-out .3s; }
.side-bar ul li:hover a { margin-left: 10px; }


.tab-a {
    list-style:none;
  text-align:center; margin: 0; padding: 0;
}
.tab-a>li {
    display: inline; 
    margin-bottom: -1px;
}
.tab-a>li>a {
    margin-right: 2px;padding: 10px 30px;
    line-height: 1.42857143;background: #fff;
    border: 1px solid #eee;
}
.tab-a>li>a:hover {
    border-color: #eee #eee #ddd; text-decoration: none;
}
.tab-a>li.active>a,
.tab-a>li.active>a:focus,
.tab-a>li.active>a:hover {
    color: #555; text-decoration: none;
    cursor: default;
    background-color: #98CA3E;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}




.log-in { background: #f8f8f8; border-bottom:7px solid #538BAE; border-radius: 25px 0; 
  padding:25px 10px; box-shadow: -3px 2px 10px 1px #000;}

.li-1,.li-2 { /* width: 157px; */ text-align: center;}
.li-1 { border-radius: 50px 0 0 50px; }
.li-2 { margin-left: -10px; border-radius: 0 50px 50px 0; }

.contact { margin: 0 15px 0 0; border-right: 1px solid #DDE5E9; }

.btn-r { border-radius: 50px; padding: 3px 10px; background: none; color: #538BAE; transition: all ease-in-out .3s;    border: 1px solid #538BAE; }
.btn-r:hover { background: #A5C341; border-color: #98CA3E; }
.input-group-addon { min-width: 110px; background: #DDE5E9; border-radius: 50px 0 0 50px;}
.form-control { border-radius: 0 50px 50px 0; }

.input-div { margin-bottom: 15px; }
.log { min-width: 0; background: #f8f8f8; border-radius: 3px 0 0 3px; border-color: #ddd; border-left: 3px solid #538BAE;}
.log-2 { border-radius: 0 3px 3px 0; border-color: #ddd; background: #f8f8f8; }

.hdr-p { background: #538BAE; }
.btn-teacher { color: #55AAFF; font-size: 17px; padding: 8px 35px; border-radius: 50px; background: none;
    border:  1px solid #55AAFF; transition: all ease-in-out .3s; margin-top: 15px; }
.btn-teacher:hover { color: #fff; background: #538BAE;
    border:  1px solid #333; }

.section-shape { background: #fff; }
.section-shape h4 { color: #538BAE; }

.navbar-inverse .navbar-nav>li>a {
    font-size: 16px; font-weight: normal;
}
body { }

.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}




.btn-tut {background: none; color: #DEF1F2; padding: 2px 10px; font-size: 11px;
 		border:1px solid #DEF1F2; border-radius: 20px; margin: 0 5px;}
.btn-tut:hover { color: #fff; border:1px solid #fff;}

.btn-stu {background: none; color: #06E790; padding: 2px 10px; font-size: 11px;
 		border:1px solid #06E790; border-radius: 20px; margin: 0 5px;}
.btn-stu:hover { color: #fff; border:1px solid #fff;}

.btn-reg {background: none; color: #95D0FA; padding: 2px 10px; font-size: 11px;
 		border:1px solid #95D0FA; border-radius: 20px; margin: 0 5px;}
.btn-reg:hover { color: #fff; border:1px solid #fff;}
.btn-log {background: none; color: #FCE06E; padding: 2px 10px; font-size: 11px;
 		border:1px solid #FCE06E; border-radius: 20px; margin: 0 5px;}
.btn-log:hover { color: #fff; border:1px solid #fff;}


/*hovereffect*/ 
.hovereffect,.hovereffect img, .hovereffect .overlay  {  border-radius: 20px 0; }
.hovereffect {
  margin-top: 5px;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0,0,0,.4);
}

.hovereffect img {
  display: block;
  position: relative; 
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 30px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect h2 span {
  background: rgba(0, 0, 0, 0.4); border-bottom: 1px solid #eee;
  padding: 3px 15px;
  border-radius: 3px;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* .hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
} */


/* testimonials */
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 10px;
}

#fade-quote-carousel.carousel {
  padding-bottom: 40px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #538BAE;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none; font-size: 14px;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}


/*hover*/
.dropdown-menu { margin-top: -10px !important; border-radius: 20px 0 !important; transition: all ease-in-out .3s; }
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
.dropdown-submenu {
    position:relative; 
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555; background: none !important;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #A31217;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #A31217;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  










.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}





