@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}

* {
    box-sizing: border-box;
}

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


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


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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    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 #eceff1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}


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

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

.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: #e9e9e9;
}

.text-primary {
    color: #232a73;
}

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

.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: #a94442;
}

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

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #232a73;
}

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

.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 #eceff1;
}

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-left: 5px;
    padding-right: 5px;
}

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

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

@media (min-width: 1020px) {
    .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;
    border-bottom: 1px dotted #e9e9e9;
}

.initialism {
    font-size: 90%;
}

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

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: 1.42857;
    color: #e9e9e9;
}

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

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

.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: '\00A0 \2014';
}

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

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: 4px;
}

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: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #aaa;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

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

.container:after {
    clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
    clear: both;
}

.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, .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-left: 8px;
    padding-right: 8px;
}

.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: 768px) {
    .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: 1020px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .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 {
        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: 1260px) {
    .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;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #e9e9e9;
    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: 1.42857;
    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 col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

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

.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 {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

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

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

input[type="search"] {
    box-sizing: border-box;
}

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

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: 11px;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 19px;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #aaa;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170, 170, 0.6);
}

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

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

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

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

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

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

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@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[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
        line-height: 36px;
    }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
        line-height: 50px;
    }
}

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

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

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

.checkbox label a {
    text-decoration: underline;
}

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

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

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

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

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;
}

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

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

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

.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-left: 0;
    padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 36px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 5px;
}

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: 36px;
    line-height: 36px;
}

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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 36px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 5px;
}

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

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

.form-group-sm .form-control-static {
    height: 36px;
    min-height: 34px;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.42857;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 50px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 5px;
}

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: 50px;
    line-height: 50px;
}

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 50px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 5px;
}

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

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

.form-group-lg .form-control-static {
    height: 50px;
    min-height: 34px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.42857;
}

.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: 50px;
    height: 50px;
    line-height: 50px;
}

.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: 36px;
    height: 36px;
    line-height: 36px;
}

.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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.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: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.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: #eaeaea;
}

@media (min-width: 768px) {
    .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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-left: -8px;
    margin-right: -8px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 8px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 16px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 9px;
        font-size: 14px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.33334;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.25s ease;
}

.btn i {
    display: inline-block;
    vertical-align: middle;
}

.btn i.icon-right {
    margin-left: 10px;
}

.btn i.icon-left {
    margin-right: 10px;
}

.btn-default {
    color: #333;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #c3c3c3;
    border-color: #9c9c9c;
}

.btn-default:hover {
    color: #333;
    background-color: #c3c3c3;
    border-color: #bdbdbd;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #c3c3c3;
    border-color: #bdbdbd;
}

.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: #333;
    background-color: #b1b1b1;
    border-color: #9c9c9c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.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: #dcdcdc;
    border-color: #dcdcdc;
}

.btn-default .badge {
    color: #dcdcdc;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #232a73;
    border-color: #232a73;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #171c4c;
    border-color: #050611;
}

.btn-primary:hover {
    color: #fff;
    background-color: #171c4c;
    border-color: #151944;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #171c4c;
    border-color: #151944;
}

.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: #0f1231;
    border-color: #050611;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.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: #232a73;
    border-color: #232a73;
}

.btn-primary .badge {
    color: #232a73;
    background-color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: #f57921;
    border-color: #f57921;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #d9600a;
    border-color: #904006;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #d9600a;
    border-color: #cf5c09;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #d9600a;
    border-color: #cf5c09;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #b75108;
    border-color: #904006;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    background-image: none;
}

.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #f57921;
    border-color: #f57921;
}

.btn-secondary .badge {
    color: #f57921;
    background-color: #fff;
}

.btn-primary-light {
    color: #fff;
    background-color: #494f8e;
    border-color: #494f8e;
}

.btn-primary-light:focus, .btn-primary-light.focus {
    color: #fff;
    background-color: #383c6c;
    border-color: #1e203a;
}

.btn-primary-light:hover {
    color: #fff;
    background-color: #383c6c;
    border-color: #343966;
}

.btn-primary-light:active, .btn-primary-light.active,
.open > .btn-primary-light.dropdown-toggle {
    color: #fff;
    background-color: #383c6c;
    border-color: #343966;
}

.btn-primary-light:active:hover, .btn-primary-light:active:focus, .btn-primary-light:active.focus, .btn-primary-light.active:hover, .btn-primary-light.active:focus, .btn-primary-light.active.focus,
.open > .btn-primary-light.dropdown-toggle:hover,
.open > .btn-primary-light.dropdown-toggle:focus,
.open > .btn-primary-light.dropdown-toggle.focus {
    color: #fff;
    background-color: #2c2f55;
    border-color: #1e203a;
}

.btn-primary-light:active, .btn-primary-light.active,
.open > .btn-primary-light.dropdown-toggle {
    background-image: none;
}

.btn-primary-light.disabled:hover, .btn-primary-light.disabled:focus, .btn-primary-light.disabled.focus, .btn-primary-light[disabled]:hover, .btn-primary-light[disabled]:focus, .btn-primary-light[disabled].focus,
fieldset[disabled] .btn-primary-light:hover,
fieldset[disabled] .btn-primary-light:focus,
fieldset[disabled] .btn-primary-light.focus {
    background-color: #494f8e;
    border-color: #494f8e;
}

.btn-primary-light .badge {
    color: #494f8e;
    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;
    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:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.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;
    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:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.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;
    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:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.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;
    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:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.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-lg {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.33334;
    border-radius: 25px;
}

.btn-sm {
    height: 35px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.33334;
    border-radius: 18px;
}

.btn-xs {
    padding: 2px 10px;
    font-size: 15px;
    line-height: 1.33334;
    border-radius: 18px;
}

.btn-outline {
    border: 2px solid transparent;
    padding: 8px 18px;
    font-size: 15px;
    line-height: 1.33334;
    border-radius: 20px;
}

.btn-outline.btn-default {
    color: #aaa;
    background-color: transparent;
    border-color: #dcdcdc;
}

.btn-outline.btn-default:focus, .btn-outline.btn-default.focus {
    color: #aaa;
    background-color: transparent;
    border-color: #9c9c9c;
}

.btn-outline.btn-default:hover {
    color: #aaa;
    background-color: transparent;
    border-color: #bdbdbd;
}

.btn-outline.btn-default:active, .btn-outline.btn-default.active,
.open > .btn-outline.btn-default.dropdown-toggle {
    color: #aaa;
    background-color: transparent;
    border-color: #bdbdbd;
}

.btn-outline.btn-default:active:hover, .btn-outline.btn-default:active:focus, .btn-outline.btn-default:active.focus, .btn-outline.btn-default.active:hover, .btn-outline.btn-default.active:focus, .btn-outline.btn-default.active.focus,
.open > .btn-outline.btn-default.dropdown-toggle:hover,
.open > .btn-outline.btn-default.dropdown-toggle:focus,
.open > .btn-outline.btn-default.dropdown-toggle.focus {
    color: #aaa;
    background-color: transparent;
    border-color: #9c9c9c;
}

.btn-outline.btn-default:active, .btn-outline.btn-default.active,
.open > .btn-outline.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-outline.btn-default.disabled:hover, .btn-outline.btn-default.disabled:focus, .btn-outline.btn-default.disabled.focus, .btn-outline.btn-default[disabled]:hover, .btn-outline.btn-default[disabled]:focus, .btn-outline.btn-default[disabled].focus,
fieldset[disabled] .btn-outline.btn-default:hover,
fieldset[disabled] .btn-outline.btn-default:focus,
fieldset[disabled] .btn-outline.btn-default.focus {
    background-color: transparent;
    border-color: #dcdcdc;
}

.btn-outline.btn-default .badge {
    color: transparent;
    background-color: #aaa;
}

.btn-outline.btn-primary {
    color: #232a73;
    background-color: transparent;
    border-color: #232a73;
}

.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus {
    color: #232a73;
    background-color: transparent;
    border-color: #050611;
}

.btn-outline.btn-primary:hover {
    color: #232a73;
    background-color: transparent;
    border-color: #151944;
}

.btn-outline.btn-primary:active, .btn-outline.btn-primary.active,
.open > .btn-outline.btn-primary.dropdown-toggle {
    color: #232a73;
    background-color: transparent;
    border-color: #151944;
}

.btn-outline.btn-primary:active:hover, .btn-outline.btn-primary:active:focus, .btn-outline.btn-primary:active.focus, .btn-outline.btn-primary.active:hover, .btn-outline.btn-primary.active:focus, .btn-outline.btn-primary.active.focus,
.open > .btn-outline.btn-primary.dropdown-toggle:hover,
.open > .btn-outline.btn-primary.dropdown-toggle:focus,
.open > .btn-outline.btn-primary.dropdown-toggle.focus {
    color: #232a73;
    background-color: transparent;
    border-color: #050611;
}

.btn-outline.btn-primary:active, .btn-outline.btn-primary.active,
.open > .btn-outline.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-outline.btn-primary.disabled:hover, .btn-outline.btn-primary.disabled:focus, .btn-outline.btn-primary.disabled.focus, .btn-outline.btn-primary[disabled]:hover, .btn-outline.btn-primary[disabled]:focus, .btn-outline.btn-primary[disabled].focus,
fieldset[disabled] .btn-outline.btn-primary:hover,
fieldset[disabled] .btn-outline.btn-primary:focus,
fieldset[disabled] .btn-outline.btn-primary.focus {
    background-color: transparent;
    border-color: #232a73;
}

.btn-outline.btn-primary .badge {
    color: transparent;
    background-color: #232a73;
}

.btn-outline.btn-secondary {
    color: #f57921;
    background-color: transparent;
    border-color: #f57921;
}

.btn-outline.btn-secondary:focus, .btn-outline.btn-secondary.focus {
    color: #f57921;
    background-color: transparent;
    border-color: #904006;
}

.btn-outline.btn-secondary:hover {
    color: #f57921;
    background-color: transparent;
    border-color: #cf5c09;
}

.btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active,
.open > .btn-outline.btn-secondary.dropdown-toggle {
    color: #f57921;
    background-color: transparent;
    border-color: #cf5c09;
}

.btn-outline.btn-secondary:active:hover, .btn-outline.btn-secondary:active:focus, .btn-outline.btn-secondary:active.focus, .btn-outline.btn-secondary.active:hover, .btn-outline.btn-secondary.active:focus, .btn-outline.btn-secondary.active.focus,
.open > .btn-outline.btn-secondary.dropdown-toggle:hover,
.open > .btn-outline.btn-secondary.dropdown-toggle:focus,
.open > .btn-outline.btn-secondary.dropdown-toggle.focus {
    color: #f57921;
    background-color: transparent;
    border-color: #904006;
}

.btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active,
.open > .btn-outline.btn-secondary.dropdown-toggle {
    background-image: none;
}

.btn-outline.btn-secondary.disabled:hover, .btn-outline.btn-secondary.disabled:focus, .btn-outline.btn-secondary.disabled.focus, .btn-outline.btn-secondary[disabled]:hover, .btn-outline.btn-secondary[disabled]:focus, .btn-outline.btn-secondary[disabled].focus,
fieldset[disabled] .btn-outline.btn-secondary:hover,
fieldset[disabled] .btn-outline.btn-secondary:focus,
fieldset[disabled] .btn-outline.btn-secondary.focus {
    background-color: transparent;
    border-color: #f57921;
}

.btn-outline.btn-secondary .badge {
    color: transparent;
    background-color: #f57921;
}

.btn-outline.btn-primary-light {
    color: #494f8e;
    background-color: transparent;
    border-color: #494f8e;
}

.btn-outline.btn-primary-light:focus, .btn-outline.btn-primary-light.focus {
    color: #494f8e;
    background-color: transparent;
    border-color: #1e203a;
}

.btn-outline.btn-primary-light:hover {
    color: #494f8e;
    background-color: transparent;
    border-color: #343966;
}

.btn-outline.btn-primary-light:active, .btn-outline.btn-primary-light.active,
.open > .btn-outline.btn-primary-light.dropdown-toggle {
    color: #494f8e;
    background-color: transparent;
    border-color: #343966;
}

.btn-outline.btn-primary-light:active:hover, .btn-outline.btn-primary-light:active:focus, .btn-outline.btn-primary-light:active.focus, .btn-outline.btn-primary-light.active:hover, .btn-outline.btn-primary-light.active:focus, .btn-outline.btn-primary-light.active.focus,
.open > .btn-outline.btn-primary-light.dropdown-toggle:hover,
.open > .btn-outline.btn-primary-light.dropdown-toggle:focus,
.open > .btn-outline.btn-primary-light.dropdown-toggle.focus {
    color: #494f8e;
    background-color: transparent;
    border-color: #1e203a;
}

.btn-outline.btn-primary-light:active, .btn-outline.btn-primary-light.active,
.open > .btn-outline.btn-primary-light.dropdown-toggle {
    background-image: none;
}

.btn-outline.btn-primary-light.disabled:hover, .btn-outline.btn-primary-light.disabled:focus, .btn-outline.btn-primary-light.disabled.focus, .btn-outline.btn-primary-light[disabled]:hover, .btn-outline.btn-primary-light[disabled]:focus, .btn-outline.btn-primary-light[disabled].focus,
fieldset[disabled] .btn-outline.btn-primary-light:hover,
fieldset[disabled] .btn-outline.btn-primary-light:focus,
fieldset[disabled] .btn-outline.btn-primary-light.focus {
    background-color: transparent;
    border-color: #494f8e;
}

.btn-outline.btn-primary-light .badge {
    color: transparent;
    background-color: #494f8e;
}

.btn-outline.btn-lg {
    padding: 13px 18px;
    font-size: 15px;
    line-height: 1.33334;
    border-radius: 25px;
}

.btn-outline.btn-sm {
    padding: 6px 18px;
    font-size: 15px;
    line-height: 1.33334;
    border-radius: 18px;
}

.btn-outline.btn-xs {
    padding: 0px 8px;
    font-size: 15px;
    line-height: 1.33334;
    border-radius: 18px;
}

.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;
    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;
}

.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;
}

.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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.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: normal;
    line-height: 1.42857;
    color: #aaa;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #9d9d9d;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #232a73;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #e9e9e9;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #e9e9e9;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    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: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-align: center;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 8px 20px;
    font-size: 12px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 15px 20px;
    font-size: 18px;
}

.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-bottom-right-radius: 0;
    border-top-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-bottom-left-radius: 0;
    border-top-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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

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

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #e9e9e9;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.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: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eceff1 #eceff1 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #dcdcdc;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.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: #232a73;
}

.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 {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 1020px) {
    .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: 4px;
}

.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: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 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-right-radius: 0;
    border-top-left-radius: 0;
}



.navbar-toggle {
    /*position: relative;
  float: right;
  margin-right: $navbar-padding-horizontal;
  padding: 9px 10px;
  @include navbar-vertical-align(34px);
  background-color: transparent;
  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
  border: 1px solid transparent;
  border-radius: $border-radius-base;*/
    /*
  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  */
}


@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #232a73;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.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;
}

.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: #aaa;
    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: #aaa;
}

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

.panel-primary {
    border-color: #232a73;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #232a73;
    border-color: #232a73;
}

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

.panel-primary > .panel-heading .badge {
    color: #232a73;
    background-color: #fff;
}

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

.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;
}

.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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -ms-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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.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 {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.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: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1020px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top {
    margin-top: -3px;
    padding: 7px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 7px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 7px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 7px;
}

.tooltip-inner {
    max-width: 300px;
    padding: 10px 20px;
    color: #fff;
    text-align: left;
    background-color: #494f8e;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    border-width: 7px 7px 0;
    border-top-color: #494f8e;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 7px;
    margin-bottom: -7px;
    border-width: 7px 7px 0;
    border-top-color: #494f8e;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 7px;
    margin-bottom: -7px;
    border-width: 7px 7px 0;
    border-top-color: #494f8e;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -7px;
    border-width: 7px 7px 7px 0;
    border-right-color: #494f8e;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -7px;
    border-width: 7px 0 7px 7px;
    border-left-color: #494f8e;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #494f8e;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 7px;
    margin-top: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #494f8e;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 7px;
    margin-top: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #494f8e;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.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: 767px) {
    .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: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1019px) {
    .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: 768px) and (max-width: 1019px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1019px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1019px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1020px) and (max-width: 1259px) {
    .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: 1020px) and (max-width: 1259px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1020px) and (max-width: 1259px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1020px) and (max-width: 1259px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1260px) {
    .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: 1260px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1260px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1260px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1019px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1020px) and (max-width: 1259px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1260px) {
    .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;
    }
}


a {
    text-decoration: none;
}


.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.c-primary {
    color: #232a73 !important;
}

.c-secondary {
    color: #f57921 !important;
}


.f-border {
    box-shadow: 1px 0 0 0 #edeeee,
    0 1px 0 0 #edeeee,
    -1px 0 0 0 #edeeee,
    0 -1px 0 0 #edeeee;
}

/* --- Absolute center  --- */
.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;
}

/*
bootstrap hack: fix content width inside hidden tabs
e.g.: fixes slick carousel init inside hidden tab pane
*/
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
}

.tab-content > .active, .pill-content > .active {
    height: auto;
    /* let the content decide it  */
}

/* bootstrap hack end */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-wrapper {
    position: relative;
    z-index: 100;
}

.header {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    margin-bottom: 20px;
    z-index: 5;
}

.header a {
    text-decoration: none;
    transition: all .25s ease;
}

.header-nav__bottom .shoppinglist-wrapper {
    display: none;
}
.header-nav .site-links {
    max-height: 20px;
    overflow-y: hidden;
}

.main-menu > li.only-tablet {
    display: none;
}

.main-menu > li.only-tablet div.social-links {
    text-transform: uppercase;
    position: relative;
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #494f8e;
}

.main-menu > li.only-tablet div.social-links a {
    margin: 0 10px;
}
.main-menu > li.only-tablet div.social-links a:last-child {
    margin-right: 0;
}
.main-menu > li.only-tablet div.social-links a i {
    font-size: 30px;
}

.main-menu > li.only-tablet div.social-links a img {
    height: 30px;
}


.site-search-wrapper {
    display: inline-block;
    position: absolute;
    top: 10px;
    padding: 6px;
    border-radius: 26px;
    background-color: transparent;
    right: 112px;
    overflow: hidden;
    transition: all .35s ease;
}

.site-search-wrapper.active {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    z-index: 11;
}

.site-search-wrapper.active .site-search__suggestions {
    height: auto;
    min-height: 100px;
    padding: 12px 0;
}

.site-search__suggestions {
    position: relative;
    min-height: 0;
    height: 0;
    overflow: hidden;
    transition: height .35s linear;
}

.site-search__suggestions .product-list {
    height: 275px;
    overflow-y: auto;
    text-align: left;
    margin-bottom: 36px;
}

.site-search__suggestions .product-list .media-left > a {
    width: 58px;
    height: 58px;
    display: inline-block;
}

.site-search__suggestions .product-list .media-left img {
    max-width: 100%;
}

.site-search__suggestions .product-list .media-body {
    vertical-align: middle;
    font-size: 14px;
    color: #000;
}

.site-search__suggestions .product-list .media-body a {
    color: #000;
}

.site-search__suggestions .product-list .media-body a:hover {
    color: #f57921;
}

