* {
    font-family: 'Open Sans', sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    overflow-x: hidden;
}


.blue {
    color: #39F;
    font-weight: normal;
}

.black {
    color: #000 !important;
}

ol,
ul {
    list-style: none !important;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}


a:focus {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]:-webkit-zakaz-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}

.top-header .logo span, .section-header span, .team-member span, .project-infos span.project-subtitle, .post-masonry .blog-body span, .blog-info span.blog-meta, .comment-body span {
    font-size: .84em;
    color: #aaa;
}

body {
    font-size: .89em;
    line-height: 1.75;
    color: #000;
    text-rendering: optimizeLegibility;
}

a {
    cursor: pointer !important;
    color: #c20d00;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    a:hover {
        color: black;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    color: #2c2c2c;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    border: 1px solid #aaa;
    outline: 0;
    padding: 10px 12px;
}

    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        border-color: #777;
    }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center !important;
}

.main-btn, .ByeButton, .ByeButtonR {
    text-align: center;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.ByeButton, .ByeButtonR {
    min-width: 200px;
    padding: 10px 30px;
    color: #fff;
    background: #c20d00;
    margin: 10px;
}

    .ByeButton a {
        color: #fff;
        display: block;
    }

    .ByeButton:hover {
        background: #e21d1d;
    }

.ByeButtonR {
    cursor: pointer;
    color: #c20d00;
    border: 1px solid #000;
    background: #fff;
}

    .ByeButtonR:hover {
        color: #000;
        border: 1px solid #c20d00;
    }

blockquote {
    margin: 36px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
    font-size: 1.2em;
    color: #aaa;
}

@media screen and (max-width: 768px) {
    blockquote {
        padding-left: 30px;
        font-size: 1em;
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 40px 0;
}

input.mainBtn {
    text-transform: uppercase;
    background: white;
    color: #2c2c2c;
    font-weight: 700;
    padding: 14px 17px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    input.mainBtn:hover {
        color: #c20d00;
        border-color: #000;
    }

.site-header {
    position: relative;
    z-index: 7;
}

.search {
    margin-right: 15px;
}


    a.btn-left, .top-header .social-top ul li a, .main-header .menu-wrapper a.toggle-menu, .search a {
        margin-top: 10px;
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        text-align: center;
        display: inline-block;
        color: #2c2c2c;
    }

        a.btn-left:hover, .top-header .social-top ul li a:hover, .main-header .menu-wrapper a.toggle-menu:hover, .search a:hover {
            color: #2c2c2c;
            border-color: #2c2c2c;
        }

.top-header {
    width: 100%;
    overflow: hidden;
    background-color: white;
}

    .top-header .logo {
        margin-top: 13px;
        text-align: center;
        width: 100%;
        background: #c20d00;
    }

        .top-header .logo img {
            margin: 0 auto;
            width: auto !important;
            text-align: center;
        }

        .top-header .logo span {
            color: #fff;
            display: inline-block;
            font-size: 22px;
            font-weight: 600;
            margin: -45px 15px;
        }

.lang {
    margin: -40px 20px;
}

    .lang a {
        color: #fff !important;
        margin: 0 3px;
    }

.top-header a {
    color: #2c2c2c;
}

.main-header {
    width: 100%;
    border-bottom: 1px solid #c20d00;
}

.scrolled {
    background-color: #fff;
    position: fixed;
    box-shadow: #c20d00 0 0px 4px;
    left: 0;
    top: 0px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.sf-menu {
    padding: 20px;
}

.main-header .main-header-left a {
    font-size: 18px;
}

.main-header .menu-wrapper {
    position: relative;
    z-index: 10;
    text-align: right;
}

    .main-header .menu-wrapper a.toggle-menu {
        display: none;
        background-color: #d5d5d5;
        color: white;
        border-color: #2c2c2c;
        position: absolute;
        overflow: hidden;
    }

        .main-header .menu-wrapper a.toggle-menu:hover {
            color: white;
        }

    .main-header .menu-wrapper ul li {
        display: inline;
        margin-left: 15px;
        position: relative;
    }

        .main-header .menu-wrapper ul li a {
            text-transform: uppercase;
            font-weight: 600;
            padding: 15px 0;
            color: #414141;
        }

            .main-header .menu-wrapper ul li a:hover {
                color: #565656;
            }

        .main-header .menu-wrapper ul li ul {
            position: absolute;
            width: 200px;
            z-index: 11;
            top: 30px;
            left: 50%;
            margin-left: -35px;
            background-color: #fcfcfc;
        }

            .main-header .menu-wrapper ul li ul:before {
                content: ' ';
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid white;
                position: absolute;
                top: -10px;
                margin-left: -10px;
                left: 50%;
            }

            .main-header .menu-wrapper ul li ul li {
                position: relative;
                display: block;
                text-align: left;
                margin: 0;
                border-bottom: 1px solid #efefef;
            }

                .main-header .menu-wrapper ul li ul li:last-child {
                    border-bottom: 0;
                }

                .main-header .menu-wrapper ul li ul li a {
                    display: block;
                    padding: 10px;
                    color: #777 !important;
                }

                    .main-header .menu-wrapper ul li ul li a:hover {
                        color: #000 !important;
                    }

                .main-header .menu-wrapper ul li ul li:after {
                    display: none;
                }


@media screen and (min-width: 769px) and (max-width: 991px) {
    .main-header .menu-wrapper {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .main-header .menu-wrapper {
        margin-top: 0 !important;
    }

    .top-header .logo h1 {
        display: none;
    }
}

#responsive-menu {
    display: none;
    width: 100%;
    padding: 15px;
    overflow: hidden;
    background-color: #2c2c2c;
}

    #responsive-menu li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #404040;
    }

        #responsive-menu li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        #responsive-menu li a {
            font-size: 18px;
            color: white;
        }

        #responsive-menu li ul {
            margin-top: 10px;
            padding-top: 10px;
            margin-left: 30px;
            border-top: 1px solid #404040;
        }

            #responsive-menu li ul li {
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-bottom: 1px solid #404040;
            }

                #responsive-menu li ul li:last-child {
                    border-bottom: 0;
                    padding-bottom: 0;
                    margin-bottom: 0;
                }


