.alert-danger {
  
    font-size: 18px;
    font-weight: bold;
     color: #be283c;
}
.alert-info {
    background-color: #97d7f7;
    border-color: #bce8f1;
    color: #00557f;
    font-size: 18px;
    font-weight: bold;
}



body {
 
    background-color: #eceff5;
    font-family: Mitra;
    font-size: 16px;
    margin-top: 0px;
}

@media (min-width: 768px) {
body {
    margin-top: 0px;
}
}
    nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: left;


}
nav ul li ul{
display: none;

}
.ozv_code {
 color:#ffc800; 
 font-size: 25px;

}
nav li {
  float: right;          
}

.sf-menu li:hover, .sf-menu li.sfHover {
    background: #c0283f none repeat scroll 0 0;
    transition: none 0s ease 0s ;
}
.nav > li > a:hover {
  background: none;
  color : #ffffff;
} 
nav #login-trigger,
nav  a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
 
  padding: 0 8px;
  text-decoration: none;
  color: #ffffff;
}

 .slicknav_menu {
  display:none;
}

@media screen and (max-width: 600px) {
  /* #menu is the original menu */
 #menu {
    display:none;
  }
  
  .slicknav_menu {
    display:block;
  }
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
background : none;
  color: #000000;
}

nav #login-content {
box-sizing: unset;
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 250px;  
}

.page-header {
	border-bottom: 1px solid #5f5f5f;
	}
  
      #owl-demo .item{
      margin: 3px;
    }
    #owl-demo   img{
      display: block;
      width: 100%;
      height: auto;
    }


    #owl-demo .item{
 
  padding: 0px 0px;
  margin: 0px 20px 0px 20px;
 
}
.customNavigation{
  text-align: center;
}
 
.customNavigation a{
  font-size: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px){
  #wrapper {padding-right: 225px; padding-left: 0;}
  .side-nav{right: 0;left: auto;}
}

@media print { 
#wrapper {
    padding-left: 0;
    padding-right: 0px !important ;
}
.navbar { 
	display: none !important;
}
.noprint {
	display: none ! important;
}

a[href]:after {
    content: none !important;
  }
}

.course-block img{
  width:100%;
}
.courses__row {
  padding-bottom: 20px;
}

#login-content input{
  margin-bottom: 10px;
}

