/*
Theme Name: Ledss Lighting Services
Theme URI:
Author: Lemme Velleõu
Author URI:
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ledss
Tags: responsive-layout

*/

@import 'css/font-awesome.min.css';

/*
    LEDSS theme
    for Bootstrap v3

    Ivan Kolesnikov, ivan.kolesnikov@modera.net
    Version: 27.12.17

    Structure
    --------------------------------------------
    1. base styles
        - fonts definition
        - clearfix
        - typography
        - styled elements
    2. common items
        - icons
        - buttons
        - form
            - checkbox
        - loading
        - dropdown
        - carousel
        - social
        - modal
    3. layout
        - global layout
        - navbar
        - content
        - columns
        - footer

    PAGES
        - home
*/



/* 1. base styles ----------------------------------*/

    /* fonts definition */

@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir-light-webfont.woff') format('woff'),
         url('fonts/avenir-light-webfont.ttf') format('truetype'),
         url('fonts/avenir-light-webfont.svg#AvenirRegular') format("svg");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir-roman-webfont.woff') format('woff'),
         url('fonts/avenir-roman-webfont.ttf') format('truetype'),
         url('fonts/avenir-roman-webfont.svg#AvenirRegular') format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir-medium-webfont.woff') format('woff'),
         url('fonts/avenir-medium-webfont.ttf') format('truetype'),
         url('fonts/avenir-medium-webfont.svg#AvenirRegular') format("svg");
    font-weight: 500;
    font-style: normal;
}
*{
    word-break:break-word;
}
body {
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    /* clearfix */

.selector:before, .selector:after {
    content: " ";
    display: table;
}
.selector:after {
    clear: both;
}

    /* typography */

body {
    color: #3c3c3c;
    background-color: #ededee;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.1;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
            transition-property: border-color, background-color, color, opacity;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 100;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0;
}
h1, h2, h3,
.h1, .h2, .h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    word-wrap: break-word;
}
h1, .h1 {
   font-size: 40px;
}
h2, .h2 {
    font-size: 32px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 18px;
    font-weight: 700;
}

.lead {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.2;
}
.sublead {
    font-size: 18px;
}
.rear {
    font-size: 14px;
}

p, ul, ol, dl {
    margin-bottom: 20px;
}
dt {
    margin-bottom: 10px;
}
dd {
    margin-bottom: 10px;
}

img.pull-left, figure.pull-left {
    margin: 0 20px 10px 0;
}
img.pull-right, figure.pull-right {
    margin: 0 0 10px 20px;
}
figcaption {
    display: block;
    padding: 6px 8px;
    background-color: #e5e5e5;
    color: #666;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

address {
    color: #666;
}

hr {
    margin: 20px 0;
    border-color: #ccc;
}

    /* styled elements */

.text-white {
    color: #fff;
}
.text-muted {
    color: #666;
}
a.text-muted:hover, a.text-muted:focus {
    color: #000;
}
.text-primary {
    color: #fac80a;
}
a.text-primary:hover, a.text-primary:focus {
    color: #000;
}
/*.text-success {
    color: #6f0;
}
a.text-success:hover, a.text-success:focus {
    color: #000;
}
.text-info {
    color: #0fc;
}
a.text-info:hover, a.text-info:focus {
    color: #000;
}
.text-warning {
    color: #fc0;
}
a.text-warning:hover, a.text-warning:focus {
    color: #000;
}
.text-danger {
    color: #f00;
}
a.text-danger:hover, a.text-danger:focus {
    color: #000;
}*/

.list-disc {
    padding-left: 1.5em;
    list-style: none;
}
.list-disc li {
    margin-bottom: 10px;
}
.list-disc li:before {
    float: left;
    margin-top: -0.125em;
    margin-left: -0.65em;
    font-size: 2em;
    line-height: 1;
    content: "\2022";
}
.list-decimal {
    padding-left: 2em;
    list-style: none;
    counter-reset: count;
}
.list-decimal li {
    margin-bottom: 10px;
    counter-increment: count;
}
.list-decimal li:before {
    float: left;
    width: 1.2em;
    margin-left: -2em;
    font-weight: bold;
    text-align: right;
    content: counter(count);
}
dl.list-horizontal {
    overflow: hidden;
}
dl.list-horizontal dt,
dl.list-horizontal dd {
    float: left;
    width: 50%;
    margin: 5px 0;
}
dl.list-horizontal dt {
    clear: left;
    font-weight: bold;
}
dl.list-horizontal dd {
    font-weight: normal;
}

.img {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.img img {
    vertical-align: middle;
    max-width: 100%;
}
.img-video {
    position: relative;
}
.img-video::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 34px;
    margin: -0.75em 0 0 -24px;
    -webkit-transition: color .35s ease;
            transition: color .35s ease;
    color: #353635;
    font-size: 48px;
    font-family: "FontAwesome";
    line-height: 34px;
    content: "\f16a";
}
a.img-video:hover::before {
    color: #f00;
}

@media (min-width: 480px) and (min-height: 480px) {
    .img-video::before {
        width: 64px;
        height: 46px;
        margin-top: -0.5em;
        margin-left: -32px;
        font-size: 64px;
        line-height: 46px;
    }
}

.block-embed {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 67.5%;
    overflow: hidden;
}
.block-embed.widescreen {
    padding-bottom: 56.5%;
}
.block-embed > iframe, .block-embed > object, .block-embed > embed, .block-embed > video, .block-embed > .embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    opacity: 0.75;
}
.disabled .mask {
    display: block;
}

.hint-line {
    margin: 20px 0;
    color: #999;
    font-style: italic;
}



/* 2. common items ----------------------------------*/

    /* icons */

.ico {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    font-size: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 0;
    text-decoration: none;
}
a .ico, button .ico, .btn .ico {
    margin-top: -2px;
    margin-right: 4px;
}

