.container-fluid {
    max-width: 1230px;
}

label.input_error {
    display: none !important;
}

.input_error {
    border: 1px solid darkred !important;
}

.input_error:focus {
    border: 1px solid #8B0000 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(139, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(139, 0, 0, 0.4)
}

.header {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid rgba(218, 222, 225, 0.7);
    margin-bottom: 30px;
}

.navbar {
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.navbar-nav > li > a {
    border: 1px solid transparent;
    transition: .5s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.slider {
    position: relative;
    margin-bottom: 30px;
}

.slider:after {
    position: absolute;
    background: url(/sites/bespokedevelopment/images/shadow1.png) no-repeat;
    background-position: 50% 0;
    height: 30px;
    bottom: -30px;
    left: 0;
    right: 0;
    content: '';
}

.slider .owl-nav {
    opacity: 0;
    transition: .5s ease;
}

.slider:hover .owl-nav {
    opacity: 1;
    transition: .5s ease;
}

.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}

.slider .owl-nav .owl-prev {
    left: 20px;
    background: url("/sites/bespokedevelopment/images/large_left.png") 0 0 no-repeat;

}

.slider .owl-nav .owl-next {
    right: 20px;
    background: url("/sites/bespokedevelopment/images/large_right.png") 0 0 no-repeat;
}

.slider .owl-nav .owl-prev:hover, .slider .owl-nav .owl-next:hover {
    background-position: 0 -40px;
}

.slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    opacity: 0;
    transition: .5s ease;
}

.slider:hover .owl-dots {
    opacity: 1;
    transition: .5s ease;
}

.slider .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/sites/bespokedevelopment/images/bullet.png") 0 0 no-repeat;
    margin: 0 2px;
}

.slider .owl-dot.active {
    background-position: 0 -20px;
}

.what-we-do {
    margin-top: 50px;
    margin-bottom: 50px;
}

.what-we-do-item {
    max-width: 250px;
    margin: 0 auto;
}

.what-we-do-item__name {
    font-size: 18px;
    margin-bottom: 10px;
}

.what-we-do-item__image {
    margin-bottom: 10px;
}

.footer {
}

.footer-contacts {
    background: #7e9edd;
    padding: 25px 0;
    color: #fff;
}

.footer-contacts p {
    margin-bottom: 5px;
}

.footer-copyright {
    background: #fff;
    padding: 25px 0;
}

.navbar-brand {
    margin-top: -25px;
    margin-left: -15px;
}

.content {
    margin-bottom: 50px;
}

.filter-items {
    margin: 50px auto;
}

.filter-items > ul > li {
    display: inline-block;
    margin: 0 10px;
}

.filter-items > ul > li > a {
    color: #333;
}

.filter-items > ul > li > a:hover, .filter-items > ul > li > a.active {
    color: #B22222;
}

/* gallery */
.gallery-items {
    max-width: 100%;
    padding: 0;
}
.gallery-items__cell {
    /*left: 0 !important;
    width: 25%;*/
    /*padding: 0 !important;*/
    float: left;
    width: 25%;
}

.gallery-item {
    /*margin: 0 -15px;*/
    margin: 2px;
}

/*.gallery-item > a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 148, 219, 0);
    content: '+';
    color: #fff;
    text-align: center;
    font-size: 60px;
    line-height: 0;
    font-weight: 100;
    padding-top: 50%;
    transition: ease .5s;
    opacity: 0;
}

.gallery-item > a:hover:before {
    content: '+';
    background: rgba(94, 148, 219, 0.3);
    transition: ease .5s;
    opacity: 1;
}

.gallery-item img {
    width: 100%;
}*/

/* Процесс */
.process-slider-item__text {
    margin: 20px 0;
}

.process-steps .owl-dot {
    cursor: pointer;
    margin-bottom: 10px;
}

.process-steps .owl-dot.active {
    font-weight: bold;
}

/* Концепции */
.concepts-item {
    margin-bottom: 20px;
}
.concepts-item__name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.concepts-item__show-details > div {
    margin-bottom: 10px;
}
.btn-show-details {
    margin-top: 70px;
}

.concepts-item__full-details {
    padding-top: 20px;
}

@media (min-width: 992px) {

    .navbar-nav > li {
        margin-left: 4px;
        margin-right: 4px;
        font-size: 15px;
    }

    .navbar-nav > li > a:hover {
        border: 1px solid #00024f;
        transition: .5s ease;
    }

    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
        margin-left: -62px;
    }

    .dropdown-menu > li {
        padding: 0 15px;
        width: 250px;
        font-size: 15px;
    }

    .dropdown-menu > li > a {
        padding: 10px 0;
        border-bottom: 1px solid rgba(55, 58, 65, 0.1)
    }

    .dropdown-menu > li > a:hover {
        background: none;
    }

    li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .navbar-toggle {
        background: #00024f;
        color: #fff;
        font-size: 15px;
    }

    .navbar-toggle > span {
        vertical-align: top;
    }

    .navbar-toggle > span:first-child {
        margin-left: 20px;
    }

    .navbar-toggle .icons-bar {
        position: absolute;
        top: 14px;
        left: 10px;
    }

    .navbar-toggle .icon-bar {
        width: 14px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 2px;
    }
    .gallery-items__cell {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .gallery-items__cell {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 430px) {
    .navbar-header {
        text-align: center;
    }

    .navbar-brand {
        display: block;
        float: none;
        text-align: center;
        height: auto;
    }

    .navbar-brand > img {
        margin: 0 auto;
    }

    .navbar-toggle {
        float: none;
        margin: 0;
    }
}