@import url('https://fonts.googleapis.com/css?family=Lato|Raleway');
body {
    background: url(../img/fon_lend_detail.jpg) repeat center top;
    font-family: Lato;
    font-weight: 300;
    font-size: 18px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overfow-scrolling: touch;
    margin-top: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

p {
    line-height: 20px;
    margin-bottom: 25px;
}

.paragraph {
    text-align: justify;
    font-size: 14pt;
}

.epigraph {
    text-align: right;
    font-size: 12pt;
}

.greeno {
    color: green;
    font-size: 16pt;
    font-weight: 600;
    font-style: italic;
}

.italico {
    font-size: 16pt;
    font-weight: 500;
    font-style: italic;
}

a {
    color: #f85c37;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
    font-weight: 800;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-inverse {
    background: #2d2d2d;
    border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #ff7878;
}

.navbar-inverse .navbar-brand {
    color: #999;
    font-weight: bolder;
    font-size: 20px;
    letter-spacing: 1px;
}

.fa-ambulance {
    color: green;
}

.fa-heartbeat {
    color: red;
}

.fa-anchor {
    color: blue;
}

.fa-h-square {
    color: green;
}

.fa-medkit {
    color: orangered;
}

.fa-wheelchair {
    color: blue;
}

.fa-spinner {
    color: #ff7878;
}

#headerwrap {
    background: url(../img/manipulatsionnaja_our.jpg) no-repeat center top;
    margin-top: 25px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 500px;
    width: 100%;
    /* background-size: 100%; */
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

#headerwrap h1 {
    margin-top: 100px;
    color: white;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 3px;
}

#headerwrap h2 {
    color: white;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.w {
    padding-top: 35px;
}

.w h4 {
    font-size: 25px;
}

ul {
    text-align: left;
}

.mob_click {
    color: rgb(255, 72, 0);
}

.btn {
    transition: background 0.5s;
}

