@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a {
    color: #B1894E;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #666;
    font-weight: 400;
    padding-top: 135px;
}
h1, h2, h3, h4, h5 {
    margin-top: 0;
    font-weight: 700;
    color: #222;
}
p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #666;
    font-weight: 400;
}
.btn {
    font-family: 'Open Sans', sans-serif;
    line-height: 15px;
    padding: 12px 0;
    color: #fff;
    font-weight: 700;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 1px;
}
.btn-primary {
    background-color: #B1894E;
    transition: all .3s ease-in-out;
}
.btn-primary:hover {
    background-color: #B1894E;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-control {
    height: 43px;
    box-shadow: none;
    border-radius: 0;
    padding-left: 18px;
    border-color: #dedede;
    color: #666;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
textarea.form-control {
    height: 150px;
}
.form-group button {
    width: 172px;
}
body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body .container {
    width: 1200px;
    max-width: 100%;
}
.menu-main .navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: 1px;
}
.menu-main .container-fluid, .menu-main .navbar-default .navbar-collapse {
    padding: 0;
}
.menu-main .navbar-default .navbar-nav {
    float: none;
}
.menu-main .navbar-default ul li {
    padding: 0 20px;
    float: none;
    display: inline-block;
}
.menu-main .navbar-default ul li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 18px 10px;
    border-bottom: 2px solid transparent;
    display: block;
}
.menu-main ul li.active a, .menu-main ul li:hover a {
    background: none !important;
    color: #FFF !important;
    border-color: #FFF;
}
.patternbg {
    background-image: url(../img/pattern-1.jpg);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
a {
    color: #B1894E;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.row-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
#block-header {
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: none;
    box-shadow: none;
}
#block-header.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px #000;
    z-index: 99999;
}
#block-header .container {
    width: 1200px;
}
.logo {
    margin-right: auto;
}
.logo img{
    width: 350px;
    height: 40px;
    object-fit: contain;
    object-position: left;
}
.header-right {
    margin-left: auto;
}
.header-top {
    background: #FFF;
    padding: 25px 0;
}
.header-top .social-main {
    display: inline-block;
}
.header-top a {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.phone-email {
    display: inline-block;
    margin-left: 15px;
}
.phone-email a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 36px;
    color: #000;
    margin: 0 5px;
}
.phone-email a img {
    margin-right: 10px;
}
.menu-main {
    display: block;
    vertical-align: middle;
    text-align: center;
    background: #383838;
}
.call-button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.call-button .btn {
    background: #FFF;
    border: 0;
    line-height: 49px;
    padding: 0;
    width: 136px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #33344A;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0 !important;
}
/*End Header*/

