/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

#footer {
  position: absolute;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

.grey{
    background-color: #efefef;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 10px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.header{
    background: url(../../../images/header-bg.jpg) no-repeat top center;
    height: 536px;
}

.inginiring{
    margin-top: 20px;
    background: url(../../../images/inginiring.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

.inginiring h1{
    font-size: 36px;
    color: #fff;
    display: inline;
    background: #ee8410;
    padding: 3px;

}

.inginiring h3{
    font-size: 30px;
    color: #fff;
    display: inline;
    background: #ee8410;
    padding: 3px;
}
.is2{
    margin-left:48px;
}
.is3{
    margin-left:173px;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.b-ol-list-text-container {
    display: inline-block;
}

.b-ol-list-text__item {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-right: 6%;
}

.f-ol-list-text__item_number {
    font-size: 1.15385em;
    line-height: 1;
    color: #e9682e;
    white-space: nowrap;
}

.b-ol-list-text__item_number {
    border-radius: 4px;
    float: left;
    padding: 10px 12px;
}

.f-primary-b {
    font-weight: 700;
}

.b-ol-list-text__item_info {
    overflow: hidden;
    padding-left: 15px;
}

.f-ol-list-text__item_info-title {
    font-size: 1.23077em;
    line-height: 1.25;
    text-decoration: none;
}

.f-primary-sb {
    font-weight: 600;
}

.f-ol-list-text__item_info-desc {
    font-size: 0.92308em;
    line-height: 1.2;
    color: #949494;
}

.b-ol-list-text__item_info-desc {
    margin: 5px 0 18px;
}

.advantage .advantage_obj li {
    display: inline-block;
    vertical-align: top;
    line-height: 114px;
    margin: 20px 17px 0;
    width: 44.5%;
}

.advantage .advantage_obj li .thumb {
    display: inline-block;
    position: relative;
    width: 114px;
    height: 114px;
    line-height: 114px;
    background-color: #4a3865;
    transition: background-color 0.5s;
}

.advantage .advantage_obj li .thumb img {
    vertical-align: middle;
    max-width: 114px;
    max-height: 114px;
}
.advantage .advantage_obj li .thumb:after {
    position: absolute;
    display: block;
    content: '';
    background: transparent url(img/advantage-frame.png) no-repeat scroll 0 0;
    width: inherit;
    height: inherit;
    left: 0;
    top: 0;
}
.advantage .advantage_obj li .title {
    cursor: default;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    text-align: left;
    font-family: BebasNeueCyrillic, serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 34px;
    color: #404040;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 32px;
    transition: color 0.5s;
}