
body{
  font-family: 'Open Sans', sans-serif;
}
header .container{
  width: 100%;
  max-width: 100%;
}

header .blue-button{
  float: right;
}

header .blue-button.first-button{
  margin-left: 10px;
}

.blue-button{
  background: #68b3d0;
  border: 1px solid #007fa8;
  color: #fff;
  font-family: Helvetica;
  font-weight: bold;
}

.blue-button .cart-icon{
  height: 16px;
  display: inline-block;
  background: url("../img/cart.png") no-repeat left center;
  padding-left: 16px;
}

.sep{
  margin-bottom: 20px;
}

#banner,
#courses,
#index-forms,
#products{
  margin-bottom: 20px;
}

#banner{
    margin-top: 20px;
}

#banner .banner-wrapper{
  border: 2px solid #ddd;
  padding: 4px;
  position: relative;
}

#banner .banner-description{
  position: absolute;
}

#banner .banner-description .title{
  font-family: 'Open Sans Semibold', arial;
  font-size: 15px;
  background: #52aecd;
  padding: 8px 5px;
  color:#fff;
  margin-bottom: 0;
  border: none;


}

#banner .banner-description .description{
  font-size: 12px;
  background: #000;
  color:#fff;
  padding: 8px 5px;
}

.nav-tabs li a{
  cursor: pointer;
}

.margin-bottom-15{
  margin-bottom: 15px;
}

.margin-bottom-10{
  margin-bottom: 10px;
}

.margin-bottom-5{
  margin-bottom: 5px;
}

.f-left{
  float: left;
}

.f-right{
  float: right;
}

.red{
  color: red;
}

.frontend-form .title{
  font-family: 'Open Sans Semibold', arial;
  font-weight: bold;
  color: #666;
  font-size: 15px !important;
  margin-bottom: 15px !important;
  border-bottom: none !important;
}

.frontend-form .register{
  font-size: 13px;
  color: #666;
}

.frontend-form .new-account{
  margin-bottom: 5px !important;
}

.frontend-form{
  background: #fafafa;
  padding: 5%;
}

.main-title,
#products .one-product .title,
.course-tabs li a{
  font-family: 'Open Sans Semibold', arial;
  font-weight: bold;
  color: #666;
  font-size: 15px !important;
  border-bottom: none !important;
}

.course-tabs li a{
  background: #fbfbfb;
  font-size: 13px !important;
}

.course-tabs li a:hover{
  background: #52aecd;
}

header .hlinks > span {
  background: #52aecd;

}

header .hlinks, header .hlinks:hover{
  text-decoration: none;
  z-index: 1000;
  position: relative;
  border: none;
}

#products .img-wrapper{
  text-align: center;
}

#products .img-wrapper img{
  display: inline-block;
  margin-bottom: 15px;
  min-height: 261px;
  max-height: 261px;
}

#products .one-product .title{
  font-size: 13px !important;
  margin-bottom: 5px !important;
}

.page-head{
  margin-bottom: 30px;
}

#courses button.add a{
  color: #000;
  background: url("../admin/img/create_icon.png") no-repeat 10px center transparent;
  display: block;
  padding-left: 35px;

}

#courses .main-title{
  height: 32px;
  margin-bottom: 15px;
}

#courses button.add a:hover{
  text-decoration: none;
}

#courses button.add{
  float: right;
}

.checkbox-block label,.checkbox-block input{
  float: left;
}

.checkbox-block input{
  margin-right: 5px;
}

#index-forms .frontend-form{
  height: auto;
  min-height: 257px;
}

.checkbox-block {
    min-height: 25px!important;
}

.search-form .checkbox-block span {
  float: left!important;
  word-break: break-word;
}

.search-text-block, #searchable-lock .title{
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border-bottom: none;
}

.one-search-result{
  margin-bottom: 15px;
  background: #fafafa;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 20px;
}

.one-search-result{
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

#index-forms .frontend-form, .search-form .frontend-form{
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.one-search-result .name{
  font-weight: bold;
}

#products .main-title{
  margin-bottom: 15px;
}

#products .one-product .img-wrapper,
#products .one-product .products-description{
  border: 1px solid #f3f3f3;
  padding: 5px;
}

#products .one-product .products-description{
  padding: 10px;
}

.no-pl {
	padding-left: 0;
}

@media (max-width: 767px) {
  header .logo{
    text-align: center;
    margin-bottom: 15px;
  }

  header .logo img{
    display: inline-block;
  }
  #products .one-product{
    margin-bottom: 15px;
  }

}

@media (min-width: 768px){
  #main-menu .nav  li  a{
    padding-left: 3px;
    padding-right: 3px;
    font-size: 11px !important;
  }

  #banner .banner-description{
    width: 60%;
    left: 5%;
    bottom: 30%;
  }

}

@media (min-width: 992px){
  #main-menu .nav  li  a{
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px !important;
  }

  #banner .banner-description{
    width: 40%;
  }
}

@media (min-width: 1200px){
  #main-menu .nav  li  a{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px !important;
  }
}

