@import url(https://fonts.googleapis.com/css?family=Roboto:300&subset=latin,cyrillic-ext,cyrillic);
body {
    /*font-size: 14px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #a14550;
    /*background-color: #000;*/
    background-color: #282828;
    position: relative;
    min-width: 750px;
}
h2 {
    font-size: 26px;
    font-weight: 300;
}
h1 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: -40px;
    margin-top: -60px;
    margin-left: -10px;
    font-weight: 300;
}
h1 span {
    background: url("img/painted-header2.png") no-repeat 100% 100%;
    background-size: contain;
    background-position: left;
    display: inline-block;
    line-height: 200px;
    vertical-align: middle;
    padding-left: 40px;
}
h1#about span, h1#suggest span, h1#contacts span{
    min-width: 350px;
}
.shifted {
    padding-left: 7%;
}
.container {
    /*background-color: #cdbba5;*/
    background-color: #ead7c0;
    padding: 0;
    position: relative;
}
.header {
    background: url("img/top5.png") no-repeat;
    color: #ffffff;
    min-height: 450px;
    margin-bottom: -80px;
    text-align: center;
}
.header h2 {
    font-size: 37px;
    text-transform: uppercase;
    padding-top: 30px;
}
.header h5 {
    font-weight: 300;
    font-size: 19px;
}
#cell-1 .wrapper {
    background: url("img/green.png") no-repeat;
    background-size: cover;
}
#cell-2 .wrapper {
    background: url("img/orange.png") no-repeat;
    background-size: cover;
}
#cell-3 .wrapper {
    background: url("img/blue.png") no-repeat;
    background-size: cover;
}
#cell-4 .wrapper {
    background: url("img/light-purple.png") no-repeat;
    background-size: cover;
}
#cell-5 .wrapper {
    background: url("img/yellow.png") no-repeat;
    background-size: cover;
}
#cell-6 .wrapper {
    background: url("img/purple.png") no-repeat;
    background-size: cover;
}
#cell-7 .wrapper {
    background: url("img/raspberry.png") no-repeat;
    background-size: cover;
}
.row {
    margin-left: 12px;
    margin-right: 12px;
}
.wrapper {
    min-height: 350px;
    padding: 5px 15px 0 15px;
    margin-top: 15px;
    color: #ffffff;
}
#cell-2 img {
    margin-top: 30px;
}
#cell-3 img {
    margin-top: 30px;
}
#cell-4 img {
    margin-top: -60px;
}
#cell-6 img {
    margin-top: 70px;
}
#cell-7 img {
    vertical-align: middle;
    margin-top: 70px;
    margin-left: -20px;
    /*padding-bottom: 60px;*/
}
.with-margin {
    margin-bottom: 50px;
}
.text-muted {
    color: #9AC6CE;
}
.footer {
    padding-top: 20px;
    padding-left: 30px;
    background: url("img/down.png") no-repeat;
    color: #ffffff;
    min-height: 63px;
    margin: 30px 0 0 0;
}

.flaticons:before {
    font-size: 124px;
    color: #ffffff;
}

.marketing {
    padding-top: 15px;
    /*padding-bottom: 15px;*/
}

ul {
    list-style: none;
    padding: 0;
}

li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
    content: "-";
}

.btn-default {
    color: #ffffff;
    background-color: rgba(161, 69, 80, 0.61);
    border: none;
    border-radius: 0;
}
.btn-default:hover, .btn-default:active, .btn-default:focus{
    background-color: #a14550 !important;
    color: #ffffff !important;
}
#sendForm {
    padding-bottom: 10px;
}
.row {
    position: relative;
    z-index: 2;
}
.blur {
    position: absolute;
    right: 0;
    z-index: 1;
}
.blur#blur-top {
    background: url("img/blur-top.png") no-repeat no-repeat;
    height: 552px;
    width: 550px;
    top: 450px;
}
.blur#blur-right {
    background: url("img/blur-right-5.png") no-repeat no-repeat;
    height: 672px;
    width: 600px;
    bottom: 50px;
}
.blur#blur-left {
    background: url("img/blur-down-left-5.png") no-repeat no-repeat;
    height: 421px;
    width: 468px;
    bottom: 0px;
    left: 0px;
}
#call {
    background: rgba(0,0,0,0.3);
    line-height: 50px;
    padding-right: 50px;
}
label {
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 5px;
}