a .fa, a.fa, button .fa {
    display: inline-block;
    min-width: 16px;
    text-align: center;
    text-decoration: none;
}
a .fa, button .fa, .btn .fa {
    margin-right: 4px;
}
a .fa[class*="-right"], button .fa[class*="-right"], .btn .fa[class*="-right"] {
    margin-right: 0;
    margin-left: 4px;
}
a .fa-single, button .fa-single, .btn .fa-single {
    margin-right: 0;
}

.ico-facebook {
    background-image: url('img/ico-social-fb.png');
}
.ico-youtube {
    background-image: url('img/ico-social-yt.png');
}

.close {
    overflow: hidden;
    font-size: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: background-color, color;
            transition-property: background-color, color;
}
.close:before,
.close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    border: 1px solid;
    border-width: 1px 0;
    content: "";
}
.close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.close:hover,
.close:focus {
    opacity: 1;
}

    /* buttons */

.btn {
    height: 40px;
    padding: 0 20px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color;
            transition-property: border-color, background-color, color;
}
.btn:focus .btn.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-sm {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}
.btn-lg {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}

.btn-primary {
    border-color: #03f;
    background-color: #03f;
    color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    border-color: #46e;
    background-color: #46e;
    color: #fff;
}
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
    border-color: #55f;
    background-color: #55f;
}

.btn-secondary {
    border-color: #ccc;
    background-color: #ccc;
    color: #000;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    border-color: #ddd;
    background-color: #ddd;
    color: #666;
}
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    border-color: #eee;
    background-color: #eee;
}

.btn-link {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    color: inherit;
    font-size: inherit;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: inherit;
    text-decoration: underline;
}

.btn-line {
    margin-top: 20px;
    margin-bottom: 0;
}

    /* form */

label {
    margin-bottom: 10px;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-control {
    height: 47px;
    padding: 0 15px;
    border: 2px solid #717171;
    border-radius: 6px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #000;
    font-size: inherit;
    text-align: inherit;
}
.form-control::-webkit-input-placeholder {
    color: #666;
}
.form-control::-moz-placeholder {
    color: #666;
}
.form-control:-ms-input-placeholder {
    color: #666;
}
.form-control::placeholder {
    color: #666;
}
.form-control:focus {
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

/*.has-success .form-control {
    border-color: #5aad54;
}
.has-success .form-control:focus {
    border-color: #3b6c37;
}
.has-warning .form-control {
    border-color: #deb139;
}
.has-warning .form-control:focus {
    border-color: #876f2d;
}
.has-error .form-control {
    border-color: #e53e3e;
}
.has-error .form-control:focus {
    border-color: #8c2a2a;
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .radio, .has-error .radio-inline,
.has-error .control-label,
.has-error .help-block {
    color: #e53e3e;
}*/

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.search-field {
    position: relative;
    text-align: left;
}
.search-field .form-control {
    padding-right: 45px;
    border-color: #d6d6d6;
    border-radius: 6px;
    background-color: #fff;
}
.search-field .form-control::-webkit-input-placeholder {
    color: #d6d6d6;
}
.search-field .form-control::-moz-placeholder {
    color: #d6d6d6;
}
.search-field .form-control:-ms-input-placeholder {
    color: #d6d6d6;
}
.search-field .form-control::placeholder {
    color: #d6d6d6;
}
.search-field .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    color: #d6d6d6;
    font-size: 0;
}
.search-field .search-btn::before {
    font-size: 20px;
    font-family: "FontAwesome";
    content: "\f002";
}


        /* - checkbox */

.checkbox, .radio {
    position: relative;
    min-height: 46px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    color: #666;
    font-size: 11px;
    line-height: 46px;
}
.checkbox .check-item, .radio .check-item {
    position: absolute;
    top: 2px;
    left: 0;
}
.check-label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.42857;
}
.check-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    white-space: nowrap;
}
.check-item input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0;
    border: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer;
}
.check-item .check-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #666;
    font-weight: normal;
    text-align: center;
    text-indent: 2px;
    -webkit-transition: border-color .35s ease, color .35s ease;
            transition: border-color .35s ease, color .35s ease;
}
.no-touch .check-item input:hover + .check-icon {
    border-color: #000;
}
.check-item input:checked + .check-icon {
    border-color: #000;
}
.no-touch .check-item input:checked:hover + .check-icon {
    border-color: #4d4d4d;
}
.check-item input[type="checkbox"]:checked + .check-icon:before {
    font-family: "FontAwesome";
    content: "\f00c";
}
.check-item input[type="radio"] + .check-icon { 
    border-radius: 12px;
}
.check-item input[type="radio"]:checked + .check-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    border: 5px solid;
    border-radius: 5px;
    content: "";
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: 0;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 0;
}

        /* - switch */