#block-slider {
    position: relative;
}
.slide-position-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slide-position-text .common-inner {
    max-width: 425px;
    margin: 0;
    text-align: left;
}
.slide-position-text .common-inner h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.slide-position-text .common-inner h1 span {
    color: #B1894E;
}
.slide-position-text .common-inner p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.slide-position-text .common-inner a {
    width: 184px;
    padding: 0;
    display: inline-block;
    line-height: 56px;
    border: none;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #B18A4E;
    text-transform: uppercase;
}
#block-slider .owl-carousel .owl-item .slide-inner1 img {
    width: auto;
    margin: 0 auto 20px auto;
}
#block-slider .owl-carousel .owl-nav .owl-prev {
    left: 60px;
    float: left;
    background: url(../img/prev.png) no-repeat;
    width: 72px;
    height: 72px;
}
#block-slider .owl-carousel:hover .owl-nav .owl-prev {
    left: 60px;
    margin-left: 30px;
}
#block-slider .owl-carousel .owl-nav .owl-next {
    right: 60px;
    float: right;
    background: url(../img/next.png) no-repeat;
    width: 72px;
    height: 72px;
}
#block-slider .owl-carousel:hover .owl-nav .owl-next {
    right: 60px;
    margin-right: 30px;
}
#block-slider .owl-carousel .owl-nav .owl-next span, #block-slider .owl-carousel .owl-nav .owl-prev span {
    display: none;
}
#block-slider .owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
#block-slider .owl-carousel:hover .owl-nav {
    opacity: 1;
}
.slide-position-text .container {
    width: 1200px;
}
#block-slider .owl-dots {
    position: absolute;
    max-width: 100%;
    width: 1200px;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    text-align: left;
    padding: 0 15px;
}
#block-slider .owl-theme .owl-dots .owl-dot {
    border: none;
    width: 7px;
    height: 7px;
    background: #FFF;
    opacity: 0.4;
    margin: 0 6px;
    border-radius: 100%;
}
#block-slider .owl-theme .owl-dots .owl-dot:hover, #block-slider .owl-theme .owl-dots .owl-dot.active {
    opacity: 1;
}
#block-slider .owl-theme .owl-dots .owl-dot span {
    display: none;
}
#block-user1 {
    background: #E5E5E5;
}
#block-user1 .container {
    width: 1440px;
}
#block-user1 .row-flex .col-sm-6 {
    padding: 0;
}
#block-user1 .row-flex .col-text {
    padding: 0 80px
}
#block-user1 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 37px;
    line-height: 50px;
    letter-spacing: -0.05em;
    color: #000000;
    margin: 0 0 30px 0;
}
#block-user1 h3 span {
    color: #B1894E;
}
#block-user1 h5 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #B1894E;
    margin: 0 0 20px 0;
}
#block-user1 p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 30px 0;
}
#block-user1 a.btn {
    width: 184px;
    line-height: 56px;
    border: none;
    background: #B1894E;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding: 0;
}
#block-user2 {
    background: url(../img/bg-u2.jpg) no-repeat center top #fdf6ec;
    padding: 85px 0 20px 0;
}
#block-user2 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 31px;
    line-height: 42px;
    letter-spacing: -0.05em;
    color: #000000;
    margin: 0 0 20px 0;
    text-align: center;
}
#block-user2 p.text-mwidth {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #8A8A8A;
    max-width: 425px;
    display: block;
    margin: 0 auto 20px auto;
}
#block-user2 .row {
    margin: 0 -25px;
}
#block-user2 .row .col-sm-3 {
    padding: 25px;
}
#block-user2 .col-bg {
    background: #FFFFFF;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
}
#block-user2 .owl-carousel .owl-item .image img {
    width: 100%;
}
#block-user2 .text {
    padding: 20px;
    text-align: center;
}
#block-user2 .text .icon {
    margin: 10px 0;
    height: 43px;
}
#block-user2 .text h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #1A1919;
    margin: 10px 0;
}
#block-user2 .text p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #2E2E2E;
    margin: 0 0 10px 0;
}
#block-user2 .text a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    color: #B1894E;
}
#block-user2 .col-bg .image {
    overflow: hidden;
}
#block-user2 .col-bg .image img {
    transition: transform .2s;
}
#block-user2 .col-bg .image:hover img {
    transform: scale(1.2);
}
#block-user2 .slider-services {
    margin: 25px 0;
    display: inline-block;
}
#block-user2 .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
#block-user3 {
    background: #3D3D3D;
}
#block-user3 .container {
    width: 1440px;
}
#block-user3 .row-flex .col-sm-6 {
    padding: 0;
}
#block-user3 .row-flex .col-text {
    padding: 0 80px
}
#block-user3 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -0.05em;
    color: #FFF;
    margin: 0 0 30px 0;
}
#block-user3 h3 span {
    color: #B1894E;
}
#block-user3 h5 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #B1894E;
    margin: 0 0 20px 0;
}
#block-user3 p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #FFF;
    margin: 0 0 30px 0;
}
#block-user3 a.btn {
    width: 184px;
    line-height: 56px;
    border: none;
    background: #B1894E;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding: 0;
}
#block-user4 {
    padding: 50px 0;
    text-align: center;
}
#block-user4 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 31px;
    line-height: 42px;
    letter-spacing: -0.05em;
    color: #000000;
    margin: 0 0 30px 0;
}
#block-user4 h3 span {
    color: #B1894E;
}
#block-user4 p.text-mwidth {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #8A8A8A;
    margin: 0 auto;
    max-width: 425px;
}
#block-user4 .owl-carousel {
    margin-top: 50px;
}
#block-user4 .owl-carousel .owl-item .image {
    margin-bottom: 30px;
}
#block-user4 .owl-carousel .owl-item .image img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    border: 5px solid #B1894E;
}
#block-user4 .bg-item-text h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: #000000;
    margin: 10px 0;
}
#block-user4 .bg-item-text h5 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #B1894E;
}
#block-user4 .bg-item-text .item-icons {
    text-align: center;
}
#block-user4 .bg-item-text .item-icons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
#block-user4 .bg-item-text .item-icons img {
    width: auto;
}
#block-user4 .owl-theme {
    position: relative;
}
#block-user4 .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
#block-user4 .owl-theme .owl-nav span {
    display: none;
}
#block-user4 .owl-theme .owl-nav .owl-prev {
    background: url(../img/prev-u4.png) no-repeat;
    width: 13px;
    height: 24px;
    float: left;
    margin-left: -50px;
}
#block-user4 .owl-theme .owl-nav .owl-next {
    background: url(../img/next-u4.png) no-repeat;
    width: 13px;
    height: 24px;
    float: right;
    margin-right: -50px;
}
#block-user4 .owl-theme .owl-dots {
    margin-top: 30px;
}
#block-user4 .owl-theme .owl-dots span {
    display: none;
}
#block-user4 .owl-theme .owl-dots .owl-dot {
    border: none;
    width: 7px;
    height: 7px;
    background: #191B3F;
    opacity: 0.4;
    margin: 0 6px;
    border-radius: 100%;
}
#block-user4 .owl-theme .owl-dots .owl-dot:hover, #block-user4 .owl-theme .owl-dots .owl-dot.active {
    opacity: 1;
}
#block-user5 {
    padding: 60px 0;
    background: #1D1D1D;
}
#block-user5 .row-flex .col-sm-5, #block-user5 .row-flex .col-sm-7 {
    padding: 0;
}
#block-user5 .row-flex .col-text {
    padding-right: 100px;
}
#block-user5 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 31px;
    line-height: 42px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
