﻿@import url(/assets/_common/css/base.min.css);
@import url(https://fonts.googleapis.com/css?family=Inder&subset=latin,latin-ext);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.block {
    font-size: 1em;
}

.content-block {
    overflow: hidden;
}

a {
    color: #3474af;
}

a:hover {
    color: #34a4ef;
}

a.tel {
    white-space: nowrap;
}

b {
    font-weight: 700;
}

.header {
    font-family: 'Inder', sans-serif;
    text-transform: uppercase;
}

.header-top_panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .85);
    z-index: 20;
}

.header-top_panel a, .header-top_panel a:hover {
    color: inherit;
    text-decoration: none;
}

.header-top_panel-content {
    display: table;
}

.header-top_panel-line {
    display: table-row;
}

.header-top_panel-part {
    display: table-cell;
    padding: .65em 0;
    vertical-align: middle;
    color: #fff;
}

.header-top_panel-logo {
    padding-left: 64px;
    font-size: 2.5em;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    padding-right: 3%;
}

.header-top_panel-logo-image {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 64px;
    height: 56px;
    background: transparent url(/assets/vrustine/images/interface/header-top_panel-logo-image.png) no-repeat left top;
    background-size: 100% 100%;
}

.header-top_panel-logo-text {
    padding-left: .5ex;
    color: #fff;
}

.header-top_panel-nav {
    text-align: right;
}

.header-top_panel-nav li {
    display: inline;
}

.header-top_panel-nav a {
    display: inline-block;
    margin: .1em 0 .1em .5ex;
    padding: .5em 1ex;
}

.header-top_panel-nav a:hover {
    background: #444;
}

.header-top_panel-nav a.active, .header-top_panel-nav a.active:hover {
    background: #2a8bf9;
}

.header-cta {
    padding: 9em 0 2.5em;
    min-height: 10em;
    background: #604037 url(/assets/vrustine/images/interface/header-cta-bg.jpg) no-repeat 50% top;
    background-size: 100% auto;
    background-size: cover;
    z-index: 10;
}

.header-cta-content {
    display: block;
    text-decoration: none;
}

.header-cta-part {
    display: block;
    width: 100%;
    font-size: 3.5em;
    margin-bottom: .3em;
    text-align: center;
}

.header-cta-part-text {
    display: inline;
    color: #fff;
    padding: .1em 1ex;
    white-space: nowrap;
}

.header-cta-static-text {
    background: rgba(0, 0, 0, .75);
}

.header-cta-slidebar {
    width: 100%;
    position: relative;
    height: 1.25em;
    overflow: hidden;
}

.header-cta-slide {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
}

.header-cta-slide.current {
    left: 0;
}

.header-cta-slide-text {
    background: #f9512a;
}

.header-title {
    background: #383430;
    border-top: solid 2px #28211f;
    color: #fff;
}

.header-title-content {
    display: table;
}

.header-title-line {
    display: table-row;
}

.header-title-part {
    display: table-cell;
    padding: 1em 0;
    vertical-align: middle;
}

.header-title-text {
    font-size: 2.2em;
    padding: 0 3% 0 2%;
}

.header-title-lang {
    text-align: right;
    white-space: nowrap;
}

.header-title-lang ul, .header-title-lang li {
    display: inline;
}

.header-title-lang a, .header-title-lang a:hover {
    color: inherit;
}

.header-title-lang a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 3%;
    border: solid .25em #383430;
    border-radius: 50%;
    background-size: 100% auto;
}

.header-title-lang a:hover {
    border-color: #666;
}

.header-title-lang a.active {
    text-decoration: none;
    border-color: #888;
}

.header-title-lang a b {
    display: none;
}

.header-title-lang-en {
    background: #aaa url(/assets/vrustine/images/interface/header-title-lang-en.png) no-repeat 50% 50%;
}

.header-title-lang-cs {
    background: #aaa url(/assets/vrustine/images/interface/header-title-lang-cs.png) no-repeat 50% 50%;
}

.main {
    background: #f4f4f0 url(/assets/vrustine/images/interface/main-bg.jpg) no-repeat 50% top;
    background-size: 100% auto;
}

.main-content {
    padding: 3em 0;
    font-size: 1.2em;
    line-height: 1.7;
}

.main-content .content-block {
    padding: .75em 3%;
    color: #555;
    text-shadow: 1px 1px 0 #fff;
}

.main-content .content-block:hover {
    color: #000;
    background: #fff;
    box-shadow: 0 0 1em rgba(106, 95, 79, .2);
    text-shadow: none;
}

.main h2 {
    padding: 0 2% .5em;
    border-bottom: solid 1px #ff9981;
    margin-bottom: .5em;
    color: #210;
    position: relative;
    font-family: 'Inder', sans-serif;
    text-transform: uppercase;
}

.main h2 i {
    color: #afa894;
    font-size: .8em;
    display: block;
    position: absolute;
    left: 2%;
    top: .6em;
}

.main h2 span {
    display: block;
    margin-left: 2.5ex;
}

.main p, .main ul, .main td {
    padding: .5em 2%;
}

.main p, .main ul {
    margin-bottom: .25em;
}

