/**
 * notar-at - v0.1.0a - 2017-01-27
 * http://www.notar.at
 *
 * Copyright (c) 2017 seso media group
 */
.checklist li {
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.checklist li:before {
  font-family: FontAwesome;
  color: #003974;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
}
.primary-button {
  background: #003974;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  padding: 0px 20px;
  font-size: 14px;
  font-family: light;
  font-weight: normal;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.primary-button:hover {
  background-color: #006db8;
}
.mainColElement {
  width: 65%;
  float: left;
  clear: left;
}
@media all and (max-width: 768px) {
  .mainColElement {
    float: none;
    width: 100%;
  }
}
.mainColElement h3,
.mainColElement h4 {
  text-align: left;
}
.sideColElement {
  width: 32%;
  float: right;
}
@media all and (max-width: 768px) {
  .sideColElement {
    float: none;
    width: 100%;
    clear: both;
  }
}
.sideColElement h3,
.sideColElement h4 {
  text-align: center;
}
.centerElement {
  max-width: 770px;
  padding: 0 3%;
  width: 94%;
  margin: 0 auto;
}
.centerElement .col-left {
  width: 26%;
  float: left;
}
.centerElement .col-right {
  width: 74%;
  float: left;
}
@media all and (max-width: 481px) {
  .centerElement .col-left,
  .centerElement .col-right {
    float: none;
    width: 100%;
  }
}
.billboardNav {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #003974;
  font-family: FontAwesome;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.no-touch .billboardNav:hover {
  background-color: #fff;
  font-size: 50px;
}
.openbox {
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.openbox .box-content {
  padding: 20px;
}
.openbox .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item {
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.download-item .box-content {
  padding: 20px;
}
.download-item .box-content a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-item .date {
  display: block;
  margin-bottom: 5px;
}
.download-item .description {
  display: block;
  margin-bottom: 10px;
}
.no-cssgradients .meta-search input {
  filter: none !important;
}
.no-csstransitions #outerWrapper.animation-ready {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.no-csstransitions body.open #outerWrapper {
  -webkit-transform: translate(-250px, 0) !important;
  -moz-transform: translate(-250px, 0) !important;
  -ms-transform: translate(-250px, 0) !important;
  -o-transform: translate(-250px, 0) !important;
  transform: translate(-250px, 0) !important;
}
@media all and (max-width: 970px) {
  .no-csstransitions header .navigation {
    display: none;
  }
  .no-csstransitions body.open header .navigation {
    display: block;
  }
}
/*# sourceMappingURL=http://notar.dev/css/compiled/ie.css.map */