.clear {
  clear: both;
}

.fillDiv {
  height: 20px;
}

.min-width70 {
  min-width: 70%;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top40 {
  margin-top: 40px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom100 {
  margin-bottom: 100px;
}

.padding-top50 {
  padding-top: 50px;
}

.width100 {
  width: 100%;
}


.margin-left10 {
  margin-left: 10px;
}

.margin-left15 {
  margin-left: 15px;
}

.margin-right30 {
  margin-right: 30px;
}

.color3 {
  color: #333;
}

.colorc{
  color: #ccc;
}

.color22A7F5 {
  color: #22A7F5;
}

.warning_important {
  color: #ff0000;
}

.color_white {
  color: #fff;
}

.color9 {
  color: #999;
}

.padding0 {
  padding: 0px;
}

.padding-top20 {
  padding-top: 20px;
}

.text_left {
  text-align: left;
}

.border_area {
  /*text-align: center;*/
  background-color: #fff;
  padding: 40px;
  border: 1px solid #e7e7e7;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
  border-radius: 3px;
}

.centered{
  text-align: center;
}

.hgroup h2{
  margin: 0 0 10px 0;
}

.hgroup .centered{
  text-align: center;
}

#footer_teasers_wrapper ul.navigation{
  list-style: none;
  padding: 0;
}

#footer_teasers_wrapper ul.navigation li{
  margin-bottom: 5px;
}

#footer_teasers_wrapper ul.social{
  list-style: none;
  padding: 0;
}

#footer_teasers_wrapper ul.social li{
  display: inline-block;
  margin-right: 15px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.cursor_pointer {
  cursor: pointer;
}

.image_size_notice {
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .image_size_notice {
    display: block;
  }
}

.banner_container{
  padding-left: 0;
  padding-right: 0;
}

.frontpage_banner{
  margin-bottom: 75px;
}

.navbar a.navbar-brand {
  width: auto;
}

.video-js .vjs-tech {
  width: 100% !important;
  height: 100% !important;
}