#zakaz-overlay .zakaz-form-holder {
    top: 0 !important;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(159, 142, 142, 0.6);
    padding: 15% 25%;
    margin: 0 !important;
    z-index: 100;
}

    #zakaz-overlay .zakaz-form-holder h2 {
        color: white;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 10px;
    }



    #zakaz-overlay .zakaz-form-holder input {
        outline: 0;
        width: 500px;
        font-size: 22px;
        margin: 5px;
        text-transform: none;
    }

        #zakaz-overlay .zakaz-form-holder input:focus {
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            -ms-box-shadow: none !important;
            -o-box-shadow: none !important;
            box-shadow: none !important;
            outline: none !important;
        }


@media screen and (min-width: 769px) and (max-width: 991px) {
    #zakaz-overlay .zakaz-form-holder {
        top: 40%;
        left: 0;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    #zakaz-overlay .zakaz-form-holder {
        top: 40%;
        padding: 20px;
        left: 0;
        margin: 0;
    }
}

.container-fluid {
    padding: 0 !important;
}

.content-wrapper {
    padding-bottom: 50px;
}

.section-header {
    margin: 10px 0;
}

    .section-header span {
        margin-left: 10px;
    }

@media screen and (max-width: 768px) {
    .section-header span {
        display: block;
        margin-left: 0;
    }
}

.box-content {
    background: white;
    padding: 15px;
    overflow: hidden;
    text-align: center;
    height: 80px;
    background-color: rgba(250, 250, 250, 0.89);
}

.intro-header {
    margin-bottom: 30px;
}

    .intro-header h2 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .intro-header p, .top10 {
        margin-top: 10px;
    }