.site-search__suggestions .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .site-search-wrapper {
        right: 250px;
    }
}

@media screen and (min-width: 1020px) {
    .site-search-wrapper {
        top: 40px;
        right: 255px;
        width: 312px;
    }
}

@media screen and (min-width: 1260px) {
    .site-search-wrapper {
        width: 412px;
    }
}

.site-search {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
}

.site-search__toggle .close {
    display: none;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: relative;
    top: 6px;
}

.site-search__toggle .close:before, .site-search__toggle .close:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

.site-search__toggle .close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site-search__toggle .close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.site-search__form {
    height: 40px;
    text-align: left;
}

.site-search__form input,
.site-search__form button {
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #232a73;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}

.site-search__form input i,
.site-search__form button i {
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
}

.site-search__form input {
    min-width: 80%;
}

.site-search__form input:focus {
    outline: 0;
}

.site-search__form button {
    padding: 0 15px;
}

@media screen and (max-width: 1019px) {
    .site-search {
        width: 50px;
        text-align: center;
    }
    .site-search__form {
        display: none;
    }
    .site-search-wrapper.open {
        background-color: #fff;
        z-index: 11;
        width: 315px;
        overflow: visible;
    }
    .site-search-wrapper.open .site-search {
        width: auto;
        display: block;
        text-align: left;
    }
    .site-search-wrapper.open .site-search__toggle {
        display: none !important;
    }
    .site-search-wrapper.open .site-search__form {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .site-search-wrapper.open {
        width: 80%;
        right: 15%;
    }
    .site-search-wrapper.open .site-search__toggle {
        position: absolute;
        right: -34px;
        display: inline-block !important;
    }
    .site-search-wrapper.open .site-search__toggle .icon-search {
        display: none;
    }
    .site-search-wrapper.open .site-search__toggle .close {
        display: inline-block;
    }
    .site-search-wrapper.open .site-search__form .site-search__input {
        min-width: 50%;
        width: auto;
    }
}

@media screen and (min-width: 1020px) {
    .site-search {
        width: 300px;
    }
}

@media screen and (min-width: 1260px) {
    .site-search {
        width: 400px;
    }
}

.shoppinglist-wrapper {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    right: 15px;
    top: 10px;
    padding: 6px;
    border-radius: 26px;
    background-color: transparent;
    width: 92px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: all .35s ease;
}

.shoppinglist-wrapper.active {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    z-index: 12;
}

.shoppinglist-wrapper.active .shoppinglist__dropdown {
    height: auto;
    min-height: 100px;
    padding: 20px 12px 40px;
}

.shoppinglist__dropdown .item-container {
    max-height: 200px;
    max-height: calc(50vh);
    overflow: auto;
    margin-top: 10px;
}

.shoppinglist {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #f57921;
    color: #fff;
    width: 80px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.shoppinglist__icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}

.shoppinglist__icon i {
    position: relative;
    top: 1px;
}

.shoppinglist__label {
    text-transform: uppercase;
    font-size: 15px;
}

.shoppinglist__counter {
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #fff;
}

.shoppinglist__dropdown {
    -webkit-backface-visibility: hidden;
    min-height: 0;
    height: 0;
    overflow: hidden;
    position: relative;
}

.shoppinglist__dropdown .close {
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 14px;
    right: 12px;
    cursor: pointer;
}

.shoppinglist__dropdown .close:before, .shoppinglist__dropdown .close:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    left: 0;
    top: 5px;
}

.shoppinglist__dropdown .close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shoppinglist__dropdown .close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.shoppinglist__dropdown .icon-wrapper {
    display: block;
    margin: 0 auto 18px;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid #232a73;
    color: #f57921;
    border-radius: 100%;
}

.shoppinglist__dropdown .icon-wrapper i {
    display: inline-block;
    line-height: 58px;
    vertical-align: middle;
    font-size: 30px;
}

.shoppinglist__dropdown p {
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

.shoppinglist__dropdown strong {
    font-size: 16px;
    font-weight: 600;
}

.shoppinglist__dropdown .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    .shoppinglist-wrapper {
        width: 232px;
    }
    .shoppinglist {
        width: 220px;
    }
}

@media screen and (min-width: 1020px) {
    .shoppinglist-wrapper {
        top: 40px;
    }
}

@media screen and (max-width: 1019px) {
    .header .header-nav {
        position: static;
    }
    .header-nav__bottom {
        height: 60px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .header {
        height: 130px;
        position: relative;
    }
    .logo-wrapper {
        position: relative;
        height: 70px;
    }
}

@media screen and (min-width: 768px) {
    .header,
    .logo-wrapper,
    .header-nav {
        height: 130px;
    }
}

@media screen and (min-width: 1020px) {
    .header,
    .logo-wrapper,
    .header-nav {
        height: 150px;
    }
    .header-nav__top {
        padding: 14px 20px;
        font-size: 14px;
    }
    .header-nav__top a {
        color: #000;
        font-weight: 600;
    }
    .header-nav__top a:hover {
        color: #f57921;
    }

    .header-nav__top a:not(:last-child) {
        display: inline-block;
        margin-right: 20px;
    }
    .social-links i {
        display: inline-block;
        margin-right: 10px;
        color: #141b65;
    }
    .header-nav__middle {
        text-align: right;
        padding: 0 20px 10px;
    }
    .header-nav__bottom {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 1260px) {
    .header-nav__top {
        padding: 14px 25px;
    }
    .site-search {
        max-width: 405px;
    }
}

.navbar--ujhaz,
#main-menu {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border: 0;
}

.navbar--ujhaz a,
#main-menu a {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.navbar.navbar--ujhaz {
    min-height: 0;
}

.main-menu {
    position: relative;
    background-color: #232a73;
    z-index: 5;
}

.main-menu > li i {
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
}

.main-menu ul {
    list-style: none;
    padding: 0;
}

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

    .menu-opened {
        overflow: hidden;
    }
    .menu-opened .navbar--ujhaz {
        height: calc(100% - 70px);
        position: fixed;
        left: 0;
        right: 0;
        top: 70px;
        z-index: 11;
        overflow-y: scroll;
    }
}



/*--------------------
$Category filters
--------------------*/
.category-filter__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0;
}

.category-filter__inner .category-filter__toggle {
    padding: 10px 20px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

.category-filter__inner .category-filter__toggle i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    line-height: inherit;
}

.category-filter__inner .btn {
    margin-left: 5px;
    margin-right: 5px;
    transition: all .35s ease-in-out;
}

.category-filter__inner .category-filter__nav .btn:hover, .category-filter__inner .category-filter__nav .btn:focus, .category-filter__inner .category-filter__nav .btn:active, .category-filter__inner .category-filter__nav .btn.active, .category-filter__inner .category-filter__nav .btn:active:hover, .category-filter__inner .category-filter__nav .btn:active:focus {
    border-color: #232a73;
    background-color: #232a73;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .category-filter__inner .btn {
        margin-left: 25px;
        margin-right: 25px;
        display: block;
    }
    .category-filter__nav {
        display: none;
    }
    .category-filter__nav.open {
        display: block;
    }
    .category-filter__nav .btn {
        margin-top: 15px;
    }
}
.category-filter__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0;
}

.category-filter__inner .category-filter__toggle {
    padding: 10px 20px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

.category-filter__inner .category-filter__toggle i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    line-height: inherit;
}

.category-filter__inner .btn {
    margin-left: 5px;
    margin-right: 5px;
    transition: all .35s ease-in-out;
}

.category-filter__inner .category-filter__nav .btn:hover, .category-filter__inner .category-filter__nav .btn:focus, .category-filter__inner .category-filter__nav .btn:active, .category-filter__inner .category-filter__nav .btn.active, .category-filter__inner .category-filter__nav .btn:active:hover, .category-filter__inner .category-filter__nav .btn:active:focus {
    border-color: #232a73;
    background-color: #232a73;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .category-filter__inner .btn {
        margin-left: 25px;
        margin-right: 25px;
        display: block;
    }
    .category-filter__nav {
        display: none;
    }
    .category-filter__nav.open {
        display: block;
    }
    .category-filter__nav .btn {
        margin-top: 15px;
    }
}
.page-cover {
    background: #eceff1 50% 0 no-repeat;
    background-size: cover;
    background-image: none;
    color: #232a73;
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .page-cover--category {
        background-color: #f9fafb;
        position: relative;
    }
    .page-cover--category .category-description {
        padding-top: 20px;
        padding-bottom: 55px;
        position: relative;
        z-index: 2;
    }
    .page-cover--category:after {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        display: inline-block;
        width: 42%;
        height: 100%;
        background-color: #eceff1;
        z-index: 1;
    }
}

.item__label {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #232a73;
    z-index: 3;
    color: #fff;
}

.item__label a {
    color: #fff;
}

.item__label.red {
    background-color: #c03e3e;
}

.item__label.green {
    background-color: #7db34e;
}

.item__label.teal {
    background-color: #43bdcf;
}

.item__label.purple {
    background-color: #845392;
}

.item__label.orange {
    background-color: #f57921;
}

.item {
    position: relative;
}

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

.item__thumb img {
    width: 100%;
    height: auto;
}

.item__thumb:not(.no-overlay):after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
}

.item__title {
    margin: 0;
}

.item__title a {
    transition: all .25s ease;
}

@media screen and (min-width: 1020px) {
    .item__thumb {
        overflow: hidden;
    }
    .item__thumb img {
        transition: all 1.2s ease-out;
        -webkit-backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
    }
    .item__thumb:hover img {
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }
}

/*
.item__thumb-overlay{

}*/
.item--default {
    background-color: #fff;
}

.item--default .item__caption {
    padding: 15px 30px 0;
    position: relative;
}

.item--default .item__caption.item__caption--smaller {
    padding: 15px 30px;
}

.item--default .item__caption.item__caption--smaller .item__title {
    margin: 0;
    font-size: 18px;
}

.item--default .item__caption.item__caption--cover {
    padding: 20px 30px;
}

.item--default .item__caption.item__caption--cover .item__title {
    margin: 0;
    position: absolute;
    bottom: calc(100% + 15px);
    font-size: 20px;
    max-width: 80%;
    z-index: 2;
    line-height: 1.3em;
    font-weight: 400;
}

.item--default .item__caption.item__caption--cover .item__title a {
    color: #fff;
}

.item--default .item__caption.item__caption--cover .item__lead {
    margin: 0;
}

.item--default .item__title {
    font-size: 22px;
    margin-bottom: 15px;
}

.item--default .item__lead {
    position: relative;
    margin: 0;
    font-size: 15px;
}

.item--default .item__lead a {
    color: #666;
}

.item--default .item__fwd {
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    color: #333;
    border-top: 1px solid #e2e2e2;
    font-size: 15px;
    font-weight: 600;
}

.item--default .item__fwd .icon-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 60px;
    height: 44px;
    text-align: center;
    background-color: #232a73;
    color: #fff;
    transition: all .35s ease;
}

.item--default .item__fwd .icon-wrapper i {
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
}

.item--default .item__fwd:hover .icon-wrapper {
    background-color: #f57921;
}

.item--default .item__label {
    position: absolute;
    top: -50px;
}