.switch-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 4px;
}
.switch-item input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.switch-item .switch-slider-wrap {
    position: relative;
    z-index: 1;
    display: block;
    width: 62px;
    height: 22px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) inset;
    color: #5e5e5e;
    font-size: 0;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: border-color .35s ease;
            transition: border-color .35s ease;
}
.switch-item .switch-slider-wrap:before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    border-radius: 2px;
    background-color: #aaa;
    -webkit-transition: margin-left 0.2s linear, background-color .35s ease;
            transition: margin-left 0.2s linear, background-color .35s ease;
    content: "";
}
.no-touch .switch-item input:hover + .switch-slider-wrap {
    border-color: #999;
}
.no-touch .switch-item input:hover + .switch-slider-wrap:before {
    background-color: #999;
}
.switch-item input:checked + .switch-slider-wrap {
    border-color: #16bb12;
    color: #4aa419;
}
.switch-item input:checked + .switch-slider-wrap:before {
    left: -20px;
    margin-left: 100%;
    background-color: #16bb12;
}
.no-touch .switch-item input:checked:hover + .switch-slider-wrap {
    border-color: #17ae10;
}
.no-touch .switch-item input:checked:hover + .switch-slider-wrap:before {
    background-color: #17ae10;
}
.switch-item input[disabled] + .switch-slider-wrap,
.no-touch .switch-item input[disabled]:hover + .switch-slider-wrap {
    border-color: #d9d9d9;
    opacity: 0.5;
}
.no-touch .switch-item input[disabled]:hover + .switch-slider-wrap:before {
    background-color: #aaa;
}
.switch-item input[disabled]:checked + .switch-slider-wrap,
.no-touch .switch-item input[disabled]:checked:hover + .switch-slider-wrap {
    border-color: #16bb12;
}
.no-touch .switch-item input[disabled]:checked:hover + .switch-slider-wrap:before {
    background-color: #16bb12;
}
.switch-item .switch-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 8px;
    font-size: 12px;
    -webkit-transition: margin-left 0.2s linear;
            transition: margin-left 0.2s linear;
}
.switch-item .switch-slider-on {
    margin-left: -100%;
    padding-right: 24px;
}
.switch-item .switch-slider-off {
    padding-left: 24px;
    text-align: right;
}
.switch-item input:checked + .switch-slider-wrap .switch-slider-on {
    margin-left: 0;
}
.switch {
    display: block;
}
.switch-inline {
    display: inline-block;
    vertical-align: middle;
}
.switch, .switch-inline {
    position: relative;
    min-height: 30px;
    margin-bottom: 0;
    padding-left: 78px;
    font-weight: inherit;
    line-height: 26px;
}
.switch .switch-item, .switch-inline .switch-item {
    position: absolute;
    top: 0;
    left: 0;
}

        /* - file */

.jViz-file-item {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.jViz-file-path {
    vertical-align: middle;
    margin-left: 10px;
}
.jViz-file-hint {
    vertical-align: middle;
    margin-left: 10px;
    color: #999;
}
.jViz-file-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.jViz-file {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    min-width: 100%;
    height: 100%;
    padding: 0;
    font-size: 300%;
    cursor: pointer;
    opacity: 0;
}
.jViz-file-btn .jViz-btn {
    position: relative;
    display: block;
    height: 40px;
    padding: 0 20px;
    overflow: hidden;
    background-color: #e8e8e8;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    cursor: default;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: border-color .35s ease, background-color .35s ease, color .35s ease;
            transition: border-color .35s ease, background-color .35s ease, color .35s ease;
}
.jViz-file:hover + .jViz-btn,
.jViz-file:focus + .jViz-btn {
    background-color: #dbdbdb;
    color: #666;
}
.jViz-file[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}
.jViz-file[disabled] + .jViz-btn {
    background-color: #eee;
    color: #aaa;
    opacity: .5;
}

        /* - select */

.jViz-select-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}
.jViz-select-item.open {
    z-index: 999;
}
.jViz-select {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 50px !important;
    opacity: 0 !important;
}
.jViz-select.touch {
    width: 100% !important;
    height: 100% !important;
}
.jViz-select-current {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 47px;
    padding: 0 40px 0 15px;
    overflow: hidden;
    border: 2px solid #717171;
    border-radius: 6px;
    line-height: 43px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    -webkit-transition: border-color .5s ease;
            transition: border-color .5s ease;
}
.jViz-select-current:before {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    color: #717171;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    opacity: 0.75;
    content: "";
}
.jViz-select-current:hover:before,
.jViz-select:hover + .jViz-select-current:before {
    color: #000;
}
.open > .jViz-select-current,
.jViz-select:focus + .jViz-select-current {
    /*border-color: #a4c6fd;*/
}
.open > .jViz-select-current:before,
.jViz-select:focus + .jViz-select-current:before {
    color: #000;
}
.jViz-select-list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    display: none;
    width: 100%;
    margin-top: -5px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
}
.open > .jViz-select-list {
    display: block;
}
.jViz-select-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.jViz-select-list .list {
    position: relative;
    max-height: 245px;
    padding-top: 5px;
    overflow-x: hidden;
    border: 2px solid #717171;
    border-top-width: 0;
    border-radius: 0 0 6px 6px;
    background-color: #ededee;
}
.jViz-select-list .link {
    display: block;
    height: 32px;
    padding: 0 15px;
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
.jViz-select-list .link:hover {
    background-color: #eee;
}
.jViz-select-list .link.selected {
    background-color: #669cff;
    color: #fff;
}
.jViz-select-list .link[disabled],
.jViz-select-list .link[disabled]:hover,
.jViz-select-list .optgroup[disabled] .link,
.jViz-select-list .optgroup[disabled] .optgroup-label {
    background-color: transparent;
    color: #bbb;
}
.jViz-select-list .optgroup-label {
    display: block;
    height: 20px;
    padding: 0 10px;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    cursor: default;
}
.jViz-select-list .optgroup .link {
    padding-left: 20px;
}
.jViz-select[disabled] + .jViz-select-current {
    cursor: not-allowed;
    opacity: .5;
}
.jViz-select[disabled] + .jViz-select-current:before {
    background-color: #999;
}

.has-error .jViz-select-current {
    border-color: #f00;
}

    /* table */

.table {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 6px 14px;
    border: 0;
    border-bottom: 2px solid #b6b6b6;
    line-height: inherit;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
    /*background-color: #fff;*/
    font-weight: inherit;
}
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td {
    border: 0;
}

@media (max-width: 639px) {
    .data-table,
    .data-table > tbody,
    .data-table > tbody > tr,
    .data-table > tbody > tr > th,
    .data-table > tbody > tr > td {
        display: block;
        width: auto;
    }
    .data-table > thead {
        display: none;
    }
    .data-table > tbody > tr {
        border-top: 1px solid #ddd;
    }
    .data-table > tbody > tr > th:empty {
        display: none;
    }
    .data-table > tbody > tr > td {
        padding-top: 5px;
        padding-bottom: 5px;
        overflow: hidden;
        border-top: 0;
    }
    .data-table > tbody > tr > td:first-child {
        padding-top: 10px;
    }
    .data-table > tbody > tr > td:last-child {
        padding-bottom: 10px;
    }
    .data-table > tbody > tr > td[data-th] {
        padding-left: 50%;
    }
    .data-table > tbody > tr > td[data-th]:before {
        float: left;
        width: 100%;
        margin-left: -100%;
        padding-right: 10px;
        color: #5e5e5e;
        font-size: 13px;
        text-align: left;
        word-wrap: break-word;
        content: attr(data-th);
    }
    .data-table > tbody > tr > .title-cell {
        border-top: 0;
    }
    .data-table > tbody > tr.divider,
    .data-table > tbody > tr.divider + tr {
        border-top: 0;
    }
    .data-table > tbody > tr.divider > td {
        padding: 0;
    }

    .data-table .text-right {
        text-align: inherit;
    }
    .data-table .title-cell {
        color: #5e5e5e;
        font-weight: bold;
    }
    .data-table .btn-line {
        width: auto !important;
    }
    .data-table .btn-line .btn {
        display: block;
        width: 100%;
    }
    .data-table .btn-line .btn + .btn {
        margin-top: 5px;
    }

    .data-table.js-table-hover > tbody > tr.js-row-hover.open + tr.js-row-hidden {
        display: block;
    }
    .data-table.js-table-hover > tbody > tr.js-row-hover.open > td[data-th]:before {
        color: inherit;
    }
}

    /* loading */

.spinner-wrap,
.loading {
    position: relative;
    opacity: 0.25;
}
.spinner-wrap .spinner {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
}
.spinner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url('img/ajax-loader.gif') no-repeat 50% 50%;
}
body.loading {
    opacity: 1;
}
body.loading > .loading-mask {
    position: fixed;
    background-color: rgba(255,255,255,.95);
}
.loading-mask {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.75);
}
.mask-content {
    display: table;
    width: 100%;
    height: 100%;
}
.mask-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mask-text .spinner {
    position: static;
    margin: 0;
}
.mask-text .text {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}

    /* modal */
.modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.modal .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
.modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 15px 25px;
}
.modal-header {
    border-bottom-color: #eee;
}
.modal-footer {
    border-top-color: #eee;
}
.modal-footer .btn {
    min-width: 120px;
}

@media (min-width: 768px) {
    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 20px 35px;
    }
}

.modal-video .modal-dialog {
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.modal-video .modal-body {
    padding: 0;
}
.modal-video .close {
    top: -40px;
    right: 0;
    color: #fff;
}
.modal-video iframe {
    border: 0;
}

@media (min-width: 992px) {
    .modal-video .modal-dialog {
        max-width: 70%;
    }
}
    /* carousel */

.carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0 0 15px;
    font-size: 0;
}
.carousel-indicators > li {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.carousel-indicators > li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 1px solid #ededee;
    border-radius: 8px;
    -webkit-transition: border-color .35s ease, background-color .35s ease, color .35s ease;
            transition: border-color .35s ease, background-color .35s ease, color .35s ease;
    content: "";
}
.carousel-indicators > li.active {
    width: 25px;
    height: 25px;
    background-color: transparent;
}
.carousel-indicators > li:hover::before {
    border-color: #fff;
}
.carousel-indicators > li.active::before {
    border-color: #ededee;
    background-color: #ededee;
}

.carousel-control {
    z-index: 16;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    text-shadow: none;
    opacity: 1;
}
.carousel-control::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin: -25% 0 0 -25%;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    content: "";
}
.carousel-control::hover {
    color: #fff;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-control.left {
    left: 15px;
}
.carousel-control.right {
    right: 15px;
}
.carousel-control.left::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.carousel-control.right::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

@media (min-width: 1200px) {
    .carousel-control {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }
}

.carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 0 40px;
    padding: 0;
    color: inherit;
    text-shadow: none;
}
.carousel-caption .title {
    font-size: 18px;
}



/* 3. layout ----------------------------------*/

    /* global layout */

html, body {
    height: 100%;
}
.main-wrapper {
    height: 100%;
    padding-top: 86px;
}
.page-home .main-wrapper {
    padding-top: 0;
}
.container {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1440px) {
    .container {
        width: 1420px;
    }
}




    /* navbar */

.navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 86px;
    overflow: hidden;
    z-index: 3;
    transition: height 0s step-start .35s;
}
.navbar-header {
    position: relative;
    float: none;
    height: 86px;
    border-bottom: 3px solid #7c7c7c;
    background-color: #3c3c3c;
    color: #fff;
    line-height: 83px;
}
.navbar-brand {
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 57px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url('img/logo_white.png') no-repeat 50% 50%;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    font-size: 0;
    z-index: 2;
}
.navbar-toggle {
    position: absolute;
    top: 50%;
    right: 19px;
    display: block;
    width: 64px;
    height: 58px;
    margin: -29px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 2;
}
.navbar-toggle > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 4px;
    margin: -2px 0 0 -18px;
    border-radius: 2px;
    background-color: #fff;
    font-size: 0;
}
.navbar-toggle > span::before,
.navbar-toggle > span::after {
    position: absolute;
    right: 0;
    left: 0;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    -webkit-transition: -webkit-transform .35s ease, top .35s ease;
            transition:         transform .35s ease, top .35s ease;
    content: "";
}
.navbar-toggle > span::before {
    top: -11px;
}
.navbar-toggle > span::after {
    top: 11px;
}
.navbar-opened .navbar-toggle > span {
    background-color: transparent;
}
.navbar-opened .navbar-toggle > span::before,
.navbar-opened .navbar-toggle > span::after {
    top: 0;
    background-color: #fff;
}
.navbar-opened .navbar-toggle > span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-opened .navbar-toggle > span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    height: inherit;
    min-width: 320px;
    max-width: 100%;
    margin: 0;
    padding: 120px 0 20px;
    border-radius: 0 0 6px 6px;
    background-color: #3c3c3c;
    color: #fff;
    text-align: center;
    z-index: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .35s ease;
            transition:         transform .35s ease;
}
.navbar-opened .navbar-collapse {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.navbar-collapse .container {
    height: inherit;
}
.navbar-frame {
    display: block;
    height: inherit;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
}
.navbar-nav {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.navbar-nav > li {
    float: none;
    margin-bottom: 20px;
}
.navbar-nav > li > a {
    padding-left: 45px;
    padding-right: 45px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: transparent;
}
.navbar-nav > li > a::before,
.navbar-nav > li > a::after {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 11px;
    margin-top: -5px;
    background-color: #717171;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
            transition: opacity .35s ease;
    content: "";
}
.navbar-nav > li > a::before {
    left: 0;
}
.navbar-nav > li > a::after {
    right: 0;
}

.navbar-nav > li > a:hover::before,
.navbar-nav > li > a:hover::after,
.navbar-nav > li.active > a:before,
.navbar-nav > li.active > a:after
/*.navbar-nav > li.current-menu-item > a:before,
.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li.current-menu-parent > a:before,
.navbar-nav > li.current-menu-parent > a:after */
 {
    opacity: 1;
}

.lang-switcher {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    padding: 0 15px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.lang-switcher .dropdown {
    display: inline-block;
    vertical-align: top;
}
.lang-switcher .dropdown-toggle {
    display: block;
    height: 22px;
    padding: 0 6px;
    background-color: #717171;
    color: #fff;
    line-height: 22px;
}
.lang-switcher .dropdown-toggle:hover,
.lang-switcher .dropdown-toggle:focus {
    background-color: #555;
    text-decoration: none;
}
.lang-switcher .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 8px 0;
    border-radius: 0;
    border: 0;
    background-color: #fafafa;
    box-shadow: none;
    color: #3c3c3c;
    font-size: inherit;
    text-align: inherit;
}
.lang-switcher .dropdown-menu > li > a {
    height: 28px;
    padding: 0 6px;
    color: inherit;
    line-height: 28px;
}

.navbar-home {
    height: 102px;
}
.navbar-home .navbar-header {
    height: 102px;
    border-top: 5px solid #ededee;
    border-bottom: 0;
    background-color: transparent;
    line-height: 102px;
}
.navbar-home .navbar-brand {
    vertical-align: top;
    width: 102px;
    height: 102px;
    margin-top: -5px;
    padding: 15px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    background-image: url('img/logo_black.png');
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    -webkit-background-origin: content-box;
            background-origin: content-box;
}
.navbar-home a.navbar-brand:hover {
    background-color: #ededee;
}

@media (min-height: 768px) {
    .navbar-collapse {
        padding-top: 190px;
    }
    .lang-switcher {
        top: 42px;
    }
}

@media (max-width: 991px) {
    .navbar-opened .navbar {
        height: 100%;
        transition-delay: 0s;
    }
    .navbar-collapse .container {
        width: auto;
    }
}

@media (min-width: 992px) {
    .navbar {
        overflow: visible;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse {
        position: relative;
        top: auto;
        right: auto;
        height: 86px;
        margin-top: -86px;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        text-align: right;
        line-height: 86px;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    .navbar-opened .navbar-collapse {
        box-shadow: none;
    }
    .navbar-frame {
        overflow: visible;
        white-space: nowrap;
    }

    .navbar-nav {
        float: none;
        vertical-align: middle;
    }
    .navbar-nav > li {
        float: left;
        margin: 0 15px;
    }
    .navbar-nav > li > a {
        height: 62px;
        padding: 0;
        line-height: 62px;
    }
    .navbar-nav > li > a::before,
    .navbar-nav > li > a::after {
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        width: auto;
        height: 11px;
        margin-top: 0;
    }
    .navbar-nav > li > a::before {
        top: 0;
    }
    .navbar-nav > li > a::after {
        bottom: 0;
    }

    .lang-switcher {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        padding: 0;
    }
    .lang-switcher .dropdown {
        vertical-align: middle;
    }

    .navbar-home {
        height: 138px;
    }
    .navbar-home .container {
        position: relative;
    }
    .navbar-home .navbar-header {
        height: 138px;
        line-height: 132px;
    }
    .navbar-home .navbar-brand {
        width: 141px;
        height: 138px;
        padding: 20px;
    }
    .navbar-home .navbar-toggle {
        top: auto;
        right: 15px;
        bottom: 13px;
        display: block;
        margin: 0;
    }
    .navbar-home .navbar-collapse {
        -webkit-transform: translateY(-200%);
                transform: translateY(-200%);
    }
    .navbar-opened .navbar-home .navbar-collapse {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    .navbar-home .navbar-frame {
        display: inline-block;
        vertical-align: top;
        margin-right: -30px;
        padding: 0 120px 0 0;
        border-radius: 6px;
        background-color: #3c3c3c;
        box-shadow: 0 2px 5px rgba(0,0,0,.25);
    }
}

@media (min-width: 1440px) {
    .navbar-brand {
        margin-left: 95px;
    }
    .navbar-nav > li {
        margin-left: 25px;
        margin-right: 25px;
    }
    .lang-switcher {
        margin-left: 25px;
    }
    .navbar-home .navbar-brand {
        margin-left: 0;
    }
}




    /* content */

.content-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.content-inverse {
    background-color: #3c3c3c;
    color: #fff;
}
.content-header {
    margin-bottom: 40px;
}
.content-title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 22px 18px 18px;
    border: 4px solid #d4d4d4;
    border-radius: 60px;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.content-ico {
    display: none;
    vertical-align: middle;
    width: 105px;
    height: 105px;
    margin: 0 0 0 60px;
    line-height: 105px;
    text-align: center;
}
.content-ico > img {
    max-width: 100%;
    max-height: 100%;
}
.content-header .side-line {
    display: block;
    margin: 30px 0 0;
}

@media (max-width: 991px) {
    .content-header {
        text-align: center;
    }
}

@media (min-width: 480px) {
    .content-title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .content-header {
        margin-bottom: 60px;
    }
    .content-header .side-line {
        float: right;
        margin: 22px 0 0 30px;
    }
    .content-title {
        width: auto;
        min-width: 420px;
    }
    .content-ico {
        display: inline-block;
    }
}

@media (min-width: 1440px) {
    .content-page {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .content-header {
        margin-bottom: 100px;
    }
    .content-header .side-line {
        margin-top: 30px;
    }
    .content-header .search-field {
        width: 425px;
    }
    .content-title {
        min-width: 640px;
        padding-top: 30px;
        padding-bottom: 26px;
    }
}




    /* footer */

.main-footer {
    background-color: #3c3c3c;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.footer-contact-list {
    margin-bottom: 22px;
}
.footer-contact-item {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 2px;
}
.footer-address {
    display: block;
    margin: 0;
    font-size: 18px;
}
.footer-social-links {
    margin: 35px 0 0;
}
.footer-social-link {
    width: 36px;
    height: 36px;
    margin: 0 10px;
}
.footer-copy {
    display: block;
    margin: 28px 0 0;
    font-size: 13px;
}

@media (min-width: 992px) {
    .main-footer {
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: left;
    }
    .footer-info {
        float: left;
        width: 80%;
    }
    .footer-contact-list {
        margin: 0;
    }
    .footer-contact-item {
        display: inline;
        margin: 0;
    }
    .footer-contact-item::after {
        margin: 0 10px 0 18px;
        content: "|";
    }
    .footer-contact-item:last-child::after {
        display: none;
    }
    .footer-address {
        margin-top: 50px;
    }
    .footer-bottom {
        float: right;
        width: 20%;
        text-align: center;
    }
    .footer-social-links {
        margin: 0;
    }
    .footer-copy {
        margin-top: 50px;
    }
}




/* PAGES */

    /* home */

.home-carousel {
    height: 100%;
    z-index: 2;
}
.home-carousel .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.home-carousel .carousel-inner > .item {
    height: 100%;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
}
.home-carousel .carousel-caption {
    position: static;
    display: table;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 2px #000;
}
.home-carousel .carousel-caption-frame {
    display: table-cell;
    vertical-align: middle;
    padding: 132px 30px 30px;
}
.home-carousel .carousel-caption-main {
    display: block;
    margin:auto;
}
.home-carousel .carousel-caption .title {
    display: block;
    margin: 0;
    font-size: 30px;
    letter-spacing: 1px;
}
#references .carousel-inner{
    overflow:unset;
}
.home-carousel .carousel-caption-side {
    display: block;
    width: 200px;
    margin: 20px auto 0;
}
.home-carousel .carousel-caption .img {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border-radius: 6px;
    color: #3c3c3c;
    text-shadow: none;
}
.home-carousel .carousel-caption .caption {
    position: absolute;
    bottom: 10px;
    right: 30px;
    left: 30px;
    font-size: 18px;
    line-height: 1;
}
.home-carousel .carousel-control {
    display: none;
}
.home-carousel .carousel-indicators {
    display: none;
}

@media (min-height: 576px) {
    .home-carousel .carousel-caption-side {
        margin-top: 80px;
    }
}

@media (min-height: 768px) {
    .home-carousel .carousel-caption p{
        margin-top: 6.5rem;
    }
    .home-carousel .carousel-caption-main {
        width: 70%;
    }
}

@media (min-width: 480px) and (min-height: 480px) {
    .home-carousel .carousel-caption .title {
        font-size: 40px;
    }
    .home-carousel .carousel-caption-side {
        width: 300px;
    }
    .home-carousel .carousel-caption .caption {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .home-carousel .carousel-caption {
        font-size: 0;
        text-align: left;
    }
    .home-carousel .carousel-caption-main {
        display: block;
        vertical-align: middle;
        width: 65%;
    }
    .home-carousel .carousel-caption .title {
        font-size: 50px;
    }
    .home-carousel .carousel-caption p {
        display: block;
        font-size: 18px;
    }
    .home-carousel .carousel-caption .btn-line {
        display: block;
        margin: 35px 0 0;
    }
    .home-carousel .carousel-caption-side {
        display: inline-block;
        vertical-align: middle;
        width: 35%;
        margin: 0 0 0 10%;
    }
}

@media (min-width: 1200px) {
    .home-carousel .carousel-caption .caption {
        bottom: 26px;
    }
}

@media (min-width: 1440px) {
    .home-carousel .carousel-caption-main {
        width: 70%;
    }
    .home-carousel .carousel-caption .title {
        font-size: 70px;
        letter-spacing: 2px;
        line-height: 1.15;
    }
    .home-carousel .carousel-caption-side {
        width: 30%;
        margin-left: 20%;
    }
}

    /* products */

.products-list {
    margin: 0 -30px;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.products-list-item {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0 30px;
    font-size: 18px;
}

.product-item {
    display: block;
    overflow: hidden;
    border: 2px solid #d6d6d6;
    border-radius: 8px;
    text-align: center;
    white-space: nowrap;
}
a.product-item:hover,
a.product-item:focus {
    border-color: #3c3c3c;
    text-decoration: none;
}
.product-item .img {
    position: relative;
    height: 0;
    margin: 0;
    padding-bottom: 70%;
    background-color: #fff;
}
.product-item .img-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-item .img-inner::after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}
.product-item .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.product-item .info {
    position: relative;
    display: block;
    height: 100px;
    padding: 20px;
    overflow: hidden;
    background-color: #fafafa;
}
.product-item .info::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background-image: -webkit-linear-gradient(left, rgba(250,250,250,0), rgba(250,250,250,1) 40%);
    background-image: linear-gradient(to right, rgba(250,250,250,0), rgba(250,250,250,1) 40%);
    content: "";
}
.product-item .title {
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
}
.product-item .hint {
    display: block;
    margin: 10px 0 0;
}

@media (min-width: 768px) {
    .products-list-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .products-list-item {
        width: 33.3333%;
    }
}

@media (min-width: 1440px) {
    .products-list-item {
        margin-bottom: 70px;
    }
    .product-item .info {
        height: 120px;
        padding: 30px;
    }
    .product-item .hint {
        margin-top: 17px;
    }
}


.product-title {
    display: block;
    margin: 0 0 40px;
    font-size: 40px;
    text-align: center;
}
.product-subtitle {
    display: none;
    height: 36px;
    margin: 0 0 30px;
    padding: 0 30px;
    border-radius: 6px;
    background-color: #3c3c3c;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: uppercase;
}

.product-gallery {
    margin: 0 -30px 50px;
}
.product-gallery .c-preview {
    margin-bottom: 18px;
    border-radius: 0;
    background-color: #fff;
}
.product-gallery-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.product-gallery-item {
    display: inline-block;
    vertical-align: top;
}
.product-gallery-thumb {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-align: center;
}
.product-gallery-thumb img {
    display: none;
}
.product-gallery-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 1px solid #3c3c3c;
    border-radius: 8px;
    -webkit-transition: border-color .35s ease, background-color .35s ease;
            transition: border-color .35s ease, background-color .35s ease;
    content: "";
}
.product-gallery-thumb:hover::before {
    background-color: #fafafa;
}
.is-active > .product-gallery-thumb::before {
    border-color: #3c3c3c;
    background-color: #3c3c3c;
}

.product-tabs {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.product-tabs > li {
    margin-bottom: -1px;
}
.product-tabs > li > a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #3c3c3c;
    font-size: 18px;
    text-transform: uppercase;
}
.product-tabs > li:first-child > a {
    border-radius: 6px 6px 0 0;
}
.product-tabs > li:last-child > a {
    border-radius: 0 0 6px 6px;
}
.product-tabs > li > a:hover,
.product-tabs > li > a:focus {
    background-color: #fafafa;
    text-decoration: none;
}
.product-tabs > li.active > a {
    background-color: #3c3c3c;
    color: #fff;
}
.product-content {
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .product-tabs > li {
        display: table-cell;
        width: 1%;
        margin: 0;
    }
    .product-tabs > li > a {
        height: 36px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 36px;
    }
    .product-tabs > li:first-child > a {
        border-radius: 6px 0 0 6px;
    }
    .product-tabs > li:last-child > a {
        border-radius: 0 6px 6px 0;
    }
}

@media (min-width: 992px) {
    .product-title {
        float: right;
        width: 35%;
        text-align: inherit;
    }
    .product-subtitle {
        display: inline-block;
    }
    .product-gallery {
        float: left;
        width: 65%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 45px;
    }
    .product-gallery .c-preview {
        float: left;
        width: 73%;
        margin: 0;
        padding-bottom: 344px;
        border: 2px solid #d6d6d6;
        border-radius: 8px;
    }
    .product-gallery-list {
        float: right;
        width: 27%;
        margin-top: -24px;
        text-align: right
    }
    .product-gallery-item {
        margin-top: 24px;
    }
    .product-gallery-thumb {
        width: auto;
        width: 120px;
        height: 100px;
        border: 2px solid #d6d6d6;
        border-radius: 8px;
        background-color: #fff;
    }
    .product-gallery-thumb::after {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        content: "";
    }
    .is-active > .product-gallery-thumb {
        border-color: #3c3c3c;
    }
    .product-gallery-thumb img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }
    .product-gallery-thumb::before {
        display: none;
    }

    .product-tabs {
        display: none;
    }
    .product-content .tab-pane {
        display: block;
        float: right;
        width: 35%;
        margin-bottom: 40px;
    }
    .product-content .tab-pane:nth-child(even) {
        float: left;
        width: 65%;
        padding-right: 45px;
    }
}

@media (min-width: 1440px) {
    .product-title {
        width: 31%;
        margin-bottom: 65px;
    }
    .product-gallery {
        width: 69%;
    }
    .product-gallery .c-preview {
        padding-bottom: 464px;
    }
    .product-gallery-thumb {
        width: 195px;
        height: 140px;
    }
    .product-content .tab-pane {
        width: 31%;
    }
    .product-content .tab-pane:nth-child(even) {
        width: 69%;
    }
}







.category-list {
    margin: 0 -30px;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.category-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 18px;
}

.category-item {
    display: block;
}
a.category-item:hover,
a.category-item:focus {
    text-decoration: none;
}
.category-item .img {
    width: 165px;
    height: 165px;
    margin: 0 auto 50px;
}
.category-item .title {
    display: inline-block;
    vertical-align: middle;
    min-width: 210px;
    margin: 0 0 25px;
    padding: 11px 15px 7px;
    border: 2px solid;
    border-radius: 6px;
    color: #717171;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
}
.category-item .descr {
    margin: 0;
}

@media (min-width: 992px) {
    .category-list {
        margin-top: 80px;
    }
    .category-list-item {
        width: 33.3333%;
    }
}

@media (min-width: 1440px) {
    .category-item .img {
        width: 225px;
        height: 225px;
        margin-bottom: 40px;
    }
}




.ref-carousel {
    margin: 0 -30px;
}
.ref-item {
    display: block;
    overflow: hidden;
}
.ref-item .img {
    margin-bottom: 10px;
}
.ref-item .img:last-child {
    margin-bottom: 0;
}
.ref-item .img img {
    width: 100%;
}

@media (min-width: 992px) {
    .ref-item {
        margin: 0 -20px -40px;
    }
    .ref-item .img {
        float: left;
        width: 50%;
        margin-bottom: 40px;
        padding: 0 20px;
    }
}




.article-item {
    text-align: center;
}
.article-item .map-embed {
    margin: 0 -30px 40px;
    padding: 0 0 120%;
}
.article-item .text {
    margin-bottom: 60px;
}
.article-item .form-group {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .article-item {
        margin-top: 100px;
        text-align: left;
    }
    .article-info {
        margin-top: 75px;
    }
    .article-item .map-embed {
        margin: 0;
        padding-bottom: 67%;
        border-radius: 6px;
    }
}



.links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.links-list-item {
    margin-bottom: 14px;
}





.gallery {
    display: block;
    position: relative;
}

.gallery-thumbs-list {
    margin: -22px 0 0 -22px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.gallery-thumbs-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 92px;
    height: 92px;
    margin: 22px 0 0 22px;
}
.gallery-thumbs-item.is-active::before {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 2px solid #717171;
    border-radius: 14px;
    content: "";
}
.gallery-thumbs-link {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-thumbs-link > img {
    width: 100%;
    min-height: 100%;
}



.c-lightbox {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.c-lightbox.is-open {
    display: block;
}
.c-lightbox__frame {
    position: relative;
    z-index: 2;
    height: 100%;
}
.c-lightbox__shadow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.c-lightbox__img {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 90%;
    height: 94%;
    padding-top: 2%;
}
.c-lightbox__img > img {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
    border: 10px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.5);
            box-shadow: 0 0 25px rgba(0,0,0,.5);
}
.c-lightbox__close {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
}
.c-lightbox__close::before,
.c-lightbox__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 0;
    margin: 0 0 0 -25%;
    border-top: 2px solid;
    content: "";
}
.c-lightbox__close::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.c-lightbox__close::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.c-lightbox__control {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: none;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #fff;
    font-size: 0;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
.c-lightbox__control::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin: -25% 0 0 -25%;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    content: "";
}
.c-lightbox.is-multiple .c-lightbox__control {
    display: block;
}
.c-lightbox__control--prev {
    left: 15px;
}
.c-lightbox__control--prev::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.c-lightbox__control--next {
    right: 15px;
}
.c-lightbox__control--next::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(45deg);
}

@media (min-width: 1200px) {
    .c-lightbox__close {
        width: 60px;
        height: 60px;
    }
    .c-lightbox__control {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
}

.c-preview {
    position: relative;
    margin-bottom: 33px;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 12px;
    background-color: #fafafa;
}
.c-preview__frame {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-preview__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.c-preview__img::after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}
.c-preview__img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.c-preview__img.is-active {
    -webkit-transition: -webkit-transform .35s ease;
            transition:         transform .35s ease;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.c-preview__img.is-prev {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.c-preview__img.is-next {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.c-preview__control {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #fff;
    font-size: 0;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    opacity: 0;
}
.c-preview__control::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin: -25% 0 0 -25%;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    content: "";
}
.c-preview:hover .c-preview__control {
    opacity: 1;
}
.c-preview__control--prev {
    left: 0;
}
.c-preview__control--prev::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.c-preview__control--next {
    right: 0;
}
.c-preview__control--next::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

@media (min-width: 1200px) {
    .c-preview__control {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
}

.c-preview__zoom {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #fff;
}
.c-preview__zoom::before,
.c-preview__zoom::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 0;
    margin: 0 0 0 -25%;
    border-top: 2px solid;
    content: "";
}
.c-preview__zoom::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

@media (min-width: 1200px) {
    .c-preview__zoom {
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
    }
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.c-spin {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255,255,255,.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin .65s infinite linear;
}

.c-preview__spin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border-color: rgba(0,0,0,.2);
    border-top-color: #000;
}










.breadcrumb {
    margin: 0 0 40px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.breadcrumb > li {
    position: relative;
    padding-right: 15px;
}
.breadcrumb > li:before,
.breadcrumb > li + li:before {
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -0.5em;
    padding: 0;
    color: inherit;
    font-weight: normal;
    line-height: 1;
    content: "\5C";
}
.breadcrumb > li.active:before {
    display: none;
}
.breadcrumb > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus,
.breadcrumb > li.active {
    color: inherit;
    font-weight:600;
}
/* Map */

path, polygon{
    fill:#3c3c3c;
    transition: fill 2.0s ease;
}
path.active, polygon.active{
    fill:#000;
    transition: fill 2.0s ease;
}
.selected-country,
.selected-country polygon,
.selected-country path {
    fill: #C3C5C4 !important;
    -webkit-filter: drop-shadow( 6px 0 2px #000000 ) !important;
    filter: drop-shadow( 6px 0 2px hsla(0, 0%, 0%, 0.2)) !important;
    stroke: #2E2E4C;
    stroke-width: .5px;
    stroke-linejoin: round;
}
.img-helper{
    background:white;
    border-radius:50%;
    height:100%
}
.img-helper img{
    margin:auto;
    padding-top: 15%;
    max-width:100px;
}
@media (min-width: 1300px) {
    .img-helper img{
        padding-top:20%;
    }
}
@media (min-width: 1440px) {
    .img-helper img{
        padding-top:25%;
    }
}
/** 17.10.18 Design changes - Lemme **/

.service-image{
    margin-top: 0;
    max-height:540px;
}

.slick-prev:before, .slick-next:before,
.slick-prev:before, .slick-next:before{
    font-size:50px;
}
#services .container{
    padding-left: 10%;
    padding-right: 10%;
}
@media (min-width: 1024px) {
    #services .container{
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 480px) {
    .slick-arrow{
        display:none !important;
    }
}
.slick-prev:before, .slick-next:before, .slick-prev:before, .slick-next:before {
    color: #3c3c3c;
}
.slick-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin: -25% 0 0 -25%;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    content: "";
    transform: rotate(45deg);
}
.slick-prev:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin: -25% 0 0 -25%;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    content: "";
    transform: rotate(-135deg);
}
.slick-prev, .slick-next {
    height: 60px;
    width: 60px;
}
.carousel-caption-main p{
    display: block;
    font-size: 1.4rem;
}
@media (max-width: 520px) {
    .home-carousel .carousel-caption .title{
        font-size: 2.1rem;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 1.2;
    }
}