.overlay-b {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    bottom: 0;
    left: 0;
}

    .overlay-b .overlay-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .overlay-b .overlay-inner a {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -18px;
            margin-top: -18px;
            border: 1px solid #d5d5d5;
            width: 36px;
            height: 36px;
            display: block;
            text-align: center;
            line-height: 36px;
            color: white;
        }

            .overlay-b .overlay-inner a:hover {
                color: #c20d00;
                border-color: #c20d00;
            }

h3.grid-heading {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-item {
    overflow: hidden;
    margin-bottom: 30px;
}

    .service-item.service-right .service-icon {
        float: left;
        text-align: left;
        margin-right: 30px;
    }

    .service-item.service-right .service-content {
        text-align: left;
    }

    .service-item.service-left .service-icon {
        float: right;
        text-align: right;
        margin-left: 30px;
    }

    .service-item.service-left .service-content {
        text-align: right;
    }

    .service-item .service-content {
        overflow: hidden;
    }

        .service-item .service-content h4 {
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: normal;
        }

    .service-item .service-icon {
        margin-top: 15px;
        width: 80px;
        height: 80px;
        display: block;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .service-item .service-icon i {
            width: 80px;
            height: 80px;
            border: 2px solid #d5d5d5;
            border-radius: 40px;
            text-align: center;
            line-height: 80px;
            color: #2c2c2c;
            display: block;
            font-size: 1.89em;
        }

    .service-item:hover .service-icon {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

        .service-item:hover .service-icon i {
            color: #c20d00;
            border-color: #c20d00;
        }

@media screen and (max-width: 768px) {
    .service-item .service-icon {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        line-height: 60px;
        font-size: 1.4em;
    }

    .service-item:hover .service-icon {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    .service-item.service-right .service-icon {
        float: none;
        margin: 0 auto 40px auto;
    }

    .service-item.service-right .service-content {
        text-align: center;
    }

    .service-item.service-left .service-icon {
        float: none;
        margin: 0 auto 40px auto;
    }

    .service-item.service-left .service-content {
        text-align: center;
    }
}

.team-member {
    margin-bottom: 40px;
    overflow: hidden;
}

    .team-member img {
        width: 100%;
        display: block;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
    }

    .team-member h4.member-name {
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .team-member span {
        margin-left: 10px;
    }

    .team-member p {
        margin-bottom: 20px;
    }

    .team-member ul.social-network li {
        display: inline;
        margin-right: 15px;
    }

        .team-member ul.social-network li a {
            color: #2c2c2c;
        }

            .team-member ul.social-network li a:hover {
                color: #c20d00;
            }

.our-staff {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 1px solid white;
}

.staff-member {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .staff-member img {
        width: 100%;
    }

    .staff-member .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        opacity: 0;
        visibility: 0;
        padding: 25px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .staff-member .overlay .overlay-inner {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .staff-member .overlay .overlay-inner .social-network {
                position: absolute;
                top: 0;
                right: 0;
            }

                .staff-member .overlay .overlay-inner .social-network li {
                    display: inline;
                    margin-left: 15px;
                }

                    .staff-member .overlay .overlay-inner .social-network li a {
                        color: white;
                    }

            .staff-member .overlay .overlay-inner span {
                color: white;
                font-size: 1.3em;
                font-family: "Roboto Slab", serif;
                position: absolute;
                bottom: 0;
                left: 0;
            }

    .staff-member:hover .overlay {
        opacity: 1;
        visibility: visible;
    }

@media screen and (max-width: 768px) {
    .projects-holder-2 .filter-categories {
        margin-bottom: 60px;
    }

        .projects-holder-2 .filter-categories ul li {
            display: inline-block;
            margin-right: 10px;
        }
}

.projects-holder-3 .filter-categories {
    margin-bottom: 60px;
}

    .projects-holder-3 .filter-categories ul li {
        display: inline-block;
        margin-right: 10px;
    }

.project-item {
    overflow: hidden;
    margin: 15px 0;
}

    .project-item a {
        display: block;
        z-index: 1;
    }

    .project-item .project-detail h2 {
        font-size: 18px;
        font-weight: normal;
        display: block;
    }

        .project-item .project-detail h2 a {
            color: #2c2c2C;
        }

            .project-item .project-detail h2 a:hover {
                color: #c20d00;
            }

    .project-item:hover .overlay-b {
        opacity: 0.8;
        visibility: visible;
    }

.filter-categories {
    text-align: left;
}

    .filter-categories ul li {
        margin-bottom: 10px;
    }

        .filter-categories ul li span {
            cursor: pointer;
            background: white;
            display: inline-block;
            border-bottom: 1px solid #d5d5d5;
            padding: 8px 16px;
        }

        .filter-categories ul li.active span {
            background: #c20d00;
            color: white;
            border-bottom: 1px solid #e97e0a;
        }

div.load-more {
    text-align: center;
    display: block;
}

    div.load-more a.load-more {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        color: #2c2c2c;
        background: white;
        display: block;
        padding: 14px 20px;
        border-bottom: 1px solid #d5d5d5;
    }

        div.load-more a.load-more:active {
            border-bottom: 0;
        }

.project-thumb {
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    text-align: center;
    z-index: -1;
}

    .project-thumb img {
        width: 100% !important;
    }

.project-infos h2.project-title {
    font-size: 2em;
    font-weight: normal;
}

.project-infos span.project-subtitle {
    margin-top: 10px;
    display: inline-block;
}

.project-infos p {
    margin: 30px 0;
}

.project-infos ul.project-meta {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    display: inline-block;
    padding: 12px 0;
}

    .project-infos ul.project-meta li {
        display: inline-block;
        margin-right: 50px;
        font-family: "Roboto Slab", serif;
    }

        .project-infos ul.project-meta li:last-child {
            margin-right: 0;
        }

        .project-infos ul.project-meta li i {
            margin-right: 10px;
        }

@media screen and (max-width: 768px) {
    .project-infos h2.project-title {
        font-size: 1.6em;
    }

    .project-infos ul.project-meta li {
        margin-bottom: 10px;
    }

        .project-infos ul.project-meta li:last-child {
            margin-bottom: 0;
        }
}

.post-masonry {
    margin-bottom: 30px;
}

    .post-masonry .blog-thumb {
        position: relative;
        overflow: hidden;
    }

        .post-masonry .blog-thumb img {
            width: 100%;
        }

        .post-masonry .blog-thumb:hover .overlay-b {
            opacity: 1;
            visibility: visible;
        }

    .post-masonry .blog-body h3.post-title {
        font-size: 18px;
        font-weight: normal;
    }

        .post-masonry .blog-body h3.post-title a {
            color: #2c2c2c;
        }

            .post-masonry .blog-body h3.post-title a:hover {
                color: #c20d00;
            }

    .post-masonry .blog-body span {
        display: inline-block;
        margin: 10px 0;
    }

.blog-image {
    overflow: hidden;
}

    .blog-image img {
        width: 100%;
    }

.blog-info h2.blog-title {
    font-size: 2em;
    font-weight: normal;
}

.blog-info span.blog-meta {
    margin: 20px 0;
    display: block;
}

@media screen and (max-width: 768px) {
    .blog-info h2.blog-title {
        font-size: 1.6em;
    }
}

.blog-tags, .top30 {
    margin-top: 30px;
}

    .blog-tags span {
        font-family: "Roboto Slab", serif;
    }

    .blog-tags a {
        display: inline-block;
        margin: 0 5px;
    }

        .blog-tags a:after {
            content: ',';
            color: #aaa;
        }

.pagination, .top40 {
    margin-top: 40px;
}

    .pagination ul li {
        display: inline-block;
        margin: 0 2px;
    }

        .pagination ul li a {
            background: white;
            border-bottom: 1px solid #d5d5d5;
            padding: 10px 12px;
            color: #2c2c2c;
        }

            .pagination ul li a:active {
                border-bottom: none;
            }

            .pagination ul li a.active {
                background-color: #c20d00;
                color: white;
                border-bottom: 1px solid #e97e0a;
            }

h2.comment-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.comment {
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding: 15px;
}

    .comment.last .comment-body {
        padding: 0;
        border: 0;
    }

@media screen and (max-width: 768px) {
    .comment .nested-comment {
        margin-left: 30px;
    }

        .comment .nested-comment .author-avatar {
            display: none;
        }
}

.comment-body {
    overflow: hidden;
    border-bottom: 1px solid #c20d00;
}

    .comment-body p {
        text-indent: 20px;
    }

    .comment-body h4 {
        font-weight: normal;
        font-size: 18px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.nested-comment {
    margin-left: 90px;
    margin-top: 30px;
}

.comment-form p {
    margin-bottom: 10px;
    display: block;
}

.comment-form label {
    min-width: 150px;
    display: inline-block;
}

.comment-form input {
    width: 30%;
}

.comment-form textarea {
    max-width: 70%;
    width: 70%;
    min-height: 120px;
}

.comment-form input.mainBtn {
    margin-left: 152px;
}

@media screen and (max-width: 768px) {
    .comment-form label {
        display: block;
    }

    .comment-form input {
        width: 100%;
    }

    .comment-form textarea {
        width: 100%;
        max-width: 100%;
    }

    .comment-form input.mainBtn {
        margin-left: 0;
    }
}

.archive-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #d5d5d5;
}

    .archive-box.last {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .archive-box h2.archive-heading {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: normal;
        margin: 30px 0;
    }

ul.archive-list li {
    margin: 10px 0 10px 30px;
}

    ul.archive-list li h3 {
        font-size: 20px;
        font-weight: 300;
        font-family: "Roboto", sans-serif;
    }

        ul.archive-list li h3 a {
            color: #777;
        }

            ul.archive-list li h3 a:hover {
                color: #c20d00;
            }

.error-page h1 {
    font-size: 120px;
    color: #aaa;
}

.error-page span {
    font-size: 2em;
    color: #aaa;
    margin-bottom: 40px;
    display: block;
}

.error-page p {
    padding-bottom: 30px;
    font-size: 1.2em;
}

@media screen and (max-width: 768px) {
    .tel, .lang {
        display: none !important;
    }

    .error-page h1 {
        font-size: 60px;
    }

    .error-page span {
        font-size: 1.4em;
    }
}

.contact-form {
    overflow: hidden;
    padding-bottom: 40px;
}

    .contact-form h3.contact-title {
        font-size: 18px;
        font-weight: normal;
        margin: 30px 0;
    }

.contact-form-inner p {
    margin-bottom: 10px;
    display: block;
}

.contact-form-inner label {
    min-width: 150px;
    display: inline-block;
}

.contact-form-inner input {
    width: 40%;
}

.contact-form-inner textarea {
    max-width: 64%;
    width: 64%;
    min-height: 120px;
}

.contact-form-inner input.mainBtn {
    margin-left: 152px;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .contact-form-inner {
        margin-bottom: 40px;
    }

        .contact-form-inner input {
            width: 60%;
        }

        .contact-form-inner textarea {
            width: 60%;
            max-width: 60%;
        }
}

@media screen and (max-width: 768px) {
    .contact-form-inner {
        margin-bottom: 40px;
    }

        .contact-form-inner input {
            width: 100%;
        }

        .contact-form-inner textarea {
            max-width: 100%;
            width: 100%;
            display: block;
        }

        .contact-form-inner label {
            width: 100%;
            display: block;
        }

        .contact-form-inner input.mainBtn {
            margin-left: 0;
        }
}

.map-canvas {
    height: 425px;
}


/*----------------slider--------------------*/

.flexslider {
    position: relative;
}

    .flexslider img {
        width: 100%;
        max-width: 100% !important;
    }

    .flexslider .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 7;
        /*background: rgba(0, 0, 0, 0.5);*/
        width: 100%;
        height: 100%;
    }

    .flexslider .slider-caption {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 200px;
        left: 0;
    }

        .flexslider .slider-caption h2 {
            color: white;
            text-transform: uppercase;
            font-size: 36px;
            font-weight: 700;
            border-bottom: 1px solid white;
            padding-bottom: 10px;
            display: inline-block;
        }

        .flexslider .slider-caption p {
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 20px;
            margin-bottom: 26px;
            display: block;
        }

        .flexslider .slider-caption a.slider-btn {
            color: white;
            background-color: #ec523f;
            padding: 12px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            font-weight: 700;
        }

@media screen and (min-width: 989px) {
    .flexslider .slider-caption {
        top: 130px;
    }
}

@media screen and (min-width: 1200px) {
    .flexslider .slider-caption {
        top: 200px;
    }
}


.price {
    font-size: 18px;
    font-weight: 700;
}

.normal_price {
    color: #ccc;
    text-decoration: line-through;
}

.special_price {
    color: #c20d00;
}

footer {
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    border-top: 1px solid #c20d00;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.menu-categories {
    background: #fff;
    display: block;
    padding: 20px;
    position: absolute;
    width: 99%;
    margin-top: 40px;
}

.block {
    display: block;
    float: left;
    margin: 10px;
    width: 150px;
}

.menu-categories .block ul {
    position: static;
    padding: 5px;
    box-shadow: none;
}

    .menu-categories .block ul li {
        display: block !important;
    }

        .menu-categories .block ul li:before {
            content: '|';
            color: #c20d00;
            margin-right: 10px;
        }

.menu-categories a {
    color: #777;
}

.#c20d00 {
    color: #c20d00 !important;
}

#Tovar {
    /*padding: 40px 0;*/
    /*background: #fff;*/
}

    #Tovar .box-content {
        text-align: left;
    }

.img-full {
    margin: 5px;
    width: 100%;
}

.img-small {
    max-height: 100px;
    width: auto !important;
    margin: 5px;
}

.center {
    text-align: center;
}

.description {
    text-indent: 20px;
    margin-bottom: 15px;
    text-align: justify;
}


.deleteButton {
    position: relative;
    display: block;
    background: url('../images/close.png') no-repeat;
    width: 32px;
    height: 32px;
}

    .deleteButton:hover {
        width: 36px;
        height: 36px;
        transition: all 0.2s;
    }

#Cart td, #Cart th {
    vertical-align: middle;
    text-align: center;
}

#Cart img {
    margin: 5px auto;
}




/*відгуки*/
#_reviews {
    background: #ffffff;
    /*float: left;*/
    padding-top: 50px;
}

    #_reviews .mission {
        background-color: #bd3e25;
        color: #f5bd48;
    }

    #_reviews .product {
        background-color: #334d5c;
        color: #f5bd48;
    }

    #_reviews .portfolio {
        background-color: #efc84a;
        color: #ab4921;
    }

    #_reviews .statistic {
        background-color: #334d5c;
        color: #efc84a;
    }

    #_reviews #review_text_wap {
        overflow: hidden;
    }

        #_reviews #review_text_wap img {
            margin-bottom: 20px;
        }

    #_reviews .review_text {
        width: 100%;
        float: left;
    }

    #_reviews .pre_next {
        font-size: 70px;
        top: 50%;
        margin-top: -35px;
        position: absolute;
    }

        #_reviews .pre_next a {
            color: #6698b5;
            float: left;
        }

            #_reviews .pre_next a:hover {
                color: #334d5c;
            }

    #_reviews #review_text_wap h1 {
        font-size: 70px;
        top: 50%;
        margin-top: -35px;
    }

    #_reviews .review_top_bottom_spacer {
        padding-bottom: 80px;
    }