@media screen and (max-width: 1019px) {
    .item--default .item__fwd {
        margin-top: 20px;
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media screen and (min-width: 1020px) {
    .item--default .item__caption {
        padding-bottom: 60px;
    }
    .item--default .item__fwd {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.item--video .play-mask {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    display: inline-block;
    position: absolute;
    width: 77px;
    height: 77px;
    top: 50%;
    left: 50%;
    right: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item--video .play-mask * {
    transition: all .35s ease;
}

.item--video .play-mask i {
    font-size: 77px;
    color: #fff;
    opacity: .5;
}

@media screen and (min-width: 1020px) {
    .item--video .item__thumb:hover img {
        -ms-transform: none;
        transform: none;
    }
    .item--video .item__thumb:hover .play-mask i {
        opacity: 0.85;
        color: #c03e3e;
    }
}

@media screen and (min-width: 1020px) {
    .ideas .item--video .item__caption {
        height: 225px;
    }
    .ideas .item--video .item__lead {
        height: 85px;
        overflow: hidden;
    }
    .ideas .item--video .item__lead:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 35px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }
}

@media screen and (min-width: 1260px) {
    .ideas .item--video .item__caption {
        height: 271px;
    }
    .ideas .item--video .item__lead {
        height: auto;
        overflow: visible;
    }
    .ideas .item--video .item__lead:after {
        display: none;
    }
}

.item.item--video.item--compact {
    position: relative;
    margin-bottom: 15px;
}

.item.item--video.item--compact .item__label-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.item.item--video.item--compact .item__label-wrapper .item__label {
    position: relative;
    top: 0;
    left: 0;
}

.item.item--video.item--compact .item__title {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    z-index: 5;
}

.item.item--compact .item__title a {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .item.item--compact.item--carousel .item__title {
        right: 15px;
        left: 15px;
        bottom: 15px;
        padding-right: 0;
        text-align: center;
    }
}

@media screen and (min-width: 1020px) {
    .item.item--compact.item--carousel .item__title {
        top: calc(50% + 50px);
        right: 15px;
        bottom: auto;
        left: 15px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1260px) {
    .item.item--compact.item--carousel .item__label-wrapper {
        top: 40px;
        left: 40px;
    }
    .item.item--compact.item--carousel .item__thumb:hover img {
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }
    .item.item--compact.item--carousel .item__title {
        left: 50%;
        margin-left: -190px;
        width: 380px;
    }
    .item.item--compact.item--carousel .item__title .item__label-wrapper {
        top: 40px;
        left: 40px;
    }
}

.item.item--tall {
    margin-bottom: 15px;
}

.item.item--tall .item__title {
    position: absolute;
    margin: 0;
    font-weight: 400;
    color: #fff;
    z-index: 3;
}

.item.item--tall .item__title > span,
.item.item--tall .item__title > a {
    color: #fff;
}

.item.item--tall .item__title .item__label {
    top: 0;
}

@media screen and (max-width: 1019px) {
    .item.item--tall .item__title {
        bottom: 0;
        left: 0;
        padding: 32px 15px 15px;
        width: 100%;
    }
    .item.item--tall .item__caption {
        padding: 0;
    }
    .item.item--tall .item__caption .item__lead,
    .item.item--tall .item__caption .item__fwd {
        display: none;
    }
}

@media screen and (min-width: 1020px) {
    .item.item--tall .item__title {
        bottom: 100%;
        left: 0;
        padding: 32px 30px 20px;
    }
}

.item--deal .item__btn {
    position: absolute;
    z-index: 2;
}

.item--mini .item__title-wrapper {
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 25px;
    max-width: 80%;
}

.item--mini .item__title-wrapper a {
    color: #fff;
}

.item--mini .item__title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.item--mini .item__title a:hover {
    color: #f57921;
}

@media screen and (max-width: 767px) {
    .item--deal .item__caption {
        background-color: #fff;
        height: 200px;
        padding: 25px;
    }
    .item--deal .item__title {
        color: #f57921;
        font-size: 24px;
        text-transform: uppercase;
    }
    .item--deal .item__title--part2 {
        display: block;
        color: #232a73;
        font-size: 18px;
        text-transform: none;
        margin-bottom: 15px;
    }
    .item--deal .item__btn {
        bottom: 25px;
        left: 50%;
        margin-left: -95px;
    }
}

@media screen and (max-width: 1019px) {
    .item--deal .item__btn {
        width: 190px;
        height: 50px;
        padding: 15px 20px;
        border-radius: 25px;
    }
    .item--deal .item__btn.btn-outline {
        padding: 13px 18px;
    }
    .featured-deals .item--mini {
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .item--deal .item__title {
        position: absolute;
        z-index: 2;
        left: 40px;
        top: 40%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #f57921;
        font-size: 36px;
        text-transform: uppercase;
        max-width: 33%;
    }
    .item--deal .item__title--part2 {
        display: block;
        color: #232a73;
        font-size: 26px;
        text-transform: none;
    }
    .item--deal .item__btn {
        left: 40px;
        bottom: 67px;
    }
}

@media screen and (min-width: 1020px) {
    .item--deal .item__btn {
        bottom: 77px;
    }
}

.item--deal-mini .item__title {
    position: absolute;
    top: 35px;
    left: 25px;
    z-index: 2;
    font-size: 27px;
    line-height: 26px;
    color: #141b65;
    text-transform: uppercase;
}

.item--deal-mini .item__title--part2,
.item--deal-mini .item__title--part3 {
    display: block;
    font-size: 23px;
    text-transform: none;
}

.item--deal-mini .item__title--part2 {
    color: #232a73;
}

.item--deal-mini .item__title--part3 {
    color: #f57921;
}

.item--deal-mini .item__btn {
    width: 160px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 40px;
    z-index: 2;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .item--deal-mini .item__title {
        left: 40px;
        top: 45px;
    }
}

@media screen and (min-width: 1020px) {
    .item--deal-mini .item__btn {
        bottom: 30px;
    }
}

.item--product-cat {
    margin-left: 5px;
    margin-right: 5px;
}

.item--product-cat * {
    transition: all .35s ease-in-out;
}

.item--product-cat .item__caption {
    background-color: #232a73;
}

.item--product-cat .item__title {
    font-size: 18px;
    font-weight: 500;
}

.item--product-cat .item__title a {
    padding: 18px 30px;
    display: block;
    position: relative;
    color: #fff;
}

.item--product-cat .item__title a:hover i {
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

.item--product-cat .item__title a i {
    position: absolute;
    right: 30px;
}

.item--product-cat:active, .item--product-cat:focus,
.item--product-cat a:active,
.item--product-cat a:focus {
    outline: 0;
}

.item--product-cat:not(.slick-active) .item__caption {
    background-color: #ddd;
}

.item--expert {
    background-color: #fff;
    margin-bottom: 15px;
}

.item--expert .item__caption {
    padding: 20px 35px;
    font-size: 16px;
    position: relative;
}

.item--expert .item__caption p {
    margin: 0;
}

.item--expert .item__caption a {
    color: #000;
}

.item--expert .item__caption a:hover {
    color: #f57921;
}

.item--expert .item__title {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: inline-block;
    background-color: #232a73;
    padding: 10px 35px;
    font-size: 20px;
    line-height: 1.3em;
    z-index: 2;
}

.item--expert .item__title a {
    color: #fff;
}

.item--expert .item__title a i {
    vertical-align: middle;
    color: #f57921;
    display: inline-block;
    margin-left: 25px;
    position: relative;
    transition: all .35s ease-in-out;
}

.item--expert .item__title a:hover {
    color: #fff;
}

.item--expert .item__title a:hover i {
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

@media screen and (max-width: 1019px) {
    .item--expert .item__title {
        position: relative;
        bottom: auto;
        left: auto;
        margin: -20px -35px 15px;
        font-size: 16px;
    }
}

.item--idea {
    margin-bottom: 15px;
}

.item--magazine {
    padding-bottom: 20px;
}

.item--magazine .media-left {
    padding-right: 0;
}

.item--magazine .item__caption {
    padding: 15px 20px;
}

.item--magazine .item__title {
    font-size: 15px;
    line-height: 1.33334;
}

.item--magazine .item__title a {
    color: #333;
}

@media screen and (max-width: 767px) {
    .item--magazine .media-left,
    .item--magazine .media-body {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .item--magazine {
        margin-bottom: 19px;
        border-bottom: 1px solid #eceff1;
    }
    .item--magazine .item__thumb {
        width: 142px;
    }
    .item--magazine .item__caption {
        padding: 0 15px;
    }
}

.item--news {
    margin-top: 0;
    margin-bottom: 19px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eceff1;
}

.item--news:last-child {
    margin-bottom: 0;
}

.item--news .media-left {
    padding-right: 0;
}

.item--news .item__caption {
    padding: 20px 0 0;
}

.item--news .item__title {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.17;
    text-transform: uppercase;
}

.item--news .item__title a {
    color: #232a73;
}

.item--news .item__lead {
    margin-bottom: 20px;
    color: #333;
}

@media screen and (max-width: 767px) {
    .item--news .media-left,
    .item--news .media-body {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .item--news {
        margin-bottom: 29px;
    }
    .item--news .item__thumb {
        width: 290px;
    }
    .item--news .item__caption {
        padding: 0 30px;
    }
}

@media screen and (min-width: 1020px) {
    .item--news {
        margin-bottom: 19px;
        padding-bottom: 20px;
    }
    .item--news .item__btn {
        height: 35px;
        padding: 8px 20px;
        border-radius: 18px;
    }
    .item--news .item__btn.btn-outline {
        padding: 6px 18px;
    }
}

.item--view .item__header {
    position: relative;
}

.item--view .item__header:before, .item--view .item__header:after {
    content: " ";
    display: table;
}

.item--view .item__header:after {
    clear: both;
}

.item--view .item__label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.item--view .item__title {
    width: calc(100% - 10px);
    margin: -30px 10px 0 0;
    padding: 11px 10px;
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33334;
    background-color: #232a73;
    color: #fff;
}

.item--view .item__date {
    margin: 10px 0 0;
    padding-right: 10px;
    float: right;
    font-weight: 600;
    font-size: 12px;
    line-height: 50px;
    color: #000;
}

.item--view .item__share {
    margin: 10px 0 0;
    float: left;
    font-size: 0;
}

.item--view .item__share li {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.item--view .item__share li.facebook {
    background-color: #4c4f91;
}

.item--view .item__share li.mail {
    background-color: #ed7a00;
}

.item--view .item__share li a {
    display: block;
    text-align: center;
    color: #fff;
}

.item--view .item__share li i {
    font-size: 20px;
    line-height: 50px;
}

.item--view .item__content {
    color: #333;
}

.item--view .item__content h2,
.item--view .item__content h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.875;
    color: #141b65;
}

.item--view .item__content p {
    margin: 0 0 20px;
}

.item--view .item__content p:last-child {
    margin: 0;
}

.item--view .item__content hr {
    margin-top: 0;
    margin-bottom: 20px;
    border-color: #dcdcdc;
}

@media screen and (min-width: 768px) {
    .item--view .item__label {
        top: 30px;
        left: 50px;
    }
    .item--view .item__title {
        width: 100%;
        max-width: 500px;
        margin: 0;
        padding: 15px 30px;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 30px;
    }
    .item--view .item__date {
        padding: 0 15px 5px 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        font-size: 15px;
        color: #fff;
    }
    .item--view .item__share {
        position: absolute;
        left: 0;
        bottom: -140px;
    }
    .item--view .item__share li {
        display: block;
    }
    .item--view .item__content h2,
    .item--view .item__content h3 {
        margin-bottom: 25px;
        line-height: 30px;
    }
    .item--view .item__content h2 {
        font-size: 22px;
    }
    .item--view .item__content h3 {
        font-size: 18px;
    }
    .item--view .item__content p {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 1.6;
    }
    .item--view .item__content hr {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1260px) {
    .item--view .item__date {
        padding-right: 30px;
    }
}

.item--news-view .item__content {
    padding-top: 25px;
}

@media screen and (min-width: 1020px) {
    .item--news-view .item__content {
        padding-top: 0;
    }
}

.item--magazine-view {
    background-color: #eceff1;
}

.item--magazine-view .item__content {
    margin-bottom: 30px;
    padding: 15px 10px;
}

.item--magazine-view .item__content p:first-child {
    font-weight: 600;
    color: #272976;
}

.item--magazine-view .item__content hr {
    margin-left: -10px;
    margin-right: -10px;
}

.item--magazine-view .item__content .product-embed {
    position: relative;
    margin: 0 0 20px;
    padding: 0 15px;
}

.item--magazine-view .item__content .product-embed .item__label {
    top: 0;
    left: 0;
}

.item--magazine-view .item__content .product-embed .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    list-style: none;
}

.item--magazine-view .item__content .product-embed .slick-dots li button {
    display: block;
    margin: 0 5px;
    padding: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #dd630c;
    border-radius: 100%;
    background-color: transparent;
    font-size: 0;
    color: transparent;
}

.item--magazine-view .item__content .product-embed .slick-dots li.slick-active button {
    border-color: #141b65;
    background-color: #141b65;
}

@media screen and (min-width: 768px) {
    .item--magazine-view .item__content {
        padding: 35px 50px 45px 80px;
    }
    .item--magazine-view .item__content hr {
        margin-left: -80px;
        margin-right: -50px;
    }
    .item--magazine-view .item__content .img--alignleft {
        margin-left: -30px;
    }
    .item--magazine-view .item__content .img--alignright {
        margin-right: -30px;
    }
}

@media screen and (min-width: 1020px) {
    .item--magazine-view {
        margin-top: -120px;
    }
    .item--magazine-view .item__content {
        padding-left: 100px;
        padding-right: 70px;
    }
    .item--magazine-view .item__content hr {
        margin-left: -100px;
        margin-right: -70px;
    }
    .item--magazine-view .item__content .img--alignleft {
        margin-left: -50px;
    }
    .item--magazine-view .item__content .img--alignright {
        margin-right: -50px;
    }
    .item--magazine-view .item__content .product-embed {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1260px) {
    .item--magazine-view .item__content .product-embed {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.item--service-view {
    background-color: #eceff1;
}

.item--service-view .item__content {
    padding: 15px 10px;
}

.item--service-view .item__content hr {
    margin-left: -10px;
    margin-right: -10px;
}

@media screen and (min-width: 768px) {
    .item--service-view .item__title {
        max-width: 400px;
        padding: 15px 40px;
    }
    .item--service-view .item__content {
        padding: 25px 40px 30px;
    }
    .item--service-view .item__content hr {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media screen and (min-width: 1020px) {
    .item--service-view {
        margin-top: -120px;
    }
    .item--service-view .item__content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .item--service-view .item__content hr {
        margin-left: -50px;
        margin-right: -50px;
    }
}

.item--testimonial {
    padding: 20px 20px 40px;
    outline: 0;
}

.item--testimonial blockquote {
    margin: 0;
    padding: 35px 0 0;
    border: 0;
    position: relative;
}

.item--testimonial blockquote:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -5px;
    content: "\201d";
    opacity: .43;
    font-family: "proxima-nova", sans-serif;
    font-size: 100px;
    line-height: 75px;
    color: #232a73;
}

.item--testimonial blockquote p {
    margin: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 1.25;
    color: #272976;
}

.item--testimonial .item__footer {
    padding-top: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #232a73;
}

@media screen and (min-width: 768px) {
    .item--testimonial {
        padding: 40px 25px 40px 35px;
    }
    .item--testimonial blockquote {
        padding: 0 0 0 80px;
    }
    .item--testimonial blockquote:before {
        top: 5px;
        left: -10px;
        font-size: 180px;
        line-height: 130px;
    }
    .item--testimonial blockquote p {
        font-size: 18px;
        line-height: 1.66667;
    }
    .item--testimonial .item__icon {
        font-size: 50px;
    }
}

@media screen and (min-width: 1020px) {
    .item--testimonial blockquote p {
        font-size: 17px;
        line-height: 1.47;
    }
}

.item--employee {
    margin-bottom: 10px;
    background-color: #eceff1;
}

.item--employee .item__caption {
    width: calc(100% - 20px);
    margin: -50px 10px 0;
    padding: 15px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.item--employee .item__name {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #232a73;
}

.item--employee .item__position {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #666;
}

.item--employee .item__lead {
    margin: 20px 0 0;
    color: #333;
}

@media screen and (max-width: 767px) {
    .item--employee {
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .item--employee {
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .item--employee .item__thumb {
        width: 190px;
    }
    .item--employee .item__caption {
        width: calc(100% - 170px);
        max-height: 150px;
        margin: 20px 20px 20px -40px;
        padding: 25px 90px 30px 30px;
    }
    .item--employee .item__name,
    .item--employee .item__position {
        display: inline-block;
    }
    .item--employee .item__position:before {
        content: "- ";
    }
    .item--employee .item__lead {
        margin: 10px 0 0;
    }
}

@media screen and (min-width: 1020px) {
    .item--employee .item__caption {
        padding-right: 30px;
    }
}

.item--award {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.item--award .item__icon {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 27px;
    color: #f57921;
}

.item--award .item__title {
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #232a73;
}

.item--award .item__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item--award .item__list li {
    line-height: 1.71;
    color: #333;
}

@media screen and (min-width: 768px) {
    .item--award .item__list li {
        font-size: 15px;
        line-height: 1.6;
    }
}

.item--vendor {
    padding: 15px 40px 14px 15px;
    border-bottom: 1px solid #eceff1;
    position: relative;
}

.item--vendor .item__name {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
}

.item--vendor .item__address {
    margin: 0;
    line-height: 1.43;
    color: #333;
}

.item--vendor .item__status {
    margin: 0;
    line-height: 1.43;
}

.item--vendor .item__status.open {
    color: #81b344;
}

.item--vendor .item__status.closed {
    color: #c03e3e;
}

.item--vendor .item__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
    color: #cacbcd;
}

.item--tip {
    padding: 15px;
    color: #232a73;
    font-size: 14px;
    outline: none;
}

.item--tip a {
    padding-right: 30px;
    color: #232a73;
    font-size: 17px;
    display: block;
    position: relative;
}

.item--tip a:hover {
    color: #171c4c;
}

.item--tip a:focus {
    color: #232a73;
}

.item--tip a i {
    position: absolute;
    right: 0;
    vertical-align: middle;
    line-height: 26px;
}

@media screen and (min-width: 1020px) {
    .item--tip {
        padding: 30px;
        font-size: 16px;
        line-height: 1.65em;
    }
    .item--tip .tip-inner {
        padding-right: 90px;
        margin-bottom: 35px;
    }
}

.item--gallery a {
    display: block;
}

.item--gallery img {
    width: 100%;
    height: auto;
}

.item--default .item__lead {
    display: block;
    height: 105px;
    overflow: hidden;
}

.shop-finder-wrapper {
    padding: 15px 0 0;
}

.shop-finder {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f57921 url("../img/search-bg.png") 50% 50% no-repeat;
    background-size: cover;
}

.shop-finder .media-left,
.shop-finder .media-right,
.shop-finder .media-body {
    vertical-align: middle;
}

.shop-finder .media-left {
    padding-right: 15px;
}

.shop-finder .f-search__form {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .shop-finder .f-search__form {
        margin-top: 20px;
    }
}

.shop-finder__icon {
    font-size: 56px;
}

.shop-finder__icon span:before {
    color: #fff !important;
}

.shop-finder__title {
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
}

.shop-finder__title strong {
    font-weight: 700;
}

.shop-finder__subtitle {
    font-size: 18px;
    color: #232a73;
    margin: 0;
}

.sidebar-shop-finder {
    background: #f57921 url("../img/widget-search-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.sidebar-shop-finder__link {
    padding: 20px 15px 25px;
    height: 100%;
    display: block;
}

.sidebar-shop-finder__link:hover .sidebar-shop-finder__btn {
    color: #171c4c;
}

.sidebar-shop-finder__link:focus .sidebar-shop-finder__btn {
    color: #232a73;
}

@media screen and (min-width: 768px) {
    .sidebar-shop-finder__link {
        padding: 20px 40px 35px;
    }
}

@media screen and (min-width: 1020px) {
    .sidebar-shop-finder__link {
        padding: 20px 35px 30px;
    }
}

.sidebar-shop-finder__icon {
    margin-bottom: 15px;
    display: block;
    font-size: 56px;
    text-align: center;
}

.sidebar-shop-finder__icon span:before {
    color: #fff !important;
}

.sidebar-shop-finder__title {
    margin-bottom: 190px;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.sidebar-shop-finder__title strong {
    display: block;
    font-weight: 600;
    font-size: 27px;
}

@media screen and (min-width: 768px) {
    .sidebar-shop-finder__title {
        margin-bottom: 156px;
    }
}

.sidebar-shop-finder__btn {
    margin: 0;
    padding-right: 30px;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #232a73;
    transition: color 0.25s ease;
}

.sidebar-shop-finder__btn i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    font-weight: 400;
}

.form-control,
.form-control:hover,
.form-control:focus,
.form-control:active {
    box-shadow: none;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 13px;
    line-height: 1.5;
}

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

.checkbox > label,
.radio > label {
    padding: 0;
    line-height: 20px;
}

.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.radio input[type="checkbox"] {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checkbox input[type="radio"] + span,
.checkbox input[type="checkbox"] + span,
.radio input[type="radio"] + span,
.radio input[type="checkbox"] + span {
    display: inline-block;
    position: relative;
}

.checkbox input[type="radio"] + span:before, .checkbox input[type="radio"] + span:after,
.checkbox input[type="checkbox"] + span:before,
.checkbox input[type="checkbox"] + span:after,
.radio input[type="radio"] + span:before,
.radio input[type="radio"] + span:after,
.radio input[type="checkbox"] + span:before,
.radio input[type="checkbox"] + span:after {
    position: absolute;
    content: "";
}

.checkbox input[type="radio"] + span:before,
.checkbox input[type="checkbox"] + span:before,
.radio input[type="radio"] + span:before,
.radio input[type="checkbox"] + span:before {
    left: 0;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.checkbox input[type="radio"] + span:after,
.checkbox input[type="checkbox"] + span:after,
.radio input[type="radio"] + span:after,
.radio input[type="checkbox"] + span:after {
    opacity: 0;
    visibility: hidden;
}

.checkbox input[type="radio"] + span:hover:before, .checkbox input[type="radio"] + span:focus:before,
.checkbox input[type="checkbox"] + span:hover:before,
.checkbox input[type="checkbox"] + span:focus:before,
.radio input[type="radio"] + span:hover:before,
.radio input[type="radio"] + span:focus:before,
.radio input[type="checkbox"] + span:hover:before,
.radio input[type="checkbox"] + span:focus:before {
    border: 1px solid #aaa;
}

.checkbox input[type="radio"] + span:hover:after, .checkbox input[type="radio"] + span:focus:after,
.checkbox input[type="checkbox"] + span:hover:after,
.checkbox input[type="checkbox"] + span:focus:after,
.radio input[type="radio"] + span:hover:after,
.radio input[type="radio"] + span:focus:after,
.radio input[type="checkbox"] + span:hover:after,
.radio input[type="checkbox"] + span:focus:after {
    opacity: 1;
    visibility: visible;
}

.checkbox input[type="radio"]:disabled + span,
.checkbox input[type="checkbox"]:disabled + span,
.radio input[type="radio"]:disabled + span,
.radio input[type="checkbox"]:disabled + span {
    cursor: default;
}

.checkbox input[type="radio"]:disabled + span:before,
.checkbox input[type="checkbox"]:disabled + span:before,
.radio input[type="radio"]:disabled + span:before,
.radio input[type="checkbox"]:disabled + span:before {
    background-color: #f2f4f5;
}

.checkbox input[type="radio"]:disabled + span:after,
.checkbox input[type="checkbox"]:disabled + span:after,
.radio input[type="radio"]:disabled + span:after,
.radio input[type="checkbox"]:disabled + span:after {
    display: none;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"] {
    width: 12px;
    height: 12px;
}

.checkbox input[type="checkbox"] + span,
.radio input[type="checkbox"] + span {
    padding-left: 20px;
}

.checkbox input[type="checkbox"] + span:before,
.radio input[type="checkbox"] + span:before {
    width: 12px;
    height: 12px;
    top: 4px;
    border-radius: 1px;
}

.checkbox input[type="checkbox"] + span:after,
.radio input[type="checkbox"] + span:after {
    width: 9px;
    height: 5px;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
    left: 1px;
    top: 7px;
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.checkbox input[type="checkbox"]:checked + span:after,
.radio input[type="checkbox"]:checked + span:after {
    opacity: 1;
    visibility: visible;
    border-color: #f57921;
}

.checkbox input[type="radio"],
.radio input[type="radio"] {
    width: 15px;
    height: 15px;
}

.checkbox input[type="radio"] + span,
.radio input[type="radio"] + span {
    padding-left: 23px;
}

.checkbox input[type="radio"] + span:before,
.radio input[type="radio"] + span:before {
    width: 15px;
    height: 15px;
    top: 2px;
    border-radius: 50%;
}

.checkbox input[type="radio"] + span:after,
.radio input[type="radio"] + span:after {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 50%;
    background-color: #aaa;
}

.checkbox input[type="radio"]:checked + span:after,
.radio input[type="radio"]:checked + span:after {
    width: 9px;
    height: 9px;
    top: 5px;
    left: 3px;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(120deg, #ef59a1 0%, #c50260 100%);
}

.f-search__title {
    font-size: 24px;
    font-weight: 300;
}

.f-search__form {
    position: relative;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.2);
}

.f-search__form > i {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    float: left;
    font-size: 18px;
    line-height: inherit;
    color: #232a73;
}

.f-search__form input {
    width: calc(100% - 108px);
    height: 100%;
    padding: 0 10px 0 0;
    border: 0;
    background-color: transparent;
    color: #232a73;
}

.f-search__form input:focus {
    outline: 0;
}

.f-search__form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    border: 0;
    padding: 0 4px 0 0;
    margin: 0;
    height: 100%;
    font-size: 15px;
    border-left: 1px solid #c4c6d7;
    background-color: transparent;
    color: #f57921;
    text-align: center;
    font-size: 20px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.f-search__form button i {
    line-height: inherit;
}

.f-search__form ::-webkit-input-placeholder {
    color: #1c2476;
}

.f-search__form :-moz-placeholder {
    /* Firefox 18- */
    color: #1c2476;
}

.f-search__form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c2476;
}

.f-search__form :-ms-input-placeholder {
    color: #1c2476;
}

@media screen and (min-width: 768px) {
    .f-search__form input {
        width: calc(100% - 123px);
    }
    .f-search__form button {
        width: 65px;
    }
}

.breadcrumb {
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb > .container {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #494f8e;
}

.breadcrumb .home {
    display: inline-block;
    margin-right: 18px;
}

.breadcrumb a {
    color: #fff;
    display: inline-block;
    transition: all .35s ease;
}

.breadcrumb a:hover {
    color: #f57921;
}

.breadcrumb a:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footer {
    background: #141b65;
    background: linear-gradient(135deg, #141b65 0%, #232a73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b65', endColorstr='#232a73',GradientType=1 );
    color: #fff;
}

@media screen and (max-width: 767px) {
    .footer {
        text-align: center;
    }
}

.footer__middle {
    padding-top: 42px;
    padding-bottom: 42px;
}

.footer__bottom {
    background: #141b65;
    background: linear-gradient(to right, #141b65 0%, #171e68 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b65', endColorstr='#171e68',GradientType=1 );
    color: #494f8e;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 17px;
}

.footer__bottom a {
    color: #fff;
}

.footer__bottom svg,
.footer__bottom img {
    display: inline-block;
    height: 17px;
    width: auto;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: 6px;
}

.footer__bottom svg {
    color: #7c84d3;
    fill: #7c84d3;
    margin-right: 8px;
    width: 64px;
}

.footer__linklist .btn {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer__linklist .btn i {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .footer__linklist .btn {
        text-align: center;
    }
}

@media screen and (min-width: 1020px) and (max-width: 1259px) {
    .footer__linklist .btn {
        font-size: 12px;
    }
}

@media screen and (min-width: 1020px) {
    .footer__linklist {
        padding-left: 55px;
    }
    .footer__linklist .btn {
        height: 35px;
        padding: 8px 20px;
        border-radius: 18px;
    }
    .footer__linklist .btn.btn-outline {
        padding: 6px 18px;
    }
}

@media screen and (min-width: 1260px) {
    .footer__linklist {
        padding-left: 120px;
    }
}

@media screen and (min-width: 1020px) and (max-width: 1259px) {
    .header-nav__top a {
        font-size: 13px;
    }
    .header-nav__top a:not(:last-child) {
        margin-right: 10px;
    }

    .footer__menu {
        text-align: right;
    }
    .footer__menu a {
        display: inline-block;
        font-size: 13px;
        margin-left: 18px;
    }
    .footer__devs {
        text-align: center;
        border-top: 1px solid #232a73;
        padding-top: 20px;
        margin-top: 20px;
    }
}

.footer__menu a {
    transition: all .35s ease;
}

.footer__menu a:hover {
    color: #f57921;
}

@media screen and (max-width: 1019px) {
    .footer .f-search {
        padding-bottom: 15px;
        text-align: left;
    }
    .footer__menu {
        background-color: #141b65;
    }
    .footer__menu a {
        display: block;
        padding: 15px;
        font-size: 16px;
        border-bottom: 1px solid #232a73;
        width: 45%;
        text-align: center;
        float: left;
    }
    .footer_copy,
    .footer__devs {
        padding-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .footer__menu + .scroll-top {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
    }
}

@media screen and (max-width: 767px) {
    .footer__menu a {
        float: none;
        width: 100%;
    }
    .footer__menu + .scroll-top {
        margin: 15px auto;
    }
    .footer__bottom {
        text-align: center;
    }
    .footer__bottom svg, .footer__bottom img {
        display: block;
        margin: 3px auto 20px;
    }
}

@media screen and (min-width: 1260px) {
    .footer__menu {
        text-align: center;
        font-size: 13px;
    }
    .footer__menu a {
        display: inline-block;
        margin: 0 5px;
        line-height: 17px;
    }
}

.scroll-top {
    display: inline-block;
}

.scroll-top span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.scroll-top span i {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

/*--------------------

$Sidebars - specific settings

--------------------*/
@media screen and (max-width: 1019px) {
    .sidebar--service-view:not(.sidebar--first) {
        display: none;
    }
    .sidebar--vendor-view .deal-carousel {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .sidebar--right,
    .sidebar--magazine-view {
        margin-left: -8px;
        margin-right: -8px;
    }
    .sidebar--right:before, .sidebar--right:after,
    .sidebar--magazine-view:before,
    .sidebar--magazine-view:after {
        content: " ";
        display: table;
    }
    .sidebar--right:after,
    .sidebar--magazine-view:after {
        clear: both;
    }
    .sidebar--right .widget:not(.widget--posts),
    .sidebar--magazine-view .widget:not(.widget--posts) {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        float: left;
    }
    .sidebar--right .widget--posts,
    .sidebar--magazine-view .widget--posts {
        padding-left: 8px;
        padding-right: 8px;
    }
    .sidebar--news-view,
    .sidebar--news {
        margin-left: -8px;
        margin-right: -8px;
    }
    .sidebar--news-view:before, .sidebar--news-view:after,
    .sidebar--news:before,
    .sidebar--news:after {
        content: " ";
        display: table;
    }
    .sidebar--news-view:after,
    .sidebar--news:after {
        clear: both;
    }
    .sidebar--news-view .widget:not(.widget--tip-carousel),
    .sidebar--news .widget:not(.widget--tip-carousel) {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        float: left;
    }
    .sidebar--news-view .widget--tip-carousel,
    .sidebar--news .widget--tip-carousel {
        clear: both;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 1020px) {
    .sidebar--first {
        float: right;
    }
    .sidebar--magazine-view {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sidebar--magazine-view .widget--deal-carousel {
        -ms-flex-order: -1;
        order: -1;
    }
    .sidebar--vendor-view {
        padding-top: 40px;
    }
}

@media screen and (min-width: 1260px) {
    .sidebar--category {
        padding-right: 48px;
    }
    .sidebar--video {
        padding-left: 48px;
    }
    .sidebar--right,
    .sidebar--magazine-view,
    .sidebar--news-view,
    .sidebar--news,
    .sidebar--service-view {
        padding-left: 58px;
    }
    .sidebar--vendor-view {
        padding-right: 58px;
    }
}

/*--------------------

$Sidebar widgets

--------------------*/
.widget {
    margin-bottom: 10px;
}

.widget:last-child {
    margin: 0;
}

.widget .widget__title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #232a73;
}

.widget__subcontent {
    padding: 20px 15px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #eceff1;
}

.widget__subcontent .section-title {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .widget {
        margin-bottom: 20px;
    }
    .widget .widget__title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .widget__subcontent {
        padding: 20px 30px;
    }
}

@media screen and (min-width: 1020px) {
    .widget .widget__title {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

/*--------------------

$Tip widget

--------------------*/
.widget--tip {
    background-color: #eceff1;
    color: #232a73;
    padding: 25px;
}

.widget--tip h2 {
    font-size: 20px;
    font-weight: 600;
    color: #f57921;
    margin-bottom: 15px;
}

.widget--tip p {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .widget--tip h2 {
        font-size: 26px;
    }
}

/*--------------------

$Tip carousel widget

--------------------*/
.widget--tip-carousel .tip-header {
    background-color: transparent;
    color: #232a73;
    padding: 25px 20px 0;
}

.widget--tip-carousel .tip-header img {
    width: 75px;
    height: auto;
    vertical-align: middle;
    margin-right: 20px;
}

.widget--tip-carousel .tip-header h2 {
    font-size: 28px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.widget--tip-carousel .item--tip {
    font-size: 16px;
    line-height: 28px;
}

.widget--tip-carousel .item--tip a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.widget--tip-carousel .item--tip a i {
    top: 50%;
    margin-top: -8px;
    font-weight: 400;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .widget--tip-carousel .tip-carousel-wrapper .slick-arrow {
        display: inline-block !important;
        top: -35px;
    }
    .widget--tip-carousel .tip-header {
        padding-left: 35px;
    }
    .widget--tip-carousel .item--tip {
        padding: 30px 35px;
    }
}

@media screen and (min-width: 1020px) {
    .widget--tip-carousel .tip-inner {
        padding-right: 0;
    }
}

/*--------------------

$Deal carousel widget

--------------------*/
.deal-carousel {
    position: relative;
}

.deal-carousel .slick-arrow,
.deal-carousel .slick-dots {
    position: absolute;
    z-index: 2;
    transition: all .25s ease-in-out;
}

.deal-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    display: inline-block;
    top: 20px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #dcdcdc;
    color: #fff;
}

.deal-carousel .slick-arrow.slick-prev {
    right: 70px;
}

.deal-carousel .slick-arrow.slick-next {
    right: 20px;
}

.deal-carousel .slick-arrow:hover {
    background-color: #f57921;
}

.deal-carousel .slick-arrow i {
    vertical-align: middle;
}

.deal-carousel .slick-dots {
    margin: 0;
    padding: 0;
    bottom: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    font-size: 0;
}

.deal-carousel .slick-dots li {
    display: inline-block;
}

.deal-carousel .slick-dots li:hover button, .deal-carousel .slick-dots li.slick-active button {
    border-color: #232a73;
    background-color: #232a73;
}

.deal-carousel .slick-dots button {
    padding: 0;
    margin: 0 5px;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid #f57921;
    border-radius: 100%;
    line-height: 0;
    color: transparent;
}

.deal-carousel .slick-dots button:focus {
    outline: 0;
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .deal-carousel .slick-list,
    .deal-carousel .slick-track {
        height: 100%;
    }
    .deal-carousel .item__thumb {
        height: 100%;
        overflow: hidden;
    }
    .deal-carousel .item__thumb img {
        width: auto;
        max-width: 200%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 1020px) {
    .deal-carousel .slick-arrow {
        width: 35px;
        height: 35px;
        top: 10px;
        line-height: 35px;
    }
    .deal-carousel .slick-arrow.slick-prev {
        right: 50px;
    }
    .deal-carousel .slick-arrow.slick-next {
        right: 10px;
    }
}

/*--------------------

$Posts widget

--------------------*/
.widget--posts {
    margin-bottom: 0;
}

/*--------------------

$Shopping list widget

--------------------*/
.sidebar-shopping-list {
    background-color: #4c4f91;
}

@media screen and (max-width: 767px) {
    .sidebar-shopping-list .media-right {
        padding-left: 35px;
    }
}

.sidebar-shopping-list__link {
    padding: 40px 15px 20px;
    height: 100%;
    display: block;
}

.sidebar-shopping-list__link:hover .sidebar-shopping-list__btn {
    color: #eceff1;
}

.sidebar-shopping-list__link:focus .sidebar-shopping-list__btn {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .sidebar-shopping-list__link {
        padding: 40px 35px 30px;
    }
}

@media screen and (min-width: 1020px) {
    .sidebar-shopping-list__link:hover .sidebar-shopping-list__btn {
        color: #d47500;
    }
    .sidebar-shopping-list__link:focus .sidebar-shopping-list__btn {
        color: #ff9008;
    }
}

.sidebar-shopping-list__icon {
    font-size: 95px;
    color: #191a67;
}

@media screen and (min-width: 768px) {
    .sidebar-shopping-list__icon {
        font-size: 140px;
    }
}

.sidebar-shopping-list__title {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}

.sidebar-shopping-list__title strong {
    font-size: 26px;
}

@media screen and (min-width: 1020px) {
    .sidebar-shopping-list__title strong {
        color: #ff9008;
    }
}

.sidebar-shopping-list__lead {
    margin-bottom: 20px;
    line-height: 1.71;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .sidebar-shopping-list__lead {
        margin-bottom: 45px;
    }
}

.sidebar-shopping-list__btn {
    padding-right: 30px;
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    transition: color 0.25s ease;
}

.sidebar-shopping-list__btn i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    font-weight: 400;
}

@media screen and (min-width: 1020px) {
    .sidebar-shopping-list__btn {
        color: #ff9008;
    }
}

/*--------------------

$Vendor contact widget

--------------------*/
.vendor-opening ul,
.vendor-contact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vendor-opening li:before, .vendor-opening li:after,
.vendor-contact-list li:before,
.vendor-contact-list li:after {
    content: " ";
    display: table;
}

.vendor-opening li:after,
.vendor-contact-list li:after {
    clear: both;
}

.vendor-opening li + li,
.vendor-contact-list li + li {
    margin-top: 5px;
}

.vendor-opening span,
.vendor-contact-list span {
    display: block;
    float: left;
}

.vendor-opening span:first-child,
.vendor-contact-list span:first-child {
    width: 115px;
    color: #666;
}


.vendor-opening span:last-child,
.vendor-contact-list span:last-child {
    width: calc(100% - 115px);
}

.vendor-opening span:last-child {
    color: #232a73;
}

.vendor-opening span.closed {
    color: #b93f3a;
}

.vendor-view-aside .vendor-opening {
    margin-bottom: 10px;
}

.vendor-contact-list span:last-child {
    color: #333;
}

.vendor-opening span:only-child {
    width: 100%;
    color: #666;
}

.vendor-contact-form .form-group {
    margin-bottom: 10px;
}

.vendor-contact-form .btn-submit {
    width: 165px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .vendor-contact-form .btn-submit {
        float: right;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-contact-form .btn-submit {
        height: 40px;
        padding: 10px 20px;
        border-radius: 20px;
    }
    .vendor-contact-form .btn-submit.btn-outline {
        padding: 8px 18px;
    }
}

#rc-imageselect,
.g-recaptcha {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.btn-trigger-filters {
    position: relative;
}

.btn-trigger-filters i {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 1019px) {
    .sidebar--category {
        position: relative;
    }
    .btn-trigger-filters {
        position: absolute;
        top: 23px;
        left: 8px;
        z-index: 2;
    }
    .filters {
        opacity: 0;
        visibility: hidden;
        min-height: 0;
        height: 0;
        transition: all .35s ease-in-out;
        overflow: hidden;
    }
    .filters.open {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding-top: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .filters.open {
        min-height: 250px;
    }
    .filters.open > .widget {
        min-height: 290px;
    }
}

@media screen and (max-width: 767px) {
    .btn-trigger-filters {
        top: 12px;
    }
}

.widget--filer {
    margin-bottom: 30px;
}

.widget--filer .widget__title {
    position: relative;
    font-size: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

.widget--filer .widget__title .marker {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    right: 0;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    color: #dcdcdc;
    transition: all .35s ease-in-out;
}

.widget--filer .widget__title.opened .marker {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget--filer .widget__content {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    min-height: 50px;
    height: auto;
    opacity: 1;
    transition: all .35s ease-in-out;
}

.widget--filer .widget__content .checkbox {
    margin-bottom: 10px;
}

.widget--filer .widget__content .checkbox label,
.widget--filer .widget__content a {
    color: #666;
    transition: all .35s ease-in-out;
}

.widget--filer .widget__content .checkbox label.active, .widget--filer .widget__content .checkbox label:hover,
.widget--filer .widget__content a.active,
.widget--filer .widget__content a:hover {
    color: #f57921;
}

.widget--filer .widget__content.collapsed {
    height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .widget--filer {
        margin-bottom: 0;
    }
}

.list-categories li {
    position: relative;
}

.list-categories li a {
    display: block;
    margin-bottom: 10px;
}

.list-categories i {
    display: inline-block;
    position: absolute;
    right: 0;
}

.widget--colors .widget__content {
    font-size: 0;
}

.widget--colors .color {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 5px 0;
    transition: all .35s ease-in-out;
}

.widget--colors .color:hover {
    opacity: .6;
}

.widget--colors .color.active {
    border: 2px solid #f57921;
}

.color {
    display: inline-block;
    border-radius: 100%;
    fill: white;
    stroke: white;
}

.color.color--black {
    background-color: #000000;
    stroke: #000000;
    fill: #000000;
}
.color.color--white {
    background-color: #ffffff;
    border: 1px solid #8c8c8c;
    stroke: #ffffff;
    fill: #ffffff;
}
.color.color--grey {
    background-color: #aaaaaa;
    stroke: #aaaaaa;
    fill: #aaaaaa;
}
.color.color--blue {
    background-color: #141b65;
    stroke: #141b65;
    fill: #141b65;
}
.color.color--red {
    background-color: #c03e3e;
    stroke: #c03e3e;
    fill: #c03e3e;
}
.color.color--yellow {
    background-color: #edc10f;
    stroke: #edc10f;
    fill: #edc10f;
}
.color.color--orange {
    background-color: #ff9008;
    stroke: #ff9008;
    fill: #ff9008;
}
.color.color--green {
    background-color: #7db34e;
    stroke: #7db34e;
    fill: #7db34e;
}
.color.color--brown {
    background-color: #4d3127;
    stroke: #4d3127;
    fill: #4d3127;
}
.color.color--purple {
    background-color: #845392;
    stroke: #845392;
    fill: #845392;
}
.color.color--pink {
    background-color: #dc62cf;
    stroke: #dc62cf;
    fill: #dc62cf;
}
.color.color--aluminium {
    background: linear-gradient(45deg, #f1f1f2 0%, #c9c9cb 30%, #f1f1f2 50%, #f8f8f8 70%, #c9c9cb 100%);
    stroke: #f8f8f8;
    fill: #f8f8f8;
}
.color.color--chromium {
    background: linear-gradient(45deg, #ffffff 0%, #a1a1a1 11%, #ffffff 34%, #a1a1a1 56%, #ffffff 67%, #ffffff 76%, #7f7f7f 83%);
    stroke: #a1a1a1;
    fill: #a1a1a1;
}
.color.color--copper {
    background: linear-gradient(45deg, #fff6ee 0%, #ac4a03 30%, #ffab6f 50%, #ffeadc 70%, #e1894c 100%);
    stroke: #ffeadc;
    fill: #ffeadc;
}
.color.color--silver {
    background: linear-gradient(45deg, #f1f1f2 0%, #97979a 30%, #f1f1f2 50%, #ecebeb 70%, #c9c9cb 100%);
    stroke: #ecebeb;
    fill: #ecebeb;
}
.color.color--gold {
    background: linear-gradient(45deg, #f7eba1 0%, #9e6116 30%, #d9ac5a 50%, #f7eba1 70%, #d9ac5a 100%);
    stroke: #f7eba1;
    fill: #f7eba1;
}
.color.color--wooden {
    background: url("../img/pattern-wood.jpg") center center no-repeat;
}

.badge {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.badge.badge--new {
    background-color: #f57921;
}

.badge.badge--new span {
    font-size: 18px;
    text-transform: uppercase;
}

.badge.badge--sale {
    background-color: #7db34e;
}

.badge.badge--sale span {
    font-size: 20px;
}

.badge.badge--special {
    background-color: #43bdcf;
}

.badge.badge--special span {
    font-size: 16px;
}

.badge.badge--innovative {
    background-color: #845392;
}

.badge.badge--innovative span {
    font-size: 12px;
}

.badge.badge--innovative i {
    font-size: 20px;
    color: #4b2f52;
}

.pager {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.pager a, .pager span {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: Â  #232a73;
    background-color: #e4e6e8;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px;
    transition: all .35s ease-in-out;
}

.pager a:hover, .pager span:hover {
    background-color: #f57921;
    color: #fff;
}

.pager a:last-child, .pager span:last-child {
    margin-right: 0;
}

.pager a:first-child, .pager span:first-child {
    margin-left: 0;
}

.pager .current {
    background-color: #f57921;
    color: #fff;
}

.pager .prev,
.pager .next {
    color: #fff;
    display: inline-block;
}

.pager i {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .pager:before, .pager:after {
        content: " ";
        display: table;
    }
    .pager:after {
        clear: both;
    }
    .pager .prev {
        float: left;
    }
    .pager .next {
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .pager {
        margin-top: 30px;
    }
    .pager a, .pager span {
        display: inline-block;
    }
}

@media screen and (min-width: 1020px) {
    .pager {
        margin-top: 45px;
        text-align: left;
    }
    .pager a, .pager span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.box {
    position: relative;
    width: 100%;
}

.box:before {
    display: block;
    content: "";
}

.box .box__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box-1_1:before {
    padding-top: 100%;
}

.box-4_3:before {
    padding-top: 75%;
}

.box-16_9:before {
    padding-top: 56.25%;
}

.img--alignleft,
.img--alignright {
    margin: 0 0 20px;
}

.img--aligncenter,
.img--alignnone {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .img--alignleft {
        max-width: 40%;
        margin: 0 20px 25px 0;
        float: left;
    }
    .img--alignright {
        max-width: 40%;
        margin: 0 0 25px 20px;
        float: right;
    }
    .img--aligncenter {
        margin: 0 auto;
    }
}

.section-header {
    margin-bottom: 15px;
    position: relative;
}

.section-header .section-title {
    margin: 0;
}

.section-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #f57921;
    font-size: 24px;
    line-height: 1.25;
}

.section-title.section-title--blue {
    color: #232a73;
}

.section-title.section-title--white {
    color: #fff;
}

.section-title.section-title--centered {
    text-align: center;
}

.section-title.section-title--smaller {
    font-size: 24px;
    line-height: 1.25;
}

.section-header__fwd {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
}

.section-header__fwd i {
    vertical-align: baseline;
    display: inline-block;
    margin-left: 15px;
    color: #f57921;
}

@media screen and (min-width: 768px) {
    .section-header {
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 30px;
        line-height: 1;
    }
    .section-title.section-title--smaller {
        font-size: 22px;
        line-height: 1.36;
    }
    .section-header__fwd {
        position: absolute;
        right: 0;
        bottom: 0;
        padding-top: 0;
    }
}

/*--------------------

$Map infowindow - global settings

--------------------*/
.map--markers .gm-style-iw,
.map--marker .gm-style-iw {
    border-radius: 4px;
    top: 20px !important;
    overflow: visible !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.map--markers .gm-style-iw:before,
.map--marker .gm-style-iw:before {
    width: 0;
    height: 0;
    border-width: 0 0 20px 10px;
    border-style: solid;
    position: absolute;
    bottom: -20px;
    content: "";
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.35));
}

.map--markers .gm-style-iw > div,
.map--marker .gm-style-iw > div {
    overflow: hidden !important;
    max-height: none !important;
}

.map--markers .gm-style-iw > div > div,
.map--marker .gm-style-iw > div > div {
    overflow: hidden !important;
}

/*--------------------

$Map markers - the map contains more markers

--------------------*/
.map--markers .gm-style-iw {
    padding: 10px 12px 5px;
    left: 100px !important;
    background-color: #fff;
    max-height: none !important;
}

.map--markers .gm-style-iw:before {
    border-color: transparent transparent transparent #fff;
    left: 20px;
}

.map--markers .gm-style-iw + div {
    top: 32px !important;
    right: -62px !important;
}

.map--markers .marker__info {
    width: 185px;
    padding-right: 15px;
}

.map--markers .marker__info .name {
    font-size: 14px;
    line-height: 1.14;
    color: #232a73;
}

.map--markers .marker__info .address {
    margin: 0;
    font-size: 13px;
    line-height: 1.23;
    color: #333;
}

.map--markers .marker__info .status {
    padding-bottom: 10px;
    border-bottom: 1px solid #eceff1;
    font-size: 13px;
    line-height: 1.54;
}

.map--markers .marker__info .status.open {
    color: #81b344;
}

.map--markers .marker__info .status.closed {
    color: #c03e3e;
}

.map--markers .marker__info .link {
    display: inline-block;
    font-weight: 600;
    color: #232a73;
}

.map--markers .marker__info .link i {
    font-size: 10px;
    color: #232a73;
}

/*--------------------

$Map marker - if the map contain only one marker

--------------------*/
.map--marker .gm-style-iw {
    padding: 15px 12px 10px;
    left: 15px !important;
    text-align: center;
    background-color: #232a73;
    color: #fff;
}

.map--marker .gm-style-iw:before {
    border-color: transparent transparent transparent #232a73;
    left: 50%;
}

.map--marker .gm-style-iw + div {
    display: none;
}

.map--marker .marker__info {
    width: 160px;
    text-align: center;
}

.map--marker .marker__info .logo {
    width: 110px;
    height: auto;
    margin-bottom: 10px;
    display: none;
}

.map--marker .marker__info .address {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.map--marker .marker__info .address span {
    display: block;
    font-size: 18px;
}

@media screen and (min-width: 1020px) {
    .map--marker .marker__info .logo {
        display: inline-block;
    }
}

.home-featured-wrapper {
    background: #fff url("../img/home-bg-1.jpg") 50% 0 no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.featured-deals {
    position: relative;
}

@media screen and (min-width: 1020px) {
    .featured-deals .item--mini:last-child {
        margin-top: 16px;
    }
}

@media screen and (min-width: 1260px) {
    .featured-deals .item--mini:last-child {
        margin-top: 17px;
    }
}

.featured-deals-carousel {
    position: relative;
}

.featured-deals-carousel .slick-arrow,
.featured-deals-carousel .slick-dots {
    position: absolute;
    z-index: 2;
    transition: all .25s ease-in-out;
}

.featured-deals-carousel .slick-dots {
    bottom: 220px;
}

.featured-deals-carousel .slick-arrow {
    bottom: 198px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    color: #f57921;
    cursor: pointer;
}

.featured-deals-carousel .slick-arrow i {
    vertical-align: middle;
}

.featured-deals-carousel .slick-arrow.slick-prev {
    left: 0;
}

.featured-deals-carousel .slick-arrow.slick-next {
    right: 0;
}

.featured-deals-carousel .slick-arrow:hover {
    background-color: #f57921;
    color: #fff;
}

.featured-deals-carousel .slick-dots {
    left: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-deals-carousel .slick-dots li {
    display: inline-block;
}

.featured-deals-carousel .slick-dots li:hover button, .featured-deals-carousel .slick-dots li.slick-active button {
    background-color: #fff;
}

.featured-deals-carousel .slick-dots button {
    padding: 0;
    margin: 0 10px 0 0;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.featured-deals-carousel .slick-dots button:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {
    .featured-deals-carousel .slick-dots {
        text-align: center;
        left: 50%;
        width: 160px;
        margin-left: -80px;
    }
}

@media screen and (min-width: 768px) {
    .featured-deals-carousel .slick-dots {
        bottom: 30px;
    }
    .featured-deals-carousel .slick-arrow {
        bottom: 30px;
    }
    .featured-deals-carousel .slick-arrow.slick-prev {
        left: auto;
        right: 95px;
    }
    .featured-deals-carousel .slick-arrow.slick-next {
        left: auto;
        right: 30px;
    }
}

@media screen and (min-width: 1020px) {
    .featured-deals-carousel .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .featured-deals-carousel .slick-arrow.slick-prev {
        right: 80px;
    }
    .featured-deals-carousel .slick-arrow.slick-next {
        right: 40px;
    }
}

.featured-products {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
}

.featured-products .tab-content > .tab-pane.in {
    overflow: visible;
}

.featured-products__controls {
    position: relative;
    z-index: 3;
}

.featured-products__controls ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.featured-products__controls ul > li {
    padding: 5px 0;
}

.featured-products__controls ul > li a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    padding-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    position: relative;
    transition: all .35s ease;
}

.featured-products__controls ul > li a:hover {
    color: #f57921;
    border-bottom: 1px solid #dcdcdc;
}

.featured-products__controls ul > li a:hover *[class^="icon-"] {
    color: inherit;
}

.featured-products__controls ul > li a *[class^="icon-"] {
    display: inline-block;
    color: #aaa;
    margin-right: 20px;
    font-size: 18px;
    vertical-align: middle;
}

.featured-products__controls ul > li a *[class^="icon-"] span:before {
    color: #aaa;
}

.featured-products__controls ul > li a i.icon-arrow-right {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    margin: 0;
}

.featured-products__controls ul > li.active a {
    color: #f57921;
    border-bottom: 1px solid #dcdcdc;
}

.featured-products__controls ul > li.active a *[class^="icon-"] {
    color: inherit;
}

.featured-products__controls ul > li.active a i.icon-arrow-right {
    opacity: 1;
    visibility: visible;
    color: #f57921;
}

@media screen and (max-width: 1019px) {
    .featured-products__controls {
        padding-top: 55px;
    }
    .featured-products__controls .controls-wrapper {
        position: relative;
        margin-bottom: 20px;
    }
    .featured-products__controls .controls-wrapper > i {
        position: absolute;
        left: 96%;
        top: -45px;
        z-index: 11;
        pointer-events: none;
    }
    .featured-products__controls ul {
        position: absolute;
        width: 70%;
        top: -60px;
        left: 0;
        z-index: 10;
        height: 45px;
        min-height: 45px;
        padding-top: 45px;
        background-color: #fff;
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
    }
    .featured-products__controls ul li.active {
        position: absolute;
        width: 90%;
        top: 5px;
        left: 0px;
    }
    .featured-products__controls ul li.active a {
        display: inline-block;
        padding-right: 30px;
        border-bottom: 0;
    }
    .featured-products__controls ul.open {
        height: auto;
        min-height: 160px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .featured-products__controls .controls-wrapper > i {
        left: 67%;
    }
    .featured-products__controls ul li.active:before {
        content: 'KivĂĄlasztott kategĂłria: ';
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 300;
        color: #000;
    }
}

@media screen and (max-width: 767px) {
    .featured-products__controls ul {
        width: 100%;
    }
    .products-carousel .slick-arrow {
        display: none !important;
    }
}

@media screen and (min-width: 1020px) {
    .featured-products__controls ul {
        max-width: 212px;
    }
}

@media screen and (min-width: 1260px) {
    .featured-products__controls {
        width: 18%;
    }
    .featured-products__wrapper {
        width: 82%;
    }
}

.products-carousel {
    position: relative;
}

.products-carousel:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 5000px;
    background-color: #fff;
    z-index: 2;
}

.products-carousel .slick-arrow {
    position: absolute;
    top: -70px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #dcdcdc;
    color: #fff;
    cursor: pointer;
    z-index: 6;
}

.products-carousel .slick-arrow i {
    line-height: 40px;
    font-size: 18px;
}

.products-carousel .slick-arrow.slick-next {
    right: 4px;
}

.products-carousel .slick-arrow.slick-prev {
    right: 54px;
}

.products-carousel .slick-arrow:hover {
    background-color: #f57921;
}

.products-carousel .slick-list {
    overflow: visible;
}

.products-carousel .slick-slide img {
    transition-delay: .2s;
    transition: all .5s ease-in-out;
}

.products-carousel .slick-slide:not(.slick-active) img {
    opacity: .25;
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

@media screen and (max-width: 767px) {
    .products-carousel {
        padding-right: 35px;
    }
}

.experts-recommend {
    background: #232a73 url("../img/home-bg-2.jpg") 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}

.tip-carousel-wrapper {
    background: #f7f7f7 url("../img/tips-bg.jpg") 0 0 no-repeat;
    background-size: cover;
}

.tip-carousel-wrapper .slick-arrow {
    display: none !important;
    position: absolute;
    color: #232a73;
    top: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #232a73;
    cursor: pointer;
    z-index: 2;
    transition: all .35s ease;
}

.tip-carousel-wrapper .slick-arrow i {
    display: inline-block;
}

.tip-carousel-wrapper .slick-arrow.slick-prev {
    right: 68px;
}

.tip-carousel-wrapper .slick-arrow.slick-next {
    right: 30px;
}

.tip-carousel-wrapper .slick-arrow:hover {
    border-color: #f57921;
    color: #f57921;
}

.tip-header {
    background-color: #232a73;
    color: #fff;
    padding: 12px 30px;
}

.tip-header img {
    width: 55px;
    height: auto;
    vertical-align: middle;
    margin-right: 15px;
}

.tip-header h2 {
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

@media screen and (min-width: 1020px) {
    .tip-carousel-wrapper .slick-arrow {
        display: inline-block !important;
    }
    .tip-header img {
        width: 78px;
        margin-right: 20px;
    }
    .tip-header h2 {
        font-size: 28px;
    }
}

.ideas {
    background: #eceff1;
    padding-top: 35px;
    padding-bottom: 35px;
}

.ideas .ideas-slider {
    margin-bottom: 15px;
}

@media screen and (max-width: 1019px) {
    .ideas .ideas-slider {
        margin-bottom: 15px;
    }
    .ideas .ideas-slider .slick-dots {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 40px;
        list-style: none;
    }
    .ideas .ideas-slider .slick-dots li button {
        display: block;
        margin: 0 5px;
        padding: 0;
        width: 8px;
        height: 8px;
        border: 1px solid #dd630c;
        border-radius: 100%;
        background-color: transparent;
        font-size: 0;
        color: transparent;
    }
    .ideas .ideas-slider .slick-dots li.slick-active button {
        border-color: #141b65;
        background-color: #141b65;
    }
}

@media screen and (min-width: 768px) {
    .ideas .ideas-slider {
        width: 100%;
        overflow: hidden;
    }
    .ideas .ideas-slider .slick-list {
        margin-right: -8px;
        margin-left: -8px;
    }
    .ideas .ideas-slider .slick-slide {
        padding-right: 8px;
        padding-left: 8px;
    }
    .ideas .ideas-slider .slick-slide .item.item--compact {
        margin-bottom: 0;
        background-color: #000;
    }
    .ideas .ideas-slider .slick-slide .item.item--compact img {
        opacity: .7;
    }
    .ideas .ideas-slider .slick-arrow {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        transition: color .25s, background-color .25s;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 2;
        cursor: pointer;
    }
    .ideas .ideas-slider .slick-arrow i {
        font-size: 16px;
        line-height: 16px;
    }
    .ideas .ideas-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .ideas .ideas-slider .slick-arrow.slick-next {
        right: 0;
    }
    .ideas .ideas-slider .slick-arrow:hover, .ideas .ideas-slider .slick-arrow:active {
        background-color: #f57921;
        color: #fff;
    }
}

.buyers-guide {
    padding-top: 35px;
    padding-bottom: 0;
}

.buyers-guide .section-header {
    border-bottom: 1px solid #eceff1;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.buyers-guide .section-header .container {
    position: relative;
}

.buyers-guide__icon {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 35px;
    position: relative;
}

.buyers-guide__icon img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.buyers-guide__block {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 25px 5px;
}

.buyers-guide__block span {
    transition: all .35s ease;
}

.buyers-guide__block:before, .buyers-guide__block:after {
    content: '';
    display: table;
}

.buyers-guide__block:after {
    clear: both;
}

.buyers-guide__block:hover span {
    color: #f57921;
}

@media screen and (min-width: 768px) {
    .buyers-guide__block {
        font-size: 18px;
        padding: 35px 10px;
    }
}

@media screen and (max-width: 1019px) {
    .buyers-guide__blocks {
        margin-top: -1px;
        padding-bottom: 1px;
    }
    .buyers-guide__block {
        box-shadow: 1px 0 0 0 #eceff1, 0 1px 0 0 #eceff1, 1px 1px 0 0 #eceff1, 1px 0 0 0 #eceff1 inset, 0 1px 0 0 #eceff1 inset;
    }
}

@media screen and (min-width: 1020px) {
    .buyers-guide__blocks {
        border-left: 1px solid #eceff1;
    }
    .buyers-guide__block {
        padding: 75px 15px;
        border-right: 1px solid #eceff1;
    }
}

.category-description__title {
    text-transform: uppercase;
    color: #f57921;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 18px;
}

.category-description__inner {
    padding-right: 25px;
}

@media screen and (min-width: 768px) {
    .category-description__title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .category-description__lead {
        font-style: italic;
        font-size: 15px;
        line-height: 1.5em;
        color: #232a73;
        margin: 0;
    }
    .category-tips-carousel {
        position: relative;
    }
    .category-tips-carousel .slick-arrow {
        position: absolute;
        bottom: -30px;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #dcdcdc;
        color: #fff;
        cursor: pointer;
        z-index: 2;
        transition: all .25s ease-in-out;
    }
    .category-tips-carousel .slick-arrow i {
        font-size: 16px;
        line-height: 50px;
        vertical-align: middle;
    }
    .category-tips-carousel .slick-arrow:hover {
        background-color: #f57921;
    }
    .category-tips-carousel .slick-arrow.slick-next {
        right: 0;
    }
    .category-tips-carousel .slick-arrow.slick-prev {
        right: 58px;
    }
}

@media screen and (min-width: 1020px) {
    .category-description {
        background-color: rgba(255, 255, 255, 0.69);
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .category-description .col-md-8 {
        width: calc(100% - 400px);
    }
    .category-description .col-md-4 {
        width: 400px;
    }
    .category-description__inner {
        padding: 30px 35px;
    }
    .category-description__title {
        margin-bottom: 20px;
    }
    .category-description__lead {
        font-size: 15px;
    }
    .category-tips-carousel .slick-arrow {
        bottom: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .category-tips-carousel .slick-arrow i {
        line-height: 35px;
    }
    .category-tips-carousel .slick-arrow.slick-prev {
        right: 35px;
    }
}

@media screen and (min-width: 1260px) {
    .category-description__inner {
        padding: 35px 50px;
    }
    .category-description__title {
        margin-bottom: 25px;
    }
    .category-description__lead {
        font-size: 16px;
    }
}

.page-cover--subcategory {
    background-color: #eceff1;
}

.page-cover--subcategory:after {
    display: none;
}

.subcategory-description .category-description__title {
    margin-top: 5px;
    margin-bottom: 25px;
    color: #232a73;
    text-transform: none;
}

.subcategory-description .category-description__title .parent {
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .subcategory-description .category-description__title .parent {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .subcategory-description .category-description__title {
        margin-top: 15px;
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1020px) {
    .subcategory-description .category-description__title {
        margin-top: 22px;
        margin-bottom: 42px;
    }
}

.category-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .category-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .category-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.toolbar {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .toolbar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1020px) {
    .toolbar {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.form-inline {
    display: inline-block;
    margin-left: 15px;
}

#show-num {
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    padding-right: 15px;
}

.form-inline {
    position: relative;
    background-color: transparent;
}

.form-inline:after {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    font-family: 'icomoon';
    content: "\e922";
    z-index: -1;
}

.item--product {
    background: #fff;
}

.item--product .item__thumb {
    min-height: 244px;
    transition: opacity .35s ease-in-out;
}

.item--product .item__label-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0;
    pointer-events: none;
}

.item--product .item__label {
    display: inline-block;
    margin: 0 2px 2px 0;
    font-size: 13px;
    font-weight: 300;
}

.item--product .item__label.item__label--sale {
    background-color: #7db34e;
}

.item--product .item__label.item__label--new {
    background-color: #f57921;
}

.item--product:hover .item__thumb {
    opacity: .6;
}

.product__name {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 50px 30px 20px;
    border-top: 1px solid #edeeee;
}

.product__name a {
    display: block;
    color: #333;
    transition: all .35s ease-in-out;
}

.product__name a:hover {
    color: #232a73;
}

.product__name .add-to-shoppinglist {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 18px;
    color: #232a73;
    text-align: right;
}

.product__name .add-to-shoppinglist i {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 1px;
}

/*--------------------

$Product view

--------------------*/
.product-view__images {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .product-view__images .box {
        padding-bottom: 40px;
    }
}

.product-images-carousel {
    height: 100%;
    border: 1px solid #e9e9e9;
    position: relative;
}

.product-images-carousel .media--image {
    margin: 0;
}

.product-images-carousel .media__content {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product-images-carousel .media__content .img-responsive {
    max-width: 80%;
}

.product-images-carousel .media__caption {
    width: 100%;
    margin: 0;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #e5e5e5;
    color: #000;
}

.product-images-carousel .slick-list,
.product-images-carousel .slick-track {
    height: 100%;
}

.product-images-carousel .slick-arrow {
    position: absolute;
    z-index: 2;
    transition: all .25s ease-in-out;
}

.product-images-carousel .slick-arrow {
    top: 50%;
    margin-top: -45px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 11px;
    background-color: #f57921;
    color: #fff;
    cursor: pointer;
}

.product-images-carousel .slick-arrow i {
    vertical-align: middle;
}

.product-images-carousel .slick-arrow.slick-prev {
    left: 0;
}

.product-images-carousel .slick-arrow.slick-next {
    right: 0;
}

.product-images-carousel .slick-arrow:hover {
    background-color: #dd630c;
    color: #fff;
}

@media screen and (min-width: 1020px) {
    .product-images-carousel .slick-arrow {
        width: 40px;
        height: 40px;
        margin-top: -40px;
        line-height: 40px;
    }
}

.product-thumbs-carousel {
    padding: 20px 22px;
}

.product-thumbs-carousel .media--image {
    margin: 0 5px;
}

.product-thumbs-carousel .media__link {
    height: 100%;
    display: block;
}

.product-thumbs-carousel .media__link:hover .media__thumb {
    border-color: #aaa;
}

.product-thumbs-carousel .media__thumb {
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    transition: all 0.25s ease-in-out;
}

.product-thumbs-carousel .slick-arrow {
    position: absolute;
    z-index: 2;
    transition: all .25s ease-in-out;
}

.product-thumbs-carousel .slick-arrow {
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #f57921;
    cursor: pointer;
}

.product-thumbs-carousel .slick-arrow i {
    vertical-align: middle;
}

.product-thumbs-carousel .slick-arrow.slick-prev {
    left: -4px;
}

.product-thumbs-carousel .slick-arrow.slick-next {
    right: -4px;
}

@media screen and (min-width: 1020px) {
    .product-view__summary {
        padding-left: 53px;
        float: right;
    }
}

.product-view__name {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    color: #232a73;
}

@media screen and (min-width: 768px) {
    .product-view__name {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.33334;
    }
}

.product-view__badges {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.product-view__badges:before, .product-view__badges:after {
    content: " ";
    display: table;
}

.product-view__badges:after {
    clear: both;
}

.product-view__badges .badge {
    float: left;
}

.product-view__badges .badge + .badge {
    margin-left: 20px;
}

.product-view__lead {
    margin-bottom: 30px;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc;
    font-size: 16px;
    line-height: 1.875;
    color: #000;
}

.product-view__lead p:last-of-type {
    margin: 0;
}

.product-view__lead .btn {
    padding: 10px 20px;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 17px;
    line-height: 30px;
    background-color: #fff;
    color: #232a73;
}

.product-view__lead .btn i {
    margin-left: 10px;
    display: inline-block;
    font-size: 10px;
    color: #cacbcd;
}

@media screen and (max-width: 767px) {
    .product-view__lead {
        max-height: 392px;
        padding-bottom: 50px;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        overflow: hidden;
    }
    .product-view__lead * {
        transition: all 0.2s ease-in-out;
    }
    .product-view__lead:after {
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 50px;
        content: "";
        opacity: 1;
        visibility: visible;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    }
    .product-view__lead.open {
        max-height: 10000px;
    }
    .product-view__lead.open:after {
        opacity: 0;
        visibility: hidden;
    }
    .product-view__lead.open .btn i {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (min-width: 768px) {
    .product-view__lead {
        margin-bottom: 20px;
        padding-top: 35px;
        line-height: 1.5;
    }
}

.product-view__options .option__label {
    padding-bottom: 13px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.66667;
    text-transform: uppercase;
    color: #232a73;
}

.product-view__options .option__values {
    margin: 0;
    padding: 0 0 17px;
    list-style: none;
    font-size: 0;
}

.product-view__options .option__values li {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    display: inline-block;
}

.product-view__options .option__values--default li {
    font-size: 14px;
    background-color: #eceff1;
    color: #000;
}

.product-view__actions {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 3px;
    background-color: #eceff1;
}

.product-view__actions .buttons-set {
    width: 100%;
    padding: 10px 0;
}

.product-view__actions .buttons-set .btn {
    text-transform: uppercase;
}

.product-view__actions .buttons-set .btn + .btn {
    margin-top: 20px;
}

.product-view__actions .buttons-set .btn i {
    font-size: 20px;
}

.product-view__actions .buttons-set .tooltip i {
    margin-right: 20px;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 50px;
}

.product-view__actions .product-brand {
    width: 100%;
    height: 115px;
    padding: 10px 20px;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.product-view__actions .product-brand .logo {
    width: auto;
    max-height: 95px;
    display: block;
}

@media screen and (max-width: 767px) {
    .product-view__actions .product-brand {
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .product-view__actions {
        padding: 20px 30px;
    }
    .product-view__actions:before, .product-view__actions:after {
        content: " ";
        display: table;
    }
    .product-view__actions:after {
        clear: both;
    }
    .product-view__actions .buttons-set {
        width: 50%;
        max-width: 305px;
        float: left;
    }
    .product-view__actions .buttons-set .btn + .btn {
        margin-top: 15px;
    }
    .product-view__actions .product-brand {
        width: calc(50% - 30px);
        max-width: 275px;
        margin-left: 30px;
        float: right;
    }
}

@media screen and (min-width: 1020px) {
    .product-view__actions {
        padding-right: 20px;
    }
}

.product-view__downloads {
    padding-top: 15px;
    border-top: 1px solid #dcdcdc;
}

.product-view__downloads .downloads__label {
    margin: 0;
    font-weight: 600;
    color: #000;
}

.product-view__downloads .downloads__list {
    padding: 0;
}

.product-view__downloads .downloads__list li {
    height: 28px;
    margin-top: 15px;
    padding-left: 35px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    line-height: 1;
}

.product-view__downloads .downloads__list li i {
    position: absolute;
    top: 1px;
    left: 0;
    font-weight: 400;
    font-size: 26px;
    color: #aaa;
}

.product-view__video {
    margin-top: 30px;
}

.product-view__video .section-title {
    margin: 0;
    padding: 13px 24px;
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #eceff1;
    color: #232a73;
}

.product-view__video .section-title i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
}

/*--------------------

$Related products

--------------------*/
.page-product-view .related-products {
    padding: 35px 0;
}

.related-products-carousel {
    padding-bottom: 70px;
}

.related-products-carousel:before, .related-products-carousel:after {
    content: " ";
    display: table;
}

.related-products-carousel:after {
    clear: both;
}

.related-products-carousel .slick-list {
    margin-left: -1px;
    margin-right: -1px;
    padding: 1px;
}

.related-products-carousel .slick-arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #e4e6e8;
    color: #f57921;
    transition: all .25s ease-in-out;
}

.related-products-carousel .slick-arrow i {
    vertical-align: middle;
}

.related-products-carousel .slick-arrow.slick-prev {
    left: 0;
}

.related-products-carousel .slick-arrow.slick-next {
    right: 0;
}

.related-products-carousel .slick-arrow:hover {
    background-color: #f57921;
    color: #fff;
}

.related-products-carousel .slick-dots {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.related-products-carousel .slick-dots li {
    display: inline-block;
    transition: all 0.25s ease-in-out;
}

.related-products-carousel .slick-dots li + li {
    margin-left: 5px;
}

.related-products-carousel .slick-dots li:hover button, .related-products-carousel .slick-dots li.slick-active button {
    border-color: #232a73;
    background-color: #232a73;
}

.related-products-carousel .slick-dots button {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #f57921;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.related-products-carousel .slick-dots button:focus {
    outline: 0;
}

@media screen and (min-width: 768px) {
    .related-products-carousel {
        padding-bottom: 0;
    }
    .related-products-carousel .slick-arrow {
        bottom: auto;
        top: -70px;
    }
    .related-products-carousel .slick-arrow.slick-prev {
        left: auto;
        right: 60px;
    }
}

@media screen and (min-width: 1020px) {
    .related-products-carousel .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -65px;
    }
    .related-products-carousel .slick-arrow.slick-prev {
        right: 50px;
    }
}

.page-cover--shoppinglist .link-back {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-cover--shoppinglist .link-back i {
    display: inline-block;
    margin-right: 16px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.page-cover--shoppinglist .link-back:hover {
    color: #f57921;
}

.page-cover--shoppinglist .page__title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .page-cover--shoppinglist .page__title {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 768px) {
    .page-cover--shoppinglist {
        padding-bottom: 30px;
    }
    .page-cover--shoppinglist .page__title {
        font-size: 30px;
    }
}

@media screen and (min-width: 1020px) {
    .page-cover--shoppinglist {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .page-cover__actions .btn {
        display: block;
        margin-bottom: 20px;
    }
    .page-cover__actions .btn-request {
        text-transform: uppercase;
    }
}

@media screen and (min-width: 768px) {
    .page-cover__actions {
        text-align: right;
        padding-top: 34px;
    }
}

@media screen and (min-width: 1020px) {
    .page-cover__actions .btn-print {
        margin-left: 20px;
    }
    .page-cover__actions .btn-print,
    .page-cover__actions .btn-download {
        height: 35px;
        padding: 8px 20px;
        border-radius: 18px;
    }
    .page-cover__actions .btn-print.btn-outline,
    .page-cover__actions .btn-download.btn-outline {
        padding: 6px 18px;
    }
}

.shoppinglist-container {
    padding-top: 20px;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .shoppinglist-container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1020px) {
    .shoppinglist-container {
        padding-top: 40px;
        padding-bottom: 100px;
    }
}

.table-shoppinglist {
    width: 100%;
    margin-bottom: 30px;
}

.table-shoppinglist a {
    transition: all .35s ease-in-out;
}

.table-shoppinglist td {
    padding: 15px;
}

.table-shoppinglist .product-name {
    font-size: 15px;
    margin-top: 15px;
}

.table-shoppinglist .product-name a {
    color: #333;
}

.table-shoppinglist .product-name a:hover {
    color: #f57921;
}

.table-shoppinglist .product-options {
    margin: 0;
}

.table-shoppinglist .product-options span:after {
    margin-left: 6px;
    margin-right: 2px;
    content: "/";
}

.table-shoppinglist .product-options span:last-child:after {
    display: none;
}

.table-shoppinglist .product-options strong {
    font-weight: 500;
}

.table-shoppinglist .qty {
    position: relative;
    text-align: center;
    min-width: 155px;
}

.table-shoppinglist .qty__num,
.table-shoppinglist .qty__label {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: transparent;
    text-align: right;
}

.table-shoppinglist .qty__num {
    margin-right: 18px;
}

.table-shoppinglist .qty__label {
    margin-left: 18px;
    text-align: left;
}

.table-shoppinglist .qty__arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
    background-color: transparent;
    color: #cacbcd;
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

.table-shoppinglist .qty__arrow i {
    vertical-align: middle;
}

.table-shoppinglist .qty__arrow:hover {
    background-color: #eceff1;
}

.table-shoppinglist .qty__arrow.qty__arrow--up {
    top: 20px;
}

.table-shoppinglist .qty__arrow.qty__arrow--down {
    bottom: 20px;
}

.table-shoppinglist a.remove {
    position: absolute;
    font-size: 18px;
    right: -38px;
    top: 50%;
    margin-top: -1em;
    color: #dcdcdc;
}

.table-shoppinglist a.remove:hover {
    color: #f57921;
}

.table-shoppinglist-buttons i {
    display: inline-block;
}

.table-shoppinglist-buttons .empty-list {
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
}

.table-shoppinglist-buttons .empty-list i {
    font-weight: 400;
    margin-right: 12px;
}

.table-shoppinglist-buttons .btn-request {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .table-shoppinglist table, .table-shoppinglist tr, .table-shoppinglist td {
        display: block;
        width: 100%;
    }
    .table-shoppinglist tr {
        border: 1px solid #f1f2f2;
        margin-bottom: 10px;
        position: relative;
    }
    .table-shoppinglist .shoppinglist-image {
        text-align: center;
        border-bottom: 1px solid #f1f2f2;
    }
    .table-shoppinglist img {
        display: inline-block;
        margin: 0 auto;
    }
    .table-shoppinglist .item__label {
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .table-shoppinglist .qty__inner {
        position: relative;
        width: 50%;
        border: 1px solid #f1f2f2;
        padding: 15px 0;
        height: 110px;
        display: table-cell;
        vertical-align: middle;
    }
    .table-shoppinglist a.remove {
        right: -48px;
    }
    .table-shoppinglist-buttons .empty-list,
    .table-shoppinglist-buttons .btn {
        display: block;
        text-align: center;
    }
    .table-shoppinglist-buttons .empty-list {
        margin-bottom: 10px;
    }
    .table-shoppinglist-buttons .btn {
        margin-bottom: 20px;
    }
    .table-shoppinglist-buttons .btn-request {
        height: 50px;
        padding: 15px 20px;
        border-radius: 25px;
    }
    .table-shoppinglist-buttons .btn-request.btn-outline {
        padding: 13px 18px;
    }
}

@media screen and (min-width: 768px) {
    .table-shoppinglist td {
        position: relative;
        border: 1px solid #f1f2f2;
    }
    .table-shoppinglist img {
        width: 88px;
        height: auto;
    }
    .table-shoppinglist .shoppinglist-image {
        padding: 10px;
        width: 110px;
        text-align: center;
    }
    .table-shoppinglist-buttons .actions {
        text-align: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .table-shoppinglist-buttons {
        margin-bottom: 40px;
    }
}

/*--------------------

$Request description

--------------------*/
.request-description {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .request-description {
        margin-top: 10px;
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1020px) {
    .request-description {
        margin-top: 20px;
        margin-bottom: 45px;
    }
}

.request-description__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .request-description__title {
        font-size: 30px;
    }
}

.request-description__lead {
    margin: 0;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .request-description__lead {
        font-size: 15px;
    }
}

/*--------------------

$Request process

--------------------*/
.request-process {
    padding: 5px 0 0;
    counter-reset: section;
}

.request-process .step {
    padding: 20px 0 30px;
    counter-increment: section;
}

.request-process .step:first-child .step__lead {
    margin-bottom: 5px;
}

.request-process .step:not(:first-child) {
    display: none;
}

.request-process .step.show {
    display: block;
}

.request-process .step + .step {
    border-top: 1px solid #eceff1;
}

.request-process .step__header {
    text-align: center;
}

.request-process .step__title {
    font-size: 18px;
    line-height: 1.36;
    text-transform: uppercase;
    color: #f57921;
}

.request-process .step__title:before {
    content: counter(section) ". ";
}

.request-process .step__lead {
    margin-bottom: 25px;
    line-height: 20px;
    color: #333;
}

@media screen and (min-width: 768px) {
    .request-process {
        padding: 20px 0 25px;
    }
    .request-process .step {
        padding: 25px 0 30px;
    }
    .request-process .step__header {
        padding-left: 65px;
        padding-right: 65px;
    }
    .request-process .step__title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .request-process .step__lead {
        font-size: 15px;
    }
}

@media screen and (min-width: 1020px) {
    .request-process {
        padding: 10px 0 20px;
    }
    .request-process .step {
        padding: 35px 0 40px;
    }
    .request-process .step__header {
        width: 50%;
        padding: 0;
        text-align: left;
    }
}

/*--------------------

$Request search

--------------------*/
.request-search {
    padding-top: 25px;
}

.request-search .f-search__form {
    height: 50px;
    border: 1px solid #232a73;
    border-radius: 25px;
    box-shadow: none;
}

.request-search .f-search__form button {
    border-left-color: #232a73;
}

@media screen and (min-width: 768px) {
    .request-search {
        padding-left: 65px;
        padding-right: 65px;
    }
}

@media screen and (min-width: 1020px) {
    .request-search {
        width: 42%;
        padding: 0;
        margin-top: -50px;
        float: right;
    }
}

/*--------------------

$Request store list

--------------------*/
.request-store-list.show-all ul li:nth-child(n+5) {
    display: block;
}

.request-store-list ul {
    padding: 0;
    list-style: none;
    transition: all 0.25s ease-in-out;
}

.request-store-list ul li:nth-child(n+5) {
    display: none;
}

.request-store-list > .btn {
    width: 220px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    text-transform: lowercase;
    color: #232a73;
}

.request-store-list input[type="radio"] {
    display: none;
}

.request-store-list input[type="radio"]:checked + .panel {
    border-color: #7db34e;
}

.request-store-list input[type="radio"]:checked + .panel .panel-footer {
    background-color: #7db34e;
}

.request-store-list .panel {
    width: 100%;
    border-color: #8f92b8;
    cursor: pointer;
    font-weight: 400;
    box-shadow: none;
}

.request-store-list .panel * {
    transition: all 0.25s ease-in-out;
}

.request-store-list .panel:hover, .request-store-list .panel:focus {
    background-color: #eceff1;
}

.request-store-list .panel:hover .panel-footer, .request-store-list .panel:focus .panel-footer {
    background-color: #232a73;
}

.request-store-list .panel-body {
    height: 118px;
    padding: 25px 20px;
    position: relative;
}

.request-store-list .panel-footer {
    border: none;
    padding: 15px 20px;
    background-color: #494f8e;
}

.request-store-list .panel-footer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.request-store-list .panel-footer p i {
    margin-right: 10px;
}

.request-store-list .store__name {
    padding-right: 50px;
    font-size: 18px;
    color: #232a73;
}

.request-store-list .store__icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 20px;
    color: #f57921;
}

.request-store-list .store__address {
    margin: 0;
    color: #232a73;
}

@media screen and (max-width: 767px) {
    .request-store-list input[type="radio"]:checked + .panel .panel-footer {
        display: block;
    }
    .request-store-list .panel {
        margin-bottom: 10px;
    }
    .request-store-list .panel-footer {
        display: none;
    }
}

/*--------------------

$Request form

--------------------*/
.request-form label {
    font-size: 15px;
    color: #232a73;
}

.request-form .checkbox label {
    font-size: 12px;
}

.request-form textarea {
    padding: 20px;
}

.request-form button {
    width: 230px;
    padding: 10px 20px;
    margin: 25px auto 0;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}

@media screen and (min-width: 1020px) {
    .request-form button {
        margin: 25px 0 0;
    }
}

/*--------------------

$Request review

--------------------*/
.request-review {
    margin-top: 40px;
}

.request-review .request-review__label {
    font-size: 18px;
    text-transform: uppercase;
    color: #232a73;
}

.request-review .media {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

.request-review .media p {
    margin: 0;
    color: #333;
}

.request-review .media-right {
    padding: 0 0 0 15px;
}

.request-review .media-right p {
    font-weight: 600;
    white-space: nowrap;
    color: #232a73;
}

.request-review .btn {
    width: 145px;
    margin: 35px auto 0;
    display: block;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .request-review .media-right {
        padding: 0 20px 0 15px;
    }
}

@media screen and (min-width: 1020px) {
    .request-review {
        margin-top: 0;
    }
    .request-review .media-right {
        padding: 0 30px 0 15px;
    }
    .request-review .btn {
        margin: 35px 0 0;
        height: 35px;
        padding: 8px 20px;
        border-radius: 18px;
    }
    .request-review .btn.btn-outline {
        padding: 6px 18px;
    }
}

.ideas-description__title {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 35px;
}

.ideas-section {
    padding-top: 30px;
    padding-bottom: 25px;
}

.ideas-section:nth-child(odd) {
    background-color: #494f8e;
}

.ideas-section:nth-child(even) {
    background-color: #eceff1;
}

.ideas-section.ideas-section--videos {
    background: transparent url("../img/idea-section-video-bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .ideas-section .section-title.section-title--centered {
        text-align: left;
    }
}

@media screen and (min-width: 1020px) {
    .ideas-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.ideas-section .slick-arrow {
    position: absolute;
    z-index: 2;
    transition: all .25s ease-in-out;
}

.ideas-section .slick-arrow {
    bottom: 198px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    color: #f57921;
    cursor: pointer;
}

.ideas-section .slick-arrow i {
    vertical-align: middle;
}

.ideas-section .slick-arrow.slick-prev {
    left: 0;
}

.ideas-section .slick-arrow.slick-next {
    right: 0;
}

.ideas-section .slick-arrow:hover {
    background-color: #f57921;
    color: #fff;
}

.idea-carousel {
    position: relative;
}

.idea-carousel img {
    width: 100%;
    height: auto;
}

.idea-carousel-nav .slick-slide {
    background-color: #fff;
    padding: 20px 22px;
    color: #232a73;
    cursor: pointer;
    transition: all .35s ease-in-out;
    border-left: 1px solid #e2e2e2;
}

.idea-carousel-nav .slick-slide p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.idea-carousel-nav .slick-slide.slick-current {
    background-color: #232a73;
    border-color: #232a73;
    color: #fff;
}

.idea-carousel-nav .slick-slide:focus {
    outline: 0;
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .idea-carousel-nav .slick-slide {
        min-height: 104px;
    }
}

@media screen and (max-width: 767px) {
    .idea-carousel {
        position: relative;
    }
    .idea-carousel-nav {
        margin-bottom: 70px;
        padding: 0;
        background-color: #232a73;
    }
    .idea-carousel-nav .slick-slide {
        background-color: #232a73;
        border-color: #232a73;
        color: #fff;
        min-height: 70px;
    }
    .idea-carousel-nav .slick-arrow {
        top: 100%;
    }
    .idea-carousel-nav .slick-dots {
        position: absolute;
        padding: 0;
        top: 100%;
        left: 50px;
        right: 50px;
        text-align: center;
    }
    .idea-carousel-nav .slick-dots li {
        display: inline-block;
        line-height: 48px;
        vertical-align: middle;
    }
    .idea-carousel-nav .slick-dots li:hover button, .idea-carousel-nav .slick-dots li.slick-active button {
        background-color: #232a73;
    }
    .idea-carousel-nav .slick-dots button {
        padding: 0;
        margin: 0 10px 0 0;
        width: 6px;
        height: 6px;
        background: transparent;
        border: 1px solid #232a73;
        border-radius: 100%;
        font-size: 0;
        line-height: 0;
        color: transparent;
    }
    .idea-carousel-nav .slick-dots button:focus {
        outline: 0;
    }
}

@media screen and (min-width: 768px) {
    .ideas-section .slick-arrow {
        bottom: 30px;
    }
    .ideas-section .slick-arrow.slick-prev {
        left: auto;
        right: 95px;
    }
    .ideas-section .slick-arrow.slick-next {
        left: auto;
        right: 30px;
    }
}

@media screen and (min-width: 1020px) {
    .ideas-section .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .ideas-section .slick-arrow.slick-prev {
        right: 80px;
    }
    .ideas-section .slick-arrow.slick-next {
        right: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .special-item .item--video {
        margin-top: 15px;
        background-color: #fff;
    }
    .special-item .item--video:after {
        content: '';
        display: table;
        clear: both;
    }
    .special-item .item--video .item__thumb {
        float: left;
        width: 352px;
    }
    .special-item .item--video .item__caption {
        float: right;
        min-height: 231px;
        width: calc(100% - 352px);
    }
    .special-item .item--video .item__caption .item__fwd {
        position: absolute;
        margin: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }
    .special-item .item--video .item__lead {
        max-height: 84px;
        overflow: hidden;
    }
    .special-item .item--video .item__lead:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 35px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }
}

@media screen and (min-width: 1020px) {
    .special-item .item--video .item__lead {
        height: 120px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1260px) {
    .special-item .item--video .item__lead {
        height: 131px;
    }
}

.expert-latest {
    margin-top: 15px;
}

@media screen and (min-width: 1020px) {
    .expert-latest .item__title {
        max-width: 70%;
    }
    .expert-latest .item__title a i {
        margin-left: 5px;
    }
}

.gallery-carousel .slick-arrow {
    position: absolute;
    z-index: 2;
    transition: all .25s ease-in-out;
}

.gallery-carousel .slick-arrow {
    bottom: 198px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    color: #f57921;
    cursor: pointer;
}

.gallery-carousel .slick-arrow i {
    vertical-align: middle;
}

.gallery-carousel .slick-arrow:hover {
    background-color: #f57921;
    color: #fff;
}

.gallery-carousel .slick-dots {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.gallery-carousel .slick-dots li {
    display: inline-block;
    transition: all 0.25s ease-in-out;
    margin-left: 3px;
    margin-right: 3px;
}

.gallery-carousel .slick-dots li.slick-active button, .gallery-carousel .slick-dots li:hover button {
    border-color: #141b65;
    background-color: #141b65;
}

.gallery-carousel .slick-dots button {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #f57921;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

@media screen and (max-width: 767px) {
    .gallery-carousel {
        padding-bottom: 60px;
    }
    .gallery-carousel .slick-arrow {
        bottom: 0;
    }
    .gallery-carousel .slick-arrow.slick-prev {
        left: 8px;
    }
    .gallery-carousel .slick-arrow.slick-next {
        right: 8px;
    }
}

@media screen and (min-width: 768px) {
    .gallery-carousel .slick-arrow {
        top: -70px;
    }
    .gallery-carousel .slick-arrow.slick-prev {
        right: 70px;
    }
    .gallery-carousel .slick-arrow.slick-next {
        right: 5px;
    }
}

@media screen and (min-width: 1020px) {
    .gallery-carousel .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .gallery-carousel .slick-arrow.slick-prev {
        right: 55px;
    }
}

.more-articles .item {
    margin-bottom: 15px;
    height: 421px;
    overflow: hidden;
}

.btn-showmore {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .btn-showmore {
        height: 50px;
        padding: 15px 20px;
        border-radius: 25px;
    }
    .btn-showmore.btn-outline {
        padding: 13px 18px;
    }
}

.view-header {
    padding-top: 5px;
    padding-bottom: 25px;
}

.view-header__title {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .view-header {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .view-header__title {
        font-size: 30px;
    }
}

.general-view-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .general-view-container {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1020px) {
    .general-view-container {
        padding-top: 40px;
        padding-bottom: 45px;
    }
}

.item--general-view {
    padding-bottom: 20px;
}

.item--general-view .item__thumb {
    margin-bottom: 15px;
}

.item--general-view .item__content > p:first-child {
    color: #232a73;
    font-weight: 600;
}

.item--general-view .item__content .section-title--smaller {
    color: #f57921;
}

.general-view__quote {
    margin-bottom: 30px;
}

.general-view__quote .item--testimonial {
    background-color: #eceff1;
}

.general-view__quote .item--testimonial p {
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .item__content .general-view__quote .section-title--smaller {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .item--general-view {
        padding-bottom: 45px;
    }
    .item--general-view .item__thumb {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .item--general-view .item__content {
        padding-left: 64px;
        padding-right: 64px;
    }
    .item--general-view .item__content > hr {
        margin-left: -64px;
        margin-right: -64px;
    }
}

@media screen and (min-width: 1020px) {
    .item--general-view {
        padding-bottom: 0;
    }
    .item--general-view .item__thumb {
        margin-bottom: 35px;
    }
}

.container--gallery {
    padding-top: 20px;
    padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .container--gallery {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

/*--------------------

$Video description

--------------------*/
.video-description {
    margin-top: 5px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .video-description {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1020px) {
    .video-description {
        margin-top: 20px;
        margin-bottom: 45px;
    }
}

.video-description__cat {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #f57921;
}

@media screen and (min-width: 768px) {
    .video-description__cat {
        font-size: 22px;
        line-height: 1.63;
    }
}

.video-description__title {
    font-size: 24px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .video-description__title {
        font-size: 30px;
        line-height: 1.2;
    }
}

/*--------------------

$Video

--------------------*/
.video-container {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .video-container {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1020px) {
    .video-container {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.video__lead {
    padding: 20px 20px 5px;
    background-color: #4c4f91;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .video__lead {
        padding: 30px 50px 25px;
        font-size: 15px;
        line-height: 1.6;
    }
}

/*--------------------

$Related products

--------------------*/
.page-video-view .related-products {
    padding-top: 25px;
    padding-bottom: 30px;
}

.page-video-view .related-products .section-title {
    font-size: 24px;
    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .page-video-view .related-products {
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .page-video-view .related-products .section-title {
        font-size: 22px;
        line-height: 1.36;
    }
}

@media screen and (min-width: 1020px) {
    .page-video-view .related-products {
        padding-top: 45px;
    }
}

/*--------------------

$Video sidebar

--------------------*/
.widget--videos .item--video .item__caption {
    padding: 15px 20px 35px;
}

.widget--videos .item--video .item__title {
    margin: 0;
    font-size: 15px;
    line-height: 1.33334;
}

/*--------------------

$Magazine header

--------------------*/
.magazine-header {
    padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .magazine-header {
        padding-top: 20px;
        padding-bottom: 45px;
    }
}

.magazine-header__title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .magazine-header__title {
        font-size: 30px;
    }
}

/*--------------------

$Magazine container

--------------------*/
.magazine-container {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #eceff1;
}

.magazine-container .magazine-list .item {
    margin-bottom: 15px;
}

.magazine-container .pager {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .magazine-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .magazine-container .pager {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1020px) {
    .magazine-container {
        padding-bottom: 110px;
    }
    .magazine-container .pager {
        text-align: center;
    }
    .magazine-container .magazine-list .item {
        margin-bottom: 20px;
    }
}

/*--------------------

$Magazine view cover

--------------------*/
.page-cover--magazine-view {
    background-color: #fff;
}

@media screen and (min-width: 1020px) {
    .page-cover--magazine-view {
        padding-bottom: 100px;
        background-color: #eceff1;
    }
}

/*--------------------

$Magazine view container

--------------------*/
.magazine-view-container {
    padding-bottom: 20px;
}

.magazine-view-container .related-videos {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .magazine-view-container {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1020px) {
    .magazine-view-container {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

/*--------------------

$Related products

--------------------*/
.page-magazine-view .related-products {
    padding-top: 25px;
    padding-bottom: 30px;
}

.page-magazine-view .related-products .section-header {
    margin-bottom: 25px;
}

.page-magazine-view .related-products .section-title {
    font-size: 24px;
    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .page-magazine-view .related-products {
        margin-top: 40px;
        padding-bottom: 25px;
        border-top: 1px solid #eceff1;
    }
    .page-magazine-view .related-products .section-title {
        font-size: 22px;
        line-height: 1.36;
    }
}

@media screen and (min-width: 1020px) {
    .page-magazine-view .related-products {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1260px) {
    .page-magazine-view .related-products-carousel .slick-list {
        padding: 1px 2px;
    }
}

/*--------------------

$News header

--------------------*/
.news-header {
    padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .news-header {
        padding-top: 20px;
        padding-bottom: 45px;
    }
}

.news-header__title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .news-header__title {
        font-size: 30px;
    }
}

/*--------------------

$News container

--------------------*/
.news-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-container .pager {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .news-container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .news-container .pager {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1020px) {
    .news-container {
        padding-top: 40px;
        padding-bottom: 140px;
    }
    .news-container .item--news:last-child {
        border-bottom: 0;
    }
    .news-container .pager {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

/*--------------------

$News view header

--------------------*/
.news-view-header {
    padding-bottom: 20px;
}

.news-view-header .link-back {
    margin-top: 25px;
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
}

.news-view-header .link-back:hover {
    color: #f57921;
}

.news-view-header .link-back i {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .news-view-header {
        padding-top: 15px;
        padding-bottom: 35px;
    }
}

@media screen and (min-width: 1020px) {
    .news-view-header {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.news-view-header__title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .news-view-header__title {
        font-size: 30px;
    }
}

.news-view-header__date {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    color: #f57921;
}

.news-view-header__date i {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 26px;
    color: #7c84d3;
}

@media screen and (min-width: 768px) {
    .news-view-header__date {
        font-size: 18px;
    }
}

/*--------------------

$News view container

--------------------*/
.news-view-container {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .news-view-container {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1020px) {
    .news-view-container {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

/*--------------------

$More news

--------------------*/
.page-news-view .more-news {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 10px;
    border-top: 1px solid #eceff1;
}

.page-news-view .more-news .section-title {
    font-size: 24px;
    line-height: 1.25;
}

.page-news-view .more-news .item--news:last-child {
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    .page-news-view .more-news {
        margin-top: 40px;
    }
    .page-news-view .more-news .section-title {
        font-size: 22px;
        line-height: 1.36;
    }
}

/*--------------------

$Magazine header

--------------------*/
.page-cover--service-view {
    background-color: #eceff1;
}

@media screen and (min-width: 1020px) {
    .page-cover--service-view {
        padding-bottom: 100px;
    }
}

.service-view-header {
    padding-top: 10px;
    padding-bottom: 35px;
}

@media screen and (min-width: 768px) {
    .service-view-header {
        padding-top: 20px;
        padding-bottom: 45px;
    }
}

.service-view-header__title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .service-view-header__title {
        font-size: 30px;
    }
}

/*--------------------

$Service view container

--------------------*/
.service-view-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .service-view-container {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1020px) {
    .service-view-container {
        padding-top: 40px;
        padding-bottom: 90px;
    }
}

/*--------------------

$Service availability

--------------------*/
.service-availability {
    margin-top: 29px;
    border-top: 1px solid #eceff1;
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .service-availability {
        margin-top: 39px;
        padding-top: 30px;
    }
}

.service-availability__form {
    margin-bottom: 20px;
}

.service-availability__form > i {
    padding-right: 8px;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #272976;
}

.service-availability__form input {
    width: calc(100% - 24px);
    height: 40px;
    padding: 10px;
    border: 0;
    border-radius: 20px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    box-shadow: inset 0 3px 2px rgba(25, 26, 103, 0.2);
    background-color: #ebf0f2;
    color: #232a73;
}

.service-availability__form input:focus {
    outline: 0;
}

.service-availability__form button {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 0;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    background-color: transparent;
    color: #232a73;
}

.service-availability__form button i {
    margin-left: 20px;
    vertical-align: middle;
    color: #f57921;
}

.service-availability__form ::-webkit-input-placeholder {
    color: #212379;
}

.service-availability__form :-moz-placeholder {
    /* Firefox 18- */
    color: #212379;
}

.service-availability__form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #212379;
}

.service-availability__form :-ms-input-placeholder {
    color: #212379;
}

@media screen and (min-width: 768px) {
    .service-availability__form:before, .service-availability__form:after {
        content: " ";
        display: table;
    }
    .service-availability__form:after {
        clear: both;
    }
    .service-availability__form > i {
        padding-left: 25px;
        padding-right: 25px;
    }
    .service-availability__form input {
        width: 350px;
    }
    .service-availability__form button {
        width: calc(100% - 416px);
        display: block;
        float: left;
        margin: 0;
        text-align: right;
    }
}

.service-availability__map .map {
    width: 100%;
    height: auto;
    min-height: 270px;
}

@media screen and (min-width: 768px) {
    .service-availability__map .map {
        min-height: 390px;
    }
}

/*--------------------

$Service view sidebar

--------------------*/
.services-navigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
}

.services-navigation ul li.active i {
    color: #f57921;
}

.services-navigation ul li.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.services-navigation ul li a {
    padding: 9px 0 10px;
    border-top: 1px solid #eceff1;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.services-navigation ul li a * {
    transition: all 0.35s ease;
}

.services-navigation ul li a:hover i {
    color: #f57921;
}

.services-navigation ul li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.services-navigation ul li i {
    margin-right: 20px;
    display: none;
    vertical-align: middle;
    color: #aaa;
}

.services-navigation ul li img {
    width: 26px;
    height: auto;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .25;
}

@media screen and (max-width: 1019px) {
    .services-navigation {
        height: 100px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eceff1;
        position: relative;
    }
    .services-navigation > i {
        position: absolute;
        left: 96%;
        top: 60px;
        z-index: 11;
        pointer-events: none;
    }
    .services-navigation ul {
        height: 99px;
        min-height: 99px;
        padding-top: 99px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        overflow: hidden;
    }
    .services-navigation ul.open {
        height: auto;
    }
    .services-navigation ul li.active {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
    }
    .services-navigation ul li.active:before {
        content: 'KivĂĄlasztott kategĂłria: ';
        display: block;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        color: #000;
    }
    .services-navigation ul li.active a {
        padding-top: 19px;
        padding-bottom: 20px;
        border-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .services-navigation {
        height: 51px;
        margin-bottom: 30px;
    }
    .services-navigation > i {
        top: 20px;
    }
    .services-navigation ul {
        height: 50px;
        min-height: 50px;
        padding-top: 50px;
    }
    .services-navigation ul li.active:before {
        display: inline-block;
        margin-right: 70px;
        line-height: 2.5;
    }
    .services-navigation ul li.active a {
        display: inline-block;
        padding: 10px 0;
    }
}

@media screen and (min-width: 1020px) {
    .services-navigation {
        margin-bottom: 30px;
    }
    .services-navigation .navigation__title {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
        color: #232a73;
    }
    .services-navigation ul li.active a {
        background-color: #eceff1;
    }
    .services-navigation ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .services-navigation ul li a:hover {
        background-color: #eceff1;
    }
    .services-navigation ul li i {
        display: inline-block;
    }
}

/*--------------------

$Page vendor

--------------------*/
.page-vendor .header-wrapper,
.page-vendor .header {
    margin-bottom: 0;
}

/*--------------------

$Vendor cover

--------------------*/
.page-cover--vendor {
    background-color: #fff;
}

/*--------------------

$Vendor container

--------------------*/
.vendor-container {
    position: relative;
}

@media screen and (min-width: 1020px) {
    .vendor-container {
        margin-top: -150px;
    }
}

/*--------------------

$Vendor search

--------------------*/
.vendor-search {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .vendor-search {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-search {
        width: 294px;
        top: 300px;
        left: 50%;
        margin-left: -490px;
    }
}

@media screen and (min-width: 1260px) {
    .vendor-search {
        margin-left: -610px;
    }
}

.vendor-search__title {
    margin: 0;
    padding: 16px 15px;
    font-size: 16px;
    line-height: 1.125;
    text-transform: none;
    background-color: #eceff1;
    color: #232a73;
}

@media screen and (min-width: 1020px) {
    .vendor-search__title {
        padding: 18px 20px;
        font-size: 14px;
        line-height: 1.29;
    }
}

.vendor-search__form .form-group {
    margin: 0;
    padding: 10px 15px;
}

.vendor-search__form .form-group:last-child {
    border-top: 1px solid #eceff1;
}

.vendor-search__form .form-control {
    border-radius: 25px;
}

.vendor-search__form .form-label {
    margin: 0;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.29;
    color: #232a73;
}

.vendor-search__form .form-label i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    z-index: 1;
    color: #cacbcd;
}

.vendor-search__form .form-checkboxes .row {
    padding-top: 10px;
}

.vendor-search__form .btn {
    margin-top: 10px;
}

.vendor-search__form .checkbox {
    margin: 0;
}

.vendor-search__form .checkbox span {
    color: #666;
}

@media screen and (max-width: 1019px) {
    .vendor-search__form .form-group.open .form-label i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .vendor-search__form .form-group.open .form-checkboxes {
        max-height: 10000px;
    }
    .vendor-search__form .form-label {
        padding-right: 40px;
        cursor: pointer;
    }
    .vendor-search__form .form-label i {
        transition: all 0.25s ease;
    }
    .vendor-search__form .form-checkboxes {
        max-height: 0;
        overflow: hidden;
        transition: all 0.25s ease;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .vendor-search__form .btn {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .vendor-search__form .form-label {
        font-size: 16px;
        line-height: 1.125;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-search__form .form-group {
        padding: 20px;
    }
    .vendor-search__form .form-control {
        height: 40px;
        padding: 10px 20px;
        border-radius: 20px;
    }
    .vendor-search__form .form-label {
        font-size: 14px;
        line-height: 1.29;
    }
    .vendor-search__form .btn {
        height: 40px;
        padding: 10px 20px;
        border-radius: 20px;
    }
    .vendor-search__form .btn.btn-outline {
        padding: 8px 18px;
    }
}

/*--------------------

$Vendor map

--------------------*/
.vendor-map .map {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .vendor-map {
        width: 100%;
        height: calc(100vh - 130px);
    }
}

@media screen and (min-width: 1020px) {
    .vendor-map {
        width: 100%;
        height: 100vh;
    }
}

/*--------------------

$Vendor view header

--------------------*/
.vendor-view-header {
    padding-top: 5px;
    padding-bottom: 55px;
}

@media screen and (min-width: 768px) {
    .vendor-view-header {
        padding-top: 20px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-view-header {
        padding-bottom: 100px;
    }
}

.vendor-view-header__title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #232a73;
}

@media screen and (min-width: 768px) {
    .vendor-view-header__title {
        font-size: 30px;
    }
}

/*--------------------

$Vendor view container

--------------------*/
.vendor-view-container {
    margin-top: -40px;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .vendor-view-container {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-view-container {
        margin-top: -70px;
        padding-bottom: 45px;
    }
}

/*--------------------

$Vendor view aside

--------------------*/
.vendor-images-carousel {
    position: relative;
}

.vendor-images-carousel .slick-arrow,
.vendor-images-carousel .slick-dots {
    position: absolute;
    z-index: 2;
    transition: all .25s ease-in-out;
}

.vendor-images-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    bottom: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #f57921;
}

.vendor-images-carousel .slick-arrow.slick-next {
    right: 0;
}

.vendor-images-carousel .slick-arrow:hover {
    background-color: #f57921;
    color: #fff;
}

.vendor-images-carousel .slick-arrow i {
    vertical-align: middle;
}

.vendor-images-carousel .slick-dots {
    margin: 0;
    padding: 0;
    left: 10px;
    bottom: 10px;
    list-style: none;
    font-size: 0;
}

.vendor-images-carousel .slick-dots li {
    display: inline-block;
}

.vendor-images-carousel .slick-dots li:hover button, .vendor-images-carousel .slick-dots li.slick-active button {
    background-color: #fff;
}

.vendor-images-carousel .slick-dots button {
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.vendor-images-carousel .slick-dots button:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {
    .vendor-images-carousel {
        margin-bottom: 10px;
    }
    .vendor-images-carousel .slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .vendor-images-carousel .slick-arrow.slick-prev {
        left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
    .vendor-images-carousel .slick-list,
    .vendor-images-carousel .slick-track {
        height: 100%;
    }
    .vendor-images-carousel .item--image {
        position: relative;
        overflow: hidden;
    }
    .vendor-images-carousel .item--image img {
        width: auto;
        max-width: 200%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 768px) {
    .vendor-images-carousel .slick-arrow {
        bottom: 10px;
    }
    .vendor-images-carousel .slick-arrow.slick-prev {
        right: 75px;
    }
    .vendor-images-carousel .slick-arrow.slick-next {
        right: 10px;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-images-carousel .slick-dots {
        left: 30px;
        bottom: 30px;
    }
    .vendor-images-carousel .slick-arrow {
        width: 35px;
        height: 35px;
        bottom: 30px;
        line-height: 35px;
    }
    .vendor-images-carousel .slick-arrow.slick-prev {
        right: 70px;
    }
    .vendor-images-carousel .slick-arrow.slick-next {
        right: 30px;
    }
}

.vendor-view-map {
    min-height: 300px;
    position: relative;
}

.vendor-view-map .map {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.vendor-view-map .btn-directions {
    width: 210px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -105px;
    z-index: 2;
}

.vendor-view-map .btn-directions i {
    font-size: 16px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .vendor-view-map {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-view-map .btn-directions {
        bottom: 40px;
        height: 35px;
        padding: 8px 20px;
        border-radius: 18px;
    }
    .vendor-view-map .btn-directions.btn-outline {
        padding: 6px 18px;
    }
}

.vendor-view-services {
    background-color: #141b65;
}

.vendor-view-services ul {
    margin: 0;
    padding: 15px 20px;
    list-style: none;
}

.vendor-view-services ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 2;
    text-transform: uppercase;
}

.vendor-view-services ul li a {
    display: inline-block;
    color: #fff;
    transition: color .25s ease;
}

.vendor-view-services ul li a:hover {
    color: #f57921;
}

.vendor-view-services ul li a:hover i {
    color: #eceff1;
}

.vendor-view-services ul li i {
    width: 35px;
    margin-right: 15px;
    display: block;
    float: left;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #7f83d6;
    transition: color .25s ease;
}

@media screen and (max-width: 767px) {
    .vendor-view-services.open ul {
        max-height: 10000px;
    }
    .vendor-view-services.open .btn:before {
        display: none;
    }
    .vendor-view-services.open .btn i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .vendor-view-services ul {
        max-height: 130px;
        overflow: hidden;
    }
    .vendor-view-services .btn {
        padding: 5px 20px 15px;
        position: relative;
        font-size: 17px;
        line-height: 30px;
        color: #fff;
    }
    .vendor-view-services .btn:before {
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        top: -50px;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(25, 26, 103, 0) 0%, #191a67 100%);
    }
    .vendor-view-services .btn i {
        margin-left: 10px;
        font-size: 10px;
        vertical-align: middle;
    }
}

@media screen and (min-width: 768px) {
    .vendor-view-services ul {
        padding: 25px 65px;
    }
    .vendor-view-services ul:before, .vendor-view-services ul:after {
        content: " ";
        display: table;
    }
    .vendor-view-services ul:after {
        clear: both;
    }
    .vendor-view-services ul li {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-view-services ul {
        padding: 25px 20px;
    }
    .vendor-view-services ul li {
        width: 25%;
        padding-left: 5px;
    }
}

@media screen and (min-width: 1260px) {
    .vendor-view-services ul li {
        padding-left: 40px;
    }
}

/*--------------------

$Vendor view content

--------------------*/
@media screen and (min-width: 1020px) {
    .vendor-view {
        padding: 0 50px;
    }
}

.vendor-view__lead {
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 65px;
    border-bottom: 1px solid #eceff1;
    font-size: 16px;
    line-height: 1.875;
    color: #333;
}

.vendor-view__lead p:last-of-type {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .vendor-view__lead {
        max-height: 415px;
        position: relative;
        overflow: hidden;
    }
    .vendor-view__lead * {
        transition: all 0.2s ease-in-out;
    }
    .vendor-view__lead:after {
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 65px;
        content: "";
        opacity: 1;
        visibility: visible;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    }
    .vendor-view__lead.open {
        max-height: 10000px;
    }
    .vendor-view__lead.open:after {
        opacity: 0;
        visibility: hidden;
    }
    .vendor-view__lead.open .btn i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .vendor-view__lead .btn {
        padding: 5px 20px 30px;
        border-radius: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 17px;
        line-height: 30px;
        background-color: #fff;
        color: #232a73;
    }
    .vendor-view__lead .btn i {
        margin-left: 10px;
        vertical-align: middle;
        font-size: 10px;
        color: #cacbcd;
    }
}

@media screen and (min-width: 768px) {
    .vendor-view__lead {
        margin-bottom: 35px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-view__lead {
        padding-top: 45px;
        padding-bottom: 35px;
        font-size: 15px;
        line-height: 1.6;
    }
}

.vendor-view__testimonials {
    margin-bottom: 25px;
    padding-bottom: 54px;
    border-bottom: 1px solid #eceff1;
}

@media screen and (min-width: 768px) {
    .vendor-view__testimonials {
        margin-bottom: 35px;
        padding-bottom: 59px;
    }
}

@media screen and (min-width: 1020px) {
    .vendor-view__testimonials {
        padding-bottom: 39px;
    }
}

.testimonial-carousel {
    position: relative;
    background-color: #eceff1;
}

.testimonial-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    z-index: 2;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #dcdcdc;
    color: #fff;
    transition: all .25s ease-in-out;
}

.testimonial-carousel .slick-arrow.slick-next {
    right: 0;
}

.testimonial-carousel .slick-arrow.slick-prev {
    right: 60px;
}

.testimonial-carousel .slick-arrow:hover {
    background-color: #f57921;
    color: #fff;
}

.testimonial-carousel .slick-arrow i {
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .testimonial-carousel .slick-arrow {
        bottom: -20px;
    }
    .testimonial-carousel .slick-arrow.slick-prev {
        right: 80px;
    }
    .testimonial-carousel .slick-arrow.slick-next {
        right: 20px;
    }
}

@media screen and (min-width: 1020px) {
    .testimonial-carousel .slick-arrow {
        width: 35px;
        height: 35px;
        bottom: -17px;
        line-height: 35px;
    }
    .testimonial-carousel .slick-arrow.slick-prev {
        right: 60px;
    }
}

.vendor-view__employees {
    margin-bottom: 25px;
    padding-bottom: 19px;
    border-bottom: 1px solid #eceff1;
}

@media screen and (min-width: 768px) {
    .vendor-view__empolyees {
        padding-bottom: 29px;
    }
}

.vendor-view__awards {
    padding-bottom: 15px;
}

.search__title {
    text-transform: uppercase;
}

.search__navs {
    text-align: left;
    font-size: 0;
    margin-bottom: 20px;
}

.search__navs li {
    display: inline-block;
}

.search__navs li.active .btn {
    border-color: #f57921;
    background-color: #f57921;
    color: #fff;
}

.search__navs li .btn:hover, .search__navs li .btn:focus, .search__navs li .btn:active, .search__navs li .btn:active:hover, .search__navs li .btn:active:focus {
    border-color: #f57921;
    background-color: #f57921;
    color: #fff;
}

@media screen and (max-width: 1019px) {
    .search__navs {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .search__navs li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .search__navs {
        margin-top: 0;
        margin-bottom: 20px;
        position: relative;
        height: 40px;
        padding-top: 40px;
        overflow: hidden;
        border-radius: 20px;
        background-color: #f57921;
        text-align: left;
    }
    .search__navs:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 14px;
        font-size: 12px;
        width: 12px;
        height: 12px;
        font-family: 'icomoon';
        content: "\e925";
        color: #fff;
        z-index: 1;
        transition: all .25s linear;
    }
    .search__navs li {
        display: block;
        width: 100%;
        margin: 0;
    }
    .search__navs li.active {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
    }
    .search__navs li.active .btn-outline {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
    }
    .search__navs .btn {
        border: 0;
        padding: 10px 20px;
        background-color: transparent;
        display: block;
        width: 100%;
        color: #232a73;
        text-align: left;
    }
    .search__navs.open {
        height: auto;
    }
    .search__navs.open:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (min-width: 1020px) {
    .search__navs {
        margin-bottom: 35px;
    }
    .search__navs li {
        margin-right: 10px;
    }
}

.search__tabs .tab-pane {
    margin: -1px;
    padding: 1px;
}

.search__tabs .item--news-result {
    position: relative;
    border-bottom: 0;
    border-top: 1px solid #eceff1;
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.search__tabs .item--news-result .item__lead {
    margin-bottom: 25px;
}

.search__tabs .item--news-result .item__label-wrapper {
    position: absolute;
    left: 0;
    top: 0;
}

.search__tabs .item--news-result .item__label {
    display: inline-block;
    background-color: #494f8e;
    text-align: center;
    min-width: 140px;
}

@media screen and (max-width: 1019px) {
    .search__tabs {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .search__tabs {
        padding-bottom: 30px;
    }
}

.row--gallery .item--gallery {
    width: 100%;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .row--gallery .item--gallery {
        width: 50%;
    }
}

@media screen and (min-width: 1020px) {
    .row--gallery .item--gallery {
        width: 33.33%;
        padding: 10px;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?dmlnai");
    src: url("../fonts/icomoon.eot?dmlnai#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dmlnai") format("truetype"), url("../fonts/icomoon.woff?dmlnai") format("woff"), url("../fonts/icomoon.svg?dmlnai#icomoon") format("svg");
    font-style: normal;
}

[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-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e92a";
}

.icon-download:before {
    content: "\e92b";
}

.icon-print:before {
    content: "\e92c";
}

.icon-trash:before {
    content: "\e92d";
}

.icon-filter:before {
    content: "\e920";
}

.icon-chevron-down:before {
    content: "\e922";
}

.icon-chevron-left:before {
    content: "\e923";
}

.icon-chevron-right:before {
    content: "\e924";
}

.icon-chevron-thin-down:before {
    content: "\e925";
}

.icon-chevron-thin-left:before {
    content: "\e926";
}

.icon-chevron-thin-right:before {
    content: "\e927";
}

.icon-chevron-thin-up:before {
    content: "\e928";
}

.icon-chevron-up:before {
    content: "\e929";
}

.icon-shoppinglist:before {
    content: "\e921";
}

.icon-shoppinglist2:before {
    content: "\e933";
}

.icon-check:before {
    content: "\e91f";
}

.icon-label:before {
    content: "\e91e";
}

.icon-tel:before {
    content: "\e900";
}

.icon-mail-rounded:before {
    content: "\e901";
}

.icon-bath:before {
    content: "\e902";
}

.icon-house:before {
    content: "\e903";
}

.icon-sofa:before {
    content: "\e905";
}

.icon-diy:before {
    content: "\e906";
}

.icon-insulator:before {
    content: "\e907";
}

.icon-roof:before {
    content: "\e908";
}

.icon-layers:before {
    content: "\e909";
}

.icon-plant:before {
    content: "\e90a";
}

.icon-door:before {
    content: "\e90b";
}

.icon-brick:before {
    content: "\e90c";
}

.icon-arrow-left-heavy:before {
    content: "\e90d";
}

.icon-arrow-right-heavy:before {
    content: "\e90e";
}

.icon-location-search .path1:before {
    content: "\e90f";
    color: black;
}

.icon-location-search .path2:before {
    content: "\e910";
    margin-left: -1em;
    color: white;
}

.icon-location-search .path3:before {
    content: "\e911";
    margin-left: -1em;
    color: black;
}

.icon-arrow-down:before {
    content: "\e912";
}

.icon-arrow-left:before {
    content: "\e913";
}

.icon-arrow-right:before {
    content: "\e914";
}

.icon-arrow-up:before {
    content: "\e915";
}

.icon-people:before {
    content: "\e916";
}

.icon-bulb:before {
    content: "\e917";
}

.icon-bulb2:before {
    content: "\e92e";
}

.icon-location:before {
    content: "\e918";
}

.icon-brush:before {
    content: "\e919";
}

.icon-wall:before {
    content: "\e91a";
}

.icon-search:before {
    content: "\e91b";
}

.icon-bag:before {
    content: "\e91c";
}

.icon-mail:before {
    content: "\e91d";
}

.icon-document:before {
    content: "\e92f";
}

.icon-price-bubble:before {
    content: "\e930";
}

.icon-info:before {
    content: "\e931";
}

.icon-edit:before {
    content: "\e932";
}

.icon-calendar:before {
    content: "\e934";
}

.icon-play-circle:before {
    content: "\e935";
}

.icon-consultancy:before {
    content: "\e936";
}

.icon-debitcard:before {
    content: "\e937";
}

.icon-customer-service:before {
    content: "\e938";
}

.icon-delivery:before {
    content: "\e939";
}

.icon-discounts:before {
    content: "\e93a";
}

.icon-giftcard:before {
    content: "\e93b";
}

.icon-parking:before {
    content: "\e93c";
}

.icon-showroom:before {
    content: "\e93d";
}

.icon-directions:before {
    content: "\e93e";
}

.icon-award:before {
    content: "\e93f";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-youtube:before {
    content: "\ea9d";
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.5.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, NoĂŤl Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: transparent;
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }
    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em;
    }
    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        max-width: 90%;
        background: #fff;
        cursor: auto;
        white-space: normal;
    }
    .featherlight .featherlight-inner {
        display: block;
    }
    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial,sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, 0.3);
        color: #000;
    }
    .featherlight .featherlight-image {
        width: 100% !important;
    }
    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
    }
    .featherlight iframe {
        border: 0;
    }
    .featherlight * {
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

/**
 * Featherlight Gallery â an extension for the ultra slim jQuery lightbox
 * Version 1.5.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, NoĂŤl Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight-next, .featherlight-previous {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: transparent;
    }
    .featherlight-previous {
        left: 25px;
        right: 80%;
    }
    .featherlight-next:hover, .featherlight-previous:hover {
        background: rgba(255, 255, 255, 0.25);
    }
    .featherlight-next span, .featherlight-previous span {
        display: none;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 82%;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
        margin-top: -40px;
        text-shadow: 0 0 5px #fff;
        color: #fff;
        font-style: normal;
        font-weight: 400;
    }
    .featherlight-next span {
        right: 5%;
        left: auto;
    }
    .featherlight-next:hover span, .featherlight-previous:hover span {
        display: inline-block;
    }
    .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous {
        display: none;
    }
}

@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover, .featherlight-previous:hover {
        background: 0 0;
    }
    .featherlight-next span, .featherlight-previous span {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight-next, .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }
    .featherlight-previous {
        left: 10px;
        right: 85%;
    }
    .featherlight-next span, .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

/* perfect-scrollbar v0.6.14 */
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height: 11px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 11px;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
    height: 11px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    right: 2px;
    width: 6px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 11px;
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}

div.CookieDeclaration {
    display: none;
}

.rawhtml-pp iframe {
    width:100%;
}

.rawhtml-pp div.CookieDeclaration {
    display: block;
}

a[href^="tel:"], a[href^="mailto:"], a.web-link {
    text-decoration: underline !important;
}

/*# sourceMappingURL=../css/main.css.map */
