@charset "UTF-8";
/**
 * Stránky podmínek, zásad, seznam spolecnosti
 */

.section-article-results .view-more {
    margin-bottom: 60px;
    margin-top: 60px;
}

.dropdown-item {
    display: block;
    padding: 5px 10px;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.gdpr-wrapper {
    font-family: "Open Sans", Arial, sans-serif;
    padding-top: 25px;
    padding-bottom: 25px;
}

.gdpr-wrapper * {
    box-sizing: border-box;
}

.gdpr-wrapper h1,
.gdpr-wrapper h2 {
    text-align: center;
}

@media only screen and (max-width: 425px) {

    .gdpr-wrapper h1,
    .gdpr-wrapper h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 425px) {
    .gdpr-wrapper h3 {
        font-size: 18px;
    }
}

.gdpr-wrapper h1,
.gdpr-wrapper h2,
.gdpr-wrapper h3,
.gdpr-wrapper h4,
.gdpr-wrapper h5 {
    font-weight: bold;
}

.gdpr-wrapper h1,
.gdpr-wrapper h2,
.gdpr-wrapper h3,
.gdpr-wrapper h4,
.gdpr-wrapper h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gdpr-wrapper p,
.gdpr-wrapper li {
    margin-bottom: 10px;
}

.gdpr-wrapper a {
    text-decoration: underline !important;
}

.gdpr-wrapper a:hover {
    cursor: pointer;
    text-decoration: none !important;
}

.gdpr-wrapper .gdpr-table {
    margin-bottom: 20px;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: left;
}

.gdpr-wrapper .gdpr-table tr {
    border-bottom: 1px solid #ddd;
}

.gdpr-wrapper .gdpr-table th,
.gdpr-wrapper .gdpr-table td {
    padding: 10px;
}

@media only screen and (max-width: 425px) {

    .gdpr-wrapper .gdpr-table th,
    .gdpr-wrapper .gdpr-table td {
        padding: 5px;
    }
}

.gdpr-wrapper .gdpr-table th {
    background-color: #e8e8e8;
}

.gdpr-wrapper .gdpr-table th+th {
    border-left: 1px solid #ddd;
}

.gdpr-wrapper .gdpr-table td:first-of-type {
    background-color: #f1f1f1;
}

.gdpr-wrapper .gdpr-table td+td {
    border-left: 1px solid #ddd;
}

.gdpr-wrapper .gdpr-content {
    display: inline-block;
    width: 100%;
    white-space: pre-wrap;
    font-family: inherit;
    padding-left: 50px;
}

.gdpr-wrapper .gdpr-content h2,
.gdpr-wrapper .gdpr-content h3,
.gdpr-wrapper .gdpr-content h4,
.gdpr-wrapper .gdpr-content h5 {
    margin-top: 0;
    margin-bottom: -15px;
}

.gdpr-wrapper .gdpr-content span {
    position: relative;
    display: block;
    left: -50px;
    width: 0;
    height: 0;
}

.gdpr-wrapper .panel-heading {
    padding: 8px 15px;
}

.gdpr-wrapper .panel-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.gdpr-wrapper .panel-body {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
}

.gdpr-wrapper .panel-body table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.gdpr-wrapper .panel-body tr {
    border-bottom: 1px solid #ddd;
}

.gdpr-wrapper .panel-body tr:last-of-type {
    border-bottom: 0;
}

.gdpr-wrapper .panel-body td {
    padding: 5px 15px;
    word-wrap: break-word;
}

@media only screen and (max-width: 425px) {
    .gdpr-wrapper .panel-body td {
        padding: 5px;
    }
}

.gdpr-wrapper .panel-body td+td {
    border-left: 1px solid #ddd;
}


/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* COLORS */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/build/f4769f9bdb7466be65088239c12046d1.eot);
    src: url(/build/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(/build/448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(/build/fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(/build/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(/build/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20AC";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270F";
}

.glyphicon-glass:before {
    content: "\E001";
}

.glyphicon-music:before {
    content: "\E002";
}

.glyphicon-search:before {
    content: "\E003";
}

.glyphicon-heart:before {
    content: "\E005";
}

.glyphicon-star:before {
    content: "\E006";
}

.glyphicon-star-empty:before {
    content: "\E007";
}

.glyphicon-user:before {
    content: "\E008";
}

.glyphicon-film:before {
    content: "\E009";
}

.glyphicon-th-large:before {
    content: "\E010";
}

.glyphicon-th:before {
    content: "\E011";
}

.glyphicon-th-list:before {
    content: "\E012";
}

.glyphicon-ok:before {
    content: "\E013";
}

.glyphicon-remove:before {
    content: "\E014";
}

.glyphicon-zoom-in:before {
    content: "\E015";
}

.glyphicon-zoom-out:before {
    content: "\E016";
}

.glyphicon-off:before {
    content: "\E017";
}

.glyphicon-signal:before {
    content: "\E018";
}

.glyphicon-cog:before {
    content: "\E019";
}

.glyphicon-trash:before {
    content: "\E020";
}

.glyphicon-home:before {
    content: "\E021";
}

.glyphicon-file:before {
    content: "\E022";
}

.glyphicon-time:before {
    content: "\E023";
}

.glyphicon-road:before {
    content: "\E024";
}

.glyphicon-download-alt:before {
    content: "\E025";
}

.glyphicon-download:before {
    content: "\E026";
}

.glyphicon-upload:before {
    content: "\E027";
}

.glyphicon-inbox:before {
    content: "\E028";
}

.glyphicon-play-circle:before {
    content: "\E029";
}

.glyphicon-repeat:before {
    content: "\E030";
}

.glyphicon-refresh:before {
    content: "\E031";
}

.glyphicon-list-alt:before {
    content: "\E032";
}

.glyphicon-lock:before {
    content: "\E033";
}

.glyphicon-flag:before {
    content: "\E034";
}

.glyphicon-headphones:before {
    content: "\E035";
}

.glyphicon-volume-off:before {
    content: "\E036";
}

.glyphicon-volume-down:before {
    content: "\E037";
}

.glyphicon-volume-up:before {
    content: "\E038";
}

.glyphicon-qrcode:before {
    content: "\E039";
}

.glyphicon-barcode:before {
    content: "\E040";
}

.glyphicon-tag:before {
    content: "\E041";
}

.glyphicon-tags:before {
    content: "\E042";
}

.glyphicon-book:before {
    content: "\E043";
}

.glyphicon-bookmark:before {
    content: "\E044";
}

.glyphicon-print:before {
    content: "\E045";
}

.glyphicon-camera:before {
    content: "\E046";
}

.glyphicon-font:before {
    content: "\E047";
}

.glyphicon-bold:before {
    content: "\E048";
}

.glyphicon-italic:before {
    content: "\E049";
}

.glyphicon-text-height:before {
    content: "\E050";
}

.glyphicon-text-width:before {
    content: "\E051";
}

.glyphicon-align-left:before {
    content: "\E052";
}

.glyphicon-align-center:before {
    content: "\E053";
}

.glyphicon-align-right:before {
    content: "\E054";
}

.glyphicon-align-justify:before {
    content: "\E055";
}

.glyphicon-list:before {
    content: "\E056";
}

.glyphicon-indent-left:before {
    content: "\E057";
}

.glyphicon-indent-right:before {
    content: "\E058";
}

.glyphicon-facetime-video:before {
    content: "\E059";
}

.glyphicon-picture:before {
    content: "\E060";
}

.glyphicon-map-marker:before {
    content: "\E062";
}

.glyphicon-adjust:before {
    content: "\E063";
}

.glyphicon-tint:before {
    content: "\E064";
}

.glyphicon-edit:before {
    content: "\E065";
}

.glyphicon-share:before {
    content: "\E066";
}

.glyphicon-check:before {
    content: "\E067";
}

.glyphicon-move:before {
    content: "\E068";
}

.glyphicon-step-backward:before {
    content: "\E069";
}

.glyphicon-fast-backward:before {
    content: "\E070";
}

.glyphicon-backward:before {
    content: "\E071";
}

.glyphicon-play:before {
    content: "\E072";
}

.glyphicon-pause:before {
    content: "\E073";
}

.glyphicon-stop:before {
    content: "\E074";
}

.glyphicon-forward:before {
    content: "\E075";
}

.glyphicon-fast-forward:before {
    content: "\E076";
}

.glyphicon-step-forward:before {
    content: "\E077";
}

.glyphicon-eject:before {
    content: "\E078";
}

.glyphicon-chevron-left:before {
    content: "\E079";
}

.glyphicon-chevron-right:before {
    content: "\E080";
}

.glyphicon-plus-sign:before {
    content: "\E081";
}

.glyphicon-minus-sign:before {
    content: "\E082";
}

.glyphicon-remove-sign:before {
    content: "\E083";
}

.glyphicon-ok-sign:before {
    content: "\E084";
}

.glyphicon-question-sign:before {
    content: "\E085";
}

.glyphicon-info-sign:before {
    content: "\E086";
}

.glyphicon-screenshot:before {
    content: "\E087";
}

.glyphicon-remove-circle:before {
    content: "\E088";
}

.glyphicon-ok-circle:before {
    content: "\E089";
}

.glyphicon-ban-circle:before {
    content: "\E090";
}

.glyphicon-arrow-left:before {
    content: "\E091";
}

.glyphicon-arrow-right:before {
    content: "\E092";
}

.glyphicon-arrow-up:before {
    content: "\E093";
}

.glyphicon-arrow-down:before {
    content: "\E094";
}

.glyphicon-share-alt:before {
    content: "\E095";
}

.glyphicon-resize-full:before {
    content: "\E096";
}

.glyphicon-resize-small:before {
    content: "\E097";
}

.glyphicon-exclamation-sign:before {
    content: "\E101";
}

.glyphicon-gift:before {
    content: "\E102";
}

.glyphicon-leaf:before {
    content: "\E103";
}

.glyphicon-fire:before {
    content: "\E104";
}

.glyphicon-eye-open:before {
    content: "\E105";
}

.glyphicon-eye-close:before {
    content: "\E106";
}

.glyphicon-warning-sign:before {
    content: "\E107";
}

.glyphicon-plane:before {
    content: "\E108";
}

.glyphicon-calendar:before {
    content: "\E109";
}

.glyphicon-random:before {
    content: "\E110";
}

.glyphicon-comment:before {
    content: "\E111";
}

.glyphicon-magnet:before {
    content: "\E112";
}

.glyphicon-chevron-up:before {
    content: "\E113";
}

.glyphicon-chevron-down:before {
    content: "\E114";
}

.glyphicon-retweet:before {
    content: "\E115";
}

.glyphicon-shopping-cart:before {
    content: "\E116";
}

.glyphicon-folder-close:before {
    content: "\E117";
}

.glyphicon-folder-open:before {
    content: "\E118";
}

.glyphicon-resize-vertical:before {
    content: "\E119";
}

.glyphicon-resize-horizontal:before {
    content: "\E120";
}

.glyphicon-hdd:before {
    content: "\E121";
}

.glyphicon-bullhorn:before {
    content: "\E122";
}

.glyphicon-bell:before {
    content: "\E123";
}

.glyphicon-certificate:before {
    content: "\E124";
}

.glyphicon-thumbs-up:before {
    content: "\E125";
}

.glyphicon-thumbs-down:before {
    content: "\E126";
}

.glyphicon-hand-right:before {
    content: "\E127";
}

.glyphicon-hand-left:before {
    content: "\E128";
}

.glyphicon-hand-up:before {
    content: "\E129";
}

.glyphicon-hand-down:before {
    content: "\E130";
}

.glyphicon-circle-arrow-right:before {
    content: "\E131";
}

.glyphicon-circle-arrow-left:before {
    content: "\E132";
}

.glyphicon-circle-arrow-up:before {
    content: "\E133";
}

.glyphicon-circle-arrow-down:before {
    content: "\E134";
}

.glyphicon-globe:before {
    content: "\E135";
}

.glyphicon-wrench:before {
    content: "\E136";
}

.glyphicon-tasks:before {
    content: "\E137";
}

.glyphicon-filter:before {
    content: "\E138";
}

.glyphicon-briefcase:before {
    content: "\E139";
}

.glyphicon-fullscreen:before {
    content: "\E140";
}

.glyphicon-dashboard:before {
    content: "\E141";
}

.glyphicon-paperclip:before {
    content: "\E142";
}

.glyphicon-heart-empty:before {
    content: "\E143";
}

.glyphicon-link:before {
    content: "\E144";
}

.glyphicon-phone:before {
    content: "\E145";
}

.glyphicon-pushpin:before {
    content: "\E146";
}

.glyphicon-usd:before {
    content: "\E148";
}

.glyphicon-gbp:before {
    content: "\E149";
}

.glyphicon-sort:before {
    content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152";
}

.glyphicon-sort-by-order:before {
    content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154";
}

.glyphicon-sort-by-attributes:before {
    content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156";
}

.glyphicon-unchecked:before {
    content: "\E157";
}

.glyphicon-expand:before {
    content: "\E158";
}

.glyphicon-collapse-down:before {
    content: "\E159";
}

.glyphicon-collapse-up:before {
    content: "\E160";
}

.glyphicon-log-in:before {
    content: "\E161";
}

.glyphicon-flash:before {
    content: "\E162";
}

.glyphicon-log-out:before {
    content: "\E163";
}

.glyphicon-new-window:before {
    content: "\E164";
}

.glyphicon-record:before {
    content: "\E165";
}

.glyphicon-save:before {
    content: "\E166";
}

.glyphicon-open:before {
    content: "\E167";
}

.glyphicon-saved:before {
    content: "\E168";
}

.glyphicon-import:before {
    content: "\E169";
}

.glyphicon-export:before {
    content: "\E170";
}

.glyphicon-send:before {
    content: "\E171";
}

.glyphicon-floppy-disk:before {
    content: "\E172";
}

.glyphicon-floppy-saved:before {
    content: "\E173";
}

.glyphicon-floppy-remove:before {
    content: "\E174";
}

.glyphicon-floppy-save:before {
    content: "\E175";
}

.glyphicon-floppy-open:before {
    content: "\E176";
}

.glyphicon-credit-card:before {
    content: "\E177";
}

.glyphicon-transfer:before {
    content: "\E178";
}

.glyphicon-cutlery:before {
    content: "\E179";
}

.glyphicon-header:before {
    content: "\E180";
}

.glyphicon-compressed:before {
    content: "\E181";
}

.glyphicon-earphone:before {
    content: "\E182";
}

.glyphicon-phone-alt:before {
    content: "\E183";
}

.glyphicon-tower:before {
    content: "\E184";
}

.glyphicon-stats:before {
    content: "\E185";
}

.glyphicon-sd-video:before {
    content: "\E186";
}

.glyphicon-hd-video:before {
    content: "\E187";
}

.glyphicon-subtitles:before {
    content: "\E188";
}

.glyphicon-sound-stereo:before {
    content: "\E189";
}

.glyphicon-sound-dolby:before {
    content: "\E190";
}

.glyphicon-sound-5-1:before {
    content: "\E191";
}

.glyphicon-sound-6-1:before {
    content: "\E192";
}

.glyphicon-sound-7-1:before {
    content: "\E193";
}

.glyphicon-copyright-mark:before {
    content: "\E194";
}

.glyphicon-registration-mark:before {
    content: "\E195";
}

.glyphicon-cloud-download:before {
    content: "\E197";
}

.glyphicon-cloud-upload:before {
    content: "\E198";
}

.glyphicon-tree-conifer:before {
    content: "\E199";
}

.glyphicon-tree-deciduous:before {
    content: "\E200";
}

.glyphicon-cd:before {
    content: "\E201";
}

.glyphicon-save-file:before {
    content: "\E202";
}

.glyphicon-open-file:before {
    content: "\E203";
}

.glyphicon-level-up:before {
    content: "\E204";
}

.glyphicon-copy:before {
    content: "\E205";
}

.glyphicon-paste:before {
    content: "\E206";
}

.glyphicon-alert:before {
    content: "\E209";
}

.glyphicon-equalizer:before {
    content: "\E210";
}

.glyphicon-king:before {
    content: "\E211";
}

.glyphicon-queen:before {
    content: "\E212";
}

.glyphicon-pawn:before {
    content: "\E213";
}

.glyphicon-bishop:before {
    content: "\E214";
}

.glyphicon-knight:before {
    content: "\E215";
}

.glyphicon-baby-formula:before {
    content: "\E216";
}

.glyphicon-tent:before {
    content: "\26FA";
}

.glyphicon-blackboard:before {
    content: "\E218";
}

.glyphicon-bed:before {
    content: "\E219";
}

.glyphicon-apple:before {
    content: "\F8FF";
}

.glyphicon-erase:before {
    content: "\E221";
}

.glyphicon-hourglass:before {
    content: "\231B";
}

.glyphicon-lamp:before {
    content: "\E223";
}

.glyphicon-duplicate:before {
    content: "\E224";
}

.glyphicon-piggy-bank:before {
    content: "\E225";
}

.glyphicon-scissors:before {
    content: "\E226";
}

.glyphicon-bitcoin:before {
    content: "\E227";
}

.glyphicon-btc:before {
    content: "\E227";
}

.glyphicon-xbt:before {
    content: "\E227";
}

.glyphicon-yen:before {
    content: "\A5";
}

.glyphicon-jpy:before {
    content: "\A5";
}

.glyphicon-ruble:before {
    content: "\20BD";
}

.glyphicon-rub:before {
    content: "\20BD";
}

.glyphicon-scale:before {
    content: "\E230";
}

.glyphicon-ice-lolly:before {
    content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232";
}

.glyphicon-education:before {
    content: "\E233";
}

.glyphicon-option-horizontal:before {
    content: "\E234";
}

.glyphicon-option-vertical:before {
    content: "\E235";
}

.glyphicon-menu-hamburger:before {
    content: "\E236";
}

.glyphicon-modal-window:before {
    content: "\E237";
}

.glyphicon-oil:before {
    content: "\E238";
}

.glyphicon-grain:before {
    content: "\E239";
}

.glyphicon-sunglasses:before {
    content: "\E240";
}

.glyphicon-text-size:before {
    content: "\E241";
}

.glyphicon-text-color:before {
    content: "\E242";
}

.glyphicon-text-background:before {
    content: "\E243";
}

.glyphicon-object-align-top:before {
    content: "\E244";
}

.glyphicon-object-align-bottom:before {
    content: "\E245";
}

.glyphicon-object-align-horizontal:before {
    content: "\E246";
}

.glyphicon-object-align-left:before {
    content: "\E247";
}

.glyphicon-object-align-vertical:before {
    content: "\E248";
}

.glyphicon-object-align-right:before {
    content: "\E249";
}

.glyphicon-triangle-right:before {
    content: "\E250";
}

.glyphicon-triangle-left:before {
    content: "\E251";
}

.glyphicon-triangle-bottom:before {
    content: "\E252";
}

.glyphicon-triangle-top:before {
    content: "\E253";
}

.glyphicon-console:before {
    content: "\E254";
}

.glyphicon-superscript:before {
    content: "\E255";
}

.glyphicon-subscript:before {
    content: "\E256";
}

.glyphicon-menu-left:before {
    content: "\E257";
}

.glyphicon-menu-right:before {
    content: "\E258";
}

.glyphicon-menu-down:before {
    content: "\E259";
}

.glyphicon-menu-up:before {
    content: "\E260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #ea5812;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #EA8C43;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.content p img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 35px;
}

h2,
.h2 {
    font-size: 25px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 750px) {
    .lead {
        font-size: 22.5px;
    }
}

small,
.small {
    font-size: 80%;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #000000;
}

a.text-danger:hover,
a.text-danger:focus {
    color: black;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 25px;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 750px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 25px;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014   \A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\A0   \2014";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 25px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 5px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

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

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

@media (min-width: 1200px) {
    .container {
        width: 990px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: " ";
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.section-calc .col.choised-product .product-item .media .media-body,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 750px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 990px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .section-calc .col.choised-product .product-item .media .media-body,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8,
    .section-calc .col.choised-product .product-item .media .media-body {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 25px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 749px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 25px;
    color: #7b7b7b;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 25px;
    color: #7b7b7b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 40px;
    }

    input[type="date"].input-sm,
    .input-group-sm>input.form-control[type="date"],
    .input-group-sm>input.input-group-addon[type="date"],
    .input-group-sm>.input-group-btn>input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input.form-control[type="time"],
    .input-group-sm>input.input-group-addon[type="time"],
    .input-group-sm>.input-group-btn>input.btn[type="time"],
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input.form-control[type="datetime-local"],
    .input-group-sm>input.input-group-addon[type="datetime-local"],
    .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input.form-control[type="month"],
    .input-group-sm>input.input-group-addon[type="month"],
    .input-group-sm>.input-group-btn>input.btn[type="month"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    .input-group-lg>input.form-control[type="date"],
    .input-group-lg>input.input-group-addon[type="date"],
    .input-group-lg>.input-group-btn>input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input.form-control[type="time"],
    .input-group-lg>input.input-group-addon[type="time"],
    .input-group-lg>.input-group-btn>input.btn[type="time"],
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input.form-control[type="datetime-local"],
    .input-group-lg>input.input-group-addon[type="datetime-local"],
    .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input.form-control[type="month"],
    .input-group-lg>input.input-group-addon[type="month"],
    .input-group-lg>.input-group-btn>input.btn[type="month"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.form-control-static {
    min-height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple] {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple] {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 50px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

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

.has-error .form-control {
    border-color: #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}

.has-error .input-group-addon {
    color: #000000;
    background-color: #f2dede;
    border-color: #000000;
}

.has-error .form-control-feedback {
    color: #000000;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 750px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 750px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 750px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 750px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #ffffff;
    background-color: #35b5ca;
    border-color: #35b5ca;
}

.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    background-color: #2a91a2;
    border-color: #1b5b65;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #2a91a2;
    border-color: #288a9a;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #2a91a2;
    background-image: none;
    border-color: #288a9a;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #ffffff;
    background-color: #237785;
    border-color: #1b5b65;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #35b5ca;
    border-color: #35b5ca;
}

.btn-default .badge {
    color: #35b5ca;
    background-color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #ea5812;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #EA8C43;
    text-decoration: none;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
    margin-bottom: 0px;
}


@media screen and (max-width:990px) {

    .dropup,
    .dropdown {
        margin-bottom: 20px;
    }
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 25px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 25px;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 990px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #7b7b7b;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 29px 20px;
}

.caption h3 {
    color: black;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #ea5812;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 25px;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 750px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 5px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 750px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

@media (min-width: 990px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 990px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 14px;
    padding-left: 14px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 990px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width: 990px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -14px;
    margin-left: -14px;
}

@media (min-width: 990px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 990px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 29px 14px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 990px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -14px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 990px) {
    .navbar-toggle {
        display: none;
    }
}


.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 749px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 990px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 29px;
        padding-bottom: 29px;
    }
}

.navbar-form {
    padding: 10px 14px;
    margin-right: -14px;
    margin-left: -14px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 750px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 749px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 990px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 990px) {
    .navbar-text {
        float: left;
        margin-right: 14px;
        margin-left: 14px;
    }
}

@media (min-width: 990px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -14px;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #e6e6e6;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #EA8C43;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #EA8C43;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #EA8C43;
    background-color: #e7e7e7;
}

@media (max-width: 749px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #EA8C43;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #EA8C43;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-link {
    color: #000000;
}

.navbar-default .navbar-link:hover {
    color: #EA8C43;
}

.navbar-default .btn-link {
    color: #000000;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #EA8C43;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #090909;
}

@media (max-width: 749px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    display: table;
    content: " ";
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 750px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 990px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 749px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 749px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 749px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 749px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 750px) and (max-width: 989px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 750px) and (max-width: 989px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 750px) and (max-width: 989px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 750px) and (max-width: 989px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 749px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 750px) and (max-width: 989px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*
* Custom mixins
* Jakub Frajt
*/
/* ====================
   MIXINS
==================== */
/*
    Extended default Bootstrap grid with new classes.
    Required _mq_mixins.scss.
    Jakub Frajt
    Lukáš Strišovský
*/
@media (min-width: 1200px) {
    .container-longer {
        width: 1075px;
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
    }
}

@media (min-width: 990px) {
    .col-md-15 {
        width: 20%;
    }
}

@media (min-width: 750px) {
    .col-sm-15 {
        width: 20%;
    }
}

@media (min-width: 0px) {
    .col-xs-15 {
        width: 20%;
    }
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 990px) {
    .col-md-offset-1-5 {
        margin-left: 4.16667%;
    }
}

/* columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
    height: 100%;
}

@media (min-width: 750px) {
    .row-sm-same-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 990px) {
    .row-md-same-height {
        display: table-cell;
        float: none !important;
    }
}

.col-xs-height {
    display: table-cell;
    float: none !important;
    height: 100%;
}

@media (min-width: 750px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
        height: 100%;
    }
}

@media (min-width: 990px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
        height: 100%;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/* display show/hidden classes */
.show-xs {
    display: none;
}

@media (max-width: 749px) {
    .show-xs {
        display: block;
    }
}

.show-sm {
    display: none;
}

@media (max-width: 989px) {
    .show-sm {
        display: block;
    }
}

@media (max-width: 750px) {
    .hidden-xs {
        display: none;
    }
}

@media (max-width: 990px) {
    .hidden-sm-down {
        display: none !important;
    }
}

.no-float {
    float: none !important;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.m0-auto {
    margin: 0 auto;
}

.margin-vertical-20 {
    margin: 20px 0 !important;
}

.sticked {
    width: 100%;
    z-index: 99;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.offset-vertical-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.offset-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.offset-vertical-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.offset-vertical-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.offset-vertical-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.offset-vertical-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.offset-vertical-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.offset-vertical-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.offset-vertical-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.offset-vertical-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@font-face {
    font-family: 'icomoon';
    src: url(/build/7746cf0cbfa0e39ba12217b4c7cde315.eot);
    src: url(/build/7746cf0cbfa0e39ba12217b4c7cde315.eot#iefix) format("embedded-opentype"), url(/build/d461daa5928ca97c2e52d58c46c0925a.ttf) format("truetype"), url(/build/0ce143c8859fd65c3cfe019ebd531bf0.woff) format("woff"), url(/build/e1bdacf0bd9a8488a00d8db5df6b717c.svg#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class^="icon"],
[class*=" icon-"],
[class*=" icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-star-full:before,
.part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label:hover:before,
.part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label:hover~label:before,
.part-ui-star-rating .stars-rating>form>fieldset>input:checked~label:before,
.part-ui-star-rating .stars span.active {
    content: "\E900";
}

.icon-star-empty:before,
.part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label:before,
.part-ui-star-rating .stars span {
    content: "\E901";
}

.icon-info:before {
    content: "\E918";
}

.icon-office-block:before {
    content: "\E919";
}

.icon-open-book:before {
    content: "\E91A";
}

.icon-list2:before {
    content: "\E91B";
}

.icon-calculator:before {
    content: "\E91C";
}

.icon-placeholder:before {
    content: "\E91D";
}

.icon-newspaper:before {
    content: "\E91E";
}

.icon-location:before {
    content: "\E91F";
}

.icon-cancel:before {
    content: "\E920";
}

.icon-points2:before,
.edit-link:before {
    content: "\E902";
}

.icon-phone-big:before {
    content: "\E903";
}

.icon-phone:before {
    content: "\E904";
}

.icon-mail-envelope:before {
    content: "\E905";
}

.icon-bubble:before {
    content: "\E906";
}

.icon-file:before {
    content: "\E907";
}

.icon-house:before {
    content: "\E908";
}

.icon-idea:before {
    content: "\E909";
}

.icon-list:before {
    content: "\E90A";
}

.icon-points:before {
    content: "\E90B";
}

.icon-check-circle:before {
    content: "\E90C";
}

.icon-cross:before {
    content: "\E90D";
}

.icon-checkmark:before,
.has-success .form-message::before {
    content: "\E90E";
}

.icon-play3:before {
    content: "\E90F";
}

.icon-arrow-left:before {
    content: "\E910";
}

.icon-arrow-right:before {
    content: "\E911";
}

.icon-arrow-up:before,
.section-comparison .sort a.asc+.icon:before {
    content: "\E912";
}

.icon-arrow-down:before,
.section-comparison .sort a+.icon:before,
.section-comparison .sort a.desc+.icon-arrow-down:before {
    content: "\E913";
}

.icon-small-arrow-l:before {
    content: "\E914";
}

.icon-small-arrow-up:before {
    content: "\E915";
}

.icon-small-arrow-d:before {
    content: "\E916";
}

.icon-play-arrow:before {
    content: "\E917";
}

.icon-succes:before {
    content: "\E921";
}

.icon-error:before {
    content: "\E922";
}

.icon-wallet:before {
    content: "\E923";
}

.icon-building:before {
    content: "\E924";
}

.icon-magnifier:before {
    content: "\E925";
}

/* LAYOUT */
body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
    overflow-x: hidden;
    min-height: 100%;
}

#main {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.page {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    background-color: #ffffff;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 750px) {
    .content {
        max-width: 660px;
        margin: 0 auto;
        padding-top: 60px;
    }
}

@media (max-width: 750px) {
    .content iframe {
        width: 100% !important;
    }
}

@media (min-width: 990px) {
    .container {
        padding: 0;
    }
}

#facebook-jssdk-iframe {
    display: none;
}

/* NAV */
.navbar {
    min-height: 80px;
    margin: 0;
    border: none;
}

@media (min-width: 750px) {
    .navbar {
        min-height: 80px;
    }
}

@media (min-width: 990px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-toggle {
    margin-top: 18px;
}

.navbar .nav .navbar-close {
    padding-left: 10px;
    text-align: center;
    background-color: #fff;
}

@media (min-width: 990px) {
    .navbar .nav .navbar-close {
        display: none;
    }
}

.navbar .nav li {
    background: #fff;
}

.navbar .nav a {
    font-weight: normal;
    font-size: 18px;
}

@media (min-width: 990px) {
    .navbar .nav a {
        border-bottom-color: transparent;
        padding: 29px 20px;
    }

    .navbar .nav a.btn {
        padding: 8px 20px;
        background-color: #ea5812;
        color: #ffffff;
        margin: 20px 0;
        transition: background-color 0.4s ease;
    }

    .navbar .nav a.btn:hover {
        color: #ffffff;
        background-color: #a33d0d;
    }
}

.navbar .nav .dropdown-menu {
    font-size: 15px;
}

@media (min-width: 990px) {
    .navbar .nav .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .nav .dropdown-menu a {
        padding: 5px 15px;
        background-color: #dadada;
    }
}

.navbar .nav .dropdown-menu a:hover {
    color: #EA8C43;
}

.navbar .nav .dropdown-menu a i {
    vertical-align: middle;
    font-style: normal;
}

@media (max-width: 989px) {
    .navbar .nav .dropdown.collapsed {
        overflow: hidden;
    }

    .navbar .nav .dropdown.collapsed .dropdown-menu {
        display: block;
        position: static;
        width: 100%;
        padding: 0;
        background-color: #dadada;
    }

    .navbar .nav .dropdown.collapsed .dropdown-menu li a {
        padding: 10px 8px 10px 30px;
    }

    .navbar .nav .dropdown.collapsed .dropdown-menu li a:hover {
        background-color: #dadada;
    }

    .navbar .nav .dropdown.collapsed .dropdown-menu li .icon {
        padding-right: 10px;
    }

    .navbar .nav .dropdown.collapsed .dropdown-menu li .icon:before {
        content: "\E911";
    }
}

@media (min-width: 990px) {
    .navbar .nav .dropdown:hover {
        background-color: #7fc2c7;
    }

    .navbar .nav .dropdown:hover .dropdown-toggle {
        background-color: #7fc2c7;
    }

    .navbar .nav .dropdown:hover a {
        color: #ffffff;
    }

    .navbar .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav .dropdown .dropdown-menu {
        background-color: #7fc2c7;
        border: none;
    }

    .navbar .nav .dropdown .dropdown-menu li {
        border-bottom: 1px solid #96d2d6;
        background-color: #7fc2c7;
    }

    .navbar .nav .dropdown .dropdown-menu li:hover {
        background-color: #68b1b6;
        border-bottom: 1px solid #68b1b6;
    }

    .navbar .nav .dropdown .dropdown-menu li:hover a {
        color: #ffffff;
    }

    .navbar .nav .dropdown .dropdown-menu li a {
        background-color: transparent;
        color: #215b67;
        font-size: 18px;
        padding: 20px 15px;
    }

    .navbar .nav .dropdown .dropdown-menu li a .icon {
        padding-right: 15px;
    }
}

@media (min-width: 990px) {
    .navbar .container-fluid {
        width: 990px;
        margin: 0 auto;
        padding: 0;
    }
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-nav a {
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #e6e6e6;
    color: #000000;
    text-decoration: none;
}

.navbar-nav a:hover {
    cursor: pointer;
}

.navbar-nav .dropdown-menu {
    min-width: 212px;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

.navbar-nav .dropdown-menu a {
    padding-left: 70px;
}

@media (min-width: 990px) {
    .navbar-nav {
        float: left;
        margin-left: 30px;
    }
}

@media (max-width: 990px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .navbar-nav {
        margin-right: 90px;
    }
}

@media (min-width: 990px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar-default {
    background: #ffffff;
    border-bottom: #e6e6e6 1px solid;
}

.navbar-default .navbar-default .navbar-toggle {
    min-height: 80px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 0;
    background-color: #dadada;
}

@media (min-width: 750px) {
    .navbar-default .navbar-default .navbar-toggle {
        min-height: 80px;
    }
}

.navbar-default .icon-bar {
    width: 24px;
    height: 4px;
    border-radius: 3px;
    background-color: #a5a5a5;
}


.navbar-default .navbar-collapse {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.navbar-default a {
    color: #000000;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: transparent;
}

.dropdown-toggle {
    display: inline-block;
    text-align: right;
    padding: 0;
    color: currentColor;
    outline: none;
}

.dropdown-toggle .caret {
    display: none;
}

@media (min-width: 990px) {
    .dropdown-toggle .caret {
        display: inline-block;
    }
}

@media (min-width: 750px) {
    .menu-trigger-text {
        font-weight: bold;
        float: right;
    }
}

@media (min-width: 750px) {
    .icon-bar-wrapper {
        margin: 3px 20px 0 0;
        float: left;
    }
}

.navbar-brand {
    margin-top: 22px;
    margin-left: 5px;
    padding: 0;
    height: auto;
}

.navbar-brand img {
    height: 36px;
}

.navbar-keeper-logo {
    height: auto;
    float: right;
    padding: 24px 18px 0 5px;
}

@media (min-width: 990px) {

    .navbar-brand {
        margin-top: 14px;
        margin-left: 15px;
    }

    .navbar-brand img {
        height: 48px;
    }

    @media (min-width: 990px) {
        .navbar .nav-btn.nav-btn {
            border: 1px solid transparent;
            border-radius: 6px;
            background-image: none;
            color: #ffffff;
            cursor: pointer;
            display: inline-block;
            padding: 8px 6px;
            margin: 20px 2px;
            font-size: 18px;
            font-weight: normal;
            line-height: 18px;
            text-align: center;
            vertical-align: middle;
            touch-action: manipulation;
            white-space: nowrap;
            user-select: none;
        }

        .navbar .nav-btn.nav-btn-green {
            background-color: #ea5812;
            border-color: #ea5812;
            transition: background-color 200ms ease, border-color 200ms ease;
            transform: scale(0.9);
        }

        .navbar .nav-btn.nav-btn-green:hover {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #bb460e;
        }

        .navbar .nav-btn.nav-btn-green:focus {
            color: #ffffff;
            background-color: #ea5812;
            border-color: #ea5812;
        }
    }

    .navbar-click-to-call {
        background: #ea5812 url(/build/e82ec127ac4c5905d01de1bfdc58bd76.png) no-repeat center center;
        width: 68px;
        height: 65px;
        display: none;
        text-decoration: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20;
    }

    @media (min-width: 750px) {
        .navbar-click-to-call {
            display: none;
        }
    }

    .navbar-back {
        font-size: 18px;
        color: #000000;
        font-weight: normal;
        text-decoration: none;
        position: absolute;
        top: 0;
        right: 195px;
        width: 80px;
        line-height: 80px;
        background: #dadada;
        text-align: center;
    }

    .navbar-back:hover {
        text-decoration: underline;
    }

    .navbar-back-text {
        display: none;
    }

    .navbar-back [class^="icon-"] {
        color: #bfbfbf;
        font-size: 20px;
        line-height: 65px;
    }

    @media (min-width: 750px) {
        .navbar-back {
            background: #ffffff;
            border-left: 1px solid #cdcdcd;
            width: auto;
            padding: 0 30px;
            height: 80px;
            right: 370px;
            line-height: 80px;
        }

        .navbar-back-text {
            display: block;
            float: left;
        }

        .navbar-back [class^="icon-"] {
            float: left;
            margin-top: 8px;
            margin-right: 10px;
        }
    }

    @media (min-width: 1400px) {
        .navbar-back {
            border: none;
        }
    }

    .navbar-contact {
        display: none;
    }

    @media (min-width: 750px) {
        .navbar-contact {
            position: absolute;
            right: 210px;
            top: 0;
            height: 80px;
            color: #000000;
            font-weight: bold;
            font-size: 20px;
            text-align: center;
            width: 172px;
            display: table;
            line-height: 20px;
            background: #ffffff;
            border-right: 1px solid #cdcdcd;
            border-left: 1px solid #cdcdcd;
        }

        .navbar-contact span {
            font-size: 14px;
            font-weight: normal;
        }

        .navbar-contact div {
            display: table-cell;
            vertical-align: middle;
        }
    }

    /* LINKS */
    a {
        font-weight: bold;
        text-decoration: underline;
    }

    /* TYPO */
    h1,
    h2,
    h3 {
        margin: 0;
    }

    h1 {
        line-height: 45px;
        font-weight: 700;
    }

    h2 {
        line-height: 35px;
        font-weight: 700;
    }

    h2.big {
        font-size: 35px;
        line-height: 45px;
    }

    @media (min-width: 750px) {
        h2.width {
            width: 150%;
        }
    }

    @media (min-width: 990px) {
        h2.width {
            width: auto;
        }
    }

    h3 {
        line-height: 25px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    h3.big {
        font-size: 25px;
        line-height: 35px;
    }

    p {
        padding: 10px 0;
    }

    .perex {
        font-weight: bold;
    }

    @media (min-width: 750px) {
        .perex {
            padding: 20px 0 20px 0;
        }
    }

    small {
        font-size: 12px;
    }

    figure {
        margin-top: 5px;
        color: #a5a5a5;
    }

    .text-md,
    .gallery-count-wrapper,
    .gallery .close,
    .modal-dialog .close,
    .questionSurvey,
    .infoSurvey {
        font-size: 18px;
    }

    .two-col {
        text-align: center;
    }

    @media (min-width: 750px) {
        .two-col {
            margin-top: 10px;
            text-align: left;
        }
    }

    @media (min-width: 990px) {
        .two-col {
            margin-top: 20px;
        }
    }

    /* FOOTER */
    .footer-wrapper {
        background-color: #212121;
    }

    .footer {
        margin: 0 auto;
        padding: 20px;
        max-width: 1000px;
        font-size: 13px;
        color: #ffffff;
    }

    @media only screen and (min-width: 1025px) {
        .footer-wrapper {
            background-color: #212121;
            background-image: url(/build/6c489f76d02bbe723525c82fb6af0eb7.jpg);
            background-repeat: repeat-x;
            background-position: top left;
            padding-top: 170px;
        }
    }

    /* INFOTEXT */
    .footer-info {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-info a {
        color: #35b5ca;
    }

    .footer-info h4 {
        margin: 30px 0 10px 0;
        text-align: left;
        font-size: 35px;
        font-weight: normal;
        color: #0c7ba0;
    }

    .footer-info h4 strong {
        font-size: 37px;
        color: #ffffff;
        font-weight: normal;
    }

    @media only screen and (min-width: 1025px) {
        .footer-info {
            display: table-cell;
            width: 40%;
            text-align: left;
            vertical-align: top;
        }

        .footer-info h4 {
            margin: 30px 0 20px 0;
            text-align: left;
            font-weight: normal;
        }
    }

    /* GUIDE / ROZCESTNIK */
    .guide {
        display: table;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .guide h4 {
        margin: 10px 0 10px 0;
        text-align: center;
        font-size: 37px;
        font-weight: normal;
    }

    .guide ul,
    .guide li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .guide a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAMAAABxsOwqAAAAS1BMVEUKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgakKgamPhmO1AAAAGHRSTlMAAwkMDxIeJDZFY2l7hIqWpa7P1efw9vylsMArAAAAQElEQVR4AWMAAUY2BijgFBbnZwUx2AUlgECUm5GBSUwCAvgYWCSggJ8wk5EXok+IA2gam4CEhAgX1A4OHmYgCQBpPAYzF41I7gAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        background-position: left;
        margin-bottom: 15px;
        padding: 0 0 0 20px;
        float: left;
        width: 55%;
        line-height: 20px;
    }

    .guide li:nth-child(odd) a {
        width: 45%;
    }

    .guide a:hover {
        text-decoration: underline;
    }

    @media only screen and (min-width: 768px) {
        .guide {
            display: table-cell;
            width: 40%;
            padding: 0;
            vertical-align: top;
            text-align: left;
        }

        .guide h4 {
            margin: 30px 0 20px 0;
            text-align: left;
            font-weight: normal;
        }
    }

    @media only screen and (min-width: 1025px) {
        .guide {
            display: table-cell;
            padding: 0 30px;
        }
    }

    /* SOCIAL IN FOOTER */
    .socials-wrapper {
        text-align: center;
    }

    .socials-wrapper h4 {
        margin: 30px 0 20px 0;
        font-weight: normal;
    }

    .footer .socials {
        margin: 0 auto;
    }

    @media only screen and (max-width: 767px) {
        .footer .socials a {
            display: block;
            color: #ffffff;
            text-decoration: none;
            margin: 0 0 15px 0;
            padding: 10px 0;
            font-size: 14px;
        }

        .footer .socials .fb {
            background-color: #195cab;
        }

        .footer .socials .tw {
            background-color: #53ace4;
        }

        .footer .socials .gp {
            background-color: #d02a2a;
        }

        .footer .socials .rss {
            background-color: #ff9900;
        }
    }

    @media only screen and (min-width: 768px) {
        .socials-wrapper {
            display: table-cell;
            width: 20%;
            vertical-align: top;
            text-align: left;
        }

        .socials-wrapper h4 {
            margin: 40px 0 20px 0;
            font-size: 20px;
            text-align: left;
            font-weight: normal;
        }

        .footer .socials {
            background: url(/build/a46e17727755b5d17c3c5920774fb783.png) no-repeat scroll left top rgba(0, 0, 0, 0);
            height: 139px;
            position: relative;
            top: -20px;
            width: 168px;
        }

        .footer .socials a {
            display: block;
            width: 36px;
            height: 40px;
            position: absolute;
            text-indent: -9999px;
        }

        .footer .socials a.fb {
            left: 0;
            top: 33px;
        }

        .footer .socials a.tw {
            left: 38px;
            top: 33px;
        }

        .footer .socials a.gp {
            left: 19px;
            top: 66px;
        }

        .footer .socials a.play {
            left: 19px;
            top: 66px;
        }

        .footer .socials a.rss {
            left: 57px;
            top: 66px;
        }

        /* SOCIALS HOVER */
        .footer .socials a:hover {
            background-image: url(/build/7735c60ab561ef55ae4c00dfdaa3d824.png);
        }

        .footer .socials a.fb:hover {
            background-position: 0 0;
        }

        .footer .socials a.tw:hover {
            background-position: -38px 0px;
        }

        .footer .socials a.gp:hover {
            background-position: -76px 0px;
        }

        .footer .socials a.play:hover {
            background-position: -114px 0px;
        }

        .footer .socials a.rss:hover {
            background-position: -152px 0px;
        }
    }

    /* LEGAL INFO IN FOOTER */
    .footer-legal {
        clear: both;
        margin-top: 20px;
        padding: 20px 0 10px 0;
        font-size: 12px;
        text-align: center;
        line-height: 18px;
        color: #696969;
    }

    .footer-legal a {
        color: #ffffff;
        text-decoration: underline;
    }

    .footer-legal a:hover {
        text-decoration: none;
    }

    @media only screen and (min-width: 768px) {
        .footer-legal {
            border-top: 1px solid #313131;
        }
    }

    /* FORM MESSAGES */
    .form-message {
        font-size: 16px;
    }

    .error {
        color: #d8000c;
    }

    .success {
        color: #4f8a10;
    }

    /* FORM */
    .has-success .help-block,
    .has-success .control-label,
    .has-success .radio,
    .has-success .checkbox,
    .has-success .radio-inline,
    .has-success .checkbox-inline,
    .has-success.radio label,
    .has-success.checkbox label,
    .has-success.radio-inline label,
    .has-success.checkbox-inline label {
        color: #000000;
    }

    .has-success .form-control {
        border-color: #3c763d;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

    .has-success .input-group-addon {
        color: #000000;
        background-color: #dff0d8;
        border-color: #3c763d;
    }

    .has-success .form-control-feedback {
        color: #000000;
    }

    .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 40px;
    }

    @media (min-width: 990px) {
        .form-control {
            height: 40px;
        }
    }

    .form-group {
        margin-bottom: 20px;
        position: relative;
    }

    .form-group:before,
    .form-group:after {
        display: table;
        content: " ";
    }

    .form-group:after {
        clear: both;
    }

    .form-group:last-of-type {
        margin-bottom: 0;
    }

    .custom-select {
        display: block;
        width: 100%;
        height: 40px;
        padding: 0;
        font-size: 15px;
        color: #7b7b7b;
        background: #ffffff url(/build/42dec7fc29aafbe171ca20fa28af105c.png) no-repeat right top;
        border: 1px solid #c1c1c1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

    .custom-select select {
        background: transparent;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 0;
        outline: none;
        padding: 0 10px;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .btn-default {
        text-decoration: none;
    }

    .btn-green {
        background-color: #ea5812;
        border-color: #ea5812;
    }

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active {
        background-color: #bb460e !important;
        border-color: #bb460e;
    }

    .btn-submit {
        width: 100%;
        height: 50px;
        font-weight: bold;
        color: #ffffff;
        font-size: 15px;
    }

    @media (min-width: 990px) {
        .btn-submit {
            height: 40px;
        }
    }

    #main label {
        font-size: 15px;
        color: #000000;
        line-height: 25px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    #main input[type="radio"],
    #main input[type="checkbox"] {
        display: none;
    }

    #main input[type="radio"]+label,
    #main input[type="checkbox"]+label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 30px;
        font-size: 15px;
        color: #000000;
        font-weight: normal;
        line-height: 20px;
    }

    #main input[type="radio"]+label a,
    #main input[type="checkbox"]+label a {
        font-size: 15px;
        color: #000000;
        font-weight: normal;
    }

    #main input[type="radio"]+label:before,
    #main input[type="checkbox"]+label:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background: #ffffff;
        top: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #c1c1c1;
    }

    #main input[type="radio"]:checked+label:before,
    #main input[type="checkbox"]:checked+label:before {
        background: #ea5812;
        border: 0;
    }

    #main input[type="radio"]+label:before {
        left: 9px;
        top: 9px;
    }

    #main input[type="checkbox"]+label:before {
        border: 0;
        background: url(/build/8ee9e588fe47ffebb79c1d00d678fa71.png) no-repeat left top;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    #main input[type="checkbox"]:checked+label:before {
        background: url(/build/8ee9e588fe47ffebb79c1d00d678fa71.png) no-repeat left -20px;
    }

    .bootstrap-select>select {
        position: relative !important;
    }

    .has-error .form-control,
    .has-error .bootstrap-select .dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ff0000;
        background: #ffe6ea;
    }

    .has-error.form-group .custom-select select {
        background-color: transparent;
    }

    .has-error .input-group-addon {
        border-color: #ff0000;
        background: #ffe6ea;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #7b7b7b;
    }

    .has-error .form-control.custom-select {
        background: #ffe6ea url(/build/42dec7fc29aafbe171ca20fa28af105c.png) no-repeat right bottom;
    }

    .form-message {
        display: none;
        margin-top: 5px;
    }

    .has-error .form-message {
        display: inline-block;
        margin-top: 5px;
        color: #ff0000;
        font-weight: bold;
        font-size: 15px;
    }

    @media (min-width: 750px) {
        .has-error .form-message {
            margin-top: 43px;
        }
    }

    .has-success .form-message {
        display: inline-block;
        margin-top: 5px;
    }

    .has-success .form-message::before {
        font-family: icomoon;
        font-size: 25px;
        color: #00b555;
    }

    @media (max-width: 750px) {
        .has-success .form-message::before {
            content: '';
        }
    }

    .no-checkmark .has-success .form-message::before {
        content: '';
    }

    @media (min-width: 750px) {
        .has-success .form-message {
            margin-top: 40px;
        }
    }

    .form-newsletter .form-message {
        display: none;
    }

    .form-newsletter .form-message-error {
        float: none;
        margin-top: 3px;
    }

    @media (min-width: 750px) {
        .form-newsletter .form-message-error {
            position: relative;
            left: auto;
            bottom: auto;
            width: auto;
        }
    }

    .form-newsletter .form-message-success {
        background: #00b555;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        min-height: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        font-size: 15px;
        line-height: 24px;
        color: #ffffff;
        margin: 0;
        font-weight: normal;
    }

    .form-newsletter .form-message-success-content {
        display: table;
        width: 100%;
        height: 100%;
    }

    .form-newsletter .form-message-success [class^="icon-"] {
        display: table-cell;
        vertical-align: middle;
        color: #ffffff;
    }

    .form-newsletter .form-message-success-text {
        display: table-cell;
        padding-left: 15px;
        vertical-align: middle;
    }

    @media (min-width: 990px) {
        .form-newsletter .form-message-success {
            height: auto;
            padding: 10px 20px;
        }
    }

    .form-newsletter .has-error .form-message-error {
        display: block;
    }

    .form-newsletter .has-success .form-message-success {
        display: block;
    }

    .form-newsletter .has-success .form-message-success:before {
        content: normal;
    }

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

    .radios:before,
    .radios:after {
        display: table;
        content: " ";
    }

    .radios:after {
        clear: both;
    }

    .radios-item input[type="radio"]+label {
        background: #ffffff;
        border: 1px solid #c1c1c1;
        width: 100%;
        height: 40px;
        font-size: 15px;
        color: #7b7b7b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        padding: 9px 0 0 40px;
    }

    .input-group {
        width: 100%;
    }

    .input-group-addon {
        background: #ffffff;
        height: 40px;
        font-size: 15px;
        color: #7b7b7b;
    }

    .use {
        display: none;
    }

    @media (min-width: 990px) {
        .use {
            display: block;
            position: absolute;
            left: 525px;
            top: 0;
            z-index: 100;
            width: 445px;
        }
    }

    .form-submit {
        margin-bottom: 50px;
    }

    .form-submit [class^="col-"] {
        margin-top: -26px;
    }

    .checkbox.has-error label {
        color: #000000;
    }

    .checkbox.has-error label:before {
        background: url(/build/8ee9e588fe47ffebb79c1d00d678fa71.png) no-repeat left -40px;
    }

    p.agreement-text {
        font-size: 10px;
        line-height: 1.4;
    }

    .cc-window {
        opacity: 1;
        transition: opacity 1s ease;
    }

    .cc-window.cc-invisible {
        opacity: 0;
    }

    .cc-animate.cc-revoke {
        transition: transform 1s ease;
    }

    .cc-animate.cc-revoke.cc-top {
        transform: translateY(-2em);
    }

    .cc-animate.cc-revoke.cc-bottom {
        transform: translateY(2em);
    }

    .cc-animate.cc-revoke.cc-active.cc-bottom,
    .cc-animate.cc-revoke.cc-active.cc-top {
        transform: translateY(0);
    }

    .cc-revoke:hover {
        transform: translateY(0);
    }

    .cc-grower {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s;
    }

    .cc-link {
        text-decoration: underline;
    }

    .cc-revoke {
        position: fixed;
        overflow: hidden;
        box-sizing: border-box;
        font-family: Helvetica, Calibri, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        z-index: 9999;
    }

    .cc-revoke:hover {
        text-decoration: underline;
    }

    .cc-window {
        position: fixed;
        overflow: hidden;
        box-sizing: border-box;
        font-family: Helvetica, Calibri, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        z-index: 9999;
    }

    .cc-window.cc-static {
        position: static;
    }

    .cc-window.cc-floating {
        padding: 15px;
        max-width: 24em;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-window.cc-banner {
        padding: 3px 3px 3px 20px;
        width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cc-revoke {
        padding: .5em;
    }

    .cc-header {
        font-size: 18px;
        font-weight: 700;
    }

    .cc-btn,
    .cc-close,
    .cc-link,
    .cc-revoke {
        cursor: pointer;
    }

    .cc-link {
        opacity: .8;
        display: inline-block;
        padding: .2em;
    }

    .cc-link:hover {
        opacity: 1;
    }

    .cc-link:active,
    .cc-link:visited {
        color: initial;
    }

    .cc-btn {
        display: block;
        padding: .4em .8em;
        font-size: .9em;
        font-weight: 700;
        border-width: 2px;
        border-style: solid;
        text-align: center;
        white-space: nowrap;
    }

    .cc-banner .cc-btn:last-child {
        min-width: 140px;
    }

    .cc-highlight .cc-btn:first-child {
        background-color: transparent;
        border-color: transparent;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        background-color: transparent;
        text-decoration: underline;
    }

    .cc-close {
        display: block;
        position: absolute;
        top: .5em;
        right: .5em;
        font-size: 1.6em;
        opacity: .9;
        line-height: .75;
    }

    .cc-close:focus,
    .cc-close:hover {
        opacity: 1;
    }

    .cc-revoke.cc-top {
        top: 0;
        left: 3em;
        border-bottom-left-radius: .5em;
        border-bottom-right-radius: .5em;
    }

    .cc-revoke.cc-bottom {
        bottom: 0;
        left: 3em;
        border-top-left-radius: .5em;
        border-top-right-radius: .5em;
    }

    .cc-revoke.cc-left {
        left: 3em;
        right: unset;
    }

    .cc-revoke.cc-right {
        right: 3em;
        left: unset;
    }

    .cc-top {
        top: 1em;
    }

    .cc-left {
        left: 1em;
    }

    .cc-right {
        right: 1em;
    }

    .cc-bottom {
        bottom: 1em;
    }

    .cc-floating>.cc-link {
        margin-bottom: 1em;
    }

    .cc-floating .cc-message {
        display: block;
        margin-bottom: 1em;
    }

    .cc-window.cc-floating .cc-compliance {
        -ms-flex: 1;
        flex: 1;
    }

    .cc-window.cc-banner {
        -ms-flex-align: center;
        align-items: center;
    }

    .cc-banner.cc-top {
        left: 0;
        right: 0;
        top: 0;
    }

    .cc-banner.cc-bottom {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .cc-banner .cc-message {
        -ms-flex: 1;
        flex: 1;
    }

    .cc-compliance {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .cc-compliance>.cc-btn {
        -ms-flex: 1;
        flex: 1;
    }

    .cc-btn+.cc-btn {
        margin-left: .5em;
    }

    @media print {

        .cc-revoke,
        .cc-window {
            display: none;
        }
    }

    @media screen and (max-width: 900px) {
        .cc-btn {
            white-space: normal;
        }
    }

    @media screen and (max-width: 414px) and (orientation: portrait),
    screen and (max-width: 736px) and (orientation: landscape) {
        .cc-window.cc-top {
            top: 0;
        }

        .cc-window.cc-bottom {
            bottom: 0;
        }

        .cc-window.cc-banner,
        .cc-window.cc-left,
        .cc-window.cc-right {
            left: 0;
            right: 0;
        }

        .cc-window.cc-banner {
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .cc-window.cc-banner .cc-compliance {
            -ms-flex: 1;
            flex: 1;
        }

        .cc-window.cc-floating {
            max-width: none;
        }

        .cc-window .cc-message {
            margin-bottom: 1em;
        }

        .cc-window.cc-banner {
            -ms-flex-align: unset;
            align-items: unset;
        }
    }

    .cc-floating.cc-theme-classic {
        padding: 1.2em;
        border-radius: 5px;
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
        text-align: center;
        display: inline;
        -ms-flex: none;
        flex: none;
    }

    .cc-theme-classic .cc-btn {
        border-radius: 5px;
    }

    .cc-theme-classic .cc-btn:last-child {
        min-width: 140px;
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
        display: inline-block;
    }

    .cc-theme-edgeless.cc-window {
        padding: 0;
    }

    .cc-floating.cc-theme-edgeless .cc-message {
        margin: 2em 2em 1.5em;
    }

    .cc-banner.cc-theme-edgeless .cc-btn {
        margin: 0;
        padding: .8em 1.8em;
        height: 100%;
    }

    .cc-banner.cc-theme-edgeless .cc-message {
        margin-left: 1em;
    }

    .cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
        margin-left: 0;
    }

    .cc-window {
        border-top: 1px solid #ccc;
    }

    .cc-message {
        font-size: 12px;
        line-height: 1.4;
    }

    .cc-btn {
        text-decoration: none;
    }

    .btn-md-size {
        width: 100%;
        height: auto;
        white-space: normal;
        padding: 14px 12px;
        font-size: 15px;
        line-height: 20px;
        border-radius: 5px;
    }

    @media (min-width: 990px) {
        .btn-md-size {
            padding: 9px 12px;
            font-size: 15px;
            line-height: 20px;
            border-radius: 5px;
        }
    }

    .btn-play [class^="icon-"],
    .btn-play [class*=" icon-"] {
        position: relative;
        left: -5px;
        top: 1px;
    }

    .buttons .btn:first-of-type {
        margin-bottom: 20px;
    }

    @media (min-width: 750px) {
        .buttons .btn:first-of-type {
            margin: 0;
        }
    }

    @media (min-width: 750px) {
        .btn.btn-inline {
            display: inline-block;
            width: auto;
        }

        .btn.btn-inline span {
            margin-left: 20px;
        }
    }

    /* BANNERS */
    .banner-content,
    .banner-gallery {
        max-width: 660px;
        margin: 20px auto;
    }

    @media (min-width: 990px) {
        .banner-gallery {
            display: none;
        }
    }

    .banner-side {
        position: absolute;
        top: 60px;
        right: 0;
        bottom: 25px;
        left: auto;
        display: none;
        width: 120px;
    }

    @media (min-width: 990px) {
        .banner-side {
            display: block;
        }
    }

    .banner-gallery-side {
        position: absolute;
        top: 58px;
        right: -180px;
        bottom: auto;
        left: auto;
        width: 160px;
        height: 600px;
        display: none;
    }

    @media (min-width: 990px) {
        .banner-gallery-side {
            display: block;
        }
    }

    @media (min-width: 990px) {
        .gallery .modal-content {
            left: -100px;
        }
    }

    @media (min-width: 990px) {

        .gallery .modal-content .modal-dialog .close,
        .gallery .modal-content .gallery-arrows {
            right: -180px;
        }
    }

    .sticky {
        width: 120px;
    }

    /* COMMENTS */
    .comments {
        display: none;
        margin: -35px auto 10px auto;
        background: #ededed;
        padding: 0 10px;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    /* COMMENTS TOGGLE */
    .fb-comments-toggle .heading,
    .fb-comments-toggle .comments-show {
        position: relative;
        display: block;
        float: left;
        margin: 20px 0;
        padding: 10px;
        border: 1px solid #dadada;
        border-radius: 5px;
        background-color: #e6e6e6;
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
    }

    @media (min-width: 750px) {
        .fb-comments-toggle {
            position: relative;
            clear: both;
            height: 80px;
            max-width: 660px;
            cursor: pointer;
        }
    }

    @media (min-width: 750px) {
        .fb-comments-toggle .glyphicon {
            margin-right: 10px;
        }
    }

    @media (min-width: 750px) {
        .fb-comments-toggle .comments-show {
            width: 50%;
            padding-right: 20px;
            border-left: none;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            text-align: right;
            cursor: pointer;
        }
    }

    @media (min-width: 750px) {
        .fb-comments-toggle .heading {
            width: 50%;
            padding-left: 20px;
            border-right: none;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            text-align: left;
            text-decoration: none;
        }
    }

    @media (min-width: 750px) {
        .fb-comments-toggle-open {
            height: 100px;
        }
    }

    @media (min-width: 750px) {

        .fb-comments-toggle-open .heading,
        .fb-comments-toggle-open .comments-show {
            border-bottom: none;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
    }

    @media (min-width: 750px) {
        .fb-comments-toggle:hover .comments-show {
            color: #EA8C43;
        }
    }

    /* GALLERY - THUMB */
    .inside-image {
        padding-top: 15px;
    }

    .inside-image img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .inside-image a {
        cursor: default;
        font-size: 13px;
        text-decoration: none;
        color: #858585;
        line-height: 16px;
    }

    .inside-image a span {
        display: block;
        margin: 5px 20px 10px 0;
        line-height: 16px;
        max-width: 260px;
    }

    .gallery-thumb {
        display: block;
        margin: 0 -20px;
        position: relative;
        text-decoration: none;
        font-weight: normal;
    }

    .gallery-thumb img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .gallery-thumb figure {
        margin: 5px 20px 0 20px;
        color: #858585;
        min-height: 30px;
    }

    .gallery-count-wrapper {
        display: block;
        padding: 7px 12px;
        background: #ea5812;
        color: #ffffff;
        width: 100%;
        text-align: center;
    }

    .gallery-count-wrapper .gallery-count {
        padding-left: 5px;
        text-decoration: underline;
    }

    .gallery-count-wrapper .glyphicon {
        font-family: "Glyphicons Halflings" !important;
    }

    .gallery-thumb:hover .gallery-count {
        text-decoration: none;
    }

    .gallery-thumb:hover .gallery-count-wrapper {
        background-color: #ea5812;
    }

    .gallery-thumb .gallery-thumb-inner {
        float: left;
        padding: 15px 25px 0 0;
        margin: 0;
    }

    .gallery-thumb .gallery-thumb-inner figure {
        min-height: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    @media (min-width: 750px) {
        .gallery-thumb {
            margin: 0;
        }

        .gallery-thumb figure {
            margin-left: 0;
            margin-right: 0;
        }
    }

    /* GALLERY - PAGE */
    .gallery-bg {
        position: fixed;
        background-color: #000000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .gallery {
        position: relative;
        padding: 5px 0;
    }

    .gallery .close {
        position: absolute;
        top: 15px;
        right: 0;
        color: #ffffff;
        text-decoration: none;
        font-weight: normal;
    }

    .gallery .close .glyphicon {
        color: #fc0000;
    }

    .gallery .logo {
        height: 36px;
    }

    @media (min-width: 750px) {
        .gallery .logo {
            height: auto;
        }
    }

    .gallery .gallery-arrows {
        padding: 10px 0;
        text-align: center;
        color: #ffffff;
        font-size: 32px;
    }

    @media (min-width: 990px) {
        .gallery .gallery-arrows {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            width: 200px;
            margin: 0 auto;
        }
    }

    .gallery .gallery-arrows a {
        color: #ffffff;
        text-decoration: none;
    }

    .gallery .gallery-arrows .gallery-counter {
        position: relative;
        top: -5px;
        padding: 0 20px;
        font-size: 24px;
    }

    .gallery figure {
        padding: 10px 0;
        color: #ffffff;
    }

    .gallery-header {
        padding-bottom: 10px;
    }

    .gallery-image-wrapper {
        position: relative;
        text-align: center;
        border: 1px solid #4b4b4b;
    }

    .gallery-image-wrapper .gallery-image {
        max-width: 100%;
    }

    @media (min-width: 990px) {
        .gallery-content {
            width: 800px;
            margin: 0 auto;
            position: relative;
        }
    }

    /* MODALS */
    .modal-backdrop.in {
        opacity: 0.8;
    }

    .modal-content {
        border-radius: 0;
        box-shadow: none;
        text-align: center;
    }

    @media (min-width: 750px) {
        .modal-content {
            text-align: left;
            background-image: url(/build/99a02082e2c6a2d7d605c059964458a5.png);
            background-repeat: no-repeat;
            background-position: bottom left;
        }
    }

    .modal-content .form-control {
        margin-bottom: 10px;
    }

    @media (min-width: 750px) {
        .modal-content .form-control {
            display: inline-block;
            width: 250px;
        }
    }

    @media (min-width: 750px) {
        .modal-content .btn {
            display: inline-block;
            width: auto;
            margin-top: -2px;
            margin-left: 5px;
        }
    }

    .modal-dialog {
        top: 30px;
        border-radius: 0;
    }

    @media (min-width: 750px) {
        .modal-dialog {
            width: 750px;
        }
    }

    .modal-dialog .close {
        position: absolute;
        top: -35px;
        right: -5px;
        text-shadow: none;
        font-weight: normal;
        color: #ffffff;
        opacity: 1;
        background-color: transparent;
        border: none;
        font-weight: normal;
    }

    .modal-dialog .close .glyphicon {
        color: #fc0000;
    }

    .modal-dialog .form-group {
        margin-top: 10px;
    }

    .modal-ebookimg {
        display: none;
        float: right;
    }

    @media (min-width: 750px) {
        .modal-ebookimg {
            display: inline-block;
            margin-right: -60px;
            margin-top: -30px;
        }
    }

    @media (min-width: 750px) {
        .modal-body {
            min-height: 410px;
            padding: 60px 0 0 30px;
        }
    }

    @media (min-width: 750px) {
        .modal-body h1 {
            margin-top: 30px;
        }
    }

    /* NEWSLETTER */
    #modalNewsletter .form-message {
        display: block;
    }

    @media (min-width: 750px) {
        #modalNewsletter .modal-content {
            text-align: center;
        }
    }

    @media (min-width: 750px) {
        #modalNewsletter .modal-content .form-group {
            position: absolute;
            top: 195px;
            left: 264px;
            width: 250px;
        }
    }

    @media (min-width: 750px) {

        #modalNewsletter .modal-content .form-group .form-control,
        #modalNewsletter .modal-content .form-group .btn {
            width: 250px;
            margin-left: 0;
        }
    }

    @media (min-width: 750px) {
        #modalNewsletter .modal-body {
            padding-top: 20px;
            position: relative;
            background-image: url(/build/e1b577df220f73546f387fced70c4d51.png);
            background-position: 30px 160px;
            background-repeat: no-repeat;
        }
    }

    /* MAIL S POROVNÁNÍM */
    #modalSendComparisonEmail .form-message {
        display: block;
    }

    @media (min-width: 750px) {
        #modalSendComparisonEmail .modal-content {
            text-align: center;
        }
    }

    @media (min-width: 750px) {
        #modalSendComparisonEmail .modal-content .form-group {
            width: 250px;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    @media (min-width: 750px) {

        #modalSendComparisonEmail .modal-content .form-group .form-control,
        #modalSendComparisonEmail .modal-content .form-group .btn {
            width: 250px;
            margin-left: 0;
        }
    }

    @media (min-width: 750px) {
        #modalSendComparisonEmail .modal-body {
            padding: 20px;
            position: relative;
        }
    }

    .alert {
        margin-bottom: 0;
    }

    .alert i,
    .alert span {
        vertical-align: middle;
    }

    .alert i {
        padding-right: 8px;
    }

    .alert span.color-black {
        color: #000000;
    }

    /* NEWSLETTER */
    @media (min-width: 750px) {
        .newsletter-wrapper {
            padding: 0 0 20px 0;
            border-bottom: 1px solid #000000;
        }
    }

    .newsletter-wrapper h4 {
        margin: 0 0 20px 0;
        text-align: center;
        color: #ea5812;
    }

    @media (min-width: 750px) {
        .newsletter {
            width: 470px;
            margin: 20px auto 0 auto;
        }
    }

    @media (min-width: 750px) {
        .newsletter h4 {
            display: inline-block;
            margin: 12px 10px 0 0;
            float: left;
        }
    }

    @media (min-width: 750px) {
        .newsletter .input-group {
            width: 320px;
        }
    }

    /* SOCIAL SHARING PLUGINS */
    .fb-like {
        position: relative;
        top: -8px;
    }

    .social {
        margin: 10px 0;
        text-align: center;
    }

    .social .icon {
        display: inline-block;
        margin: 0 5px;
        text-decoration: none;
    }

    @media (min-width: 750px) {
        .social .icon {
            padding: 0 7px;
            margin: 0 0 0 3px;
            font-size: 12px;
            border-radius: 3px;
            color: #ffffff;
            background-image: none !important;
        }
    }

    .social .icon.facebook {
        background-image: url(/build/3d7f136a8e306744c621078f268e36ca.png);
    }

    @media (min-width: 750px) {
        .social .icon.facebook {
            background-color: #326ab2;
        }
    }

    .social .icon.twitter {
        background-image: url(/build/a14220508e66d3e23ac015febd91d3a3.png);
    }

    @media (min-width: 750px) {
        .social .icon.twitter {
            background-color: #1da1f2;
        }
    }

    .social .icon.googleplus {
        background-image: url(/build/1a2931941ae889d651b58b414f4e287a.png);
    }

    @media (min-width: 750px) {
        .social .icon.googleplus {
            background-color: #ef3f45;
        }
    }

    /* overrides repsonsive iframe styling */
    iframe#twitter-widget-0,
    iframe#twitter-widget-1 {
        position: relative !important;
        top: -1px !important;
    }

    @media (max-width: 750px) {

        iframe#twitter-widget-0,
        iframe#twitter-widget-1 {
            width: 65px !important;
        }
    }

    /* STAR RATING */
    .star-rating-wrapper {
        padding-bottom: 10px;
        border-top: 1px solid #c9c9c9;
        text-align: center;
    }

    .star-rating {
        position: relative;
        display: inline-block;
        width: 190px;
        height: 30px;
        overflow: hidden;
        font-size: 0;
        white-space: nowrap;
        background: url(/build/180a422826399bcfbc44caac0e6e1d38.png);
        background-size: contain;
    }

    .star-rating i {
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        background: url(/build/c0ce1ee5e8c6760cca8f54d5b713c056.png);
        background-size: contain;
    }

    .star-rating input {
        -moz-appearance: none;
        -webkit-appearance: none;
        position: relative;
        display: inline-block;
        width: 20%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

    .rating {
        border-top: 1px solid #c9c9c9;
    }

    .star-rating input:hover+i,
    .star-rating input:checked+i {
        opacity: 1;
    }

    .star-rating i~i {
        width: 40%;
    }

    .star-rating i~i~i {
        width: 60%;
    }

    .star-rating i~i~i~i {
        width: 80%;
    }

    .star-rating i~i~i~i~i {
        width: 100%;
    }

    /* STARS AFTER VOTE */
    .stars-voted input {
        cursor: default;
    }

    .star-rating:hover input:hover+i,
    .star-rating:hover input:checked+i {
        opacity: 1 !important;
    }

    .star-rating:hover i~i {
        width: 40% !important;
    }

    .star-rating:hover i~i~i {
        width: 60% !important;
    }

    .star-rating:hover i~i~i~i {
        width: 80% !important;
    }

    .star-rating:hover i~i~i~i~i {
        width: 100% !important;
    }

    .stars-1-5 i:nth-of-type(1) {
        opacity: 1;
    }

    .stars-1-5 i:nth-of-type(2),
    .stars-1-5 i:nth-of-type(3),
    .stars-1-5 i:nth-of-type(4),
    .stars-1-5 i:nth-of-type(5) {
        opacity: 0 !important;
    }

    .stars-2-5 i:nth-of-type(1),
    .stars-2-5 i:nth-of-type(2) {
        opacity: 1;
    }

    .stars-2-5 i:nth-of-type(3),
    .stars-2-5 i:nth-of-type(4),
    .stars-2-5 i:nth-of-type(5) {
        opacity: 0 !important;
    }

    .stars-3-5 i:nth-of-type(1),
    .stars-3-5 i:nth-of-type(2),
    .stars-3-5 i:nth-of-type(3) {
        opacity: 1;
    }

    .stars-3-5 i:nth-of-type(4),
    .stars-3-5 i:nth-of-type(5) {
        opacity: 0 !important;
    }

    .stars-4-5 i:nth-of-type(1),
    .stars-4-5 i:nth-of-type(2),
    .stars-4-5 i:nth-of-type(3),
    .stars-4-5 i:nth-of-type(4) {
        opacity: 1;
    }

    .stars-4-5 i:nth-of-type(5) {
        opacity: 0 !important;
    }

    .stars-5-5 i {
        opacity: 1 !important;
    }

    .stars-1-5:hover i,
    .stars-2-5:hover i,
    .stars-3-5:hover i,
    .stars-4-5:hover i,
    .stars-5-5:hover i {
        opacity: 0 !important;
    }

    .stars-voted.stars-4-5:hover i:nth-of-type(1),
    .stars-voted.stars-4-5:hover i:nth-of-type(2),
    .stars-voted.stars-4-5:hover i:nth-of-type(3),
    .stars-voted.stars-4-5:hover i:nth-of-type(4) {
        opacity: 1 !important;
    }

    .stars-voted.stars-4-5:hover i:nth-of-type(5) {
        opacity: 0 !important;
    }

    .stars-voted.stars-2-5:hover i:nth-of-type(1),
    .stars-voted.stars-2-5:hover i:nth-of-type(2) {
        opacity: 1 !important;
    }

    .stars-voted.stars-2-5:hover i:nth-of-type(3),
    .stars-voted.stars-2-5:hover i:nth-of-type(4),
    .stars-voted.stars-2-5:hover i:nth-of-type(5) {
        opacity: 0 !important;
    }

    .stars-voted.stars-3-5:hover i:nth-of-type(1),
    .stars-voted.stars-3-5:hover i:nth-of-type(2),
    .stars-voted.stars-3-5:hover i:nth-of-type(3) {
        opacity: 1 !important;
    }

    .stars-voted.stars-3-5:hover i:nth-of-type(4),
    .stars-voted.stars-3-5:hover i:nth-of-type(5) {
        opacity: 0 !important;
    }

    .stars-voted.stars-4-5:hover i:nth-of-type(1),
    .stars-voted.stars-4-5:hover i:nth-of-type(2),
    .stars-voted.stars-4-5:hover i:nth-of-type(3),
    .stars-voted.stars-4-5:hover i:nth-of-type(4) {
        opacity: 1 !important;
    }

    .stars-voted.stars-4-5:hover i:nth-of-type(5) {
        opacity: 0 !important;
    }

    .stars-voted.stars-5-5 i {
        opacity: 1 !important;
    }

    /* SURVEY */
    .survey {
        padding: 10px 20px;
        background-color: transparent;
        background-image: url(/build/3bc1e147f046d1ede5cbdd8bd0f35fc6.png);
        background-repeat: no-repeat;
        margin: 10px 0 10px 0;
        display: block;
        overflow: hidden;
        background-color: #ffffff;
        background-position: -30px bottom, bottom center;
        background-size: 40% auto, 100% auto;
        border: 1px solid #dadada;
    }

    .survey h2 {
        color: #ea5812;
        margin-bottom: 30px;
    }

    .survey>div p {
        text-align: center;
        font-size: 12px;
        font-weight: lighter;
    }

    .questionSurvey {
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .answerSurvey {
        width: 100%;
        margin: 20px auto;
        display: block;
        text-align: center;
    }

    .answerSurvey>div {
        width: 47%;
        display: inline-block;
        float: left;
        margin-bottom: 11px;
    }

    @media (max-width: 750px) {
        .answerSurvey>div {
            width: 100%;
            display: block;
            float: none;
            margin-bottom: 11px;
            left: 0 !important;
        }
    }

    .answerSurvey>div:nth-child(2) {
        position: relative;
        left: 5%;
    }

    .answerSurvey>div button {
        /*@include MQ($screen-md) {
                height: 40px;
            }*/
        width: 100%;
        display: table;
        padding: 0;
        background-color: #ea5812;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        height: auto;
        color: #ffffff;
        text-align: center;
    }

    .answerSurvey>div button:hover {
        background-color: #bb460e;
        cursor: pointer;
    }

    .answerSurvey>div button span.letter {
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.35);
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        padding: 0 15px;
        height: 50px;
        display: table-cell;
        vertical-align: middle;
    }

    @media (min-width: 990px) {
        .answerSurvey>div button span.letter {
            height: 40px;
        }
    }

    .answerSurvey>div button span.word {
        font-weight: bold;
        display: table-cell;
        padding: 0 15px;
        text-align: left;
        height: 50px;
        vertical-align: middle;
    }

    @media (min-width: 990px) {
        .answerSurvey>div button span.word {
            height: 40px;
        }
    }

    .infoSurvey {
        text-align: center;
        margin: 0;
        font-weight: lighter;
        color: #858585;
    }

    .survey.bad {
        background-image: url(/build/c4782edd8df41a701d7702dfed80a87e.png);
        background-size: 60% auto;
    }

    .survey.bad .questionSurvey {
        color: #fc0000;
    }

    .survey.correct {
        background-image: url(/build/21084843a5e711fa386f8464300a9431.png);
        background-size: 60% auto;
    }

    .survey.correct .questionSurvey {
        color: #ea5812;
    }

    /* CITE TEXT */
    .box-text {
        background: #f9f9f9;
        border-left: 2px solid #ccc;
        padding: 20px 30px 5px 30px;
    }

    .box-text blockquote {
        font-style: italic;
        margin: 0;
        padding: 0;
        border-left: none;
    }

    .box-text p {
        color: #4b4b4b;
        text-align: justify;
        margin-bottom: 1em;
    }

    /* BOXES */
    .box-info {
        border-radius: 5px;
        background-image: none;
        padding: 0;
        width: 100%;
        margin: 10px 0;
        border: 1px solid #e6e6e6;
        vertical-align: middle;
        display: table;
        min-height: 50px;
    }

    .box-info:before {
        background: #86cf80 10px 10px no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE2LjI0NyA0LjczM2MwIDEuNjg0IDEuMjcxIDIuODI1IDIuODQgMi44MjVzMi44NDItMS4xNDIgMi44NDItMi44MjVjMC0xLjY4NS0xLjI3Mi0yLjgyNi0yLjg0Mi0yLjgyNi0xLjU2OCAwLTIuODQgMS4xNDEtMi44NCAyLjgyNnpNMTAuMDk2IDE0LjM3NWMwIDAuMzM0LTAuMDYxIDEuMTYzIDAuMDA4IDEuNjYybDIuNDc5LTIuOTgzYzAuNTEzLTAuNTYyIDEuMTA2LTAuOTU1IDEuNDA5LTAuODQ5czAuNDcgMC40NjMgMC4zNzEgMC43OTVsLTQuMTAzIDEzLjU5Yy0wLjQ3MyAxLjU4OCAwLjQyMSAzLjE0OCAyLjU5OSAzLjUwNCAzLjE4OSAwIDUuMDg0LTIuMTU4IDYuOTQ4LTQuOTU1IDAtMC4zMzQgMC4xMTEtMS4yMTMgMC4wNDQtMS43MTNsLTIuNDc5IDIuOTgyYy0wLjUxNCAwLjU2Mi0xLjE1MSAwLjk1NS0xLjQ1NSAwLjg1LTAuMjgtMC4wOTgtMC40NDQtMC40MS0wLjM4OS0wLjcyMWw0LjEzMi0xMy42NTNjMC4zNDQtMS43MzQtMC41OS0zLjMxMi0yLjU2NC0zLjUxNC0yLjA3NiAwLjAwMS01LjEzNiAyLjIwOS03IDUuMDA1eiI+PC9wYXRoPjwvc3ZnPg==");
        color: #ffffff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        content: "";
        display: table-cell;
        vertical-align: middle;
        width: 50px;
    }

    @media (max-width: 750px) {
        .box-info:before {
            display: none;
        }
    }

    .box-info .box-text {
        padding: 10px 15px;
        display: table-cell;
        vertical-align: middle;
        background-color: transparent;
        border-left: none;
    }

    @media (max-width: 750px) {
        .box-info .box-text {
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
        }
    }

    .box-info .box-btn {
        display: table-cell;
        vertical-align: middle;
    }

    @media (max-width: 750px) {
        .box-info .box-btn {
            display: block;
        }
    }

    @media (max-width: 750px) {
        .box-info .box-btn a {
            display: block;
        }
    }

    .box-info a {
        background-color: #ea5812;
        border-radius: 5px;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        display: table-cell;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        white-space: nowrap;
    }

    .box-info a:hover {
        background-color: #bb460e;
    }

    .box-calc {
        background: #ffffff url(/build/d51609b811009826163254b5a90a8ee9.jpg) bottom left no-repeat;
        min-height: 100px;
    }

    .box-calc .box-text {
        padding-left: 120px;
    }

    @media (max-width: 750px) {
        .box-calc .box-text {
            padding-left: 20px;
        }
    }

    .box-calc:before {
        display: none;
    }

    .box-calc .box-info a {
        display: inline-block;
        margin: 7px 20px;
    }

    @media (min-width: 750px) {
        .box-calc .box-btn {
            padding-right: 20px;
        }
    }

    @media (max-width: 750px) {
        .box-calc {
            background-image: none;
        }
    }

    /* OTHER ARTICLES */
    .other-articles-wrapper {
        padding: 20px;
        border-top: 1px solid #e6e6e6;
        background-color: #ededed;
    }

    @media (min-width: 750px) {
        .other-articles-wrapper {
            text-align: center;
        }
    }

    .other-articles-wrapper h1 {
        text-align: center;
    }

    @media (min-width: 750px) {
        .other-articles-wrapper h1 {
            padding: 20px 0 20px 0;
        }
    }

    .other-articles-wrapper .btn {
        width: 100%;
        font-weight: 800;
        text-decoration: underline;
    }

    @media (min-width: 750px) {
        .other-articles {
            display: table;
            width: 100%;
        }
    }

    @media (min-width: 750px) {
        .other-articles {
            max-width: 1030px;
            position: relative;
            margin: 0 auto;
        }
    }

    .other-articles-btn-wrapper {
        background-color: #ededed;
        margin-left: -20px;
        margin-right: -20px;
        padding-bottom: 20px;
    }

    @media (min-width: 750px) {
        .other-articles-btn {
            max-width: 1030px;
            position: relative;
            margin: 0 auto;
        }
    }

    @media (min-width: 750px) {
        .other-article-row {
            display: table-row;
        }
    }

    .other-article {
        padding: 15px;
        border-bottom: 1px solid #e6e6e6;
    }

    .other-article:before,
    .other-article:after {
        display: table;
        content: " ";
    }

    .other-article:after {
        clear: both;
    }

    @media (min-width: 750px) {
        .other-article {
            border-bottom: none;
            text-align: left;
        }
    }

    .other-article .link-article {
        display: block;
        position: relative;
    }

    @media (min-width: 750px) {

        .other-article .fb-like {
            display: none;
        }

        @media (min-width: 750px) {
            .other-article .fb-like {
                display: block;
                position: absolute;
                bottom: 20px;
                right: 15px;
                top: auto;
            }
        }

        .other-article h3 a {
            display: block;
            text-decoration: underline;
            color: #000000;
        }

        .other-article h3 a:hover {
            text-decoration: none;
        }

        @media (min-width: 750px) {
            .other-article img {
                width: 100%;
                margin-bottom: 5px;
                border-radius: 5px;
            }
        }

        .other-article-row:last-of-type .other-article:last-of-type {
            border-bottom: none;
        }

        .section {
            width: 100%;
            position: relative;
        }

        .section-lander {
            background-color: #56adbd !important;
            padding: 25px 0;
        }

        @media (min-width: 750px) {
            .section-lander {
                height: 420px;
                padding: 70px 0;
            }
        }

        .section-lander-gas {
            background: url(/build/16649d3a470f52a8eef737ed55a6555f.jpg) no-repeat center top;
        }

        .section-lander-ele {
            background: url(/build/23d05889f6dd97aeb3e6ce8ae00c372b.jpg) no-repeat center top;
        }

        .section-lander p {
            padding: 0;
            margin: 30px 0;
        }

        .section-lander .main-heading h1 {
            padding-top: 13px;
        }

        @media (min-width: 990px) {
            .section-lander .main-heading h1 {
                padding: 0;
            }
        }

        .section-lander-small-arrow {
            position: relative;
            background-image: none;
            background-color: #e6e6e6 !important;
            box-shadow: inset 0 -3px 7px rgba(0, 0, 0, 0.05);
            border-top: 1px solid #cdcdcd;
            z-index: 2;
            height: 170px !important;
        }

        @media (max-width: 750px) {
            .section-lander-small-arrow {
                height: auto !important;
            }
        }

        .section-lander-small-arrow:before {
            position: absolute;
            top: 100%;
            left: 50%;
            content: '';
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 19px 18px 0px 18px;
            border-color: #dfdfdf transparent transparent transparent;
            z-index: 0;
        }

        .section-lander-small p {
            margin: 10px 0;
        }

        @media (min-width: 750px) {
            .section-lander-small {
                height: 230px;
                padding: 25px 0;
            }
        }

        @media (min-width: 990px) {
            .section-lander-small {
                padding: 37px 0 0;
            }
        }

        .section-lander-small .nav-links {
            padding: 30px 0;
        }

        .section-lander-small .nav-links ul li {
            display: inline-block;
            text-decoration: none;
            padding: 0 10px;
        }

        .section-lander-small .nav-links ul a {
            color: #dadada;
            text-decoration: underline;
            font-size: 15px;
            font-weight: 400;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
            /* Implementation - .cooldiv {.transition(background, 0.5s, ease-in);} */
        }

        .section-lander-small .nav-links ul a.active {
            font-weight: 700;
        }

        .section-lander-small .nav-links ul a:hover {
            cursor: pointer;
            color: #ffffff;
        }

        .section-lander-auto {
            height: 100%;
            padding: 40px 0;
            background-size: cover;
        }

        .section-lander-auto h1 {
            padding-top: 0 !important;
        }

        .section-lander-comparison h1 {
            margin: 0;
            padding: 0;
        }

        @media (min-width: 750px) {
            .section-lander-comparison {
                height: auto;
                padding: 40px 0;
            }
        }

        .section-steps {
            padding: 70px 0 50px 0;
        }

        .section-steps .item-step {
            padding: 0 30px;
            text-align: center;
        }

        .section-steps .item-step .icon:before {
            font-size: 48px;
        }

        .section-steps .item-step .text {
            font-size: 15px;
            font-weight: 400;
            line-height: 25px;
        }

        .section-help {
            padding-bottom: 20px;
        }

        @media (max-width: 750px) {
            .section-help .item {
                display: block;
                padding-bottom: 25px;
                text-align: center;
            }
        }

        .section-help .item a {
            display: block;
            text-decoration: underline;
            color: #000000;
        }

        .section-help .item .icon {
            font-size: 90px;
            color: #ea5812;
        }

        .section-help .item .icon-phone-big {
            transform: rotate(35deg) scale(-1, 1);
        }

        .section-help .item .icon-phone-big:before {
            position: relative;
            display: block;
            top: 18px;
        }

        .section-help .item .perex h1,
        .section-help .item .perex h4 {
            margin-top: 0;
        }

        @media (max-width: 750px) {
            .section-help .item .perex {
                display: block;
                text-align: center;
            }
        }

        .section-help .item .perex .title {
            font-size: 35px;
        }

        .section-help .item .perex .sub-title {
            font-size: 14px;
            margin: 0;
            padding: 0;
            font-weight: normal;
        }

        .section-help .item .tel-number {
            font-size: 35px;
            font-weight: 700;
            color: #00b555;
            text-decoration: none;
        }

        .section-help .item.offset-vertical-23 {
            padding: 0 23px;
        }

        .section-arguments {
            background: #cbf2f5;
            padding: 30px 0;
        }

        @media (min-width: 750px) {
            .section-arguments {
                background: url(/build/fd7bf5c0cecaac6cba210e9d96fdb285.jpg) no-repeat center top;
                height: 160px;
            }
        }

        @media (min-width: 990px) {
            .section-arguments {
                padding-top: 58px;
            }
        }

        .section-font-white {
            color: #ffffff;
        }

        .section-reasons {
            padding: 45px 0 0;
        }

        .section-reasons .img-responsive,
        .section-reasons .content p img,
        .content p .section-reasons img {
            width: 50%;
        }

        @media (min-width: 750px) {
            .section-reasons {
                padding: 75px 0;
            }

            .section-reasons h2 {
                margin: 0 auto 50px;
            }
        }

        @media (min-width: 990px) {
            .section-reasons {
                padding: 90px 0 50px;
            }
        }

        .section-reasons-holder {
            position: relative;
        }

        .section-reasons-holder:before,
        .section-reasons-holder:after {
            display: table;
            content: " ";
        }

        .section-reasons-holder:after {
            clear: both;
        }

        @media (min-width: 750px) {
            .section-reasons-holder .holder {
                float: right;
                width: 375px;
            }

            .section-reasons-holder .holder-content {
                width: 284px;
            }
        }

        @media (min-width: 990px) {
            .section-reasons-holder .holder {
                width: 595px;
            }

            .section-reasons-holder .holder-content {
                width: 480px;
            }

            .section-reasons-holder .holder .form-group {
                float: left;
                width: 226px;
            }

            .section-reasons-holder .holder .form-group:last-of-type {
                float: right;
            }
        }

        .section-contractors {
            padding: 40px 0 20px;
            text-align: center;
        }

        .section-contractors:before,
        .section-contractors:after {
            display: table;
            content: " ";
        }

        .section-contractors:after {
            clear: both;
        }

        @media (min-width: 750px) {
            .section-contractors {
                border-top: 1px solid #dadada;
                padding: 35px 0;
                width: 100%;
                display: table;
                text-align: left;
            }
        }

        .section-information {
            position: relative;
            padding: 65px 0;
            background: #cbf2f5;
        }

        .section-information:before,
        .section-information:after {
            display: table;
            content: " ";
        }

        .section-information:after {
            clear: both;
        }

        .section-faq {
            background: #1c5662;
            padding: 40px 0;
        }

        .section-faq:before,
        .section-faq:after {
            display: table;
            content: " ";
        }

        .section-faq:after {
            clear: both;
        }

        @media (min-width: 750px) {
            .section-faq {
                background: #1c5662 url(/build/a2a40c976e71f60fd15b2f917ff3f0d8.jpg) no-repeat center top;
            }
        }

        .section-parameters {
            background: #ffffff;
            padding: 40px 0;
        }

        .section-parameters:before,
        .section-parameters:after {
            display: table;
            content: " ";
        }

        .section-parameters:after {
            clear: both;
        }

        @media (min-width: 750px) {
            .section-parameters {
                padding: 70px 0;
                background: #ffffff url(/build/0864dc60b286d18ec9dc758bc6a3e00c.jpg) no-repeat center top;
            }
        }

        @media (min-width: 990px) {
            .section-parameters .buttons {
                padding: 35px 0;
            }
        }

        .section-calc {
            padding: 35px 0;
        }

        .section-calc h2 {
            margin-bottom: 20px;
        }

        .section-calc .row-bordered {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            background: #e6e6e6;
        }

        @media (min-width: 750px) {
            .section-calc .row-bordered {
                border: 1px solid #dadada;
            }
        }

        @media (min-width: 990px) {
            .section-calc .row-bordered {
                display: table;
                width: 1020px;
            }
        }

        .section-calc .row-arrow {
            text-align: center;
            padding: 10px 0;
        }

        @media (min-width: 990px) {
            .section-calc .row-arrow {
                padding: 15px 0;
            }
        }

        .section-calc .row-arrow img {
            display: block;
            margin: 0 auto;
        }

        .section-calc .row-arrow:hover {
            cursor: pointer;
        }

        .section-calc .row.alert-new-price {
            padding-bottom: 35px;
        }

        @media (min-width: 990px) {
            .section-calc .label-none {
                display: none;
            }
        }

        .section-calc .col-right,
        .section-calc .col-left {
            padding: 30px 15px;
        }

        @media (min-width: 990px) {

            .section-calc .col-right,
            .section-calc .col-left {
                display: table-cell;
                float: none;
                padding: 30px 25px 30px 25px;
            }
        }

        .section-calc .col-left .reset-margins {
            margin: 0;
        }

        .section-calc .col-left .reset-margins .form-message {
            margin: 0;
        }

        .section-calc .col-right {
            display: none;
            background: #ffffff;
        }

        @media (min-width: 990px) {
            .section-calc .col-right {
                display: table-cell;
            }
        }

        .section-calc .col.choised-product {
            display: block;
            width: 100%;
            overflow: hidden;
            padding: 30px 7.33333% !important;
        }

        @media (min-width: 990px) {
            .section-calc .col.choised-product {
                display: table-cell;
                padding: 30px 25px !important;
            }
        }

        .section-calc .col.choised-product .product-item {
            padding: 10px 0;
        }

        .section-calc .col.choised-product .product-item .title {
            margin: 0;
            font-weight: 700;
            font-size: 17px;
        }

        @media (min-width: 480px) {
            .section-calc .col.choised-product .product-item .title {
                font-size: 15px;
            }
        }

        .section-calc .col.choised-product .product-item .title strong {
            display: block;
            line-height: 25px;
        }

        @media (max-width: 990px) {
            .section-calc .col.choised-product .product-item .title strong {
                display: inline-block;
            }
        }

        .section-calc .col.choised-product .product-item .title strong i {
            color: #00b555;
            font-style: normal;
        }

        .section-calc .col.choised-product .product-item .sub-title {
            display: block;
            color: #a5a5a5;
            font-size: 12px;
        }

        .section-calc .col.choised-product .product-item .item-image img {
            width: 100%;
        }

        .section-calc .col.choised-product .product-item .item-text h3 {
            margin: 0;
        }

        .section-calc .col.choised-product .product-item .media .media-left,
        .section-calc .col.choised-product .product-item .media .media-body {
            display: inline-block;
            float: none;
            vertical-align: middle;
        }

        .section-calc .col.choised-product .product-item .media .media-left {
            width: auto;
        }

        .section-calc .col.choised-product .product-item .item-price {
            text-align: right;
            color: #00b555;
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
        }

        .section-calc .col.choised-product .product-item .item-price .sub-title {
            font-weight: normal;
        }

        .section-calc .col.choised-product .product-item .item-price.negative {
            color: #fc0000;
        }

        .section-calc .col.choised-product .product-item.offset-bottom-60 {
            padding-bottom: 60px;
        }

        .section-calc .col.choised-product .product-item.product-item-primary .item-text h3 {
            font-size: 18px;
        }

        .section-calc .col.choised-product .product-item .col {
            display: inline-block;
            vertical-align: middle;
            float: none;
            padding: 0 10px;
        }

        @media (min-width: 990px) {
            .section-calc .col-left:after {
                content: '';
                background: url(/build/2e8bc39cc3063ec9413991d6b8465a4a.png) no-repeat center top;
                width: 16px;
                height: 32px;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto 0;
            }
        }

        .section-calc .form-group .form-message-error {
            margin-top: 5px;
        }

        @media (min-width: 750px) {
            .section-calc .form-group .form-message-error {
                margin-top: 43px;
            }
        }

        .section-calc .form-group .form-message-success {
            margin-top: 5px;
        }

        @media (min-width: 750px) {
            .section-calc .form-group .form-message-success {
                margin-top: 40px;
            }
        }

        .section-calc .map-holder {
            height: 308px;
        }

        .section-calc .radios [class^="col-"] {
            padding: 0 15px 15px;
        }

        .section-calc .radios [class^="col-"]:last-of-type {
            padding-bottom: 0;
        }

        @media (min-width: 750px) {
            .section-calc .radios [class^="col-"] {
                padding-bottom: 0;
            }
        }

        @media (min-width: 990px) {
            .section-calc .radios-margin {
                margin-top: 40px;
            }
        }

        .section-calc #map-holder {
            display: none;
        }

        @media (min-width: 990px) {
            .section-calc #map-holder {
                display: block;
            }
        }

        .section-calc #map-holder .selection-message {
            padding-bottom: 10px;
            visibility: hidden;
        }

        @media (min-width: 750px) {
            .section-calc .checkbox label {
                max-width: none;
                width: 160%;
            }
        }

        @media (min-width: 990px) {
            .section-calc .checkbox label {
                max-width: 100%;
                width: auto;
            }
        }

        @media (min-width: 750px) {

            .section-calc .checkbox .form-message-error,
            .section-calc .checkbox .form-message-success {
                bottom: 0;
            }
        }

        @media (min-width: 990px) {

            .section-calc .checkbox .form-message-error,
            .section-calc .checkbox .form-message-success {
                bottom: auto;
                top: 0;
                margin: 0;
            }
        }

        .section-calc-type-1 {
            padding: 42px 0;
        }

        .section-calc-type-1 .form-widget {
            position: relative;
        }

        .section-calc-type-1 .custom-select,
        .section-calc-type-1 .input-group,
        .section-calc-type-1 .form-group {
            position: relative;
        }

        .section-calc-type-1 .custom-select.has-success .form-message:before,
        .section-calc-type-1 .input-group.has-success .form-message:before,
        .section-calc-type-1 .form-group.has-success .form-message:before {
            content: '\E921';
            font-size: 32px;
        }

        .section-calc-type-1 .custom-select.no-validation-states .form-message,
        .section-calc-type-1 .input-group.no-validation-states .form-message,
        .section-calc-type-1 .form-group.no-validation-states .form-message {
            display: none;
        }

        .section-calc-type-1 .custom-select .form-widget .radios-item input[type="radio"]+label,
        .section-calc-type-1 .input-group .form-widget .radios-item input[type="radio"]+label,
        .section-calc-type-1 .form-group .form-widget .radios-item input[type="radio"]+label {
            margin-bottom: 0;
        }

        .section-calc-type-1 .custom-select select:hover,
        .section-calc-type-1 .input-group select:hover,
        .section-calc-type-1 .form-group select:hover {
            cursor: pointer;
        }

        .section-calc-type-1 .custom-select .form-message,
        .section-calc-type-1 .custom-select .msg-help,
        .section-calc-type-1 .input-group .form-message,
        .section-calc-type-1 .input-group .msg-help,
        .section-calc-type-1 .form-group .form-message,
        .section-calc-type-1 .form-group .msg-help {
            position: absolute;
            top: 50%;
            left: 100%;
            width: 100%;
            margin-left: 40px;
            margin-top: 0;
            transform: translateY(-50%);
            padding-left: 0;
        }

        @media (min-width: 990px) {

            .section-calc-type-1 .custom-select .form-message,
            .section-calc-type-1 .custom-select .msg-help,
            .section-calc-type-1 .input-group .form-message,
            .section-calc-type-1 .input-group .msg-help,
            .section-calc-type-1 .form-group .form-message,
            .section-calc-type-1 .form-group .msg-help {
                max-width: 295px;
            }
        }

        .section-calc-type-1 .custom-select .form-message li,
        .section-calc-type-1 .custom-select .msg-help li,
        .section-calc-type-1 .input-group .form-message li,
        .section-calc-type-1 .input-group .msg-help li,
        .section-calc-type-1 .form-group .form-message li,
        .section-calc-type-1 .form-group .msg-help li {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            font-style: normal;
            color: #ff0000;
            font-weight: 400;
        }

        @media (min-width: 750px) {

            .section-calc-type-1 .custom-select .form-message li:before,
            .section-calc-type-1 .custom-select .msg-help li:before,
            .section-calc-type-1 .input-group .form-message li:before,
            .section-calc-type-1 .input-group .msg-help li:before,
            .section-calc-type-1 .form-group .form-message li:before,
            .section-calc-type-1 .form-group .msg-help li:before {
                position: absolute;
                left: 0px;
                top: 50%;
                transform: translateY(-50%);
                font-family: 'icomoon' !important;
                content: '\E922';
                padding-right: 10px;
                vertical-align: middle;
                font-size: 32px;
                line-height: 1;
            }
        }

        @media (min-width: 990px) {

            .section-calc-type-1 .custom-select .form-message li,
            .section-calc-type-1 .custom-select .msg-help li,
            .section-calc-type-1 .input-group .form-message li,
            .section-calc-type-1 .input-group .msg-help li,
            .section-calc-type-1 .form-group .form-message li,
            .section-calc-type-1 .form-group .msg-help li {
                padding-left: 42px;
            }
        }

        @media (max-width: 990px) {

            .section-calc-type-1 .custom-select.has-success .form-message,
            .section-calc-type-1 .input-group.has-success .form-message,
            .section-calc-type-1 .form-group.has-success .form-message {
                display: none;
                padding: 0;
                margin: 0;
            }

            .section-calc-type-1 .custom-select .form-message:before,
            .section-calc-type-1 .input-group .form-message:before,
            .section-calc-type-1 .form-group .form-message:before {
                content: none;
            }
        }

        @media (max-width: 990px) {

            .section-calc-type-1 .custom-select .form-message,
            .section-calc-type-1 .input-group .form-message,
            .section-calc-type-1 .form-group .form-message {
                position: static;
                transform: translate(0);
                margin: 0;
                float: left;
                padding: 10px 0;
            }

            .section-calc-type-1 .custom-select .form-message li:before,
            .section-calc-type-1 .input-group .form-message li:before,
            .section-calc-type-1 .form-group .form-message li:before {
                content: none;
            }
        }

        .section-calc-type-1 .custom-select .msg-help,
        .section-calc-type-1 .input-group .msg-help,
        .section-calc-type-1 .form-group .msg-help {
            color: black;
            opacity: 0;
            visibility: hidden;
            padding: 10px;
            background-color: #cbf2f5;
            border-radius: 5px;
            top: 30%;
            transform: translateY(-30%);
            transition: all 0.5s ease;
            z-index: 100;
            margin-left: 55px;
        }

        @media (max-width: 990px) {

            .section-calc-type-1 .custom-select .msg-help,
            .section-calc-type-1 .input-group .msg-help,
            .section-calc-type-1 .form-group .msg-help {
                display: none;
            }
        }

        .section-calc-type-1 .custom-select .msg-help .msg-content,
        .section-calc-type-1 .input-group .msg-help .msg-content,
        .section-calc-type-1 .form-group .msg-help .msg-content {
            position: relative;
        }

        .section-calc-type-1 .custom-select .msg-help .msg-content:before,
        .section-calc-type-1 .input-group .msg-help .msg-content:before,
        .section-calc-type-1 .form-group .msg-help .msg-content:before {
            position: absolute;
            left: -20px;
            top: 30%;
            transform: translateY(-50%);
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #cbf2f5 transparent transparent;
        }

        .section-calc-type-1 .custom-select input:focus+.msg-help,
        .section-calc-type-1 .custom-select select:focus+.msg-help,
        .section-calc-type-1 .custom-select input:focus+.input-group-addon+.msg-help,
        .section-calc-type-1 .input-group input:focus+.msg-help,
        .section-calc-type-1 .input-group select:focus+.msg-help,
        .section-calc-type-1 .input-group input:focus+.input-group-addon+.msg-help,
        .section-calc-type-1 .form-group input:focus+.msg-help,
        .section-calc-type-1 .form-group select:focus+.msg-help,
        .section-calc-type-1 .form-group input:focus+.input-group-addon+.msg-help {
            opacity: 1;
            visibility: visible;
        }

        .section-calc-type-1 .custom-select input:focus+.msg-help+.msg-err,
        .section-calc-type-1 .custom-select select:focus+.msg-help+.msg-err,
        .section-calc-type-1 .custom-select input:focus+.input-group-addon+.msg-help+.msg-err,
        .section-calc-type-1 .input-group input:focus+.msg-help+.msg-err,
        .section-calc-type-1 .input-group select:focus+.msg-help+.msg-err,
        .section-calc-type-1 .input-group input:focus+.input-group-addon+.msg-help+.msg-err,
        .section-calc-type-1 .form-group input:focus+.msg-help+.msg-err,
        .section-calc-type-1 .form-group select:focus+.msg-help+.msg-err,
        .section-calc-type-1 .form-group input:focus+.input-group-addon+.msg-help+.msg-err {
            display: none;
        }

        .section-calc-type-1 .form-group>.msg-help>.msg-content:before {
            top: 50%;
        }

        .section-calc-type-1 .select-group .custom-select {
            margin-bottom: 10px;
        }

        .section-calc-type-1 .form-group-title {
            margin-bottom: 10px;
        }

        .section-calc-type-1 .set-bg {
            position: relative;
            background-color: #e6e6e6;
            padding-top: 20px;
            padding-bottom: 20px;
            border: 1px solid #dadada;
            z-index: 5;
        }

        @media (min-width: 750px) {
            .section-calc-type-1 .set-bg {
                border-radius: 6px;
            }

            .section-calc-type-1 .set-bg.option-1:before {
                right: 75%;
                left: auto;
            }

            .section-calc-type-1 .set-bg.option-2:before {
                right: auto;
                left: 75%;
            }

            .section-calc-type-1 .set-bg:before {
                position: absolute;
                top: -13px;
                left: 75%;
                content: '';
                transform: rotateZ(45deg);
                border-top: 1px solid #dadada;
                border-left: 1px solid #dadada;
                width: 30px;
                height: 30px;
                background-color: #e6e6e6;
                z-index: 4;
            }
        }

        @media (min-width: 750px) {
            .section-comparison [class^="col-"] {
                display: table-cell;
                float: none;
                vertical-align: middle;
            }
        }

        .section-comparison .sort {
            background: #212121;
            text-align: center;
        }

        @media (min-width: 750px) {
            .section-comparison .sort [class^="col-"] {
                vertical-align: middle;
                padding: 0;
            }
        }

        @media (min-width: 750px) and (min-width: 990px) {
            .section-comparison .sort [class^="col-"].left {
                padding-left: 15px;
            }
        }

        .section-comparison .sort-in {
            margin: 0 -15px;
        }

        @media (min-width: 990px) {
            .section-comparison .sort-in {
                margin: 0;
            }
        }

        .section-comparison .sort-in .icon {
            display: none;
            color: #ffffff;
            font-size: 12px;
        }

        .section-comparison .sort .sorted {
            background: #848169;
        }

        .section-comparison .sort .sorted .icon {
            display: inline-block;
            color: #ffffff;
        }

        .section-comparison .sort a {
            color: #ffffff;
            font-size: 15px;
            font-weight: normal;
            display: inline-block;
            padding: 10px 0;
        }

        @media (min-width: 750px) {
            .section-comparison .row {
                display: table;
                width: 100%;
                margin: 0;
            }
        }

        .section-comparison .row.what-mean [class^="col-"] {
            vertical-align: middle;
        }

        .section-comparison .row.what-mean [class^="col-"].left {
            padding-bottom: 0;
        }

        @media (min-width: 750px) {
            .section-comparison .row.what-mean [class^="col-"].left {
                padding-bottom: 30px;
            }
        }

        @media (min-width: 750px) {
            .section-comparison .left {
                text-align: left;
            }
        }

        .section-comparison .btn strong {
            color: #ffffff;
            font-size: 15px;
        }

        .section-comparison .view-more {
            padding: 0;
            border: 0;
            margin: 25px 0 20px;
        }

        @media (min-width: 750px) {
            .section-comparison .view-more {
                margin: 8px 0 20px;
            }
        }

        .section-comparison .last-update {
            font-size: 12px;
            color: #a5a5a5;
            padding: 0 0 18px 0;
            border: 0;
            margin: 0;
            text-align: center;
        }

        .section-comparison .btn-default.btn-green {
            color: #ffffff;
            background-color: #ea5812;
            border-color: #ea5812;
        }

        .section-comparison .btn-default.btn-green:focus,
        .section-comparison .btn-default.btn-green.focus {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #742b09;
        }

        .section-comparison .btn-default.btn-green:hover {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #b1430e;
        }

        .section-comparison .btn-default.btn-green:active,
        .section-comparison .btn-default.btn-green.active,
        .open>.section-comparison .btn-default.btn-green.dropdown-toggle {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #b1430e;
        }

        .section-comparison .btn-default.btn-green:active:hover,
        .section-comparison .btn-default.btn-green:active:focus,
        .section-comparison .btn-default.btn-green:active.focus,
        .section-comparison .btn-default.btn-green.active:hover,
        .section-comparison .btn-default.btn-green.active:focus,
        .section-comparison .btn-default.btn-green.active.focus,
        .open>.section-comparison .btn-default.btn-green.dropdown-toggle:hover,
        .open>.section-comparison .btn-default.btn-green.dropdown-toggle:focus,
        .open>.section-comparison .btn-default.btn-green.dropdown-toggle.focus {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #742b09;
        }

        .section-comparison .btn-default.btn-green:active,
        .section-comparison .btn-default.btn-green.active,
        .open>.section-comparison .btn-default.btn-green.dropdown-toggle {
            background-image: none;
        }

        .section-comparison .btn-default.btn-green.disabled,
        .section-comparison .btn-default.btn-green.disabled:hover,
        .section-comparison .btn-default.btn-green.disabled:focus,
        .section-comparison .btn-default.btn-green.disabled.focus,
        .section-comparison .btn-default.btn-green.disabled:active,
        .section-comparison .btn-default.btn-green.disabled.active,
        .section-comparison .btn-default.btn-green[disabled],
        .section-comparison .btn-default.btn-green[disabled]:hover,
        .section-comparison .btn-default.btn-green[disabled]:focus,
        .section-comparison .btn-default.btn-green[disabled].focus,
        .section-comparison .btn-default.btn-green[disabled]:active,
        .section-comparison .btn-default.btn-green[disabled].active,
        fieldset[disabled] .section-comparison .btn-default.btn-green,
        fieldset[disabled] .section-comparison .btn-default.btn-green:hover,
        fieldset[disabled] .section-comparison .btn-default.btn-green:focus,
        fieldset[disabled] .section-comparison .btn-default.btn-green.focus,
        fieldset[disabled] .section-comparison .btn-default.btn-green:active,
        fieldset[disabled] .section-comparison .btn-default.btn-green.active {
            background-color: #ea5812;
            border-color: #ea5812;
        }

        .section-comparison .btn-default.btn-green .badge {
            color: #ea5812;
            background-color: #ffffff;
        }

        .section-order-results {
            padding: 8px 0;
            background: #e6e6e6;
        }

        @media (min-width: 990px) {
            .section-order-results {
                background: transparent;
                padding: 8px 0;
            }
        }

        .section-order-results .dropdown-wrapper {
            cursor: pointer;
            display: inline-block;
            position: static;
        }

        .section-order-results .dropdown-wrapper * {
            vertical-align: middle;
        }


        .dropdown-wrapper {
            text-align: right !important;
        }

        .section-order-results .dropdown-wrapper {
            position: relative;
            text-align: right;
            cursor: none;
        }


        .section-order-results .btn-group {
            position: static;
            padding: 10px;
            width: 100%;
        }

        .section-order-results .btn-group .dropdown-toggle {
            display: inline-block;
            border: none;
            background-color: transparent;
        }

        .section-order-results .btn-group .dropdown-toggle b {
            text-decoration: underline;
        }


        .section-order-results .btn-group .dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            bottom: auto;
            left: 0;
            width: 100%;
            border: none;
            box-shadow: none;
            border-radius: 0;
            margin: 0;
            padding: 0;
            background: #e6e6e6;
        }

        .section-order-results .btn-group .dropdown-menu li {
            text-align: center;
            border-top: 1px solid #dadada;
        }

        .section-order-results .btn-group .dropdown-menu li a {
            text-decoration: underline;
            padding: 13px 0;
        }

        @media (min-width: 990px) {
            .section-order-results .btn-group .dropdown-menu {
                position: absolute;
                top: 45px;
                right: 0;
                bottom: 0;
                left: auto;
            }

            .section-order-results .btn-group .dropdown-menu li {
                background: #e6e6e6;
            }

            .section-order-results .btn-group .dropdown-menu li a {
                padding: 8px 0;
                text-decoration: underline;
            }
        }

        .section-order-results .btn-group.open {
            background: #e6e6e6;
        }

        .section-order-results .btn-group.open .dropdown-toggle {
            box-shadow: none;
        }

        @media (min-width: 990px) {
            .section-order-results .btn-group {
                position: relative;
                width: auto;
            }
        }

        .section-order-results .btn-group:hover {
            cursor: pointer;
        }

        .section-order-results .btn-group button {
            background: transparent;
            border: none;
        }

        @media (min-width: 750px) {
            .section-article-results {
                padding-bottom: 80px;
            }
        }

        .section-article-results .img-item {
            position: relative;
            min-height: 160px;
        }

        .section-article-results .img-item img {
            width: 100%;
            height: auto;
        }

        .section-article-results .other-article .thumbnail {
            display: block;
            text-decoration: none;
        }

        .section-article-results .other-article .thumbnail.video .img-item .play-button {
            background: url(/build/e616e617ab514d9aa2c6ec9c6491ebd3.png) no-repeat center;
            position: absolute;
            height: 65px;
            margin-left: auto;
            margin-right: auto;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
        }

        .section-article-results .other-article .thumbnail.video:hover {
            cursor: pointer;
        }

        .section-article-results .other-article .thumbnail:hover .caption * {
            text-decoration: underline;
        }

        .section-article-results .other-article .caption h3 {
            margin-bottom: 0;
        }

        .section-article-results .other-article .caption b {
            color: #000000;
            text-decoration: underline;
            transition: color 0.3s ease;
        }

        @media (min-width: 750px) {
            .section-article-results .other-article .caption b {
                text-decoration: none;
            }
        }

        @media (max-width: 480px) {
            .section-article-results .other-article.last {
                border-bottom: none;
            }
        }

        .section-article-results .pp-connect-mail {
            display: block;
            position: relative;
            text-align: left;
            padding: 10px 0 15px 0;
            background-color: #cbf2f5;
        }

        .section-article-results .pp-connect-mail [class^="col-"] [class^="col-"] {
            padding: 0;
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail [class^="col-"] [class^="col-"] {
                padding-left: 15px;
                padding-right: 15px;
            }
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail {
                margin: 20px 0;
                background: url(/build/0c77d6cacd6cae99913203447ece4e3e.png) repeat-x center bottom;
                background-color: none;
                border: 1px solid #dadada;
                border-radius: 5px;
            }
        }

        .section-article-results .pp-connect-mail .form-group {
            position: relative;
        }

        .section-article-results .pp-connect-mail .form-group .form-control {
            margin: 22px 0;
            height: 50px;
        }

        @media (max-width: 480px) {
            .section-article-results .pp-connect-mail .form-group .form-control {
                margin: 10px 0;
            }
        }

        @media (min-width: 990px) {
            .section-article-results .pp-connect-mail .form-group .form-control {
                height: 40px;
            }
        }

        .section-article-results .pp-connect-mail .form-group .form-message {
            position: absolute;
            top: 70px;
            left: 0;
        }

        @media (max-width: 480px) {
            .section-article-results .pp-connect-mail .form-group .form-message {
                position: static;
                padding-top: 10px;
            }
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail .form-group .form-message {
                left: 15px;
            }
        }

        .section-article-results .pp-connect-mail .form-group .form-message.form-message-success {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            background: #ea5812;
            text-align: center;
        }

        .section-article-results .pp-connect-mail .btn-submit {
            line-height: 0;
            height: 50px;
        }

        @media (min-width: 990px) {
            .section-article-results .pp-connect-mail .btn-submit {
                height: 40px;
            }
        }

        .section-article-results .pp-connect-mail img {
            width: 100%;
            position: relative;
            top: 24px;
            left: 9px;
        }

        .section-article-results .pp-connect-mail .has-success .form-message {
            display: block;
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail .has-error .form-control {
                margin-bottom: 20px;
            }
        }

        .section-article-results .pp-connect-mail .form-message {
            margin: 0;
        }

        .section-article-results .pp-connect-mail .form-message.form-message-success {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            background: #ea5812;
            text-align: center;
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail .form-message.form-message-success {
                border-radius: 5px;
            }
        }

        .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-content {
            position: absolute;
            top: 50%;
            right: 0;
            bottom: 0;
            left: 0;
            margin-left: auto;
            margin-right: auto;
            transform: translateY(-50%);
            text-align: center;
            width: 100%;
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-content {
                width: 55%;
            }
        }

        @media (min-width: 990px) {
            .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-content {
                width: 45%;
            }
        }

        .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-content * {
            display: block;
            vertical-align: middle;
            font-size: 18px;
            color: #ffffff;
            padding: 0 10px;
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-content * {
                display: table-cell;
            }
        }

        .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-content .icon-checkmark {
            font-size: 54px;
            padding-bottom: 20px;
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-content .icon-checkmark {
                padding-bottom: 0;
            }
        }

        .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-text {
            text-align: center;
            font-weight: 700;
        }

        @media (min-width: 750px) {
            .section-article-results .pp-connect-mail .form-message.form-message-success .form-message-success-text {
                text-align: left;
            }
        }



        .section-article-results .view-more .btn {
            font-weight: 700;
        }

        .section.interactive-map-header {
            display: table;
            width: 100%;
            table-layout: fixed;
            background: #dadada;
        }

        .section.interactive-map-header .back {
            max-width: 60px;
            min-height: 60px;
            height: 60px;
            text-align: center;
            background: #77bdc2;
        }

        @media (min-width: 750px) {
            .section.interactive-map-header .back {
                max-width: 100px;
            }
        }

        .section.interactive-map-header .back a {
            color: #ffffff;
            text-decoration: none;
        }

        .section.interactive-map-header .back a i {
            padding: 0 4px;
        }

        .section.interactive-map-header h1 {
            padding: 0 15px;
            font-size: 17px;
            line-height: 26px;
            color: #131313;
        }

        .section.interactive-map-header .logo-wrapper {
            padding: 10px;
        }

        .section.interactive-map-header img {
            display: inline-block;
            width: 55px;
            height: auto;
            margin-right: 5px;
        }

        @media (min-width: 750px) {
            .section.interactive-map-header img {
                width: 70px;
            }
        }

        .section.interactive-map-header img.hidden-xs {
            width: 144px;
        }

        .section.interactive-map-header .search-place .icon {
            padding: 0 10px;
            font-size: 20px;
        }

        .section.interactive-map-header .search-place .icon.icon-location {
            color: #0da2b7;
        }

        .section.interactive-map-header .search-place .icon.icon-cancel {
            color: #dc1515;
        }

        .section.interactive-map-header .search-place .icon.icon-cancel:hover {
            cursor: pointer;
        }

        .section.interactive-map-header .search-place .form-control:focus {
            outline: none;
        }

        .section-interactive-map {
            position: relative;
        }

        .section-interactive-map #map {
            display: block;
            min-height: 320px;
            height: calc(100vh - 60px);
        }

        .section-interactive-map .interactive-map-panel {
            padding: 20px 0;
            background: #dadada;
        }

        .section-interactive-map .interactive-map-panel .icon-search {
            display: none;
        }

        @media (max-width: 480px) {
            .section-interactive-map .interactive-map-panel.fixed {
                position: fixed;
                height: 50px;
                bottom: 0;
                z-index: 999;
                width: 100%;
                padding: 0;
                transition: height .9s ease;
            }

            .section-interactive-map .interactive-map-panel.fixed .icon-search {
                display: inline-block;
                font-size: 30px;
            }
        }

        @media (min-width: 750px) {
            .section-interactive-map .interactive-map-panel.fixed {
                position: fixed;
                width: 100%;
                bottom: 0;
                z-index: 999;
            }
        }

        @media (max-width: 480px) {
            .section-interactive-map .interactive-map-panel [class^="col-"] {
                padding: 10px 0;
            }
        }

        .section-interactive-map .interactive-map-panel .find-title {
            margin: 0;
            margin-top: 1px;
        }

        @media (max-width: 480px) {
            .section-interactive-map .interactive-map-panel .find-title {
                text-align: center;
                display: block;
                padding: 10px 0;
            }
        }

        .section-interactive-map .interactive-map-panel.toggle {
            height: 250px;
        }

        .section-interactive-map .interactive-map-panel form.form .form-group [class^="col-"] {
            padding-bottom: 10px;
        }

        @media (min-width: 990px) {
            .section-interactive-map .interactive-map-panel form.form .form-group [class^="col-"] {
                padding-bottom: 0;
            }
        }

        @media (max-width: 990px) {
            .section-interactive-map .interactive-map-panel form.form .form-group {
                padding: 0;
            }
        }

        @media (min-width: 990px) {
            .section-interactive-map .interactive-map-panel form.form .form-group div:first-of-type {
                padding-left: 0;
            }

            .section-interactive-map .interactive-map-panel form.form .form-group div:last-of-type {
                padding-right: 0;
                padding-left: 23px;
            }
        }

        .section-interactive-map .social {
            position: absolute;
            width: auto;
            bottom: 0;
            left: 15px;
            background-color: transparent;
        }

        .section-visual-map .title {
            margin-top: 30px;
            font-size: 24px;
            font-weight: 700;
        }

        #loading-screen {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

        #loading-screen img {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .list-main-article h1,
        .list-main-article h1 a {
            font-size: 32px;
        }

        .list-main-article.serial-insturction-hp .title {
            min-height: 50px !important;
        }

        .list-main-article {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }

        .list-main-article .title {
            display: inline-block;
            width: 100%;
            min-height: 40px;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
        }

        .list-main-article .title .more-info {
            display: inline-block;
            float: right;
            position: relative;
        }

        .list-main-article .title .more-info a {
            display: block;
            padding: 10px 30px 10px 10px;
        }

        .list-main-article .list-main-article-image {
            width: 100%;
            overflow: hidden;
            display: inline-block;
            max-height: 440px;
            position: relative;
            border-radius: 4px;
        }

        .list-main-article .list-main-article-image p {
            margin: 0;
            padding: 10px 15px;
            color: #ffffff;
        }

        .list-main-article-image .image-title {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.5);
        }

        .list-main-article-image a>img {
            max-width: 690px;
        }

        .other-list-article-content {
            min-height: 130px;
            padding: 3px 0;
        }

        .other-list-article .list-main-article-image .ribbon-article>img {
            width: 13px;
        }

        .other-list-article-content .lead {
            max-height: 54px;
            overflow: hidden;
        }

        .other-list-article-content .lead p {
            font-size: 14px;
            font-weight: normal;
            line-height: 21px;
        }

        ul.main-article-ul li {
            float: left;
            font-family: Arial, sans-serif;
            font-size: 12px;
            color: #ea5812;
            min-height: 12px;
            position: relative;
        }

        ul.main-article-ul li a:hover,
        ul.main-article-ul li a:focus {
            text-decoration: underline;
        }

        ul.main-article-ul li:last-child {
            margin-right: 0;
        }

        a#article-space {
            display: block;
            width: 604px;
            height: 325px;
            position: absolute;
            top: 180px;
            z-index: 999;
            text-decoration: none;
        }

        .main-article-p ul.main-article-ul li {
            margin-bottom: 30px;
        }

        .other-list-article {
            border-bottom: 1px solid #DDDDDD;
            margin-bottom: 14px;
            padding-bottom: 15px;
            position: relative;
        }

        .other-list-article .list-main-article-image {
            border-radius: 4px 4px 4px 4px;
            float: left;
            height: 130px;
            margin: 0 20px 0 0;
            overflow: hidden;
            width: 200px;
        }

        .other-list-article-content h2,
        .other-list-article-content h2 a {
            color: #000000;
            font-size: 19px;
            font-weight: bold;
            margin: 0 0 5px;
            text-decoration: none;
            width: 450px;
        }

        .other-list-article-content h2 a:hover {
            text-decoration: underline;
        }

        .other-list-article .list-main-article-image a>img {
            width: 270px;
        }

        .other-list-article-content .more-info,
        .other-article .more-info {
            display: inline-block;
            float: right;
            position: relative;
        }

        .arguments-item {
            display: table;
            width: 100%;
            margin-bottom: 30px;
        }

        .arguments-item:before,
        .arguments-item:after {
            display: table;
            content: " ";
        }

        .arguments-item:after {
            clear: both;
        }

        .arguments-item-play {
            margin-bottom: 0;
            cursor: pointer;
        }

        .arguments-item-play .arguments-shape {
            background: #ea5812;
            color: #ffffff;
            font-size: 15px;
        }

        .arguments-item-play .arguments-shape:after {
            border-color: transparent transparent transparent #ea5812;
        }

        .arguments-item-play .arguments-shape:hover {
            background: #ea5812;
            background-color: #2a91a2;
        }

        .arguments-item-play .arguments-shape:hover:after {
            border-color: transparent transparent transparent #2a91a2;
        }

        .arguments-item-play .arguments-shape [class^="icon-"] {
            margin-right: 4px;
            margin-left: -11px;
            font-size: 20px;
            position: relative;
            top: 3px;
        }

        .arguments-shape {
            position: relative;
            width: 119px;
            height: 49px;
            background: #ffffff;
            border-radius: 5px;
            text-align: center;
            font-weight: bold;
            font-size: 25px;
            color: #023845;
            line-height: 49px;
            display: table-cell;
            vertical-align: middle;
        }

        .arguments-shape:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 6px;
            border-color: transparent transparent transparent #ffffff;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            right: -6px;
        }

        @media (min-width: 750px) {
            .arguments-shape {
                display: block;
                text-align: center;
                margin: 0 auto;
                margin-bottom: 15px;
            }
        }

        @media (min-width: 990px) {
            .arguments-shape {
                display: table-cell;
                margin: 0;
            }
        }

        .arguments-text {
            display: table-cell;
            vertical-align: middle;
            font-size: 15px;
            color: #023845;
            line-height: 25px;
            padding-left: 10px;
        }

        @media (min-width: 750px) {
            .arguments-text {
                display: block;
                text-align: center;
                margin: 0 auto;
            }
        }

        @media (min-width: 990px) {
            .arguments-text {
                display: table-cell;
                margin: 0;
                text-align: left;
            }
        }

        .reasons {
            margin-bottom: 30px;
        }

        .reasons:before,
        .reasons:after {
            display: table;
            content: " ";
        }

        .reasons:after {
            clear: both;
        }

        @media (min-width: 750px) {
            .reasons .media {
                margin-bottom: 30px;
            }
        }

        .reasons .media-left {
            padding-right: 30px;
        }

        @media (min-width: 750px) {
            .reasons .media-body {
                width: 230px;
            }
        }

        @media (min-width: 990px) {
            .reasons .media-body {
                width: 275px;
            }
        }

        .reasons [class^="icon-"],
        .reasons [class*=" icon-"] {
            font-size: 50px;
        }

        .holder {
            background: #e6e6e6;
            position: relative;
            padding: 30px 15px;
            text-align: left;
            margin-left: -15px;
            margin-right: -15px;
            overflow: hidden;
        }

        .holder:before,
        .holder:after {
            display: table;
            content: " ";
        }

        .holder:after {
            clear: both;
        }

        @media (min-width: 750px) {
            .holder {
                padding: 20px 25px 20px 25px;
                border-radius: 5px;
                margin: 0;
            }
        }

        .holder .form-group {
            position: relative;
            z-index: 12;
            clear: both;
        }

        .holder .form-group ul {
            display: none;
        }

        .holder .form-group ul li {
            padding: 0;
        }

        .holder .form-group ul li:before {
            content: none;
        }

        .holder .form-group.has-success+.success-message {
            display: block;
        }

        .holder .form-group.has-success+.success-message.absolute {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #ea5812;
            z-index: 1001;
            color: #ffffff;
        }

        .holder .form-group.has-success+.success-message.absolute .holder-success-content {
            position: relative;
            display: table;
            padding: 30px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .holder .form-group.has-success+.success-message.absolute .holder-success-content * {
            display: table-cell;
            vertical-align: middle;
        }

        .holder .form-group.has-success+.success-message.absolute .holder-success-content .icon {
            font-size: 65px;
            padding-right: 15px;
        }

        .holder .form-group.has-success+.success-message.absolute .holder-success-content .holder-success-text {
            font-size: 18px;
        }

        .holder .form-group.has-error h3 {
            color: #000000;
        }

        .holder .form-group.has-error.form-group ul {
            display: block;
        }

        .holder .form-group.has-error.form-group ul li {
            color: #fc0000;
        }

        .holder .form-group.has-error.form-group input[type="text"],
        .holder .form-group.has-error.form-group input[type="email"] {
            border: 1px solid #fc0000;
            background-color: #ffc9c9;
        }

        .holder .form-group.has-error.form-group input {
            height: 40px;
            line-height: 1;
        }

        .holder .form-group.has-error.form-group input::-moz-placeholder {
            color: #ffffff;
            opacity: 1;
        }

        .holder .form-group.has-error.form-group input:-ms-input-placeholder {
            color: #ffffff;
        }

        .holder .form-group.has-error.form-group input::-webkit-input-placeholder {
            color: #ffffff;
        }

        .holder .success-message {
            display: none;
        }

        .holder-content {
            z-index: 12;
        }

        .holder-house .holder-content {
            position: relative;
        }

        .holder-house:after {
            content: '';
            background: url(/build/620c61bdc9c984bed1a27ce5f8162f84.png) no-repeat left top;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 158px;
            height: 240px;
        }

        @media (min-width: 990px) {
            .holder-house:after {
                width: 225px;
                height: 209px;
            }
        }

        .holder-email:after {
            content: '';
            background: url(/build/67b7f096bbf7b0bd21e6fbbe4d59b5ba.png) no-repeat left top;
            position: absolute;
            right: -60px;
            bottom: -60px;
            width: 158px;
            height: 240px;
            background-size: contain;
            opacity: .1;
        }

        @media (min-width: 990px) {
            .holder-email:after {
                width: 225px;
                height: 209px;
            }
        }

        @media (max-width: 750px) {
            .holder-email .btn {
                margin-top: 10px;
            }
        }

        .holder-vawe:after {
            content: '';
            background: url(/build/278a1a563ec6361e5c81f5024bba81f2.png) no-repeat left top;
            position: absolute;
            bottom: 0;
            width: 158px;
            height: 240px;
            opacity: .05;
            right: -16px;
        }

        @media (min-width: 990px) {
            .holder-vawe:after {
                width: 225px;
                height: 209px;
            }
        }

        .holder-calc label {
            margin-bottom: 0;
        }

        .holder-calc.stage-2 .form-widget .checkbox {
            width: 50%;
            float: left;
            margin: 10px 0 0 0 !important;
        }

        .holder-calc.stage-2 .form-widget {
            margin-bottom: 15px;
        }

        .holder-vawe .btn {
            position: relative;
            z-index: 2;
        }

        .contractors {
            position: relative;
        }

        .contractors:before,
        .contractors:after {
            display: table;
            content: " ";
        }

        .contractors:after {
            clear: both;
        }

        .contractors ul {
            display: table;
            width: 100%;
        }

        .contractors ul li {
            display: inline-block;
            vertical-align: middle;
            margin-right: 20px;
            margin-bottom: 25px;
        }

        .contractors ul li:last-child {
            margin-right: 0;
        }

        @media (min-width: 990px) {
            .contractors ul li {
                margin-right: 27px;
            }
        }

        .contractors ul li span img {
            max-height: 50px;
        }

        @media (min-width: 990px) {
            .contractors {
                display: table;
            }

            .contractors [class^="col-"] {
                float: none;
                display: table-cell;
                vertical-align: middle;
            }
        }

        .informationList .media-left {
            display: none;
        }

        @media (min-width: 750px) {
            .informationList .media-left {
                display: table-cell;
            }

            .informationList .media-left [class^="icon-"],
            .informationList .media-left [class*=" icon-"] {
                font-size: 70px;
                color: #77bdc2;
            }
        }

        .informationList .media-body h2 {
            color: #ea5812;
            margin-bottom: 10px;
        }

        .informationList .media-body p {
            font-size: 15px;
            line-height: 25px;
            color: #ea5812;
            padding: 0;
        }

        .informationList .media-body a {
            color: #ea5812;
            font-size: 15px;
            font-weight: bold;
        }

        @media (min-width: 750px) {
            .informationList .media-body {
                padding-left: 10px;
            }
        }

        @media (min-width: 990px) {
            .informationList .media-body h2 {
                min-height: 70px;
            }
        }

        .informationList .col-md-6 {
            margin-bottom: 50px;
        }

        .informationList .col-md-6:last-of-type {
            margin-bottom: 0;
        }

        @media (min-width: 990px) {
            .informationList .col-md-6 {
                margin-bottom: 0;
            }
        }

        .faq {
            position: relative;
            margin-top: 35px;
            display: none;
        }

        .faq:before,
        .faq:after {
            display: table;
            content: " ";
        }

        .faq:after {
            clear: both;
        }

        .faq-link {
            padding: 20px 50px 20px 20px;
            position: relative;
            cursor: pointer;
            font-weight: normal;
            font-size: 15px;
            color: #000000;
            margin: 0;
        }

        .faq-link:after {
            content: '';
            background: url(/build/b77e35aa85cc74ef726d24cedc7ac0e6.png) no-repeat left top;
            width: 11px;
            height: 7px;
            position: absolute;
            right: 12px;
            top: 30px;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
            /* Implementation - .cooldiv {.transition(background, 0.5s, ease-in);} */
        }

        .faq-content {
            border-top: 1px solid #bcd9db;
            padding: 20px;
            display: none;
        }

        .faq-content p {
            padding: 0 0 30px;
            margin: 0;
        }

        .faq-content p:last-of-type {
            padding: 0;
        }

        .faq-content ul {
            padding-left: 40px;
            list-style: initial;
        }

        .faq-item {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            background: #cbf2f5;
            position: relative;
            width: 100%;
            font-size: 15px;
            color: #000000;
            line-height: 24px;
            text-align: left;
            margin-bottom: 20px;
        }

        .faq-item:last-of-type {
            margin-bottom: 0;
        }

        .faq-item.opened .faq-link:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .footer {
            background: #212121;
            position: relative;
            width: 100%;
            padding: 45px 0;
            max-width: 100%;
        }

        .footer:before,
        .footer:after {
            display: table;
            content: " ";
        }

        .footer:after {
            clear: both;
        }

        @media (min-width: 990px) {
            .footer {
                padding: 50px 0;
            }
        }

        .footer h2 {
            color: #ffffff;
        }

        .footer p {
            color: #a7a7a7;
            font-size: 15px;
            line-height: 25px;
            padding: 0;
            margin: 0;
        }

        .footer-about {
            display: none;
        }

        @media (min-width: 750px) {
            .footer-about {
                display: block;
            }
        }

        .footer-links {
            position: relative;
        }

        .footer-links:before,
        .footer-links:after {
            display: table;
            content: " ";
        }

        .footer-links:after {
            clear: both;
        }

        .footer-links ul {
            display: none;
        }

        .footer-links ul:before,
        .footer-links ul:after {
            display: table;
            content: " ";
        }

        .footer-links ul:after {
            clear: both;
        }

        .footer-links ul li {
            float: left;
            margin-right: 10px;
        }

        .footer-links ul li:after {
            content: '|';
            float: right;
            font-size: 15px;
            color: #303030;
        }

        .footer-links ul li a {
            font-size: 15px;
            color: #a7a7a7;
            text-decoration: underline;
            display: inline-block;
            margin-right: 10px;
            font-weight: normal;
        }

        .footer-links ul li a:hover {
            text-decoration: none;
            color: #ffffff;
        }

        .footer-links ul li:last-child {
            margin-right: 0;
        }

        .footer-links ul li:last-child:after {
            display: none;
        }

        .footer-links ul li:last-child a {
            margin-right: 0;
        }

        @media (min-width: 750px) {
            .footer-links ul {
                display: block;
                width: 100%;
                clear: both;
                border-top: 1px solid #303030;
                border-bottom: 1px solid #303030;
                padding: 15px 0;
            }
        }

        .footer-socials {
            border-top: 1px solid #303030;
            padding-top: 20px;
        }

        @media (min-width: 750px) {
            .footer-socials {
                border: 0;
                float: right;
                margin-right: 59px;
                padding: 0;
                margin-bottom: 20px;
                padding-top: 20px;
            }
        }

        @media (min-width: 990px) {
            .footer-socials {
                margin: 0;
                padding: 0;
                position: absolute;
                top: 10px;
                right: 0;
            }
        }

        .footer-socials-btn {
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            display: block;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            margin-bottom: 20px;
            color: #ffffff;
            text-decoration: none;
            cursor: pointer;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: transform 0.6s ease;
            transition: transform 0.6s ease;
            /* Implementation - .cooldiv {.transition(background, 0.5s, ease-in);} */
        }

        .footer-socials-btn:hover {
            color: #ffffff;
        }

        @media (min-width: 990px) {
            .footer-socials-btn:hover {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }
        }

        .footer-socials-btn:last-child {
            margin-bottom: 0;
        }

        .footer-socials-btn.fb {
            background: #4a66a0;
        }

        .footer-socials-btn.twitter {
            background: #1da1f2;
        }

        .footer-socials-btn.youtube {
            background: #ca3737;
        }

        .footer-socials-btn.googleplus {
            background: #ef3f45;
        }

        @media (min-width: 750px) {
            .footer-socials-btn {
                background: none;
                width: 39px;
                height: 39px;
                text-indent: -9999px;
                float: left;
                display: block;
                position: relative;
                margin-bottom: 0;
                margin-right: 43px;
            }

            .footer-socials-btn:last-of-type {
                margin-right: 0;
            }

            .footer-socials-btn:after {
                content: '';
                display: block;
                width: 39px;
                height: 39px;
                position: absolute;
                left: 0;
                top: 0;
            }

            .footer-socials-btn.fb,
            .footer-socials-btn.twitter,
            .footer-socials-btn.youtube,
            .footer-socials-btn.googleplus {
                background: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
            }

            .footer-socials-btn.fb:after {
                background: url(/build/7b786771d0c884932d5ee123c7013d42.png) no-repeat left top;
            }

            .footer-socials-btn.twitter:after {
                background: url(/build/fe2f6b160126eac552ee3250a91e7375.png) no-repeat left top;
            }

            .footer-socials-btn.youtube:after {
                background: url(/build/65bb882f24a47e74dee9bf518b048f5f.png) no-repeat left top;
            }

            .footer-socials-btn.googleplus:after {
                background: url(/build/a05679c7286ffdd49a59920940fddbd4.png) no-repeat left top;
            }

            .footer-socials-btn.rss:after {
                background: url(/build/4b41e97b551fdfd3ae863c0a07a321ad.png) no-repeat center/contain;
            }
        }

        @media (min-width: 990px) {
            .footer-socials-btn {
                margin-right: 23px;
            }
        }

        .footer-copy {
            font-size: 15px;
            color: #a7a7a7;
            line-height: 25px;
            text-align: center;
            margin-top: 20px;
        }

        .footer-copy a {
            color: #ffffff;
            font-weight: normal;
            font-size: 15px;
        }

        @media (min-width: 750px) {
            .footer-copy {
                text-align: left;
                width: 575px;
            }
        }

        @media (min-width: 990px) {
            .footer-copy {
                line-height: 49px;
                width: 100%;
            }
        }

        .footer.offset-vertical-30 {
            padding: 30px 0 !important;
        }

        .footer.offset-vertical-30 .footer-copy {
            margin: 0;
        }

        #page-calculator .footer {
            padding: 50px 0;
        }

        #page-calculator .footer-copy {
            margin-top: 20px;
        }

        .newsletterFooter {
            position: relative;
            margin: 20px 0 0;
        }

        .newsletterFooter:before,
        .newsletterFooter:after {
            display: table;
            content: " ";
        }

        .newsletterFooter:after {
            clear: both;
        }

        @media (min-width: 750px) {
            .newsletterFooter {
                width: 290px;
            }
        }

        @media (min-width: 990px) {
            .newsletterFooter {
                width: 100%;
            }

            .newsletterFooter .form-control {
                width: 225px;
                float: left;
            }

            .newsletterFooter .form-group {
                margin-bottom: 0;
            }
        }

        .newsletterFooter .btn-submit {
            margin-top: 20px;
            font-size: 14.1px;
        }

        @media (min-width: 990px) {
            .newsletterFooter .btn-submit {
                margin-left: 30px;
                margin-top: 0;
                width: 225px;
            }
        }

        .overlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 200;
            padding: 0 20px;
            display: none;
            min-height: 100%;
        }

        .overlay:before,
        .overlay:after {
            display: table;
            content: " ";
        }

        .overlay:after {
            clear: both;
        }

        .overlay-modal {
            position: relative;
            margin: 160px auto 0;
            width: 100%;
        }

        .overlay-modal:before,
        .overlay-modal:after {
            display: table;
            content: " ";
        }

        .overlay-modal:after {
            clear: both;
        }

        @media (min-width: 750px) {
            .overlay-modal {
                margin: 150px auto 0;
                display: table;
                width: auto;
            }
        }

        .overlay-modal-conditions {
            margin-top: 20px;
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            padding: 30px 0 70px;
            overflow: auto;
        }

        @media (min-width: 750px) {
            .overlay-modal-conditions {
                margin: 20px 0 0;
                display: block;
                width: 100%;
            }
        }

        .overlay-close {
            color: #ffffff;
            font-size: 20px;
            position: absolute;
            right: 0;
            top: -33px;
            cursor: pointer;
        }

        .overlay-close [class^="icon-"],
        .overlay-close [class*=" icon-"] {
            color: #d33333;
            font-size: 20px;
            float: left;
            margin-top: 2px;
            margin-right: 5px;
        }

        .overlay-content {
            background: #ffffff;
            width: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            padding: 30px 20px;
            position: relative;
        }

        @media (min-width: 990px) {
            .overlay-content {
                padding: 30px;
            }
        }

        .overlay-content .btn {
            color: #ffffff;
            background-color: #ea5812;
            border-color: #ea5812;
        }

        .overlay-content .btn:focus,
        .overlay-content .btn.focus {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #742b09;
        }

        .overlay-content .btn:hover {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #b1430e;
        }

        .overlay-content .btn:active,
        .overlay-content .btn.active,
        .open>.overlay-content .btn.dropdown-toggle {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #b1430e;
        }

        .overlay-content .btn:active:hover,
        .overlay-content .btn:active:focus,
        .overlay-content .btn:active.focus,
        .overlay-content .btn.active:hover,
        .overlay-content .btn.active:focus,
        .overlay-content .btn.active.focus,
        .open>.overlay-content .btn.dropdown-toggle:hover,
        .open>.overlay-content .btn.dropdown-toggle:focus,
        .open>.overlay-content .btn.dropdown-toggle.focus {
            color: #ffffff;
            background-color: #bb460e;
            border-color: #742b09;
        }

        .overlay-content .btn:active,
        .overlay-content .btn.active,
        .open>.overlay-content .btn.dropdown-toggle {
            background-image: none;
        }

        .overlay-content .btn.disabled,
        .overlay-content .btn.disabled:hover,
        .overlay-content .btn.disabled:focus,
        .overlay-content .btn.disabled.focus,
        .overlay-content .btn.disabled:active,
        .overlay-content .btn.disabled.active,
        .overlay-content .btn[disabled],
        .overlay-content .btn[disabled]:hover,
        .overlay-content .btn[disabled]:focus,
        .overlay-content .btn[disabled].focus,
        .overlay-content .btn[disabled]:active,
        .overlay-content .btn[disabled].active,
        fieldset[disabled] .overlay-content .btn,
        fieldset[disabled] .overlay-content .btn:hover,
        fieldset[disabled] .overlay-content .btn:focus,
        fieldset[disabled] .overlay-content .btn.focus,
        fieldset[disabled] .overlay-content .btn:active,
        fieldset[disabled] .overlay-content .btn.active {
            background-color: #ea5812;
            border-color: #ea5812;
        }

        .overlay-content .btn .badge {
            color: #ea5812;
            background-color: #ffffff;
        }

        .overlay-title {
            color: #000000;
            font-size: 30px;
            font-weight: bold;
            line-height: 35px;
            text-align: center;
            margin-bottom: 20px;
        }

        .video-holder {
            height: 165px;
            width: 100%;
        }

        @media (min-width: 750px) {
            .video-holder {
                width: 655px;
                height: 365px;
            }
        }

        .parameters {
            margin-top: 30px;
            margin-bottom: 40px;
        }

        .parameters:before,
        .parameters:after {
            display: table;
            content: " ";
        }

        .parameters:after {
            clear: both;
        }

        @media (min-width: 990px) {
            .parameters .row {
                width: 100%;
                height: 100%;
                margin-bottom: 30px;
                display: table;
            }
        }

        .parameters-item {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #dedede;
            padding: 20px 15px;
            margin-bottom: 20px;
            height: 100%;
        }

        .parameters-item:before,
        .parameters-item:after {
            display: table;
            content: " ";
        }

        .parameters-item:after {
            clear: both;
        }

        @media (min-width: 990px) {
            .parameters-item {
                display: table;
                height: 100%;
                margin: 0;
                min-height: 230px;
            }
        }

        .parameters-item:hover {
            background: #f9f9f9;
        }

        .parameters [class^="col-"],
        .parameters [class*=" col-"] {
            position: relative;
        }

        .parameters [class^="col-"]:before,
        .parameters [class^="col-"]:after,
        .parameters [class*=" col-"]:before,
        .parameters [class*=" col-"]:after {
            display: table;
            content: " ";
        }

        .parameters [class^="col-"]:after,
        .parameters [class*=" col-"]:after {
            clear: both;
        }

        @media (min-width: 990px) {

            .parameters [class^="col-"],
            .parameters [class*=" col-"] {
                float: none;
                display: table-cell;
                vertical-align: top;
                position: relative;
                height: 100%;
            }
        }

        @media (min-width: 750px) {
            .parameters .media-left {
                padding-right: 20px;
            }
        }

        .parameters [class^="icon-"],
        .parameters [class*=" icon-"] {
            color: #77bdc2;
            font-size: 55px;
            display: none;
        }

        @media (min-width: 750px) {

            .parameters [class^="icon-"],
            .parameters [class*=" icon-"] {
                display: block;
            }
        }

        .parameters h2 {
            margin-bottom: 5px;
        }

        .parameters-percent {
            color: #77bdc2;
            font-size: 25px;
            font-weight: bold;
        }

        .parameters ul {
            margin-top: 20px;
        }

        .parameters ul li {
            font-size: 15px;
            color: #000000;
            line-height: 25px;
            padding-left: 10px;
            position: relative;
        }

        .parameters ul li:before {
            content: '-';
            position: absolute;
            left: 0;
            top: 0;
        }

        .edit-link {
            text-decoration: none;
        }

        .edit-link span {
            text-decoration: underline;
        }

        .edit-link span:hover {
            text-decoration: none;
        }

        .edit-link:before {
            display: inline-block;
            font-family: 'icomoon';
            speak: none;
            font-size: 18px;
            margin-right: 10px;
        }

        .list-comparison {
            font-size: 12px;
            color: #a5a5a5;
            text-align: left;
            padding-bottom: 40px;
        }

        .list-comparison .recommended-product {
            background: #FEFFE9;
        }

        .list-comparison .recommended-product:hover {
            background: #FEFFE9;
        }

        .list-comparison .recommended-product:before {
            position: absolute;
            font-size: 12px;
            left: 10px;
            bottom: 0;
            content: "Reklama";
        }

        @media (min-width: 750px) {
            .list-comparison {
                text-align: center;
            }
        }

        @media (min-width: 990px) {
            .list-comparison {
                margin: 0;
            }
        }

        .list-comparison.map-results {
            padding-bottom: 0;
        }

        .list-comparison.map-results .row:last-of-type {
            border-bottom: none;
        }

        .list-comparison.map-results .row strong {
            font-size: 16.2px;
        }

        .list-comparison.map-results .row .social {
            text-align: center;
        }

        @media (min-width: 750px) {
            .list-comparison.map-results .row .social {
                text-align: right;
            }
        }

        .list-comparison.map-results .row .social * {
            position: static;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            padding: 0;
        }

        .list-comparison.map-results .row .social .fb-like {
            top: -2px;
            position: relative;
        }

        .list-comparison.map-results .row-share:hover {
            background: transparent;
        }

        .list-comparison.map-results .row-share .share {
            text-align: left;
            font-size: 15px;
        }

        .list-comparison .row {
            border-bottom: 1px solid #dadada;
            position: relative;
        }

        @media (min-width: 990px) {
            .list-comparison .row:hover {
                background: #f9f9f9;
            }

            .list-comparison .row:hover .compare-with {
                visibility: visible;
            }
        }

        .list-comparison .row .row {
            border-bottom: none;
        }

        .list-comparison .row .row:hover {
            background: none;
        }

        .list-comparison .row.view-more [class^="col-"],
        .list-comparison .row.last-update [class^="col-"] {
            padding: 0;
            margin: 0;
            border: 0;
        }

        .list-comparison .row.view-more:hover,
        .list-comparison .row.last-update:hover {
            background: none;
        }

        .list-comparison strong {
            color: #000000;
            font-size: 18px;
        }

        .list-comparison span {
            display: block;
        }

        .list-comparison [class^="col-"] {
            padding: 15px;
            line-height: 20px;
        }

        @media (min-width: 750px) {
            .list-comparison [class^="col-"] {
                padding: 30px 15px;
            }
        }

        .list-comparison [class^="col-"] [class^="col-"] {
            padding: 0 15px;
        }

        @media (min-width: 750px) {
            .list-comparison [class^="col-"] [class^="col-"] {
                padding: 0;
            }
        }

        .list-comparison [class^="col-"].left {
            padding-bottom: 15px;
        }

        @media (min-width: 750px) {
            .list-comparison [class^="col-"].left {
                padding-bottom: 30px;
            }
        }

        .list-comparison [class^="col-"].green {
            color: #00b555;
        }

        .list-comparison [class^="col-"].green strong {
            color: #00b555;
        }

        .list-comparison [class^="col-"].red {
            color: #fc0000;
        }

        .list-comparison [class^="col-"].red strong {
            color: #fc0000;
        }

        @media (min-width: 750px) {
            .list-comparison .sorted {
                background: #fffce4;
            }
        }

        .list-comparison .bubble {
            display: inline-block;
            background: url(/build/0fdce0ff9afb1fb528481e004ac80072.png) no-repeat left top;
            width: 39px;
            height: 48px;
        }

        .list-comparison .bubble:hover {
            cursor: pointer;
        }

        .list-comparison .bubble span {
            width: 18px;
            line-height: 24px;
            color: #ffffff;
            font-size: 12px;
        }

        @media (min-width: 750px) {
            .list-comparison .bubble span {
                width: 21px;
            }
        }

        .list-comparison .bubble-big {
            display: table;
            color: #000000;
            font-style: italic;
            font-size: 15px;
            line-height: 25px;
            font-weight: bold;
        }

        .list-comparison .bubble-big:before {
            content: '';
            background: url(/build/56671e61e84d68401eb3e9c1a4e4f413.png) no-repeat center top;
            width: 41px;
            height: 61px;
            float: left;
            margin-right: 20px;
        }

        .list-comparison .bubble-big span {
            display: table-cell;
            vertical-align: middle;
        }

        .list-comparison .icon-play3 {
            display: inline-block;
            margin-right: 5px;
        }

        .list-comparison .bubble-holder {
            margin: 0 auto;
            text-align: right;
        }

        @media (min-width: 750px) {
            .list-comparison .bubble-holder {
                text-align: center;
            }
        }

        .list-comparison .button-holder {
            padding-top: 0;
        }

        @media (min-width: 750px) {
            .list-comparison .button-holder {
                padding: 40px 15px;
            }
        }

        .list-comparison .button-holder .compare-with {
            position: absolute;
            left: 0;
            right: 0;
            display: block;
            visibility: hidden;
            font-size: 12px;
            font-weight: normal;
            color: #000000;
            margin-top: 10px;
        }

        @media (min-width: 750px) and (max-width: 990px) {
            .list-comparison .button-holder .compare-with {
                display: block;
                visibility: visible;
            }
        }

        .compare-popup {
            width: 100%;
            min-height: 100%;
            background: #ffffff;
            padding-bottom: 100px;
        }

        .compare-popup .company {
            font-size: 18px;
        }

        .compare-popup .buttons {
            margin-top: 35px;
        }

        .compare-popup .section-compare-list {
            padding-top: 50px;
        }

        .compare-popup .section-compare-list [class^="col-"] {
            border-top: 1px solid #dadada;
            border-right: 1px solid #dadada;
            display: table-cell;
            float: none;
            vertical-align: top;
            text-align: center;
            padding: 15px 20px;
            font-size: 16px;
            color: #000000;
        }

        .compare-popup .section-compare-list [class^="col-"].left {
            text-align: left;
            border-left: 1px solid #dadada;
        }

        .compare-popup .section-compare-list [class^="col-"].left .vat {
            text-align: right;
            position: absolute;
            right: 15px;
            top: 15px;
        }

        .compare-popup .section-compare-list [class^="col-"].no-border {
            border-top: 0;
            border-left: 0;
        }

        .compare-popup .section-compare-list .row {
            margin: 0;
            display: table;
            width: 100%;
        }

        .compare-popup .section-compare-list .row.even [class^="col-"] {
            background: #f9f9f9;
        }

        .compare-popup .section-compare-list .row.suma [class^="col-"] {
            color: #ffffff;
            background: #1c5662;
        }

        .compare-popup-title {
            font-size: 25px;
            color: #000000;
            font-weight: bold;
            line-height: 35px;
        }

        .compare-popup img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }

        .loading {
            display: none;
        }

        .preload {
            overflow: hidden;
            height: 100vh;
        }

        .preload #main {
            height: 100vh !important;
        }

        .preload .footer {
            display: none;
        }

        .preload .loading {
            position: relative;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.8);
            height: 100vh;
            overflow: hidden;
            z-index: 9999;
        }

        .preload .loading .message {
            width: 100%;
            position: absolute;
            top: 50%;
            margin-left: auto;
            margin-right: auto;
            transform: translateY(-50%);
        }

        .preload .loading .message div {
            color: #ffffff;
            font-size: 15px;
        }

        .interactive-map-panel .has-error {
            position: relative;
        }

        .interactive-map-panel .has-error .error-message {
            border-radius: 5px;
            position: absolute;
            top: -47px;
            left: 0;
            width: 100%;
            padding: 8px 13px !important;
            background: #df2a2a;
            color: #ffffff;
        }

        @media (max-width: 480px) {
            .interactive-map-panel .has-error .error-message {
                top: -70px;
            }
        }

        .interactive-map-panel .has-error .error-message:before {
            position: absolute;
            top: auto;
            right: auto;
            bottom: -8px;
            left: auto;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 8px 0 8px;
            border-color: #df2a2a transparent transparent transparent;
        }

        @media (min-width: 480px) and (max-width: 750px) {
            .interactive-map-panel .has-error .error-message {
                position: static;
                width: 100%;
                margin: 10px 0 0;
            }

            .interactive-map-panel .has-error .error-message:before {
                position: absolute;
                top: 42px;
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 9px 10px 9px;
                border-color: transparent transparent #df2a2a transparent;
            }
        }

        @media (min-width: 750px) {
            .interactive-map-panel .has-error .error-message {
                width: 390px;
                top: -55px;
                left: 15px;
            }
        }

        .interactive-map-panel .message {
            display: none;
        }

        .interactive-map-panel.no-result {
            background: #df2a2a;
        }

        .interactive-map-panel.no-result>.container form {
            display: none;
        }

        .interactive-map-panel.no-result>.container .message {
            display: block;
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
        }

        .interactive-map-panel.no-result>.container .message p {
            margin: 0;
            padding: 7.5px 0;
        }

        .interactive-map-panel.no-result>.container .message a {
            padding: 0 4px;
            color: #ffffff;
        }

        .map-thubnail-container {
            background: #cbf2f5;
            padding: 50px;
        }

        .map-thubnail {
            max-width: 356px;
            width: 100%;
            height: 550px;
        }

        .map-thubnail .img-wrapper {
            position: relative;
        }

        .map-thubnail .img-wrapper img {
            width: 100%;
        }

        .map-thubnail .img-wrapper .ribbon {
            position: absolute;
            bottom: 10px;
            left: 10px;
            padding: 0 13px;
            border-radius: 3px;
            font-size: 12px;
            color: #ffffff;
            font-weight: 700;
        }

        .map-thubnail .img-wrapper .ribbon.red {
            background-color: #fc0000;
        }

        .map-thubnail .img-wrapper .ribbon.green {
            background-color: #ea5812;
        }

        .map-thubnail .caption {
            background-color: #ffffff;
            padding: 5px 20px 15px 20px;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .map-thubnail .caption h3,
        .map-thubnail .caption h4 {
            color: #0cc0ff;
            font-size: 18px;
            margin: 10px 0;
        }

        .map-thubnail .caption p {
            font-size: 15px;
            margin: 0;
            padding: 0;
        }

        .map-thubnail .caption hr {
            margin: 10px -20px;
        }

        .map-thubnail .caption ul li {
            font-size: 15px;
        }

        .map-thubnail .caption .energy-time li {
            padding-left: 15px;
        }

        .map-thubnail .caption .energy-time li strong {
            position: relative;
        }

        .map-thubnail .caption .energy-time li strong:before {
            position: absolute;
            content: '';
            top: 50%;
            left: -10px;
            transform: translateY(-50%);
            width: 4px;
            height: 2px;
            background-color: #0cc0ff;
        }

        .map-thubnail .company-header {
            height: 20px;
            padding-top: 4px;
            background-color: #f42005;
        }

        .map-thubnail .company-logo {
            display: block;
            margin: 0 auto;
            height: 12px;
            width: auto;
        }

        .welcome-card {
            position: relative;
            display: block;
            padding: 20px;
            background-color: #ffffff;
            border-radius: 5px;
            height: 100%;
        }

        @media (max-width: 750px) {
            .welcome-card {
                margin-bottom: 20px;
            }
        }

        .welcome-card-head .icon {
            color: #35b5ca;
            font-size: 48px;
        }

        .welcome-card-title {
            font-size: 18px;
            color: #000000;
            line-height: 25px;
        }

        .welcome-card-body {
            color: #000000;
        }

        .welcome-card-body p {
            color: inherit;
            padding-bottom: 50px;
        }

        @media (min-width: 990px) {
            .welcome-card-body p {
                padding-bottom: 20px;
            }
        }

        .welcome-card-footer {
            position: absolute;
            bottom: 20px;
            width: calc(100% - 40px);
            left: 20px;
        }

        .fb-page-title {
            margin-top: 0;
            margin-bottom: 15px;
        }

        @media (max-width: 750px) {
            .fb-page-title {
                margin-top: 25px;
            }
        }

        @media (max-width: 750px) {
            .fb-page {
                margin-bottom: 30px;
            }
        }

        @media (max-width: 750px) {
            .e-book-banner {
                margin: 30px 0 !important;
            }

            .e-book-banner .media-left {
                display: block;
                margin-bottom: 20px;
            }

            .e-book-banner .media-object {
                margin: 0 auto;
            }
        }

        @media (max-width: 750px) {
            .border-top-separator {
                border-top: 1px solid #e6e6e6;
            }
        }

        .c-card-input svg {
            height: 40px;
        }

        .c-card-input svg path {
            stroke: #ea5812;
        }

        .c-card-input label.card {
            text-align: center;
            margin-bottom: 10px;
            cursor: pointer;
            border-radius: 5px;
            border: 1px solid #C4C4C4;
            background: #ffffff;
            min-width: 155px;
            max-width: 300px;
        }

        .c-card-input label.card [type=checkbox],
        .c-card-input label.card [type=radio] {
            display: none;
        }

        .c-card-input label.card [type=checkbox]:checked~.card-body,
        .c-card-input label.card [type=radio]:checked~.card-body {
            border-color: #ea5812;
            background-color: #ffffff;
        }

        .c-card-input label.card [type=checkbox]:checked~.card-body:before,
        .c-card-input label.card [type=radio]:checked~.card-body:before {
            background: #ea5812;
        }

        .c-card-input label.card [type=checkbox]:checked~.card-body:after,
        .c-card-input label.card [type=radio]:checked~.card-body:after {
            border: 2px solid #ffffff;
            border-top: 0;
            border-right: 0;
        }

        .c-card-input label.card .card-body {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 2px solid transparent;
            border-radius: inherit;
            padding: 10px 30px;
        }

        .c-card-input label.card .card-body b {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000000;
        }

        .c-card-input label.card .card-body:before,
        .c-card-input label.card .card-body:after {
            position: absolute;
            top: 50%;
            right: 10px;
            content: "";
            transform: translateY(-50%) rotateZ(-45deg);
        }

        .c-card-input label.card .card-body:before {
            width: 15px;
            height: 15px;
            background: #C4C4C4;
            border-radius: 50%;
        }

        .c-card-input label.card .card-body:after {
            right: 13px;
            margin-top: -1px;
            width: 8px;
            height: 5px;
        }

        .c-card-input label.card .card-body {
            display: block;
            padding: 18px 10px;
        }

        .c-card-input label.card .card-body:before,
        .c-card-input label.card .card-body:after {
            top: 10px;
            margin: 0;
            transform: rotateZ(-45deg);
        }

        .c-card-input label.card .card-body:after {
            top: 14px;
        }

        .c-card-crossroads svg {
            height: 40px;
            margin-bottom: 20px;
            display: inline;
        }

        .c-card-crossroads a {
            text-decoration: none;
        }

        .c-card-crossroads a.card {
            text-align: center;
            transition: 0.15s ease-in-out;
            margin-bottom: 10px;
            cursor: pointer;
        }

        .c-card-crossroads a.card .card-body {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 2px solid transparent;
            border-radius: inherit;
            background-color: #ffffff;
            padding: 10px 25px;
        }

        .c-card-crossroads a.card .card-body b {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #005173;
        }

        .c-card-crossroads a.card:hover {
            transform: translateY(-5%);
        }

        .c-card-crossroads a.card .card-body {
            display: block;
            padding: 30px 10px;
        }

        .c-card-chosen-product .card {
            text-align: center;
            margin-bottom: 10px;
        }

        .c-card-chosen-product .card .card-body {
            display: grid;
            grid-template-areas: 'header header''logo logo''product product''savings savings-amount';
            grid-gap: 0 10px;
            padding: 25px 10px;
        }

        .c-card-chosen-product .card .card-body .header {
            grid-area: header;
        }

        .c-card-chosen-product .card .card-body .logo {
            grid-area: logo;
        }

        .c-card-chosen-product .card .card-body .product {
            grid-area: product;
        }

        .c-card-chosen-product .card .card-body .savings {
            grid-area: savings;
        }

        .c-card-chosen-product .card .card-body .savings-amount {
            grid-area: savings-amount;
            color: #ea5812;
        }

        .c-card-chosen-product .card .card-body {
            grid-template-areas: "logo header savings""logo product savings-amount";
            grid-gap: 0 40px;
        }

        .c-card-chosen-product .card .card-body .logo {
            align-self: center;
        }

        .switch-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #000;
            font-family: "Pepi Semi Bold", "Arial", sans-serif;
            padding: 0;
            overflow: hidden;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        .switch-wrap .switch {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .switch-wrap .switch input[type="radio"] {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
        }

        .switch-wrap .switch input[type="radio"]:checked+.switch-label {
            background-color: #ea5812;
            color: white;
        }

        .switch-wrap .switch input[type="radio"]:focus {
            outline: none;
        }

        .switch-wrap .switch .switch-label {
            padding: 100% 0;
            text-align: center;
            font-weight: bold;
            -webkit-transition: background-color 150ms ease-in-out;
            transition: background-color 150ms ease-in-out;
        }

        .v-center {
            display: inline-block;
            vertical-align: middle;
            float: none;
        }

        .row-v-center>div,
        .row-v-center>ul {
            display: inline-block;
            vertical-align: middle !important;
            float: none !important;
            margin-top: 0 !important;
        }

        @media (min-width: 990px) {
            .abs-middle-md {
                position: absolute;
                width: 100%;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
            }
        }

        @media (min-width: 750px) {
            .abs-middle-sm {
                position: absolute;
                width: 100%;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
            }
        }

        @media (min-width: 480px) {
            .abs-middle-xs {
                position: absolute;
                width: 100%;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
            }
        }

        .offset-bottom-10 {
            padding-bottom: 10px;
        }

        .offset-top-10 {
            padding-top: 10px;
        }

        .offset-bottom-20 {
            padding-bottom: 20px;
        }

        .offset-top-20 {
            padding-top: 20px;
        }

        .offset-bottom-30 {
            padding-bottom: 30px;
        }

        .offset-top-30 {
            padding-top: 30px;
        }

        .offset-bottom-40 {
            padding-bottom: 40px;
        }

        .offset-top-40 {
            padding-top: 40px;
        }

        .offset-bottom-50 {
            padding-bottom: 50px;
        }

        .offset-top-50 {
            padding-top: 50px;
        }

        .offset-top-4 {
            padding-top: 4px;
        }

        /* ARTICLE INFO AFTER PEREX */
        .comments-go-to {
            padding-left: 20px;
            font-weight: bold;
        }

        @media (min-width: 750px) {
            .article-info {
                position: relative;
                padding: 0 0 20px 0;
            }
        }

        @media (min-width: 750px) {
            .article-info .social {
                position: absolute;
                top: -10px;
                right: 0;
            }
        }

        /* ARTICLE BASE FORMATTING */

        .article h3 {
            margin: 10px 0 5px 0;
        }

        .article ul {
            list-style: none;
            margin: 0;
            padding: 10px 0;
        }

        .article ul li h3 {
            margin-top: 0;
        }

        .article table {
            margin: 10px 0;
            font-size: 14px;
            text-align: center;
            line-height: 20px;
        }

        .article table td,
        .article table th {
            border: 1px solid #dadada;
        }

        .article table th {
            padding: 5px 10px;
            text-align: center;
            background-color: #dadada;
        }

        .article table td {
            padding: 5px 10px;
        }

        .article table tr:nth-child(odd) {
            background-color: #f9f9f9;
        }

        .article .glyphicon {
            font-family: 'Glyphicons Halflings';
        }

        .article .holder.holder-house h3 {
            position: relative;
            z-index: 9;
        }

        /* YELLOW STICKER NOTE */
        .note {
            margin: 20px 0;
            padding: 10px 20px;
            background-color: #fff4d1;
            border: 1px solid #ffde8b;
        }

        @media (min-width: 750px) {
            .note {
                width: 200px;
                float: left;
                margin: 0 20px 0 0;
            }
        }

        .note h3 {
            color: #bf9b40;
        }

        /* ARTICLE FOOTER */
        @media (min-width: 750px) {
            .article-footer {
                position: relative;
                min-height: 100px;
            }

            .article-footer .social {
                text-align: left;
            }

            .article-footer .star-rating-wrapper {
                position: absolute;
                right: 0;
                top: 0;
                border-top: none;
            }

            .tags {
                font-size: 12px;
                margin: 0 0 30px 0;
                font-weight: bold;
                color: #000000;
            }

            .tags a {
                text-decoration: underline;
                color: #000000;
            }

            .tags a:hover {
                text-decoration: underline;
                color: #EA8C43;
            }

            .tags .tags a:hover {
                text-decoration: underline;
                color: #EA8C43;
            }
        }

        /* SIBLINGS ARTICLES */
        @media (min-width: 750px) {
            .siblings-articles {
                padding: 10px;
                margin: 20px 0;
                border: 1px solid #dadada;
                border-radius: 5px;
                background-color: #e6e6e6;
            }
        }

        @media (min-width: 750px) {
            .siblings-articles a:nth-child(2) {
                float: right;
            }
        }

        @media (max-width: 750px) {
            .siblings-articles a {
                margin: 20px 0;
                padding-top: 11px;
                padding-bottom: 12px;
                border: 1px solid #dadada;
                border-radius: 5px;
                background-color: #e6e6e6;
                display: block;
                float: none;
                text-align: center;
            }
        }

        /* RECOMMENDED ARTICLE */
        .recommended-article {
            margin: 10px 0;
        }

        .recommended-article:before,
        .recommended-article:after {
            display: table;
            content: " ";
        }

        .recommended-article:after {
            clear: both;
        }

        .recommended-article img {
            margin: 0 20px 0 0;
            border-radius: 3px;
        }

        .recommended-article h3 a {
            display: block;
            text-decoration: underline;
            color: #000000;
        }

        .recommended-article h3 a:hover {
            text-decoration: none;
        }

        .recommended-article .star-rating-wrapper {
            padding-top: 10px;
            padding-bottom: 0;
            border-top: none;
            text-align: left;
        }

        .recommended-article .star-rating-wrapper .star-rating {
            width: 125px;
            height: 20px;
        }

        .recommended-article .star-rating-wrapper small {
            display: inline-block;
            position: relative;
            top: -3px;
            left: 5px;
        }

        .page-terms-accepted {
            padding: 50px 0;
            text-align: center;
        }

        .page-terms-accepted h1 {
            margin: 40px 0 30px;
            color: #ea5812;
            font-size: 48px;
            font-weight: 600;
        }

        .page-terms-accepted p {
            font-size: 18px;
        }

        .page-terms-accepted img {
            display: inline-block;
            max-width: 200px;
        }

        .part-ui-star-rating {
            font-family: 'icomoon';
        }

        .part-ui-star-rating .stars-rating {
            position: relative;
        }

        .part-ui-star-rating .stars-rating>form>fieldset {
            border: none;
            display: inline-block;
        }

        .part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>input {
            position: absolute;
        }

        .part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label {
            width: 1em;
            height: 1em;
            float: right;
            padding: 0 .05em;
            overflow: hidden;
            cursor: pointer;
            font-size: 200%;
            color: #858585;
            background: transparent !important;
        }

        .part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label:before {
            border: none !important;
            font-size: 18px;
            height: auto;
            width: auto;
        }

        .part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label:hover,
        .part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label:hover~label {
            color: orange;
        }

        .part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label:hover:before,
        .part-ui-star-rating .stars-rating>form>fieldset:not(:checked)>label:hover~label:before {
            font-size: 18px;
        }

        .part-ui-star-rating .stars-rating>form>fieldset>input:checked~label:before {
            color: orange;
            background: transparent;
        }

        .part-ui-star-rating .stars-rating>form>fieldset>label:active {
            position: relative;
            top: 2px;
        }

        .part-ui-star-rating .stars {
            padding: 10px 0;
        }

        .part-ui-star-rating .stars span {
            font-size: 18px;
            color: #858585;
        }

        .part-ui-star-rating .stars span.active {
            color: orange;
        }

        /*# sourceMappingURL=webStyles.css.map*/