/*--------карусель на сторінці товара-------*/

#carousel {
    margin: 0;
}

    #carousel li {
        margin-right: 5px;
    }

    #carousel img {
        display: block;
        opacity: 1;
        cursor: pointer;
    }

    #carousel .flex-active-slide img {
        opacity: 0.5;
        cursor: default;
    }

.flex-direction-nav {
    position: absolute;
    width: 100%;
    bottom: 50%;
    z-index: 6;
}

    .flex-direction-nav .flex-prev i,
    .flex-direction-nav .flex-next i {
        color: #c20d00;
        font-weight: normal;
        font-size: 55px;
        font-weight: 100;
        margin: 0 10px;
    }

        .flex-direction-nav .flex-prev i:hover,
        .flex-direction-nav .flex-next i:hover {
            margin: 0 20px;
            transition: all 0.2s;
        }

    .flex-direction-nav li > .flex-prev {
        float: left;
    }

    .flex-direction-nav li > .flex-next {
        float: right;
    }


.title {
    width: 300px;
    display: block;
    margin: 25px auto;
    text-align: center;
    border-bottom: 1px solid #c20d00;
}


.h2 {
    text-transform: uppercase;
    width: 100%;
    font-size: 32px;
    color: #747474;
    text-align: center;
    padding: 10px 0;
    display: block;
}