.main ul li {
    position: relative;
    padding-left: 3.5ex;
}

.main ul.separated li {
    margin-bottom: .5em;
}

.main ul li:before {
    color: #f9512a;
    position: absolute;
    left: 0;
    top: .02em;
    font-family: 'FontAwesome';
    content: "";
    display: block;
}

.main table {
    width: 100%;
    margin-bottom: .75em;
}

.main td {
    padding-top: .5em;
    padding-bottom: .5em;
}

.main td.digital {
    text-align: right;
}

.digital-sub {
    display: block;
    font-size: .8em;
}

.main tbody td.digital {
    white-space: nowrap;
}

.main thead td {
    border-bottom: solid 2px #787470;
    font-weight: 700;
}

.main tbody tr:nth-child(n+2) td {
    border-top: solid 1px #d8d4c0;
}

.footer {
    border-top: solid 3px #686460;
    background: #787470;
    padding: 3em 0;
    font-family: 'Inder', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1.8;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer ul, .footer li {
    display: inline;
}

.footer li a {
    display: inline-block;
    margin: 0 0 .25em .5ex;
    padding: .25em 1ex;
}

.footer li a:hover {
    background: #585450;
}

.clients-list {
    text-align: center;
}

.main ul li.clients-list-item {
    padding-left: 0;
    display: inline;
}

.main ul li.clients-list-item:before {
    display: none;
    content: "";
}

.client {
    display: inline-block;
    padding: 0 1.5% 1em;
}

.client-part {
    display: block;
}

.client-logo {
    width: 240px;
    height: 240px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
}

.client:hover .client-logo {
    box-shadow: 0 0 1em rgba(106, 95, 79, .2);
}

.client-name {
    font-size: .8em;
    padding: .5em 1%;
}

.main ul li.contact-list-item:before {
    color: inherit;
}

.main ul li.contact-list-fb:before {
    content: "";
}

.main ul li.contact-list-vk:before {
    content: "";
}

.main ul li.contact-list-tel:before {
    content: "";
}

.main ul li.contact-list-email:before {
    content: "";
}

@media (max-width: 1024px) {
    .block {
        font-size: .95em;
    }

    .header-cta {
        background-image: url(/assets/vrustine/images/interface/header-cta-bg-1024.jpg);
    }

    .main h2 span {
        margin-left: 2.35ex;
    }
}

@media (max-width: 960px) {
    .header-cta {
        background-image: url(/assets/vrustine/images/interface/header-cta-bg-960.jpg);
    }

    .block {
        font-size: .85em;
    }

    .header-top_panel-part {
        padding: .5em 0;
    }

    .header-top_panel-logo {
        padding-left: 32px;
    }

    .header-top_panel-logo-image {
        margin-top: -14px;
        width: 32px;
        height: 28px;
    }

    .header-top_panel-logo-text {
        font-size: .8em;
        padding-left: .5ex;
        color: #fff;
    }

    .header-cta {
        padding: 7em 0 1.5em;
    }

    .header-title-lang a {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 720px) {
    .header-cta {
        background-image: url(/assets/vrustine/images/interface/header-cta-bg-720.jpg);
    }

    .block {
        font-size: .8em;
    }

    .header-cta {
        padding: 6em 0 1em;
    }

    .header-cta-part {
        font-size: 2.5em;
    }

    .header-title-part {
        padding: .4em 0;
    }

    .header-title-text {
        font-size: 2em;
    }

    .header-title-lang a {
        width: 24px;
        height: 24px;
        margin-left: 10%;
    }

    .header-title-lang li:first-child a {
        margin-left: 0;
    }

    .main-content .content-block {
        color: #444;
        text-shadow: none;
    }
}

@media (max-width: 640px) {
    .block {
        font-size: .9em;
    }

    .header-cta {
        background-image: url(/assets/vrustine/images/interface/header-cta-bg-640.jpg);
    }

    .header-cta-content, #slideBar {
        display: none;
    }

    .header-top_panel {
        position: absolute;
        background: rgba(0, 0, 0, .7);
    }

    .header-top_panel-content, .header-top_panel-line, .header-top_panel-part {
        display: block;
        text-align: center;
    }

    .header-top_panel-logo {
        display: inline-block;
        padding-top: .3em;
        padding-bottom: .3em;
    }

    .header-top_panel-nav {
        padding-top: .2em;
        padding-bottom: .3em;
        font-size: 1.1em;
    }

    .header-top_panel-nav a {
        margin: .2em 0 .2em .25ex;
        padding: .5em 1.25ex;
    }

    .header-cta {
        padding: 6em 0 1em;
        min-height: 7em;
    }

    .header-cta-part {
        font-size: 2.5em;
    }

    .header-title-part {
        padding: .4em 0;
    }

    .header-title-text {
        font-size: 1.7em;
    }

    .main-content {
        padding: 2em 0;
        font-size: 1em;
    }

    .main h2 span {
        margin-left: 2.25ex;
    }

    .main ul li.contact-list-item {
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .header-cta {
        background-image: url(/assets/vrustine/images/interface/header-cta-bg-480.jpg);
    }
}