﻿@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700);



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 {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* html5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::selection {
    background-color: #f6a31a;
}

::-moz-selection {
    background-color: #f6a31a;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    color: #666;
    cursor: default;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
}

    a:focus,
    a:hover {
        text-decoration: underline;
    }

strong {
    font-weight: 700;
}

div.load {
    background: #000 url(../images/load.gif) center no-repeat;
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header.header {
    background-color: #f3f3f3;
    position: relative;
    z-index: 0;
}

    header.header div.header-content {
        margin: 0 auto;
        max-width: 900px;
        position: relative;
        width: 92%;
    }

        header.header div.header-content a.logo {
            display: block;
            left: 0;
            position: absolute;
            top: 50%;
            transition: opacity 0.25s;
        }

            header.header div.header-content a.logo img {
                display: block;
            }

            header.header div.header-content a.logo:focus,
            header.header div.header-content a.logo:hover {
                opacity: 0.7;
            }

nav.nav {
    z-index: 1;
}

article.article > header {
    margin: 0 auto 60px;
    max-width: 700px;
    width: 92%;
}

    article.article > header h1 {
        color: #4e5a61;
        line-height: 1.05;
        margin-bottom: 8px;
    }

    article.article > header h2 {
        color: #999;
        line-height: 1.3;
    }

    article.article > header > :last-child {
        margin-bottom: 0;
    }

article.article div.body-container {
    line-height: 1.35;
    margin: 0 auto;
    max-width: 700px;
    text-align: left;
    width: 92%;
}

    article.article div.body-container h2 {
        color: #999;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    article.article div.body-container p {
        margin-bottom: 20px;
    }

    article.article div.body-container ul {
        margin: 0 0 20px 20px;
    }

        article.article div.body-container ul li {
            list-style: square;
        }

    article.article div.body-container img {
        max-width: 100%;
    }

    article.article div.body-container a {
        font-weight: 700;
    }

    article.article div.body-container > :last-child {
        margin-bottom: 0 !important;
    }

div.gallery {
    margin: 30px auto 0;
    max-width: 700px;
    width: 92%;
}

    div.gallery figure img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    div.gallery figure figcaption {
        color: #999;
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 10px auto 0;
        text-align: left;
    }

    div.gallery ul {
        font-size: 0;
        overflow: hidden;
    }

        div.gallery ul li {
            display: inline-block;
            *display: inline;
            padding: 1px;
            vertical-align: top;
            width: 50%;
            zoom: 1;
        }

            div.gallery ul li a {
                display: block;
                overflow: hidden;
                position: relative;
            }

                div.gallery ul li a img {
                    display: block;
                    width: 100%;
                    transition: transform 4s ease-out;
                }

                div.gallery ul li a:focus img,
                div.gallery ul li a:hover img {
                    transform: scale(1.2);
                }

footer.footer {
    background-color: #4e5a61;
    color: #ccc;
    line-height: 1.2;
    margin-top: 60px;
    padding: 50px 4% 20px;
    position: relative;
    z-index: 0;
}

    footer.footer a {
        color: #ccc;
    }

        footer.footer a.soluty {
            background: url(../images/soluty-digital.png);
            display: block;
            height: 13px;
            margin: 50px auto 0;
            overflow: hidden;
            position: relative;
            text-align: left;
            text-indent: -500px;
            transition: background-position 0.2s ease-out;
            width: 80px;
        }

            footer.footer a.soluty:focus,
            footer.footer a.soluty:hover {
                background-position: left -13px;
            }

div.form {
    margin: 0 auto;
    max-width: 700px;
    width: 92%;
}

    div.form div.row {
        margin-bottom: 20px;
    }

        div.form div.row div.field-wrap {
            position: relative;
        }

            div.form div.row div.field-wrap.half {
                float: left;
                margin-right: 3%;
                width: 48.5%;
            }

            div.form div.row div.field-wrap.last {
                margin-right: 0;
            }

            div.form div.row div.field-wrap label {
                color: #999;
                display: block;
                left: 0;
                position: absolute;
                text-transform: uppercase;
                top: 0;
            }

                div.form div.row div.field-wrap label span.alert {
                    background-color: #f6a31a;
                    padding: 0 3px;
                    color: #fff;
                }

            div.form div.row div.field-wrap input:not([type=submit]):not([type=range]),
            div.form div.row div.field-wrap select,
            div.form div.row div.field-wrap textarea {
                background-color: transparent;
                border: 0;
                border-bottom: 2px solid #4e5a61;
                border-radius: 1px;
                box-shadow: none;
                color: #4e5a61;
                display: block;
                font-family: 'Maven Pro', sans-serif;
                font-size: 25px;
                font-size: 2.5rem;
                font-weight: 400;
                outline: none;
                padding: 22px 0 10px;
                transition: border-bottom-color 0.2s;
                width: 100%;
            }

                div.form div.row div.field-wrap input:not([type=submit]):not([type=range]):focus,
                div.form div.row div.field-wrap select:focus,
                div.form div.row div.field-wrap textarea:focus {
                    border-bottom-color: #f6a31a;
                }

            div.form div.row div.field-wrap select {
                padding: 21px 0 9px;
            }

            div.form div.row div.field-wrap textarea {
                resize: none;
            }

                div.form div.row div.field-wrap input:invalid:not([type=submit]),
                div.form div.row div.field-wrap select:invalid,
                div.form div.row div.field-wrap textarea:invalid {
                    border-color: #000;
                }

    div.form div.feedback {
        border-radius: 1px;
        color: #fff;
        line-height: 1.2;
        padding: 15px 20px;
    }

        div.form div.feedback.error {
            background-color: #980000;
        }

        div.form div.feedback.success {
            background-color: #008e0b;
        }

    div.form div.row.buttons {
        margin-top: 60px;
    }

    div.form div.row:after {
        clear: both;
        content: '';
        display: block;
    }

    div.form > :last-child {
        margin-bottom: 0 !important;
    }

.button {
    background-color: transparent;
    border: 2px solid #4e5a61;
    border-radius: 1px;
    color: #4e5a61;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-family: 'Maven Pro', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    outline: none !important;
    padding: 10px 60px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: border-color 0.3s, color 0.3s;
    zoom: 1;
}

    .button:hover,
    .button:focus {
        border-color: #f6a31a;
        color: #f6a31a;
    }

.no-display {
    display: none;
}

div.pager {
    margin-top: 50px;
}

    div.pager a {
        margin: 0 10px;
    }

div.controls {
    margin-top: 50px;
}

    div.controls a {
        cursor: pointer;
    }