.hide {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right !important;
}

.w100 {
    width: 100%;
    margin: 10px 0px;
    padding: 15px;
    line-height: normal !important;
}

.#c20d00 {
    color: #c20d00 !important;
}

.Font32 {
    font-size: 32px !important;
}

.Font28 {
    font-size: 28px !important;
}

.Font20 {
    font-size: 20px !important;
}

.Font18 {
    font-size: 18px !important;
}

.Font16 {
    font-size: 16px !important;
}

.no-margin {
    margin: 0 !important;
}

.margin5 {
    margin: 5px !important;
}

.margin20 {
    margin: 20px !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.marginbottm20 {
    margin-bottom: 20px !important;
}

.margintop20- {
    margin-top: -20px;
}

.margin50 {
    margin: 50px 0;
}

.padding100 {
    padding: 100px 0;
}

.padding50B {
    padding-bottom: 50px;
}

.white {
    color: #fff !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-indent: 40px;
    text-align: justify;
}

.cente#c20d00 {
    margin: 0 auto !important;
    display: table !important;
}

.float-center {
    float: none !important;
}

.share-btn a {
    margin: 5px;
    font-size: 20px;
    color: #000;
}


.palka:before {
    content: '|  ';
    color: #c20d00;
}

.product_price {
    font-size: 16px;
}

