/*!
 * Created by PhpStorm.
 * User: Blovsky
 */
.icon-box-1.icon-right i {
  float: right;
  margin: 5px 10px 0 30px;
}
.icon-box-1.icon-left i {
  float: left;
  margin: 5px 10px 0 30px;
}
.icon-box-1 i {
  font-size: 24px;
  color: #3f85c2;
  width: 55px;
  height: 55px;
  border: 1px solid #3f85c2;
  text-align: center;
  line-height: 56px;
}
.icon-box-1.icon-right .text {
  margin-right: 90px;
}
.icon-box-1 h4 {
  font-size: 18px;
  margin-bottom: 3px;
}
.icon-box-1 {
  margin-bottom: 20px;
}
body {
  font-family: 'Open Sans', monospace;
  padding-top: 0;
}
.title-divider {
  background: #fff url("images/bg_divider.png") repeat-x scroll left center;
  margin-bottom: 1.2em;
  padding: 0;
  text-align: left;
}
.title-divider span {
  background: #fff none repeat scroll 0 0;
  padding-right: 0.5em;
}
.de-em {
  color: #929292;
  font-weight: normal;
  font-size: 90%;
}
.title-divider small {
  color: rgba(51, 51, 51, 0.6);
  display: block;
  font-size: 50%;
  padding-top: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
}
.gallery img {
  padding-bottom: 5px;
  padding-right: 2px;
}
/*basic panel
*/
.nav-block {
  padding: 22px 0;
  border-bottom: solid 1px #1880c4;
  background-image: url("images/white_wall_hash.png");
  background-repeat: repeat;
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
}
.logo {
  margin-top: -20px;
  margin-bottom: -20px;
}
ul.nav {
  border-right: solid 5px #cb0f08;
  padding-right: 15px;
}
.separator {
  height: 15px;
  width: 100%;
}
/* Home Page Carousel */
.item {
  background: transparent;
  text-align: center;
  height: 300px !important;
}
.control-buttons {
  text-align: center;
}
.transition-timer-carousel-progress-bar {
  height: 3px;
  background-color: #1880c4;
  width: 0%;
  margin: 0px 0px 0px 0px;
  border: none;
  z-index: 11;
  position: relative;
}
.features {
  margin-top: 20px;
}
.features .feature img {
  background-image: linear-gradient(to bottom, #fafafa 0px, #ebebeb 100%);
  background-repeat: repeat-x;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.features .title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.reference {
  margin-bottom: 15px;
}
.reference a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 15px;
}
.reference a h4 {
  padding: 10px;
  margin: 0;
  background-color: #757575;
}
.reference a:hover {
  background-color: #757575;
}
.reference a:hover h4 {
  padding: 10px;
  margin: 0;
  background-color: #0f0f0f;
}
.ref-parameter {
  border-bottom: 1px solid  #cdcdcd;
  margin-left: 15px;
}
.ref-parameter h3 {
  font-size: 16px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.ref-parameter p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.content-below {
  background: #e6e6e6 none repeat scroll 0 0;
  border-top: 1px solid #cdcdcd;
  padding: 15px 0;
}
.footer {
  background: #333 none repeat scroll 0 0;
  border-top: 2px solid #1880c4;
  color: rgba(255, 255, 255, 0.6);
  min-height: 200px;
  padding: 30px 0;
}
.footer .toplink {
  text-align: center;
}
.footer .subfooter {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
}
.well-sm {
  border-radius: 3px;
  padding: 9px;
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.inline-el {
  display: inline-block;
}
.pad-right {
  padding-right: 0.5em;
}
.top-info {
  background-color: #1880c4;
  color: #ffffff;
  font-size: 10px;
  padding: 3px;
}
.top-info h1 {
  color: #ffffff;
  font-size: 10px;
  padding: 0px;
  margin: 0;
  font-weight: normal;
  display: flex;
}

.grecaptcha-badge {
  visibility: hidden;
}
