body,
html {
    height: 100%;
}

body {
    color: #000;
    font-family: 'Scada', sans-serif;
    font-size: 18px;
    line-height: 1.50;
}

.modal-backdrop {
    background: #230f06;
}

.modal-content {
    border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 20px 30px;
}

.modal-header .close {
    font-size: 26px;
    margin: 4px 0 -4px;
}

.input-lg {
    border-radius: 0;
}

.form-control {
    border-width: 2px;
    box-shadow: none;
}

.text-muted {
    color: #777
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 20px;
    line-height: 1.4;
}

.large-text p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.large-text h2 {
    margin: 60px 0 20px;
}

a,
a:focus {
    color: #005be2;
    text-decoration: none;
    outline: 0;
}

a span,
a:focus span {
    border-bottom: 2px solid rgba(0, 91, 226, .3);
    padding-bottom: 2px;
}

a:hover,
a:active,
a.active {
    color: #ff1800;
    text-decoration: none;
    outline: 0;
}

a:hover span,
a:active span,
a.active span {
    border-bottom-color: rgba(255, 24, 0, .3);
}

a.dashed span,
a.dashed:hover span,
a.dashed:focus span,
a.dashed:active span,
a.dashed.active span {
    border-bottom-style: dashed;
}

h1,
h2 {
    font-weight: 400;
}

h2 {
    margin: 40px 0 30px;
}

.social-buttons {
    margin: 25px 0 40px;
}