.checklist {
    display: block;
    float: left;
    margin: 5px;
}

    .checklist a {
        display: block;
        padding: 6px 25px !important;
        color: #000;
        background: #fff;
        cursor: pointer;
        border: 1px solid #d5d5d5;
    }


    .checklist ul {
        background-color: white;
        position: absolute;
        padding: 5px;
        z-index: 1;
        box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.5);
    }

#lang {
    background: #fff;
    padding: 5px;
    display: block;
}

    #lang a {
        border: none;
        border-radius: 0 !important;
    }

.tkani {
    display: table;
}

    .tkani img {
        width: 50px;
        margin: 2px;
    }

        .tkani img.big {
            width: 100px;
            margin: 5px;
        }


.leftimg {
    float: left !important; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0 !important; /* Отступы вокруг картинки */
}

.rightimg {
    float: right !important; /* Выравнивание по правому краю  */
    margin: 7px 0 7px 7px !important; /* Отступы вокруг картинки */
}

.no-border {
    border: none !important;
}

.no-padding {
    padding: 0 !important;
}

.category {
    padding: 30px;
    border-bottom: 1px dashed #c20d00 !important;
}


.widget-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.thumb {
    margin-left: -10px;
    margin: 10px;
}

    .thumb img {
        min-width: 150px !important;
        height: auto;
    }

.blog-content {
    padding: 10px;
}

    .blog-content span {
        text-align: right;
    }

    .blog-content .title {
        margin: 5px;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
    }

.post-blog {
    margin-bottom: 20px;
    padding: 10px;
}