#block-user5 h5 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #B1894E;
    margin: 0 0 20px 0;
}
#block-user5 p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
}
#block-user5 ul.nav-pills {}
#block-user5 ul.nav-pills li {
    float: none;
    display: inline-block;
    padding: 0 10px;
}
#block-user5 ul.nav-pills li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.4;
    padding: 5px 8px;
}
#block-user5 ul.nav-pills li.active a, #block-user5 ul.nav-pills li:hover a {
    background: none;
    color: #B1894E;
    font-weight: 600;
    border-radius: 0;
    opacity: 1;
}
#block-user5 .tab-content {
    margin-top: 20px;
}
#block-user5 .tab-content .image {
    display: inline-block;
    padding: 12px;
}
#block-user6 {
    padding: 85px 0;
    background: url(../img/bg-u6.jpg) no-repeat center top #FDF6ED;
}
#block-user6 .container {
    position: relative;
    width: 1055px;
}
#block-user6 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 31px;
    line-height: 42px;
    letter-spacing: -0.05em;
    color: #000000;
    margin: 0 0 20px 0;
    text-align: center;
}
#block-user6 p.text-mwidth {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    max-width: 425px;
    color: #8A8A8A;
    margin: 0 auto;
}
#block-user6 h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 43px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
#block-user6 h1 span {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
#block-user6 .text {
    padding: 20px;
    text-align: center;
}
#block-user6 .text h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 0 0 15px 0;
}
#block-user6 .text p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
#block-user6 .text a.btn {
    width: 184px;
    line-height: 54px;
    border: 1px solid #B1894E;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    color: #B1894E;
    padding: 0;
    display: inline-block;
    max-width: 100%;
}
#block-user6 .row-pricing {
    margin: 80px -35px 0 -35px;
}
#block-user6 .row-pricing .col-sm-4 {
    padding: 0 35px;
}
#block-user6 .col-bg {
    background: #FFFFFF;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
}
#block-user6 .col-bg .price {
    background: #B1894E;
    width: 80%;
    margin: -50px auto 0 auto;
    padding: 20px 0;
    position: relative;
}
#block-user6 .col-bg .image {
    background: #000;
}
#block-user6 .col-bg .image:hover img {
    opacity: 0.5;
}
#block-user6 .slider-pricing {
    margin: 80px 0 0 0;
}
#block-user7 {
    background: #3D3D3D;
}
#block-user7 .container {
    width: 1440px;
}
#block-user7 .row-flex .col-sm-6 {
    padding: 0;
}
#block-user7 .row-flex .col-text {
    padding: 0 90px;
}
#block-user7 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
#block-user7 h3 span {
    color: #B1894E;
}
#block-user7 p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}
#block-user7 .btn {
    background: #B18A4E;
    width: 184px;
    line-height: 56px;
    border: none;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    margin: 20px 0 0 0;
}
#block-user7 .col-sm-6 img {
    width: 100%;
}
#block-user8 {
    background: none;
    position: relative;
    padding: 60px 0;
}
#block-user8:before {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    content: '';
    background: #EDEBEB;
    z-index: -1;
}
#block-user8:after {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    content: '';
    background: #FFF;
    z-index: -1;
}
#block-user8 .row .col-sm-6 {
    padding: 0 60px;
}
#block-user8 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -0.05em;
    color: #393939;
    margin: 0 0 20px 0;
}
#block-user8 p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #393939;
    margin: 0 0 30px 0;
}
#block-user8 .form-mwidth {
    margin-top: 40px;
    max-width: 320px;
}
#block-user8 .form-mwidth p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
    color: #313131;
    display: block;
    margin: 0 0 30px 0;
}
#block-user8 .form-mwidth p.phone {
    background: url(../img/phone-form.png) no-repeat left top;
    padding-left: 50px;
}
#block-user8 .form-mwidth p a, #block-user8 .form-mwidth p span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #313131;
    opacity: 0.5;
    display: block;
}
#block-user8 .form-mwidth p.email {
    background: url(../img/email-form.png) no-repeat left top;
    padding-left: 50px;
}
#block-user8 .form-mwidth p.email a {}
#block-user8 .form-mwidth p.address {
    background: url(../img/address-form.png) no-repeat left top;
    padding-left: 50px;
}
#block-user8 .form-mwidth p.clock {
    background: url(../img/clock-form.png) no-repeat left top;
    padding-left: 50px;
    margin-bottom: 15px;
}
#block-user8 .form-mwidth p.date-time {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #313131;
    margin-bottom: 15px;
    padding-left: 50px;
}
#block-user8 .form-mwidth p.date-time span {
    float: right;
    color: #B1894E;
}
#block-user8 form#form-contact .row {
    margin: 0 -8px;
}
#block-user8 form#form-contact .row .col-sm-4 {
    padding: 0 8px;
}
#block-user8 form#form-contact {}
#block-user8 form#form-contact .form-group {
    margin-bottom: 20px;
}
#block-user8 form#form-contact .form-group input {
    background: #FFF;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #A5A5A5;
    padding: 0 0 0 20px;
    height: 56px;
}
#block-user8 form#form-contact .form-group textarea {
    background: #FFF;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #A5A5A5;
    padding: 20px 0 0 20px;
    height: 114px;
}
#block-user8 form#form-contact .form-group button {
    background: #B1894E;
    border: none;
    width: 184px;
    height: 56px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding: 0;
    text-transform: uppercase;
}
#block-slider-about {
    background: url(../img/bg-slide.jpg) no-repeat center top;
    height: 320px;
    margin-top: 0;
    position: relative;
}
#block-slider-about .slide-title {
    color: #FFF;
    font-family: Open Sans;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: normal;
}
footer {
    padding: 20px 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: #FFFFFF;
    background: #2F2F2F;
}
footer a {
    margin: 0 10px;
    display: inline-block;
    line-height: 34px;
}
footer .footer-left {
    margin-right: auto;
    padding: 0;
}
footer .footer-right {
    margin-left: auto;
    padding: 0;
}
#gift-cards h3, .title_gift {
    color: #B1894E !important;
}
#block-user6.page-gallery {
    padding: 60px 0;
    text-align: center;
}
.service-row {
    display: flex;
}
.service-row .service-name {
    color: #B1894E !important;
}
.circle-service-image {
    border-color: #B1894E !important;
}
#block-gallery {
    padding: 50px 0;
}
#block-gallery .site-filters {
    margin: 20px 0;
    text-align: center;
}
#block-gallery .site-filters ul li {
    float: none;
    display: inline-block;
    margin: 0 10px;
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
}
#block-gallery .site-filters ul li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #000;
    opacity: 1;
    padding: 5px 8px;
}
#block-gallery .site-filters ul li.active a, #block-gallery .site-filters ul li:hover a {
    background: none;
    color: #B1894E;
    font-weight: 600;
    border-radius: 0;
    opacity: 1;
}
#block-gallery #masonry li.card-container {
    padding: 5px;
}
#block-gallery .site-filters li input {
    display: none;
}
#block-gallery .overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}
#block-gallery .portfolio-box .overlay-icon .check-km, #block-gallery .portfolio-box .overlay-icon a {
    padding: 0;
    background: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}
#block-gallery .dlab-img-overlay1:after, #block-gallery .dlab-img-overlay1:before {
    background: #B1894E;
    background: -moz-linear-gradient(45deg, #B1894E 5%, rgba(0, 190, 207, 1) 100%);
    background: -webkit-linear-gradient(45deg, #B1894E 5%, rgba(0, 190, 207, 1) 100%);
    background: linear-gradient(45deg, #B1894E 5%, rgba(0, 190, 207, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5ea5', endColorstr='#00becf', GradientType=1);
}
#block-reviews iframe {
    min-height: 292px !important;
    height: 292px !important;
}