.social-buttons a {
    background: #fff;
    border-radius: 100%;
    color: #000;
    display: inline-block;
    font-size: 22px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    margin: 15px 5px 0 0;
    outline: 0;
    width: 45px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.social-buttons a span,
.social-buttons a:hover span,
.social-buttons a:focus span,
.social-buttons a:active span {
    border: 0;
}

.social-buttons a:hover,
.social-buttons a:active {
    background-color: #F4DCCA;
    color: #3c1107;
}

.social-buttons a:focus {
    color: #221305;
    background-color: #F4DCCA;
}


.btn {
    border: 0;
    border-radius: 5px;
    font-family: 'Scada', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 30px;
    white-space: normal;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default,
.btn-default:focus,
.btn-default.focus {
    color: #352122;
    background-color: #F4DCCA;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn-default:hover {
    color: #352122;
    background-color: #FDF0E6;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #352122;
    background-color: #EFCFB7;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 12px 50px;
    font-size: 30px;
}

.btn span,
.btn:hover span,
.btn:focus span,
.btn:active span,
.btn.active span {
    border: 0;
}

@media (max-width:590px) {

    .btn-lg,
    .btn-group-lg > .btn {
        font-size: 20px;
    }
}

.navbar-default {
    background-color: transparent;
    border: 0;
    font-family: 'Scada', sans-serif;
    padding: 45px 0 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default a span,
.navbar-default a:focus span {
    border-bottom-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.navbar-default a:hover span {
    border-bottom-color: rgba(244, 220, 202, .3);
    color: #F4DCCA;
}

.navbar > .container .navbar-brand {
    padding: 0 15px;
}

.navbar-default .navbar-brand img {
    margin-top: -15px;
    float: left;
    width: 150px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-text {
    color: #fff;
    display: block;
    font-size: 24px;
    font-style: italic;
    float: left;
    margin: 0;
    padding: 14px 20px 0 80px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-text .glyphicon-earphone {
    color: #35240f;
    background-color: #F4DCCA;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    display: none;
    margin: -1px 10px 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-text a:hover .glyphicon-earphone {
    color: #3c1107;
    background-color: #FDF0E6;
}

.navbar-text a:focus .glyphicon-earphone {
    color: #221305;
    background-color: #F4DCCA;
}

.navbar-default .navbar-nav {
    margin: 14px 0 0 0;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus {
    background: #F4DCCA;
    border-radius: 5px;
    color: #221305;
}

.navbar-default .navbar-nav > li.active > a span {
    color: #221305;
}

.navbar-default .navbar-nav > li.active > a span {
    border: 0;
}

.navbar-default .navbar-nav > li.active > a:hover span,
.navbar-default .navbar-nav > li.active > a:focus span {
    color: #3c1107;
}

.navbar-default .navbar-nav > li.active > a:hover {
    background: #F4DCCA;
}

.navbar-default.navbar-shrink {
    background-color: rgba(35, 17, 10, .8);
    padding: 10px 0;
}

.navbar-default.navbar-shrink .navbar-brand img {
    margin: -2px 0 0;
    width: 110px;
}

.navbar-default.navbar-shrink .navbar-text {
    padding: 14px 20px 0 50px;
}

.navbar-default.navbar-shrink .navbar-nav {
    margin: 13px 0 0 0;
}

@media (max-width:1200px) {
    .navbar-default .navbar-brand img {
        margin-top: -10px;
        width: 140px;
    }

    .navbar-default .navbar-text {
        padding: 14px 20px 0 25px;
    }
}

@media (max-width:992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width:768px) {
    .navbar-default {
        padding: 12px 0 25px;
    }
}

@media (max-width:550px) {
    .navbar-default.navbar-shrink .navbar-brand img {
        margin-top: -5px;
        width: 102px;
    }

    .navbar-default.navbar-shrink .navbar-text {
        padding: 11px 20px 0 10px;
    }

    .navbar-default .navbar-brand img {
        margin-top: 2px;
        width: 102px;
    }

    .navbar-default .navbar-text {
        font-weight: 700;
        font-size: 18px;
        padding: 19px 20px 0 10px;
    }
}

@media (max-width:430px) {
    .navbar-text .number {
        display: none;
    }

    .navbar-text .glyphicon-earphone {
        display: block;
    }
}

@media (max-width:300px) {
    .navbar-default .navbar-brand {
        display: none;
    }

    .navbar-text .glyphicon-earphone {
        margin-left: 15px;
    }
}

.navbar-default .nav li a {
    font-size: 24px;
    color: #fff;
    padding: 8px 14px;
}

.navbar-default .nav li a span,
.navbar-default .nav li a:focus span {
    border-bottom-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.navbar-default .nav li a:hover span {
    border-bottom-color: rgba(244, 220, 202, .3);
    color: #F4DCCA;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    background: none;
    color: #F4DCCA;
    outline: 0;
}

.navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
    border-width: 2px;
    padding: 8px 9px;
    margin-top: 16px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default.navbar-shrink .navbar-toggle {
    margin-top: 8px;
}

.navbar-default .navbar-toggle:hover {
    background: transparent;
    border-color: #F4DCCA;
}

.navbar-default .navbar-toggle:focus {
    background-color: #F4DCCA;
    border-color: #F4DCCA;
}

.navbar-default .navbar-toggle:focus:hover {
    background-color: #CBB4A3;
    border-color: #CBB4A3;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #F4DCCA;
}

.navbar-default .navbar-toggle:focus:hover .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #F4DCCA;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: none;
    color: #fff;
}

.navbar-default .nav .dropdown-menu .active > a,
.navbar-default .nav .dropdown-menu .active > a:focus,
.navbar-default .nav .dropdown-menu .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background: none;
    color: #F4DCCA;
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, .8);
    border: 0;
    border-radius: 0;
    padding: 20px 30px;
}

.navbar-default .nav li ul.dropdown-menu > li > a {
    font-size: 20px;
    padding: 12px 8px;
}




@media (max-width:1200px) {}

@media (max-width:992px) {
    .dropdown-menu {
        background-color: rgba(0, 0, 0, .8);
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .nav li ul.dropdown-menu > li > a {
        padding: 12px 15px 12px 25px;
    }

    .navbar-default .navbar-collapse {
        background-color: rgba(0, 0, 0, .8);
        float: right;
        min-width: 280px;
        margin-right: 15px;
    }

    .navbar-collapse.collapse {
        overflow-y: auto !important;
    }

    .navbar-default .navbar-collapse li a {
        letter-spacing: 1px;
        padding: 12px 8px;
    }

    .navbar-default .navbar-nav {
        margin: 20px 30px;
    }

    .navbar-default .nav li a {
        font-size: 20px;
    }

    .navbar-default.navbar-shrink .navbar-collapse {
        background: transparent;
        float: none;
        max-width: none;
    }

    .navbar-default.navbar-shrink .nav > li > a {
        letter-spacing: 1px;
        padding: 12px 8px;
    }
}

@media (max-width:768px) {
    .navbar-default .navbar-collapse {
        margin-right: 0px;
        padding: 0;
    }

    .navbar-default.navbar-shrink .navbar-collapse {
        margin: 0;
    }
}

@media (max-width:490px) {
    .navbar-default .navbar-collapse {
        min-width: 100%;
        max-width: none;
        width: 100%;
    }
}

header {
    background-color: #303030;
    background-image: url(../img/header-bg.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

header a,
header a:focus {
    color: #fff;
}

header a span,
header a:focus span {
    border-bottom: 2px solid rgba(255, 255, 255, .3);
}

header a:hover {
    color: #F4DCCA;
}

header a:hover span {
    border-bottom: 2px solid rgba(255, 214, 0, .3);
}

header .intro {
    padding-top: 240px;
    padding-bottom: 140px;
    overflow: hidden;
}

header .intro .intro-heading {
    font-size: 50px;
    font-family: 'Scada', sans-serif;
    line-height: 1.3;
    margin-bottom: 20px;
}

header .intro .intro-text {
    font-size: 24px;
    margin-bottom: 40px;
}

@media (max-width:992px) {
    header .intro {
        padding-top: 160px;
        padding-bottom: 70px;
    }
}

@media (max-width:768px) {
    header .intro {
        padding-top: 110px;
        padding-bottom: 50px;
    }

    header .intro .intro-heading {
        font-size: 40px;
    }

    header .intro .intro-text {
        margin-bottom: 50px;
    }
}

@media (max-width:590px) {
    header .intro {
        padding-top: 90px;
        padding-bottom: 20px;
    }

    header .intro .intro-heading {
        font-size: 34px;
    }

    header .intro .intro-text {
        font-size: 20px;
    }
}

@media (max-width:450px) {
    header .intro .intro-heading {
        font-size: 26px;
    }

    header .intro .intro-text {
        font-size: 18px;
    }
}

header.inside-header-1 {
    background-image: url(../img/header-bg.jpg);
}

header.inside-header-1 .intro {
    font-family: 'Scada', sans-serif;
    padding-top: 160px;
    padding-bottom: 50px;
    text-align: left;
}

@media (max-width:768px) {
    header.inside-header-1 .intro {
        padding-top: 90px;
        padding-bottom: 30px;
    }
}

header.inside-header-1 .breadcrumb {
    font-size: 18px;
    padding: 0;
    margin-bottom: -10px;
    background-color: transparent;
}

header.inside-header-1 .intro .intro-heading {
    margin-bottom: 10px;
}

header.inside-header-1 .nav {
    font-size: 18px;
    margin-left: -10px;
    margin-bottom: 20px;
}

header.inside-header-1 .nav-pills > li.active > a,
header.inside-header-1 .nav-pills > li.active > a:hover,
header.inside-header-1 .nav-pills > li.active > a:focus {
    background-color: transparent;
}

header.inside-header-1 .nav > li > a {
    padding: 10px 10px;
}

header.inside-header-1 .nav > li > a:hover,
header.inside-header-1 .nav > li > a:focus {
    background-color: transparent;
}

section {
    padding: 60px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin: 0 0 20px;
}

section p.section-subheading {
    font-size: 24px;
    margin: 0 0 35px;
    font-weight: 300;
}

@media (max-width:590px) {
    section h2.section-heading {
        font-size: 30px;
    }
}

@media (max-width:450px) {}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.order-block-1 {
    background: #879177;
    color: #fff;
    padding: 90px 0;
}

.order-block-1 p {
    font-size: 30px;
}

.order-block-1 .indent-col {
    padding-left: 50px;
}

@media (max-width:992px) {
    .order-block-1 {
        text-align: center;
    }

    .order-block-1 .indent-col {
        padding-left: 15px;
    }

    .order-block-1 .btn {
        margin-top: 40px;
    }
}

#slides-block {
    background: #232628;
    color: #fff;
    text-align: center;
    padding: 80px 0 0;
    overflow: hidden;
}

#slides-block .section-subheading {
    margin: 0 0 80px;
}

.pickgradient {
    position: relative;
    display: inline-block;
}

.pickgradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;

    background: -moz-linear-gradient(top, rgba(35, 38, 40, 0) 0%, rgba(35, 38, 40, 0) 75%, rgba(35, 38, 40, 1) 99%, rgba(35, 38, 40, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(35, 38, 40, 0) 0%, rgba(35, 38, 40, 0) 75%, rgba(35, 38, 40, 1) 99%, rgba(35, 38, 40, 1) 100%);
    background: linear-gradient(to bottom, rgba(35, 38, 40, 0) 0%, rgba(35, 38, 40, 0) 75%, rgba(35, 38, 40, 1) 99%, rgba(35, 38, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00232628', endColorstr='#232628', GradientType=0);
}

.insta .desc {
    margin-bottom: 40px;
}

#imp {
    background: #879177;
    padding-bottom: 0;
    color:#fff;
}

.imp-list {
    margin-top: 40px;
}

.imp-block {
    text-align: center;
    margin-bottom: 60px;
}

#imp .icon-block {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 130px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#imp .imp-block:hover .icon-block {
    background: #CBB4A3;
    border: 1px solid #CBB4A3;
    color: #fff;
    margin: -10px auto 10px;
}

.imp-block p {
    padding-top: 20px;
    font-size: 20px;
}

body > footer {
    background: #342e2b;
    color: #fff;
    padding: 25px 0 20px;
}

body > footer p {
    font-size: 14px;
}

body > footer p.privpolicy a {
    font-size: 12px;
}

body > footer p.privpolicy a span {
    padding: 0;
}

body > footer p.phone {
    font-size: 20px;
    font-weight: 700;
}

body > footer a,
body > footer a:focus {
    color: #fff;
}

body > footer a span,
body > footer a:focus span {
    border-bottom: 2px solid rgba(255, 255, 255, .3);
}

body > footer a:hover {
    color: #F4DCCA;
}

body > footer a:hover span {
    border-bottom: 2px solid rgba(255, 214, 0, .3);
}

body > footer .kiwi img {
    float: left;
    height: 43px;
    width: 60px;
}

body > footer .kiwi p {
    margin: 1px 0 0 80px;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width:768px) {
    body > footer .kiwi img {
        float: none;
    }

    body > footer .kiwi p {
        margin: 10px 0 0 0;
    }

    body > footer p.phone {
        margin: 30px 0 0;
    }

    body > footer .kiwi {
        margin: 30px 0 0;
    }
}

.example-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 30px 0;
    text-align: center;
}

.example-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.example-modal .modal-content p {
    margin-bottom: 30px;
}

.example-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    line-height: 24px;
    font-style: italic;
    font-size: 16px
}

.example-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.example-modal .modal-content img {}

.example-modal .modal-content .btn-close {
    margin-top: 35px;
}

.example-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 10;
}

.example-modal .close-modal:hover {
    opacity: .3
}

.example-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.example-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.example-modal .modal-backdrop {
    opacity: 0;
    display: none
}

.example-modal.modal {
    padding-right: 0 !important;
}

.categories-block-1 .categories-wrap {
    overflow: hidden;
    -webkit-box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
    -moz-box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
    box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
}

.categories-block-1 a {
    padding: 0;
    position: relative;
    overflow: hidden;
    max-height: 375px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.categories-block-1 a:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.categories-block-1 a img {
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.categories-block-1 a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.categories-block-1 a .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.categories-block-1 a .text-overlay span {
    border: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    padding: 40px;
    position: absolute;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 26px;
    justify-content: center;
    flex-direction: column;
    max-width: 280px;
    z-index: 999;
}

@media (max-width:1200px) {
    .categories-block-1 a {
        max-height: 358px;
    }
}

@media (max-width:992px) {
    .categories-block-1 a:after {
        background-color: #414242;
        opacity: .7;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

    .categories-block-1 a .text-overlay span {
        text-align: center;
        top: 0;
        max-width: none;
        width: 100%;
    }
}

section.categories-block-2 {
    background: #e9e9e9 url(../img/zebra-light-bg.png);
}

.categories-block-2 .categories-wrap {
    overflow: hidden;
    text-align: center;
}

.categories-block-2 a {
    background: #fff;
    color: #000;
    display: inline-block;
    font-family: 'Scada', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    padding: 12px 25px;
    margin: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.categories-block-2 a:hover {
    background-color: #de0025;
    color: #fff;
}

@media (max-width:590px) {
    .categories-block-2 a {
        font-size: 20px;
    }
}

.contacts-block-1 {
    background: #eaebea;
}

.contacts-block-1 .big-text p {
    font-size: 28px;
    font-weight: 700;
}

.contacts-block-1 p {
    font-size: 22px;
}

.map-block-1 {
    height: 500px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
    line-height: 0;
}

.map-block-1 iframe {
    min-height: 500px;
    width: 100%;
}

section.contacts-block-2 {
    overflow: hidden;
    position: relative;
}

#zebra {
    background: url(../img/zebra.png) no-repeat;
    position: absolute;
    top: 170px;
    left: -50px;
    height: 184px;
    width: 108px;
    z-index: 100;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

#zebra:hover {
    left: 0;
}

.contacts-block-2 .work-time {
    margin: 25px 0;
}

.contacts-block-2 .phones {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
}

@media (max-width:992px) {
    .contacts-block-2 .map {
        margin-top: 60px
    }
}


.form-control {
    background: #f8f8f8;
    border: 0;
    color: #000;
    height: 42px;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.form-control:focus {
    background: #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 #fff, 0 0 5px 0 #0078ff;
    -moz-box-shadow: inset 0 1px 2px 0 #fff, 0 0 5px 0 #0078ff;
    box-shadow: inset 0 1px 2px 0 #fff, 0 0 10px 0 #0078ff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.has-error .form-control,
.has-error .form-control:focus {
    background: #ffe0e0;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.has-error .form-control:focus {
    background: #ffe0e0;
    -webkit-box-shadow: inset 0 1px 2px 0 #ffe0e0, 0 0 5px 0 #0078ff;
    -moz-box-shadow: inset 0 1px 2px 0 #ffe0e0, 0 0 5px 0 #0078ff;
    box-shadow: inset 0 1px 2px 0 #ffe0e0, 0 0 10px 0 #0078ff;
}

a.close,
a.close:focus {
    color: #005be2;
    text-decoration: none;
    outline: 0;
    opacity: 1;
    text-shadow: none;
}

a.close:hover,
a.close:active,
a.close.active {
    color: #ff1800;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

.cart-order-1 form {
    background: #eae5e0;
    font-size: 16px;
    padding: 30px;
    margin: 30px 0 60px;
    -webkit-box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
    -moz-box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
    box-shadow: 0px 50px 70px 0px rgba(50, 48, 37, 0.4);
}

.cart-order-1-bottom {
    margin-top: 40px;
    text-align: center;
}

.complete {
    margin: 40px 0 80px;
}

.complete .typcn-thumbs-up {
    color: #b1b1b1;
    font-size: 90px;
    margin-bottom: 20px;
}

.certificates-block-1 .img-list {
    text-align: center;
    margin-top: 30px;
}

.certificates-block-1 .img-list img {
    border: 5px solid #fff;
    margin: 0 15px 15px 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.certificates-block-1 .img-list a:hover img {
    margin: -2px 15px 17px 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 48, 37, 0.7);
    box-shadow: 0px 6px 8px 0px rgba(50, 48, 37, 0.4);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.note-text {
    font-size: 14px;
    margin-top: 20px;
}

.partners-block-1 {
    background: #342e2b url(../img/dark-wood.jpg);
    color: #fff;
    text-align: center;
}

.partners-block-1 .logo-list {
    margin-top: 30px;
}

.partners-block-1 .logo-list div {
    background: #000 url(../img/brands.png);
    display: inline-block;
    height: 90px;
    margin: 10px;
    width: 229px;
}

.partners-block-1 .logo-list div.premium {
    background-position: 0 0;
}

.partners-block-1 .logo-list div.onmacabin {
    background-position: -249px 0px;
}

.partners-block-1 .logo-list div.christina {
    background-position: -498px 0px;
}

.partners-block-1 .logo-list div.janssen {
    background-position: -747px 0px;
}

.partners-block-1 .logo-list div.maranta {
    background-position: 0px -110px;
}

.partners-block-1 .logo-list div.jean-darcel {
    background-position: -249px -110px;
}

.partners-block-1 .logo-list div.la-femme {
    background-position: -498px -110px;
}

.partners-block-1 .logo-list div.kodi {
    background-position: -747px -110px;
}

.partners-block-1 .logo-list div.lycon {
    background-position: 0px -220px;
}

.partners-block-1 .logo-list div.emmediciotto {
    background-position: -249px -220px;
}

.partners-block-1 .logo-list div.selective {
    background-position: -498px -220px;
}

.partners-block-1 .logo-list div.lisap {
    background-position: -747px -220px;
}

.text-block-1 .indent-col {
    padding-left: 50px;
}

.text-block-1 .btn {
    margin-top: 20px;
}

@media (max-width:992px) {
    .text-block-1 .indent-col {
        padding-top: 30px;
        padding-left: 15px;
    }
}

.action-block-1 {
    padding-bottom: 0;
}

.action-block-1 > .container {
    border-bottom: 2px dotted #e9e9e9;
    padding-bottom: 60px;
}

.action-block-1 .time i {
    background: #f9e5e8;
    border-radius: 3px;
    display: inline-block;
    padding: 0 5px;
}

.action-block-1 .indent-col {
    padding-left: 50px;
}

.action-block-1 .btn {
    margin-top: 20px;
}

.noborder,
.action-block-1.noborder > .container {
    border: 0;
}

.action-block-1 img {
    margin-bottom: 30px;
}

@media (max-width:992px) {
    .action-block-1 .indent-col {
        padding-left: 15px;
    }
}

.backlink {
    display: block;
    padding: 20px 0;
    margin-top: 30px;
}

section.feedback-block-1 {
    text-align: center;
    padding: 100px 0;
}

.feedback-block-1 .carousel.slide {
    padding-bottom: 50px;
}

.feedback-block-1 .carousel-inner {
    margin: 0 auto;
    width: 70%;
}

blockquote {
    border: 0;
}

blockquote p {
    font-size: 20px;
}

blockquote .small,
blockquote footer,
blockquote small {
    font-size: 18px;
    margin-top: 20px;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: normal;
}

.feedback-block-1 a.carousel-control {
    background: none;
    border: 0;
    bottom: auto;
    color: #222;
    font-size: 70px;
    text-shadow: none;
    width: 70px;
}

.feedback-block-1 a.carousel-control span {
    border: 0;
}

.feedback-block-1 .carousel-indicators li {
    background: #c0c0c0;
}

.feedback-block-1 .carousel-indicators li.active {
    background: #333;
}

.feedback-block-1 .carousel-indicators {
    bottom: 20px;
}

@media (max-width:500px) {
    section.feedback-block-1 {
        padding: 50px 0 60px;
    }

    .feedback-block-1 .carousel.slide {
        padding-bottom: 60px;
    }

    .feedback-block-1 .carousel-inner {
        width: 100%;
    }

    .feedback-block-1 a.carousel-control {
        display: none;
    }

    .feedback-block-1 .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

section.feedback-block-2 {
    text-align: center;
}

.feedback-block-2 .item {
    border-bottom: 1px dotted #ccc;
    margin: 0 auto;
    padding: 30px 0 20px;
    width: 80%;
}

@media (max-width:500px) {
    .feedback-block-2 .item {
        width: 100%;
    }
}


.feedback-add-block-1 {
    text-align: center;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
}

.feedback-add-block-1 p {
    font-size: 20px;
}

.feedback-add-block-1 .btn {
    margin-top: 40px;
}

.feedback-add-block-1 .inside-wrap {
    background: #fff;
    overflow: hidden;
    padding: 30px 20px;
    margin: 0 30px;
}


.service-page-1 .quote {
    text-align: center;
    margin-bottom: 30px;
}

.service-page-1 img {
    margin: 0 auto 50px;
}

.service-page-1 .service-list {
    border: 10px solid #e9e9e9;
    list-style: none;
    padding: 20px;
    overflow: hidden;
}

.service-page-1 .service-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-page-1 .service-list ul li {
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.service-page-1 .service-list ul li:hover {
    background: #FDF0E6;
}

.single-button-block {
    text-align: center;
    margin-top: 60px;
}

@media (max-width:992px) {
    .service-page-1 .service-list ul {
        width: 100%;
    }
}


.dropdown-menu > li > a {
    white-space: normal;
}

.fotorama {
    margin-bottom: 20px;
}

.certificate {
    margin-top: 50px;
}


.pagination-wrap {
    margin-top: 50px;
    text-align: center;
}

.pagination > li > a,
.pagination > li > a:focus {
    margin: 5px;
    padding: 10px 16px;
    height: 50px;
    width: 50px;
    font-size: 22px;
    line-height: 30px;
    color: #005be2;
    border: 0;
    border-radius: 50%;
}

.pagination > li > a:hover,
.pagination > li > a:active {
    color: #ff1800;
    background: #fff1b9;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-radius: 50%;
    margin: 5px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #221305;
    background-color: #ffba00;
}

@font-face {
    font-family: 'Socicon';
    src: url('../fonts/Socicon.eot?6abp0d');
    src: url('../fonts/Socicon.eot?6abp0d#iefix') format('embedded-opentype'),
        url('../fonts/Socicon.woff2?6abp0d') format('woff2'),
        url('../fonts/Socicon.ttf?6abp0d') format('truetype'),
        url('../fonts/Socicon.woff?6abp0d') format('woff'),
        url('../fonts/Socicon.svg?6abp0d#Socicon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="socicon-"],
[class*=" socicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Socicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.socicon-mailru:before {
    content: "\e94a";
}

.socicon-facebook:before {
    content: "\e028";
}

.socicon-google:before {
    content: "\e034";
}

.socicon-googleplus:before {
    content: "\e038";
}

.socicon-instagram:before {
    content: "\e044";
}

.socicon-linkedin:before {
    content: "\e04c";
}

.socicon-mail:before {
    content: "\e050";
}

.socicon-odnoklassniki:before {
    content: "\e05a";
}

.socicon-paypal:before {
    content: "\e060";
}

.socicon-skype:before {
    content: "\e073";
}

.socicon-telegram:before {
    content: "\e087";
}

.socicon-twitter:before {
    content: "\e08d";
}

.socicon-viber:before {
    content: "\e091";
}

.socicon-vimeo:before {
    content: "\e093";
}

.socicon-vkontakte:before {
    content: "\e095";
}

.socicon-whatsapp:before {
    content: "\e099";
}

.socicon-yandex:before {
    content: "\e0a2";
}

.socicon-youtube:before {
    content: "\e0a5";
}

.socicon-pinterest:before {
    content: "\e063";
}
