/*.top-outer {
  background-image: url("../../../images/headers/header_sea_top.png");
  background-size: cover;
  background-position: bottom;
}

.top-outer img {
  height: 220px;
  margin-top: 30px;
  margin-left: 40px;
}

/* Section menu-logo
 ========================================================================== 
.menu-logo {
  height: 88px;
}

.menu-logo img {
  height: 78px;
  margin-top: 5px;
  margin-left: 140px;
}*/

.headline-border h3.uk-panel-title:before,
.headline-border h3.uk-panel-title:after {
    background-color: #faa732;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.tm-footer {
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);
	background: rgba(250, 167, 50, 0.75) !important;
    margin: 0 !important;
    padding: 20px 0;
    font-size: 16px;
    color: #335880;
}

.tm-footer img {
    height: 150px;
}

.tm-footer a {
    color: #335880 !important;
}

.tm-footer a:hover {
    color: #fff !important;
}

.tm-content {
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  background-image: url("../../../images/bg/bg_boxed.jpg");
  background-position: bottom;
  background-size: cover;
  backgroundd: transparent;
}

.main-outer {
  background-image: url("../../../images/bg/bg_main.jpg");
  background-size: cover;
}

.uk-margin-medium-top {
    margin-top: 20px !important;
}

.sprocket-strips-s-item {
    background-size: cover;
    border-radius: 0;
    background: transparent;
    padding: 20px;
}

.article {
    margin-top: 10px;
    border: 0;
}

.number {
    border: 3px solid #faa732;
    color: #000000;
	border-radius: 50%;
    padding: 10%;
    display: block;
    font-family: FontAwesome;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 12px;
    width: 100px;
    text-align: center;
}
